]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
28cadc4b62622d8e3ff9e944bd791408a9ea65ef
[evince.git] / ChangeLog
1 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/djvu/djvu-links.c: (build_tree):
4
5         Make sure link title is a valid utf8 string. Fixes bug #526517.
6         
7 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * configure.ac:
10
11         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
12         #526799.
13         
14 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
15
16         * configure.ac:
17         
18         Update for release 2.22.1.
19
20 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * NEWS:
23
24         Update for upcoming release.
25
26 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * configure.ac:
29         * backend/dvi/dvidocument.evince-backend.in:
30
31         Add compressed dvi to the list of supported mime types. Patch by
32         Ed Catmur. Fixes bug #307087.
33
34 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/ev-jobs.c: (ev_job_print_get_page_list):
37
38         Fix a crash when printing a range that doesn't specify the start or
39         end page. Fixes bug #524288.
40
41 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-window.c: (ev_window_cmd_continuous),
44         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
45         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
46         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
47         (ev_window_run_presentation), (ev_window_stop_presentation),
48         (ev_window_cmd_view_presentation),
49         (ev_window_cmd_leave_fullscreen),
50         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
51
52         Do not unfullscreen and fullscreen again the window when changing
53         from fullscreen to presentation mode and vice versa. Fixes bug
54         #524112.
55         
56 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
59
60         Do not crash when thumbnail failed to render in PS backend. Fixes
61         bug #525015.
62         
63 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * shell/ev-window.c: (window_open_file_copy_ready_cb),
66         (ev_window_load_file_remote), (ev_window_open_uri):
67
68         Handle errors when opening remote files.
69         
70 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * shell/ev-page-action.c: (ev_page_action_grab_focus):
73
74         Only grab the focus for the current visible proxy widget. Fixes
75         bug #521224.
76         
77 2008-03-30  Emil Soleyman  <emil@nishra.com>
78
79         * shell/ev-window.c: (launch_external_uri):
80         
81         Reuse g_app_info_launch_default_for_uri to
82         save some code and fix bug #525009.
83
84 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
85
86         * shell/ev-window.c (image_save_dialog_response_cb):
87
88         Use g_str_has_suffix. See bug #523069.
89
90 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
91
92         * configure.ac:
93
94         Add a configure option to enable/diable DBus. Patch by Rémi
95         Cardona. Fixes bug 521797.
96
97 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
100
101         Fix printing in documents with rotated pages. Patch by Eugen
102         Dedu. Fixes bug #512648.
103         
104 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
107         (ev_link_from_action):
108
109         Fix warning messages.
110         
111 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/ev-window.c: (image_save_dialog_response_cb):
114
115         Do not append the extension to filename when saving an image
116         if the filename alredy contains the extension. Fixes bug #523069.
117         
118 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * shell/ev-view.[ch]: (ev_view_find_cancel):
121         * shell/ev-window.c: (find_bar_close_cb):
122
123         Cancel the find operation when the find bar is closed. Fixes bug
124         #508845.
125         
126 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * backend/ps/psdocument.evince-backend.in:
129
130         Make ps backend module resident. Fixes bug #520607.
131         
132 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * shell/ev-jobs.c: (ev_job_print_run):
135
136         Invert collate action in order to work as expected, fix reverse
137         printing so that it doesn't start with a blank page and fix number
138         of copies. Patch by Eugen Dedu. Fixes bug #365332.
139         
140 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
143
144         Fix build with poppler <= 0.7.2
145         
146 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * libdocument/ev-document-misc.c:
149         (ev_document_misc_surface_from_pixbuf):
150
151         Fix selections with poppler-splash.
152         
153 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * configure.ac:
156         * backend/pdf/ev-poppler.cc:
157
158         Fix build with poppler >= 0.7.2
159         
160 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
161
162         * configure.ac:
163         
164         Update for release 2.22.0
165
166 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * NEWS:
169
170         Update for upcoming release.
171
172 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
173
174         * shell/ev-window.c (ev_window_print_dialog_response_cb):
175
176         Bug 495107 – Handle print dialog responses correctly
177
178         Correctly handle print dialog response. Properly fixes
179         the above mentioned bug.
180
181 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
184
185         Make sure print job is only run when the print button is
186         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
187         
188 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * backend/pdf/pdfdocument.evince-backend.in:
191         * libdocument/ev-backends-manager.c:
192         (ev_backends_manager_load_backend),
193         (ev_backends_manager_get_document):
194         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
195
196         Allow making backend modules resident. This is needed only for
197         some backends like pdf to avoid registering glib types more than
198         once.
199         
200 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * backend/comics/comics-document.c:
203         * backend/djvu/djvu-document.c:
204         * backend/impress/impress-document.c:
205         * backend/pdf/ev-poppler.cc:
206         * backend/pixbuf/pixbuf-document.c:
207         * backend/ps/ev-spectre.c:
208         * backend/ps/ps-document.c:
209         * backend/tiff/tiff-document.c:
210         * libdocument/ev-document.h:
211         * properties/ev-properties-main.c:
212
213         Use g_type_module_add_interface instead of
214         g_type_add_interface_static. Fixes bug #519679.
215         
216 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
217
218         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
219         Added. Returns whether the animation has everything necessary to run.
220         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
221         is ready just because it's been created. Fixes #519106.
222         (draw_one_page): Do not show the "Loading..." text in presentation
223         mode, there was a slim probability that this could happen.
224
225 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
228
229         Duplicate mime_type string before freeing it so that it doesn't
230         always fail when getting mime type from uri. Fixes bug #518874.
231         
232 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * shell/ev-view.c: (ev_view_form_field_choice_changed):
235
236         Fix a crash when a choice form field doesn't have any item
237         selected. Fixes bug #518831
238         
239 2008-02-25  Alexander Larsson  <alexl@redhat.com>
240
241         * shell/ev-window.c (ev_window_clear_temp_file):
242         Use g_file_has_prefix instead of renamed
243         g_file_contains_file.
244
245         * configure.ac:
246         Require new glib for above change.
247         
248 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * libdocument/ev-image.c: (ev_image_finalize),
251         (ev_image_save_tmp):
252
253         Return a real uri instead of a filename when saving an
254         image. Fixes images drag an drop from evince to nautilus. 
255         
256 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * backend/pdf/ev-poppler.cc:
259         (pdf_document_images_get_image_mapping):
260
261         Return the image list in the right order. Fixes bug #516237.
262         
263 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
264
265         * backend/impress/impress-document.c:
266         (impress_document_thumbnails_get_thumbnail):
267
268         Remove unused variable to avoid a compiler warning.
269
270 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
271
272         * configure.ac:
273         
274         Update for release 2.21.91.
275
276 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * configure.ac:
279         * shell/Makefile.am:
280         * shell/ev-application.[ch]:
281         * shell/ev-sidebar-links.c:
282         * shell/ev-utils.[ch]:
283         * shell/ev-window.[ch]:
284
285         Remove libgnomeprint support. Fixes bug #512370.
286         
287 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
288
289         * thumbnailer/evince-thumbnailer.c: (main):
290
291         Initialize glib type system before using it. Fixes bug #513934.
292         
293 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * properties/ev-properties-main.c:
296
297         Add missing #include.
298         
299 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * configure.ac:
302         * backend/djvu/djvu-document.c: (djvu_document_render):
303         * backend/tiff/tiff-document.c: (tiff_document_render):
304
305         Use the new cairo function cairo_format_stride_for_width when
306         available. Fixes bug #482720.
307
308 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
311         (get_mime_type_from_data), (get_document_from_uri):
312
313         Use g_content_type_guess() only when slow is true in
314         get_document_from_uri(). Fix several memory leaks.
315         
316 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
317
318         * libdocument/ev-document-factory.c:
319         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
320         (get_document_from_uri):
321
322         Use g_content_type_guess () to get mimetype for files.
323         Bug #510401.
324
325 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * thumbnailer/Makefile.am:
328
329         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
330         
331 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * configure.ac:
334
335         Fix build with --without-libgnome. Fixes bug #512771.
336         
337 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
338
339         * backend/dvi/Makefile.am: Install only dvi
340         module. Fixes bug #512718.
341
342 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
343
344         * properties/ev-properties-main.c: (nautilus_module_initialize):
345         
346         Initialize backends in properties tab. Fixes bug
347         #512720.
348
349 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
350
351         * properties/Makefile.am: No need to link with 
352         libraries. Fixes bug #512719.
353
354 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
355
356         * NEWS:
357         * configure.ac:
358         
359         Update for release 2.21.90.
360
361 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-window.c: (ev_window_cmd_escape):
364
365         Fix compile warning.
366         
367 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
370
371         Fix printing in dvi backend when filename contains white
372         espaces. Fixes bug #502839.
373         
374 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
377         (screensaver_disable_x11):
378         * shell/Makefile.am:
379         * shell/xdg-user-dir-lookup.c: Removed
380         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
381         * shell/ev-view.c: (ev_view_presentation_transition_start):
382         * shell/ev-window.c: (ev_window_cmd_file_open),
383         (ev_window_cmd_save_as), (presentation_set_timeout):
384
385         Remove #ifdefs that are no longer needed.
386         
387 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-view.[ch]: (ev_view_button_release_event),
390         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
391         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
392         (ev_window_cmd_escape):
393
394         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
395         
396 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * configure.ac:
399         * backend/comics/comics-document.c: (comics_document_load):
400         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
401         (ev_attachment_set_property), (ev_attachment_init),
402         (ev_attachment_save), (ev_attachment_launch_app),
403         (ev_attachment_open):
404         * libdocument/ev-document-factory.c: (get_document_from_uri):
405         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
406         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
407         * shell/ev-jobs.c:
408         * shell/ev-password.c: (ev_password_dialog_set_property),
409         (ev_password_dialog_save_password):
410         * shell/ev-sidebar-attachments.c:
411         (ev_sidebar_attachments_drag_data_get):
412         * shell/ev-window-title.c: (get_filename_from_uri):
413         * shell/ev-window.c: (ev_window_clear_temp_file),
414         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
415         (ev_window_open_uri), (window_save_file_copy_ready_cb),
416         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
417         (launch_external_uri), (image_save_dialog_response_cb),
418         (attachment_save_dialog_response_cb):
419         * shell/main.c: (load_files), (load_files_remote), (main):
420         * thumbnailer/evince-thumbnailer.c: (main):
421
422         Port to gio and drop gnome-vfs dependency. Fixes bug
423         #510401. Based on patch by Cosimo Cecchi.
424         
425 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
426
427         * NEWS:
428
429         Fixed formatting inconsistencies (spaces vs. tabs)
430
431 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
432
433         * shell/ev-window.c:
434
435         Use top/up/bottom/down arrows instead of
436         first/left/last/right in the toolbar and menu actions.
437         This fixes issues with RTL languages and is visually
438         consistent with the page view. Fixes bug #170081.
439
440 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
441
442         * NEWS:
443
444         Fixed some inaccuracies pointed out by Carlos Garcia
445         Campos.
446
447 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
448
449         * NEWS:
450         * data/evince.schemas.in:
451         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
452
453         Override PDF restrictions by default. Fixes bug #382700.
454
455 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
456
457         * NEWS: Updated for upcoming release
458
459 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
462
463         Fix memory leak.
464         
465 2008-01-23  Gil Forcada <gilforcada@guifi.net>
466
467         * shell/ev-window.c: (register_custom_actions):
468         
469         Added comment for translators
470
471 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
472
473         * shell/ev-view.c: (ev_view_button_release_event):
474
475         Do not create the idle function for kinetic scrolling if we are
476         not in a drag operation.
477
478 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
481         (ev_view_button_press_event), (ev_view_motion_notify_event),
482         (ev_view_button_release_event):
483
484         Restore cursor after autoscrolling. Fixes bug #509958.
485
486 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * configure.ac:
489         * backend/pdf/ev-poppler.cc:
490         (pdf_document_images_get_image_mapping),
491         (pdf_document_images_get_image),
492         (pdf_document_document_images_iface_init):
493         * libdocument/ev-document-images.[ch]:
494         (ev_document_images_get_image_mapping),
495         (ev_document_images_get_image):
496         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
497         (ev_image_get_id), (ev_image_save_tmp):
498         * shell/ev-jobs.c: (ev_job_render_run):
499         * shell/ev-view.c: (ev_view_drag_data_get):
500         * shell/ev-window.c: (image_save_dialog_response_cb),
501         (ev_view_popup_cmd_copy_image):
502
503         Do not render images when rendering the page but on demand. It
504         reduces the memory comsumption.
505         
506 2008-01-18  Marcelo Lira  <setanta@gmail.com>
507
508         * configure.a:
509         * shell/ev-password.c:
510
511         Make gnome-keyring optional. Fixes bug #509676.
512         
513 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * shell/ev-pixbuf-cache.c: (add_job):
516
517         Initialize include_images variable as FALSE instead of TRUE.
518         
519 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
520
521         * configure.ac:
522         * cut-n-paste/Makefile.am:
523         * cut-n-paste/fileformatchooser/Makefile.am:
524         * cut-n-paste/fileformatchooser/egg-macros.h:
525         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
526         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
527         * shell/Makefile.am:
528         * shell/ev-utils.c:
529         (file_chooser_dialog_add_writable_pixbuf_formats),
530         (get_gdk_pixbuf_format_by_extension):
531         * shell/ev-utils.h:
532         * shell/ev-window.c: (ev_window_error_message),
533         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
534         
535         Simplify image format selection on save.
536
537 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
538
539         * shell/ev-view.c: (ev_view_scroll_event):
540         
541         Repair gorizontal scrolling with shift. Fixes
542         bug #483412.
543
544 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
545         
546         * MAINTAINERS:
547
548         Fix formatting issues.
549         
550 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
551
552         * backend/comics/comics-document.c: (comics_regex_quote):
553         
554         Don't overquote special chars except of '. See bug 
555         502500. Thanks to Tom Parker.
556
557 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
558
559         * MAINTAINERS:
560         
561         Added Nickolay and Carlos, since they're doing most of
562         the releases nowadays.
563
564 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
565
566         * properties/Makefile.am:
567
568         Get the nautilus extension dir properly instead of using
569         a hack. Fixes bug #505359.
570
571 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
572
573         * properties/Makefile.am:
574         
575         Install nautilus extension into new place. See bug
576         #505359. Thanks to Matthias Clasen, Brian Pepple and
577         Damien Carbery.
578
579 2008-01-13  Djihed Afifi  <djihed@gmail.com>
580
581         * shell/ev-window.c: (ev_window_get_recent_file_label):
582         
583         RTL marker in recent file list. See bug #509076.
584
585 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
588         * shell/ev-window.c: (image_save_dialog_response_cb):
589
590         Fix compile warnings due to unused variables.
591         
592 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * configure.ac:
595         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
596         * backend/ps/ev-spectre.c: (ps_document_render):
597
598         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
599
600 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
601
602         * shell/ev-transition-animation.c (ev_transition_animation_fade)
603         (ev_transition_animation_paint): Implement "fade" effect.
604
605 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
606
607         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
608         (ev_transition_animation_paint): Implement "uncover" effect.
609
610 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
611
612         * shell/ev-transition-animation.c (ev_transition_animation_cover)
613         (ev_transition_animation_paint): Implement "cover" effect.
614
615 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
616
617         * shell/ev-transition-animation.c (ev_transition_animation_push)
618         (ev_transition_animation_paint): Implement "push" effect.
619
620 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
621
622         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
623         (ev_transition_animation_paint): Implement "dissolve" effect.
624
625 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
626
627         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
628         (ev_transition_animation_paint): Implement "wipe" effect.
629
630 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
631
632         * shell/ev-transition-animation.c (ev_transition_animation_box)
633         (ev_transition_animation_paint): Implement "box" effect.
634
635 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
636
637         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
638         (ev_transition_animation_paint): Implement "blinds" effect.
639
640 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
641
642         * shell/ev-transition-animation.c (ev_transition_animation_split)
643         (ev_transition_animation_paint): Implement "split" effect.
644
645 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
646
647         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
648         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
649         (ev_view_transition_animation_start) 
650         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
651         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
652         (ev_view_next_page) (ev_view_previous_page):
653         
654         Use EvTransitionAnimation to drive page changes in the presentation
655         mode, the animation will wait to start until both the origin and 
656         destination page surfaces are available. Fixes #458460.
657
658         (draw_loading_text):
659
660         Remove workaround for bug #320352, it's now fixed properly.
661
662
663 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
664
665         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
666         will contain the implementations for page transition animations, at
667         the moment it just has the "replace" effect.
668         * shell/Makefile.am: Added these files to build.
669
670 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
671
672         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
673         animations.
674         * shell/Makefile.am: Added these files to build.
675
676 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
677
678         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
679         implementation to get_effect() in EvDocumentTransitionIface.
680
681 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
682
683         * libdocument/ev-transition-effect.[ch]: New files, define a page
684         transition effect, at the moment it maps PopplerPageTransition to a
685         GObject.
686         * libdocument/Makefile.am: Added these files to build.
687         * libdocument/ev-document-transition.[ch]
688         (ev_document_transition_get_effect): New method, gets the
689         EvTransitionEffect returned by the interface implementation, with
690         fallback to the "replace" effect.
691
692 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
693
694         * configure.ac:
695         * cut-n-paste/Makefile.am:
696         * cut-n-paste/fileformatchooser/Makefile.am:
697         * cut-n-paste/fileformatchooser/egg-macros.h:
698         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
699         * shell/Makefile.am:
700         * shell/ev-window.c: (image_save_dialog_response_cb),
701         (ev_view_popup_cmd_save_image_as):
702
703         Allow exporting images in any format supported by
704         GdkPixbuf. Fixes bug #500209.
705         
706 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * backend/pixbuf/pixbuf-document.c:
709
710         More warnings fixed.
711         
712 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
715         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
716         * backend/djvu/djvu-text.h:
717         * backend/tiff/tiff-document.c: (tiff_document_render):
718
719         Fix compile warnings.
720         
721 2007-12-28  Christian Persch  <chpe@gnome.org>
722
723         * **/*.c: Include config.h. Bug #504721.
724
725 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * configure.ac:
728         * Makefile.am:
729         * po/POTFILES.in:
730         * backend/comics/Makefile.am:
731         * backend/comics/comics-document.[ch]:
732         * backend/comics/comicsdocument.evince-backend.in:
733         * backend/djvu/Makefile.am:
734         * backend/djvu/djvu-document.[ch]:
735         * backend/djvu/djvudocument.evince-backend.in:
736         * backend/dvi/Makefile.am:
737         * backend/dvi/dvi-document.[c]:
738         * backend/dvi/dvidocument.evince-backend.in:
739         * backend/impress/Makefile.am:
740         * backend/impress/impress-document.[ch]:
741         * backend/impress/impressdocument.evince-backend.in:
742         * backend/pdf/Makefile.am:
743         * backend/pdf/ev-poppler.cc:
744         * backend/pdf/ev-poppler.h:
745         * backend/pdf/pdfdocument.evince-backend.in:
746         * backend/pixbuf/Makefile.am:
747         * backend/pixbuf/pixbuf-document.[ch]:
748         * backend/pixbuf/pixbufdocument.evince-backend.in:
749         * backend/ps/Makefile.am:
750         * backend/ps/ev-spectre.[ch]:
751         * backend/ps/ps-document.[ch]:
752         * backend/ps/psdocument.evince-backend.in:
753         * backend/tiff/Makefile.am:
754         * backend/tiff/tiff-document.[ch]:
755         * backend/tiff/tiffdocument.evince-backend.in:
756         * libdocument/Makefile.am:
757         * libdocument/ev-backends-manager.[ch]:
758         * libdocument/ev-module.[ch]:
759         * libdocument/ev-document.h:
760         * libdocument/ev-document-factory.[ch]:
761         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
762         (get_compression_from_mime_type), (get_document_from_uri),
763         (ev_document_factory_get_document), (file_filter_add_mime_types),
764         (ev_document_factory_add_filters):
765         * shell/Makefile.am:
766         * shell/ev-window-title.c: (get_filename_from_uri):
767         * shell/main.c: (main):
768         * thumbnailer/Makefile.am:
769         * thumbnailer/evince-thumbnailer.c: (main):
770
771         Plugin system for backends. Fixes bug #351348.
772         
773 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
774
775         * shell/ev-view-private.h:
776         * shell/ev-view.c: (ev_view_drag_update_momentum),
777         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
778         (ev_view_button_release_event), (ev_view_destroy):
779         
780         Kinetic scrolling implemented as requested in
781         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
782
783 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
784
785         * data/evince-toolbar.xml:
786         * data/evince-ui.xml:
787         * shell/ev-view-private.h:
788         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
789         (ev_view_button_press_event), (ev_view_motion_notify_event),
790         (ev_view_button_release_event), (ev_view_init),
791         (ev_view_autoscroll_cb), (ev_view_autoscroll),
792         (ev_view_set_cursor):
793         * shell/ev-view.h:
794         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
795         (ev_window_cmd_view_autoscroll):
796         
797         Autoscroll feature with the context menu. Fixes bug 
798         #323670. Thanks to David Turner <cillian64@googlemail.com>.
799
800 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
803
804         Disconnect also page-ready signal when removing a job because the
805         page size has changed. Thanks to kripken
806         <kripkensteiner@gmail.com>.
807
808 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
809
810         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
811         
812         Scroll pages in page entry with mouse wheel. Fixes bug
813         #324122. Thanks to David Turner <cillian64@googlemail.com>.
814
815 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * backend/dvi/Makefile.am:
818         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
819         (mdvi_cairo_device_init):
820         * backend/dvi/mdvi-lib/common.h:
821         * backend/dvi/mdvi-lib/mdvi.h:
822         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
823         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
824         (mdvi_build_path_from_cwd):
825
826         Add ps specials support in dvi backend when libspectre is
827         present. Fixes bug #386005.
828         
829 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * configure.ac:
832         * backend/ps/Makefile.am:
833         * backend/ps/ev-spectre.[ch]:
834         
835         Use libspectre, if available, for the ps backend. Fixes bugs
836         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
837
838 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
839         
840         * backend/comics/comics-document.c: (comics_document_load):
841         
842         Cygwin build issue fix.
843
844 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * shell/ev-view.c: (ev_view_set_zoom):
847
848         Do not limit the minimum zoom factor when sizing mode is best bit
849         or fit width. Fixes bug #503805.
850         
851 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
854         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
855         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
856         (ev_link_dest_get_property), (ev_link_dest_set_property),
857         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
858         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
859         (ev_link_dest_new_fitr):
860         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
861         (goto_fith_dest), (goto_xyz_dest):
862
863         Do not change left, top and zoom values when they are null in PDF
864         destinations. Fixes bug #460658.
865         
866 2007-12-10  Christian Persch  <chpe@gnome.org>
867
868         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
869         (ev_view_accessible_class_init),
870         (ev_view_accessible_idle_do_action),
871         (ev_view_accessible_action_do_action),
872         (ev_view_accessible_action_get_description),
873         (ev_view_accessible_action_set_description),
874         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
875         (ev_view_accessible_factory_init),
876         (ev_view_accessible_factory_get_accessible_type):
877         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
878         private data, and G_DEFINE_TYPE. Bug #502843.
879
880 2007-12-08  Christian Persch  <chpe@gnome.org>
881
882         * shell/ev-metadata-manager.c: (item_free),
883         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
884         (value_free), (parse_value), (parseItem),
885         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
886         (save_values): Use GSlice to allocate small amounts of memory. Bug
887         #475972.
888
889 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
892
893         Restore cursor to normal after a drag operation. Fixes bug
894         #501603.
895         
896 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
897
898         * NEWS:
899         * configure.ac:
900         
901         Update for release 2.21.1
902
903 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * configure.ac:
906         * cut-n-paste/gedit-message-area/Makefile.am:
907         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
908         * shell/Makefile.am:
909         * shell/ev-message-area.[ch]:
910         * shell/ev-window.c: (ev_window_set_message_area),
911         (ev_window_error_message_response_cb), (ev_window_error_message),
912         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
913         (ev_window_save_job_cb), (image_save_dialog_response_cb),
914         (ev_attachment_popup_cmd_open_attachment),
915         (attachment_save_dialog_response_cb), (ev_window_set_document),
916         (ev_window_init):
917
918         Use a message area instead of a popup dialog for error
919         notifications. Fixes bug #337495.
920         
921 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
924         (ev_window_run_fullscreen):
925
926         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
927         
928 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * ev-sidebar-thumbnails.c: (update_visible_range),
931         (ev_sidebar_thumbnails_refresh),
932         (ev_sidebar_thumbnails_set_document),
933         (ev_sidebar_thumbnails_support_document):
934
935         Show thumbnails for documents with one page. Fixes bug #358751.
936         
937 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-window.c:
940         (ev_window_load_print_settings_from_metadata),
941         (ev_window_save_print_settings), (ev_window_print_finished),
942         (ev_window_print_range):
943
944         Print settings that are specific to the document are now saved per
945         document in the metadata file. Fixes bug #488806.
946         
947 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
948
949         * backend/tiff/tiff-document.c: (tiff_document_render):
950
951         Tiff documents were rendered with wrong colors. Fixes bug #497279.
952         
953 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * shell/ev-application.[ch]: (get_find_string_from_args),
956         (ev_application_open_uri_at_dest), (ev_application_open_uri),
957         (ev_application_open_uri_list):
958         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
959         * shell/ev-window.[ch]: (ev_window_load_job_cb),
960         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
961         (ev_window_cmd_recent_file_activate),
962         (ev_window_open_recent_action_item_activated),
963         (ev_window_print_send), (open_remote_link):
964         * shell/main.c: (arguments_parse):
965
966         Add a command line option for search. Fixes bug #497710.
967         
968 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
969
970         * shell/ev-jobs.c: (ev_job_print_new):
971
972         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
973         
974 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
975
976         * data/evince-toolbar.xml:
977         * shell/Makefile.am:
978         * shell/ev-application.c: (ev_application_init):
979         * shell/ev-open-recent-action.[ch]:
980         * shell/ev-window.c:
981         (ev_window_open_recent_action_item_activated),
982         (register_custom_actions):
983
984         Add an expander to the open toolbar item which pops up a dropdown
985         menu with the recently used documents. Fixes bug #487215.
986         
987 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * shell/ev-window.c: (ev_window_open_uri),
990         (ev_window_cmd_view_reload):
991
992         Do not jump to the first page when reloading by running evince
993         from the command line. Fixes bug #490847.
994         
995 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
996
997         * shell/ev-window.c: (ev_window_cmd_help_contents):
998
999         Plugged memory leak when help file is not found. Fixes bug
1000         #490762.
1001         
1002 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * configure.ac:
1005
1006         Enable djvu, dvi and comics backends by default. Fixes bug
1007         #437121.
1008         
1009 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1010
1011         * configure.ac:
1012         * cut-n-paste/Makefile.am:
1013         * cut-n-paste/recent-files/*: Removed
1014         * help/reference/Makefile.am:
1015         * shell/Makefile.am:
1016         * shell/ev-application.[ch]: (ev_application_shutdown),
1017         (ev_application_init):
1018         * shell/ev-window.c: (ev_window_add_recent),
1019         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1020
1021         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1022         
1023 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1024
1025         * shell/ev-window.c: (launch_external_uri):
1026
1027         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1028         and report error if the URL is not supported (#489910).
1029
1030 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1033         (pdf_document_file_exporter_begin_page),
1034         (pdf_document_file_exporter_end_page):
1035
1036         Fix printing with poppler splash backend. Fixes bug #489774.
1037         
1038 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1041         * shell/ev-print-job.c: (ev_print_job_class_init):
1042
1043         Fix a crash when printing with the gnome-print dialog. Fixes bug
1044         #488939.
1045         
1046 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1047
1048         * backend/pixbuf/pixbuf-document.c:
1049
1050         Fix an implicit function definition warning (#487655)
1051
1052 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-window.c:
1055
1056         Fix conflicting shortcut for view sade pane and presentation.
1057         
1058 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * backend/pdf/ev-poppler.cc:
1061         (pdf_document_file_exporter_begin_page),
1062         (pdf_document_file_exporter_do_page),
1063         (pdf_document_file_exporter_end_page),
1064         (pdf_document_file_exporter_iface_init):
1065         * libdocument/ev-file-exporter.[ch]:
1066         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1067         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1068         (ev_job_print_run):
1069
1070         When printing multiple pages per sheet in reverse option, do not
1071         invert the order of the pages in every sheet, but the order of the
1072         sheets. Do not print blank pages when page range is invalid. Fixes
1073         bugs #484857 and #485521.
1074         
1075 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1078         (ev_job_print_run):
1079         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1080
1081         Respect ranges order when printing more than one range in random
1082         order.
1083         
1084 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1085
1086         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1087         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1088
1089         Rotate also the window icon when document is rotated. Fixes bug
1090         #474681.
1091         
1092 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1095         (pdf_document_forms_get_form_fields):
1096
1097         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1098         Matthias Drochner.
1099         
1100 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * configure.ac:
1103         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1104
1105         Use poppler_page_render_for_printing() instead of
1106         poppler_page_render() if available when exporting to a ps or pdf
1107         file. Fixes bug #476627.
1108         
1109 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/ev-window.c: (ev_window_run_fullscreen):
1112
1113         Do not show the toolbar in fullscreen mode if the main toolbar is
1114         not visible. Fixes bug #483048.
1115         
1116 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * shell/ev-view.c: (ev_view_button_press_event):
1119
1120         Give priority to form fields over images when deciding whether a
1121         button press event is over an image or form field. It allows edit
1122         form fields when they are over a background image. Fixes bug
1123         #477841.
1124         
1125 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1126
1127         * NEWS:
1128         * configure.ac:
1129         
1130         Update for release 2.20.0
1131
1132 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * backend/pdf/ev-poppler.cc:
1135
1136         Remove #ifdef HAVE_FORMS, so that forms support works again.
1137
1138 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1139
1140         * configure.ac:
1141         * data/evince.desktop.in.in:
1142         
1143         Fixes desktop file issues. See bug #473471.
1144
1145 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1148         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1149         (ev_job_queue_remove_job):
1150         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1151         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1152         * shell/ev-window.c: (ev_window_clear_save_job),
1153         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1154         (ev_window_dispose):
1155
1156         Move save a copy task to its own job so that it's carried out in a
1157         thread avoiding another lock in the main thread. Use
1158         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1159         can be saved to a pathin another file system. Fixes bug #456891.
1160         
1161 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1162
1163         * NEWS:
1164         * configure.ac:
1165         
1166         Update for release 2.19.92
1167
1168 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * configure.ac:
1171         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1172         (pdf_selection_get_selection_region),
1173         (pdf_selection_get_selection_map),
1174         (ev_form_field_from_poppler_field):
1175
1176         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1177         and triple click selections are enabled again now.
1178
1179 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * shell/ev-window.c: (ev_window_add_history):
1182
1183         Make sure not to use the history with documents not supporting
1184         links. Fixes bug #468954.
1185
1186 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * shell/ev-window.c: (ev_window_load_job_cb):
1189
1190         Restart the search when reloading a document with the find bar
1191         visible. Fixes bug #461962.
1192
1193 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-window.c: (setup_document_from_metadata),
1196         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1197
1198         Do not jump to the first page when reloading a document from the
1199         last page.
1200
1201 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * shell/ev-window.c: (update_chrome_flag),
1204         (setup_sidebar_from_metadata),
1205         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1206         (ev_window_cmd_edit_find_next),
1207         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1208         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1209         (find_bar_close_cb), (view_actions_focus_in_cb):
1210
1211         Do not update visibility when changing a chrome flag so that it's
1212         possible to update several flags and update visibility only once
1213         for all of them.
1214
1215 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1218
1219         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1220         supported by gtk+. Fixes bug #460907.
1221
1222 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * shell/ev-view.c: (view_update_range_and_current_page):
1225
1226         Make sure current-page <= end-page in continuous mode. Fixes bug
1227         #454950.
1228
1229 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * backend/pdf/ev-poppler.cc: (build_tree):
1232
1233         Ignore outline items without a title. Fixes bug #453913.
1234
1235 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1238         (ev_view_button_release_event), (ev_view_leave_notify_event):
1239
1240         Use always drag mouse cursor during a drag operation. Fixes bug
1241         #470564.
1242
1243 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1246         (pdf_selection_get_selection_region),
1247         (pdf_selection_get_selection_map):
1248
1249         Temporarily disable double and triple selections since it depends on
1250         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1251         released and the update of the external dependency minimal version
1252         approved.
1253
1254 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1257         (pdf_document_file_exporter_do_page):
1258         * libdocument/ev-file-exporter.h:
1259         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1260         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1261
1262         Actually fix printing regressions. Remove orientation from
1263         EvPrintContext since it's redundant.
1264
1265 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1268         * backend/impress/impress-document.c:
1269         (impress_document_document_iface_init):
1270         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1271         * backend/djvu/djvu-document.c:
1272         (djvu_document_document_iface_init),
1273         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1274         * backend/tiff/tiff-document.c:
1275         (tiff_document_document_iface_init):
1276         * backend/pixbuf/pixbuf-document.c:
1277         (pixbuf_document_document_iface_init):
1278         * backend/comics/comics-document.c:
1279         (comics_document_document_iface_init):
1280         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1281         (pdf_selection_render_selection),
1282         (pdf_selection_get_selected_text),
1283         (pdf_selection_get_selection_region),
1284         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1285         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1286         (ev_selection_get_selection_region),
1287         (ev_selection_get_selection_map):
1288         * libdocument/ev-document.[ch]:
1289         * shell/ev-pixbuf-cache.[ch]: (add_job),
1290         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1291         * shell/ev-view-private.h:
1292         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1293         (ev_job_render_run):
1294         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1295         * shell/ev-view.c: (start_selection_for_event),
1296         (ev_view_button_press_event), (ev_view_drag_data_get),
1297         (ev_view_drag_data_received), (ev_view_button_release_event),
1298         (compute_new_selection_text), (compute_selections),
1299         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1300         (ev_view_primary_get_cb):
1301
1302         Add support for double and triple click selections.
1303
1304 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1305
1306         * NEWS:
1307         * configure.ac:
1308
1309         Update for release 2.19.4
1310
1311 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1312
1313         * shell/ev-view-private.h:
1314         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1315         (ev_view_set_highlight_search):
1316         * shell/ev-view.h:
1317         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1318         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1319         (find_bar_visibility_changed_cb):
1320         
1321         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1322
1323 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1326         (pdf_document_file_exporter_begin),
1327         (pdf_document_file_exporter_do_page):
1328         * shell/ev-jobs.c: (ev_job_print_run):
1329         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1330
1331         Create always a portrait cairo surface and rotate when needed for
1332         landscape. It fixes printing problems in real printers.
1333
1334 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1337         * libdocument/ev-file-exporter.[ch]:
1338         (ev_file_exporter_get_capabilities):
1339         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1340         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1341
1342         Adjust number of pages per row according to page orientation when
1343         printing 2 or 6 pages per sheet.
1344
1345 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-window.c: (ev_window_print_send):
1348
1349         Reset also cups setting to 1 when printing multiple pages per
1350         sheet. Fixes bug #468853.
1351
1352 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * libdocument/ev-document-misc.c:
1355         (ev_document_misc_surface_rotate_and_scale):
1356
1357         Use directly cairo_surface_get_content() when creating a similar
1358         surface as suggested by Jeff Muizelaar. Thanks again.
1359
1360 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * backend/djvu/djvu-document.c: (djvu_document_render):
1363         * backend/tiff/tiff-document.c: (tiff_document_render):
1364         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1365         * libdocument/ev-document-misc.c:
1366         (ev_document_misc_surface_from_pixbuf),
1367         (ev_document_misc_surface_rotate_and_scale):
1368
1369         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1370         creating page surfaces. Fixes bug #453123. Thank you very much to
1371         Jeff Muizelaar <jeff@infidigm.net>.
1372
1373 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * shell/ev-page-cache.c: (ev_page_cache_new),
1376         (ev_page_cache_get_thumbnail_size):
1377         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1378         (ev_sidebar_thumbnails_set_loading_icon):
1379
1380         Also store in page-cache the dimensions of the thumbnails so that
1381         they can be used to create the correct loading icon in the side
1382         pane. Fixes bug #466857.
1383
1384 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * backend/pdf/ev-poppler.cc:
1387         (pdf_document_thumbnails_get_thumbnail):
1388
1389         Fix thumbnails rotation in pdf documents that include embedded 
1390         thumbnails.
1391
1392 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1393
1394         * backend/pdf/ev-poppler.cc:
1395
1396         Don't use #ifdef in macro expansion. Some compilers don't
1397         like that. Closes bug #467042.
1398
1399 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1400
1401         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1402         
1403         Fixes memory leak in djvu backend.
1404
1405 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1406
1407         * data/icons/32x32/Makefile.am:
1408         * data/icons/32x32/actions/Makefile.am:
1409         * data/icons/32x32/actions/view-page-cont.svg:
1410         * data/icons/32x32/actions/view-page-facing.svg:
1411         * data/icons/48x48/Makefile.am:
1412         * data/icons/48x48/actions/Makefile.am:
1413         * data/icons/48x48/actions/view-page-cont.svg:
1414         * data/icons/48x48/actions/view-page-facing.svg:
1415         
1416         Icons for a new sizes.
1417
1418 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1419
1420         * shell/ev-page-cache.c: (build_height_to_page),
1421         (ev_page_cache_get_height_to_page):
1422         
1423         Fixes invalid read, see bug #466401.
1424
1425 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1428         (set_drag_cursor):
1429         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1430         (configure_item_cursor), (new_pixbuf_from_widget):
1431
1432         Fix multihead problems in toolbar editor. Fixes bug #382055.
1433
1434 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-window.c: (ev_window_cmd_file_open),
1437         (ev_window_cmd_save_as):
1438
1439         Use g_get_user_special_dir when available instead of
1440         xdg_user_dir_lookup.
1441
1442 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1443
1444         * MAINTAINERS:
1445         
1446         Updated according to request on desktop-devel.
1447
1448 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1451
1452         Do not use cairo_rectangle and cairo_clip since we are
1453         not using cairo_fill but cairo_paint. Use the same cairo context
1454         for every page in the same expose event.
1455
1456 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1457
1458         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1459         leak.
1460
1461 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * configure.ac:
1464         * NEWS:
1465
1466         Release 0.9.3
1467
1468 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * libdocument/ev-document-info.h:
1471         * libdocument/ev-document.h:
1472         * shell/ev-page-action.h:
1473         * shell/ev-sidebar-links.h:
1474
1475         Fix a headers problem with ev-link
1476         
1477         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1478         * shell/ev-view-private.h:
1479         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1480         (get_link_area), (ev_view_query_tooltip),
1481         (ev_view_leave_notify_event), (ev_view_destroy),
1482         (ev_view_class_init):
1483
1484         Use new gtk tooltips when available instead of ev-tooltip.
1485         
1486 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-window.c: (update_chrome_visibility),
1489         (ev_window_sidebar_visibility_changed_cb):
1490
1491         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1492         
1493 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * shell/ev-navigation-action.c:
1496         (ev_navigation_action_history_changed),
1497         (ev_navigation_action_set_history):
1498         * shell/ev-navigation-action-widget.c:
1499         (ev_navigation_action_widget_init):
1500         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1501
1502         Fix compile warnings.
1503         
1504 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1507         (egg_editable_toolbar_dispose):
1508
1509         Fix memory leak.
1510         
1511 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1514         (screensaver_disable_x11):
1515         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1516         * shell/ev-window.c: (presentation_set_timeout):
1517         * shell/ev-view.c: (ev_view_presentation_transition_start):
1518
1519         Use g_timeout_add_seconds instead of g_timeout_add when
1520         available.
1521         
1522 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1525
1526         Set horizontal scrollbar policy to AUTOMATIC instead of
1527         NEVER. Workaround for bug #449462.
1528         
1529 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * shell/ev-jobs.c: (ev_job_render_page_ready):
1532
1533         Add page_ready callback to main loop with high priority and hold
1534         a reference to job during idle.
1535         
1536 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * configure.ac:
1539         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1540         (pdf_document_file_exporter_begin),
1541         (pdf_document_file_exporter_do_page),
1542         (pdf_document_file_exporter_get_capabilities):
1543         * libdocument/ev-file-exporter.h:
1544         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1545         * shell/ev-window.c: (ev_window_print_send),
1546         (ev_window_print_dialog_response_cb):
1547
1548         Allow printing multiple pages per sheet. Fixes bug #395573.
1549         
1550 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1551
1552         * shell/ev-view.c: (tip_from_link):
1553         
1554         Check for NULL, fixes bug #460862.
1555
1556 2007-07-29  Christian Persch  <chpe@gnome.org>
1557
1558         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1559         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1560         (ev_window_cmd_preview_print):
1561         
1562         Fixes bug #437681 - blocks while enumerating printers.
1563
1564 2007-07-29  Christian Persch  <chpe@gnome.org>
1565
1566         * shell/ev-window.c: (ev_window_screen_changed):
1567         
1568         Don't use deprecated gtk+ function. See bug #460909.
1569
1570 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * shell/ev-utils.c: (get_num_monitors):
1573         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1574
1575         Do not use display before initializing it. Remove compile
1576         warnings.
1577
1578 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1579
1580         * shell/ev-view.c: (ev_view_class_init):
1581         
1582         Unix-like hjkl bindings added. See bug #458111.
1583
1584 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1585
1586         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1587         * shell/ev-utils.h:
1588         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1589         (ev_view_update_view_size):
1590         * shell/ev-view.h:
1591         * shell/ev-window.c: (ev_window_update_actions),
1592         (setup_view_from_metadata), (ev_window_screen_changed),
1593         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1594         (zoom_control_changed_cb):
1595         * shell/ev-window.h:
1596         
1597         Reorganizes utility functions.
1598
1599 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1600
1601         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1602         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1603         (add_job), (ev_pixbuf_cache_get_surface),
1604         (ev_pixbuf_cache_get_link_mapping),
1605         (ev_pixbuf_cache_get_image_mapping),
1606         (ev_pixbuf_cache_get_form_field_mapping),
1607         (ev_pixbuf_cache_get_text_mapping):
1608         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1609         (notify_page_ready), (ev_job_render_page_ready),
1610         (ev_job_render_run):
1611
1612         Add page_ready signal to notify that page is ready as soon as
1613         possible even if other page elements like links, forms, images or
1614         text mapping are not ready yet.
1615
1616 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1619         (dvi_document_file_exporter_do_page),
1620         (dvi_document_file_exporter_get_capabilities),
1621         (dvi_document_file_exporter_iface_init):
1622         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1623         (ps_document_file_exporter_do_page),
1624         (ps_document_file_exporter_get_capabilities),
1625         (ps_document_file_exporter_iface_init):
1626         * backend/djvu/djvu-document.c:
1627         (djvu_document_file_exporter_begin),
1628         (djvu_document_file_exporter_end),
1629         (djvu_document_file_exporter_get_capabilities),
1630         (djvu_document_file_exporter_iface_init):
1631         * backend/tiff/tiff-document.c:
1632         (tiff_document_file_exporter_begin),
1633         (tiff_document_file_exporter_get_capabilities),
1634         (tiff_document_document_file_exporter_iface_init):
1635         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1636         (pdf_document_file_exporter_do_page),
1637         (pdf_document_file_exporter_get_capabilities),
1638         (pdf_document_file_exporter_iface_init):
1639         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1640         (ev_file_exporter_get_capabilities):
1641         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1642         (idle_print_handler), (ev_print_job_print):
1643         * shell/ev-jobs.c: (ev_job_print_run):
1644         * shell/ev-window.c: (ev_window_print_send),
1645         (ev_window_print_range):
1646
1647         Use capabilities to know which options should be offered by the
1648         print dialog depending on the document backend.
1649
1650 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1653
1654         Give priority to forms over text to set the cursor.
1655
1656 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-view-private.h:
1659         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1660         (ev_view_leave_notify_event), (ev_view_finalize),
1661         (ev_view_get_property), (ev_view_class_init):
1662
1663         Use IBEAM cursor for text form fields and NORMAL cursor for read
1664         only fields. Remove unused status attribute.
1665
1666 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1669
1670         Update region for current selected items also for checkbox
1671         buttons, since they can behave as radio buttons when they are in a
1672         set.
1673
1674 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * configure.ac:
1677         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1678
1679         Get max length of text form fields.
1680
1681 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1684         * libdocument/ev-form-field.h:
1685         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1686
1687         Fix build with current poppler cvs head.
1688
1689 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1692         * shell/eggfindbar.c: (egg_find_bar_init):
1693
1694         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1695         deprecation. Fixes bug #455667
1696
1697 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1698
1699         * NEWS:
1700         * configure.ac:
1701         
1702         Update for release 0.9.2
1703
1704 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * shell/ev-view.c: (ev_view_form_field_text_save),
1707         (ev_view_form_field_choice_save):
1708
1709         Fix a crash when closing whith a form widget visible.
1710
1711 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1714
1715         Update also the region of the current selected button when
1716         clicking on another button if they are radio buttons.
1717
1718 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1721         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1722         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1723         (ev_pixbuf_cache_get_link_mapping),
1724         (ev_pixbuf_cache_get_image_mapping),
1725         (ev_pixbuf_cache_get_form_field_mapping),
1726         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1727         * shell/ev-view.c: (ev_view_form_field_get_region),
1728         (ev_view_form_field_button_create_widget),
1729         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1730         (job_finished_cb):
1731
1732         Redraw only form field region instead of the whole page when
1733         reloading a page to show changes on the form field.
1734
1735 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-view.c: (ev_view_form_field_choice_save):
1738
1739         Fix selection of first item in list form fields.
1740
1741 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1744         (ev_pixbuf_cache_reload_page),
1745         (ev_pixbuf_cache_get_form_field_mapping):
1746
1747         Some refactoring to avoid duplicated code.
1748
1749 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * configure.ac:
1752         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1753         (ev_form_field_from_poppler_field),
1754         (pdf_document_forms_get_form_fields),
1755         (pdf_document_forms_form_field_text_get_text),
1756         (pdf_document_forms_form_field_text_set_text),
1757         (pdf_document_forms_form_field_button_set_state),
1758         (pdf_document_forms_form_field_button_get_state),
1759         (pdf_document_forms_form_field_choice_get_item),
1760         (pdf_document_forms_form_field_choice_get_n_items),
1761         (pdf_document_forms_form_field_choice_is_item_selected),
1762         (pdf_document_forms_form_field_choice_select_item),
1763         (pdf_document_forms_form_field_choice_toggle_item),
1764         (pdf_document_forms_form_field_choice_unselect_all),
1765         (pdf_document_forms_form_field_choice_set_text),
1766         (pdf_document_forms_form_field_choice_get_text),
1767         (pdf_document_document_forms_iface_init):
1768         * libdocument/Makefile.am:
1769         * libdocument/ev-form-field.[ch]:
1770         * libdocument/ev-document-forms.[ch]:
1771         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1772         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1773         (add_job), (ev_pixbuf_cache_reload_page),
1774         (ev_pixbuf_cache_get_form_field_mapping):
1775         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1776         * shell/ev-view-private.h:
1777         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1778         (ev_view_handle_cursor_over_xy),
1779         (ev_view_get_form_field_at_location),
1780         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1781         (ev_view_form_field_button_create_widget),
1782         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1783         (ev_view_form_field_text_create_widget),
1784         (ev_view_form_field_choice_save),
1785         (ev_view_form_field_choice_changed),
1786         (ev_view_form_field_choice_create_widget),
1787         (ev_view_handle_form_field), (ev_view_size_allocate),
1788         (ev_view_realize), (draw_end_presentation_page),
1789         (ev_view_button_press_event), (ev_view_remove_all),
1790         (ev_view_motion_notify_event), (ev_view_key_press_event),
1791         (ev_view_enter_notify_event), (highlight_find_results),
1792         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1793         (ev_view_class_init), (page_changed_cb),
1794         (on_adjustment_value_changed), (ev_view_set_presentation),
1795         (merge_selection_region), (ev_view_set_cursor),
1796         (ev_view_reset_presentation_state):
1797         
1798         Merge evince-forms branch.
1799
1800 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1801
1802         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1803
1804         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1805         This script also updates itself from libegg
1806
1807         * cut-n-paste/toolbar-editor/egg*:
1808         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1809         libegg
1810
1811 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1812
1813         * shell/ev-window.c:
1814         
1815         Adds a nice icon to page action during toolbar editing.
1816         See bug #452872.
1817
1818 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1819
1820         * data/evince-toolbar.xml:
1821         * shell/ev-window.c:
1822         
1823         Let user add a presentation and fullscreen icons on toolbar.
1824         See bug #449734.
1825
1826 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1827
1828         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1829
1830         new script to keep in sync with toolbareditor in libegg
1831
1832         * cut-n-paste/toolbar-editor/*: 
1833
1834         Run update-toolbareditor-from-libegg so we are in sync again. 
1835         Fixes bug #452850.
1836         
1837
1838 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * shell/ev-sidebar-links.c: (job_finished_callback):
1841
1842         Do not connect selection changed signal more than once. Fixes bug
1843         #349433.
1844
1845 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1848
1849         Do not change sidebar chrome flag when pressing F9 key in
1850         presentation mode.
1851
1852 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * backend/pdf/ev-poppler.cc:
1855         (pdf_document_thumbnails_get_dimensions):
1856
1857         Make sure thumbnails width and height is not <= 0. Fixes a crash
1858         with some pdf documents which have really small pages.
1859
1860 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1861
1862         * shell/main.c: (main):
1863
1864         Fixes program description translation issue.
1865         Bug #450148.
1866
1867 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1868
1869         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1870
1871         Do not change current page when returning from black/white mode
1872         in presentation. Fixes bug #415032.
1873
1874 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1875
1876         * NEWS:
1877         * configure.ac:
1878         
1879         Update for release 0.9.1
1880
1881 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1882
1883         * backend/dvi/dvi-document.c:
1884         (dvi_document_finalize),
1885         (dvi_document_file_exporter_format_supported),
1886         (dvi_document_file_exporter_begin),
1887         (dvi_document_file_exporter_do_page),
1888         (dvi_document_file_exporter_end),
1889         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1890         
1891         PDF exporter for dvi documents. Fixes bug #441319.
1892
1893 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (ev_window_clear_print_job):
1896
1897         Clear gtk print job when job has finished. Fixes bug #447612.
1898
1899 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-window.c: (ev_window_print_send),
1902         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1903
1904         Add preview button to print dialog. Fixes bug #445419.
1905
1906 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * backend/dvi/Makefile.am:
1909         * backend/dvi/pixbuf-device.[ch]: Removed
1910         * backend/dvi/cairo-device.[ch]: Added
1911         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1912         * backend/dvi/dvi-document.c: (dvi_document_load),
1913         (dvi_document_render), (dvi_document_finalize),
1914         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1915         (dvi_document_do_color_special):
1916         * libdocument/ev-document-misc.[ch]:
1917         (ev_document_misc_pixbuf_from_surface):
1918
1919         Port dvi backend to cairo and fix a problem with colors. 
1920
1921 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * shell/ev-view.c: (draw_one_page):
1924
1925         Draw only visible region.
1926
1927 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * backend/djvu/djvu-document.c: (djvu_document_render):
1930
1931         Fix rotation in djvu backend.
1932
1933 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1936         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1937         (ev_pixbuf_cache_get_image_mapping),
1938         (ev_pixbuf_cache_get_text_mapping):
1939
1940         Redraw view every time we have a new surface. Fixes bug #443587.
1941
1942 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * libdocument/ev-document.c: (ev_document_info_free):
1945
1946         Fix memory leaks.
1947
1948 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * backend/dvi/dvi-document.c: (dvi_document_render),
1951         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1952         * backend/impress/impress-document.c:
1953         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1954         (impress_document_render), (impress_document_document_iface_init),
1955         (impress_document_thumbnails_get_thumbnail):
1956         * backend/djvu/djvu-document-private.h:
1957         * backend/djvu/djvu-document.c: (djvu_document_render),
1958         (djvu_document_finalize), (djvu_document_document_iface_init),
1959         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1960         * backend/tiff/tiff-document.c: (tiff_document_render),
1961         (tiff_document_render_pixbuf),
1962         (tiff_document_document_iface_init):
1963         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1964         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1965         (pdf_selection_render_selection):
1966         * backend/comics/comics-document.c:
1967         (comics_document_render_pixbuf), (comics_document_render),
1968         (comics_document_document_iface_init):
1969         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1970         (pixbuf_document_document_iface_init):
1971         * libdocument/ev-document-misc.[ch]:
1972         (ev_document_misc_surface_from_pixbuf),
1973         (ev_document_misc_surface_rotate_and_scale):
1974         * libdocument/ev-document.[ch]: (ev_document_render):
1975         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1976         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1977         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1978         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1979         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1980         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1981         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1982         (render_finished_cb), (ev_job_render_run):
1983         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1984         (merge_selection_region):
1985
1986         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1987         and selections.
1988
1989 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * shell/ev-window-title.c: (ev_window_title_update):
1992
1993         Fix memory leak.
1994
1995 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-view.c: (draw_loading_text):
1998
1999         Show loading text centered. Fixes bug #433061
2000
2001 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * shell/ev-sidebar-thumbnails.c:
2004         (ev_sidebar_thumbnails_set_loading_icon):
2005
2006         Remove a mutex in the main thread that blocks the UI in heavy
2007         documents.
2008
2009 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2012
2013         Set points_set to TRUE so that selections don't disappear after a
2014         zoom change.
2015
2016 2007-06-07  Michael Monreal  <infernux@web.de>
2017
2018         * data/icons/16x16/actions/Makefile.am:
2019         * data/icons/16x16/actions/zoom.svg:
2020         * data/icons/22x22/actions/Makefile.am:
2021         * data/icons/22x22/actions/zoom.svg:
2022         * data/icons/24x24/actions/Makefile.am:
2023         * shell/ev-stock-icons.c:
2024         * shell/ev-stock-icons.h:
2025         * shell/ev-window.c:
2026         
2027         Zoom icon artwork. See bug #444795.
2028
2029 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2030
2031         * shell/ev-metadata-manager.c: Remove extraneous function
2032         (Closes: #444386)
2033
2034 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2035
2036         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2037         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2038         (ev_metadata_manager_set), (ev_metadata_manager_save):
2039         Simplify the timeout, no need for modified anymore
2040
2041 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2042
2043         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2044         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2045         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2046         (ev_metadata_manager_save): Adapted patch from Arjan van de
2047         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2048         time, saves on power (Closes: #443851)
2049
2050 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * configure.ac:
2053         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2054         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2055
2056         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2057
2058 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2059
2060         * shell/ev-window.c: (ev_window_add_history):
2061
2062         Check if history is NULL
2063
2064 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * libdocument/ev-image.c: (ev_image_finalize):
2067         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2068         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2069         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2070         (ev_tmp_uri_unlink):
2071
2072         Add functions to delete temporary files created by evince in a safe
2073         way.
2074
2075         * shell/ev-window.c: (ev_window_clear_local_uri),
2076         (open_xfer_update_progress_callback),
2077         (save_xfer_update_progress_callback), (ev_window_save_remote),
2078         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2079         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2080         (attachment_save_dialog_response_cb),
2081         (ev_attachment_popup_cmd_save_attachment_as):
2082
2083         Allow saving a copy of a document, image or attachment to a remote
2084         location. Fixes bug #440754. 
2085
2086 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * configure.ac:
2089         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2090
2091         Fix build with current poppler from cvs head. 
2092
2093 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2094
2095         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2096
2097         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2098         directory exists.
2099
2100 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2101
2102         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2103         * shell/ev-window.c:
2104
2105         Change sidebar ordering. Fixes bug #439939.
2106
2107 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2108
2109         * backend/comics/Makefile.am:
2110         
2111         Fixes build with --without-libgnome.
2112
2113 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2114         
2115         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2116
2117         Update cursor and tooltip on page change and view scroll. Fixes bug
2118         #439217.
2119
2120 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2121
2122         * NEWS:
2123         * configure.ac:
2124         
2125         Update for release 0.9.0
2126
2127 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2128
2129         * backend/djvu/djvu-document-private.h:
2130         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2131         (djvu_document_finalize),
2132         (djvu_document_file_exporter_format_supported),
2133         (djvu_document_file_exporter_begin),
2134         (djvu_document_file_exporter_do_page),
2135         (djvu_document_file_exporter_end),
2136         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2137         
2138         Implemented printing with djvu. Bug #437998.
2139
2140 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * backend/impress/zip.c:
2143         Add missing ulong definition.
2144
2145         * backend/ps/ps-interpreter.c:
2146         Add missing headers.
2147
2148         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2149
2150 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2153
2154         Add missing call to parent class dispose method. 
2155
2156 2007-05-12  Ross Burton  <ross@openedhand.com>
2157
2158         * shell/main.c:
2159         Sync keybindings manually when building without libgnome
2160         (#437925).
2161
2162 2007-05-12  Ross Burton  <ross@openedhand.com>
2163
2164         * shell/ev-window.c:
2165         Respect the screen when opening help (#437866).
2166
2167 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * data/evince-ui.xml:
2170         * shell/ev-application.[ch]: (get_print_settings_from_args),
2171         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2172         (ev_application_open_uri_list):
2173         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2174         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2175         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2176         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2177         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2178         (ev_window_dispose):
2179         * shell/main.c: (arguments_parse):
2180
2181         Add print button in preview mode. Fixes bug #396475. 
2182
2183 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2184
2185         * cut-n-paste/zoom-control/ephy-zoom.h:
2186         
2187         Fixes zoom level factors. See bug #408119 for details.
2188
2189 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2190
2191         * backend/comics/comics-document.c: (comics_regex_quote),
2192         (extract_argv):
2193         
2194         Correctly quote symbols. Fixes crash in the bug
2195         #415370.
2196
2197 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2198
2199         * shell/ev-navigation-action-widget.c:
2200         (ev_navigation_action_widget_init),
2201         (ev_navigation_action_widget_class_init),
2202         (ev_navigation_action_widget_button_press_event):
2203         
2204         Connect to button-press event on correct widget. Fixes
2205         bug #431988
2206
2207 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2208
2209         * shell/ev-application.c: (ev_application_open_window),
2210         (ev_application_add_icon_path_for_screen),
2211         (ev_application_open_uri_at_dest):
2212         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2213         * shell/ev-navigation-action.c: (build_menu):
2214         
2215         Add app-specific icons to our icon theme. Fixes bug
2216         #425508.
2217
2218 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2219
2220         * shell/ev-history.c: (ev_history_class_init),
2221         (ev_history_add_link):
2222         * shell/ev-history.h:
2223         * shell/ev-navigation-action.c:
2224         (ev_navigation_action_history_changed),
2225         (ev_navigation_action_set_history), (build_menu),
2226         (ev_navigation_action_finalize):
2227         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2228         
2229         Make navigation action unsensitive instead of showing
2230         menu with unsensitive word. Fixes bug #417392.
2231
2232 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * shell/ev-application.[ch]: (ev_application_shutdown),
2235         (ev_application_get_print_settings),
2236         (ev_application_set_print_settings):
2237         * shell/ev-window.c:
2238
2239         Remember print settings. Fixes bug #349102. 
2240
2241 2007-05-08  Christian Persch  <chpe@gnome.org>
2242
2243         * configure.ac:
2244         * properties/ev-properties-view.c:
2245
2246         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2247         Bug #382438.
2248
2249 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * configure.ac:
2252         * properties/ev-properties-view.c: (ev_regular_paper_size):
2253
2254         Use gtk+ builtin paper list to identify the document's paper size.
2255         Fixes bug #382438. 
2256
2257 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * configure.ac:
2260
2261         Fix build when compiling with thumbnailer and libgnome support. 
2262
2263 2007-05-04  Ross Burton  <ross@openedhand.com>
2264
2265         * configure.ac:
2266         Add --without-libgnome, check for libgnome and libgnomeui
2267         separately, and add them to the symbols as required.
2268
2269         * libdocument/ev-file-helpers.c:
2270         When building without libgnome, use g_get_user_config_dir instead
2271         of gnome_user_dir_get.
2272
2273         * shell/ev-application.c:
2274         When building without libgnome, don't use session management.
2275
2276         * shell/main.c:
2277         When building without libgnome, don't use GnomeProgram or
2278         initialise the authentication manager.
2279
2280         This fixes #328842.
2281
2282 2007-05-04  Ross Burton  <ross@openedhand.com>
2283
2284         * shell/ev-window.c:
2285         Don't use libgnome to open help, instead call Yelp directly.
2286
2287 2007-05-04  Ross Burton  <ross@openedhand.com>
2288
2289         * shell/ev-sidebar-attachments.c:
2290         Don't use libgnome to lookup icons for MIME types, instead copy
2291         code from GTK+ to do it manually.
2292
2293 2007-05-04  Ross Burton  <ross@openedhand.com>
2294
2295         * configure.ac:
2296         Add libxml to the dependencies for SHELL_CORE (#435818).
2297
2298 2007-05-02  Ross Burton  <ross@openedhand.com>
2299
2300         * configure.ac:
2301         * Makefile.am:
2302         Add --disable-thumbnailer (#434825)
2303
2304 2007-05-02  Ross Burton  <ross@openedhand.com>
2305
2306         * shell/ev-window.c:
2307         Add missing includes, fix indentation.
2308
2309         * shell/main.c:
2310         Fix indentation.
2311
2312 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2313
2314         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2315         ev_application_open_uri_at_dest instead of ev_application_open_uri
2316         preventing new document always being opened in a new window even if there
2317         is an empty window.
2318
2319 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2320
2321         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2322         (egg_recent_view_uimanager_finalize):
2323         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2324         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2325         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2326         (ev_pixbuf_cache_dispose):
2327         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2328         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2329         
2330         Add missing chain to parent class methods. Fixes
2331         bug #433128.
2332
2333 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2334
2335         * data/Makefile.am (update-icon-cache): Updates
2336         gtk-update-icon-cache in uninstall-hook.
2337
2338 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-window.c: (ev_window_setup_document),
2341         (ev_window_set_document), (ev_window_load_job_cb):
2342         * shell/ev-view.c: (setup_caches):
2343         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2344
2345         Start rendering pages before any other jobs. 
2346
2347 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-window.c: (ev_window_stop_fullscreen),
2350         (ev_window_stop_presentation):
2351
2352         Update chrome visibility before window unfullscreen. 
2353
2354 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * data/Makefile.am:
2357         * data/evince-ui.xml:
2358         * shell/ev-stock-icons.[ch]:
2359         * shell/ev-application.[ch]: (ev_application_shutdown),
2360         (ev_application_init), (ev_application_get_toolbars_model):
2361         * shell/ev-window.c: (update_chrome_visibility),
2362         (fullscreen_toolbar_setup_item_properties),
2363         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2364         (ev_window_run_presentation), (ev_window_stop_presentation),
2365         (ev_window_run_preview), (ev_window_screen_changed),
2366         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2367         (ev_window_dispose), (ev_window_init):
2368
2369         Make fullscreen toolbar always visible. Do not use egg toolbars for
2370         fullscreen and preview modes since such toolbars are not editables.
2371         Fixes bugs #300278, #338910 and #316188.  
2372
2373 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2374
2375         * shell/ev-application.c:
2376         * shell/ev-job-queue.c:
2377         * shell/ev-metadata-manager.c:
2378         * shell/ev-stock-icons.c:
2379         * shell/ev-window.c:
2380         * shell/main.c:
2381         
2382         Developers documentation updated.
2383
2384 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2387
2388         Check whether uri is valid before launching it. Fixes bug #427664.
2389
2390 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * shell/ev-window.c:
2393
2394         Change key accelerator for Open a Copy menu entry which is in conflict
2395         with Close. Fixes bug #427321.
2396
2397 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2398
2399         * NEWS:
2400         * configure.ac:
2401         
2402         Update for release 0.8.1
2403
2404 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2405
2406         * shell/ev-window.c: (setup_size_from_metadata):
2407         
2408         Do not make window bigger than screen. Fixes bug 
2409         #388985.
2410
2411 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2414         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2415
2416         Use default resolution when it's not provided by document. Fixes bug
2417         #408762.
2418
2419 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * configure.ac:
2422         * thumbnailer/Makefile.am:
2423         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2424         * thumbnailer/evince-thumbnailer.schemas.in:
2425         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2426
2427         Add support for ps, eps and compressed documents thumbnails. Do not
2428         ignore size parameter. 
2429
2430 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2431
2432         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2433         (dvi_document_do_color_special):
2434         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2435
2436         Implement font color specials in the DVI backend. Fixes bug #303651.
2437
2438 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2439
2440         Fixup the previous commit:
2441
2442         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2443         * shell/xdg-user-dir-lookup.c: Make the function non-static
2444         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2445
2446 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2447
2448         * shell/ev-window.c (file_open_dialog_response_cb): Use
2449         the xdg-user-dirs DOCUMENTS folder as default folder when
2450         opening a file chooser.  (#424858)
2451
2452         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2453         xdg-user-dirs.
2454
2455 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * shell/ev-window.c: (ev_window_load_job_cb):
2458
2459         Do not setup view from metadata on preview mode. 
2460
2461 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/main.c:
2464
2465         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2466
2467 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * shell/ev-view.c: (ev_view_primary_get_cb):
2470
2471         Check pointer != NULL before using it. Fixes bug #416841. 
2472
2473 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2474
2475         * NEWS:
2476         * configure.ac:
2477         
2478         Release 0.8.0
2479
2480 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2483
2484         Do not render thumbnails when sidebar thumbnail page is not visible
2485         at startup. Fixes bug #416447. 
2486
2487 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2488
2489         * data/evince.desktop.in.in:
2490
2491         "Application" is not a valid category in the freedesktop specification.
2492
2493 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * libdocument/ev-file-helpers.[ch]: (compression_run),
2496         (ev_file_uncompress), (ev_file_compress):
2497         * shell/ev-window.c: (file_save_dialog_response_cb):
2498
2499         Save document compressed when saving a copy of a compressed document.
2500         Fixes bug #334542.
2501
2502 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2505
2506         Allow deleting in goto window entry in presentation mode. 
2507
2508 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2509
2510         * Makefile.am: Dist MAINTAINERS.
2511
2512 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-window.c: (ev_window_update_actions):
2515
2516         Fix zoom shortcut keys when searching. Fixes bug #409828.
2517
2518 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * shell/ev-window.c: (ev_window_setup_document):
2521
2522         Fix crash when loading documents with only one page. 
2523
2524 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * backend/dvi/dvi-document.c:
2527         (dvi_document_thumbnails_get_dimensions),
2528         (dvi_document_thumbnails_get_thumbnail):
2529         * backend/impress/impress-document.c:
2530         (impress_document_thumbnails_get_thumbnail),
2531         (impress_document_thumbnails_get_dimensions):
2532         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2533         (ps_document_thumbnails_get_dimensions):
2534         * backend/djvu/djvu-document.c:
2535         (djvu_document_thumbnails_get_dimensions),
2536         (djvu_document_thumbnails_get_thumbnail):
2537         * backend/tiff/tiff-document.c:
2538         (tiff_document_thumbnails_get_thumbnail),
2539         (tiff_document_thumbnails_get_dimensions):
2540         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2541         (pdf_document_thumbnails_get_thumbnail),
2542         (pdf_document_thumbnails_get_dimensions):
2543         * backend/comics/comics-document.c:
2544         (comics_document_thumbnails_get_thumbnail),
2545         (comics_document_thumbnails_get_dimensions):
2546         * backend/pixbuf/pixbuf-document.c:
2547         (pixbuf_document_thumbnails_get_thumbnail),
2548         (pixbuf_document_thumbnails_get_dimensions):
2549         * libdocument/ev-document-thumbnails.[ch]:
2550         (ev_document_thumbnails_get_thumbnail),
2551         (ev_document_thumbnails_get_dimensions):
2552         * libdocument/ev-document-misc.[ch]:
2553         (ev_document_misc_get_thumbnail_frame):
2554         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2555         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2556         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2557         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2558         (ev_sidebar_thumbnails_refresh):
2559         * shell/ev-window.c: (ev_window_setup_document):
2560         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2561
2562         Use an EvRenderContext for rendering thumbnails instead of a suggested
2563         width, so that different sized pages get sized proportionally.
2564
2565 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * shell/ev-view.c: (ev_view_button_press_event),
2568         (ev_view_key_press_event):
2569
2570         Fix critical warnings when there is no document loaded. 
2571
2572 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2573
2574         * shell/ev-page-action-widget.c:
2575         * shell/ev-navigation-action.c:
2576         * shell/ev-window.c:
2577
2578         Fix compile warnings. 
2579
2580 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * backend/djvu/djvu-text.h:
2583         * backend/djvu/djvu-document.c:
2584         * backend/djvu/djvu-text-page.c:
2585         * backend/djvu/djvu-links.c:
2586         * backend/djvu/djvu-text-page.h:
2587         * backend/djvu/djvu-text.c:
2588         
2589         Fix build on Mac. Fixes bug #392186. Patch by
2590         <ephraim_owns@hotmail.com>
2591
2592 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2595
2596         Restore cairo context before rendering every page when printing a PDF
2597         document into a PDF file. 
2598
2599 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * backend/ps/gstypes.h:
2602         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2603         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2604         (ps_document_thumbnails_get_thumbnail):
2605
2606         Handle PostScript page orientation. Fixes bug #318568.
2607
2608 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * backend/ps/Makefile.am:
2611         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2612         (document_load), (ps_document_load), (save_document),
2613         (save_page_list), (ps_document_get_n_pages),
2614         (ps_document_get_page_size), (ps_document_get_info),
2615         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2616         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2617         (ps_document_thumbnails_get_thumbnail),
2618         (ps_document_thumbnails_get_dimensions),
2619         (ps_document_document_thumbnails_iface_init):
2620         * backend/ps/ps.[ch]: (psgetpagebox):
2621         * backend/ps/ps-interpreter.[ch]:
2622
2623         Add support for thumbnails in ps backend. Fixes bug #164755. 
2624
2625 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2626
2627         * NEWS:
2628         * configure.ac:
2629         
2630         Release 0.7.2
2631
2632 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2635         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2636         (ev_window_dispose):
2637
2638         Use document thumbnail as window icon. Fixes bug #384442.
2639
2640 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2641
2642         * configure.ac:
2643
2644         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2645         duplicated adding application/x-bzpostscript instead. 
2646
2647 2007-02-11  Tom Parker  <palfrey@tevp.net>
2648
2649         * backend/ps/ps-document.c: (document_load):
2650
2651         Check return value of psscan before trying
2652         to use it. Fixes bug #372414.
2653
2654 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2657
2658         Fix invalid free in ev-page-cache. Fixes bug #404745.
2659
2660 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2661
2662         * test/Makefile.am:
2663         * test/test3.py:
2664         
2665         Added reload test case.
2666
2667 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * po/POTFILES.in:
2670         * backend/djvu/djvu-document.c: (djvu_document_load):
2671
2672         Check whether there are missing files in indirect multipage djvu
2673         documents. Fixes bug #361683. 
2674
2675 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * test/Makefile.am:
2678         * test/test-mime.bin:
2679         * test/test3.py:
2680         
2681         Added test for slow mime type
2682
2683 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2686
2687         Add some checks and call parent_class->finalize. Fixes bug #404745.
2688
2689 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2690
2691         * shell/ev-navigation-action.c: (connect_proxy):
2692         
2693         Fixes dropdown history menu. Thanks a lot Carlos!
2694
2695 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2698
2699         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2700         bug #373715.
2701
2702 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2703
2704         * backend/ps/ps.c: (psscan):
2705
2706         Fix memory leak. 
2707
2708 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * configure.ac:
2711         * libdocument/ev-file-helpers.c: 
2712
2713         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2714
2715 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * configure.ac:
2718         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2719         (ps_interpreter_start), (document_load), (save_document),
2720         (save_page_list):
2721         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2722         * libdocument/ev-document-factory.c:
2723         (ev_document_factory_get_from_mime), (get_document_from_uri),
2724         (free_uncompressed_uri), (ev_document_factory_get_document):
2725         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2726
2727         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2728
2729 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * libdocument/ev-document.h:
2732
2733         Fix typo in function name. 
2734
2735 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * backend/ps/ps-document.c: (ps_interpreter_finished),
2738         (ps_interpreter_start), (ps_interpreter_failed):
2739
2740         Handle ghostscript interpreter crashes. 
2741
2742 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * shell/ev-window.c: (ev_window_open_uri),
2745         (window_configure_event_cb):
2746
2747         Setup window size and position before showing it. Fixes bug #401711.
2748
2749 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * backend/ps/Makefile.am:
2752         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2753         (ps_document_dispose), (ps_document_class_init),
2754         (ps_interpreter_input), (ps_interpreter_output),
2755         (ps_interpreter_error), (setup_interpreter_env),
2756         (ps_interpreter_start), (ps_interpreter_stop),
2757         (ps_interpreter_failed), (ps_interpreter_is_ready),
2758         (check_filecompressed), (document_load), (ps_document_load),
2759         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2760         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2761         (render_page):
2762
2763         Rework ps-document. Code cleanups, remove deprecated code. 
2764
2765 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2766
2767         * shell/ev-view.c: (ev_view_button_press_event):
2768
2769         Do not start an image drag and drop operation when pointer is on 
2770         text, so that we can select text when the whole background is an
2771         image. 
2772
2773 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-window.c: (ev_window_update_actions): 
2776
2777         Disable all zoom related actions during presentation mode. 
2778
2779 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2780
2781         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2782
2783         Do not zoom in or out on presentation mode. Fixes bug #401305.
2784
2785 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2786
2787         * shell/ev-navigation-action.c: (connect_proxy),
2788         (create_menu_item), (ev_navigation_action_class_init):
2789         
2790         Correctly show menu and fix crash when navigaton 
2791         action is out of toolbar visible area.
2792
2793 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2794
2795         * data/Makefile.am:
2796         * data/evince.1:
2797         
2798         Added man file
2799
2800 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2801
2802         * help/reference/* :
2803         * configure.ac:
2804         
2805         Added gtk-doc based documentation for Evince.
2806         Still in initial state but I hope it will
2807         grow.
2808         
2809         * configure.ac:
2810         
2811         Lower dbus requirement to 0.70
2812
2813 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * shell/ev-window.c: (ev_window_add_history):
2816
2817         Fix memory leak. 
2818
2819 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2820
2821         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2822         * shell/ev-view.h:
2823         * shell/ev-window.c: (ev_window_add_history):
2824         
2825         Correctly handle named destination links
2826
2827 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2828
2829         * NOTES:
2830         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2831         * backend/pdf/ev-poppler.cc:
2832         * libdocument/ev-document-links.h:
2833         * libdocument/ev-link.c: (ev_link_get_page):
2834         * libdocument/ev-link.h:
2835         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2836         (ev_history_add_link):
2837         * shell/ev-history.h:
2838         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2839         (new_history_menu_item), (build_menu):
2840         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2841         * shell/ev-sidebar-links.c: (create_loading_model),
2842         (print_section_cb), (ev_sidebar_links_construct),
2843         (fill_page_labels), (update_page_callback_foreach),
2844         (update_page_callback), (job_finished_callback):
2845         * shell/ev-view.c: (ev_view_handle_link):
2846         * shell/ev-window.c: (ev_window_find_chapter),
2847         (ev_window_add_history), (view_handle_link_cb),
2848         (history_changed_cb):
2849         
2850         Implements another history variant
2851
2852 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * shell/ev-window.c: (view_external_link_cb):
2855         * shell/ev-view.c: (ev_view_button_release_event):
2856
2857         Open links in new window when clicking with middle button. 
2858
2859 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2860
2861         * shell/ev-navigation-action.c: (new_history_menu_item):
2862         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2863         * shell/ev-view.c: (ev_view_handle_link):
2864         * shell/ev-window.c:
2865         
2866         Store link before jump, not the destination. For me it 
2867         seems like more natural history behavior.
2868
2869 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2870
2871         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2872         (ev_navigation_action_class_init):
2873         * shell/ev-navigation-action.h:
2874         * shell/ev-page-action.c: (activate_cb):
2875         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2876         (ev_page_cache_set_current_page_history):
2877         * shell/ev-page-cache.h:
2878         * shell/ev-sidebar-thumbnails.c:
2879         (ev_sidebar_tree_selection_changed),
2880         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2881         * shell/ev-view-private.h:
2882         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2883         * shell/ev-view.h:
2884         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2885         (ev_window_setup_document), (ev_window_load_job_cb):
2886         * shell/ev-window.h:
2887         
2888         History finally works as expected.
2889
2890 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2893
2894         Do not update links treeview if it doesn't have a model assigned yet. 
2895
2896 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2899         (ev_sidebar_links_class_init), (update_page_callback):
2900
2901         Do not update links treeview when sidepane is not visible. 
2902
2903 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2904
2905         * shell/ev-marshal.list:
2906         * shell/ev-page-action.c: (activate_cb),
2907         (ev_page_action_class_init):
2908         * shell/ev-page-action.h:
2909         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2910         * shell/ev-window.c:
2911         
2912         Remove activate_link signal, not required.
2913
2914 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2915
2916         * shell/ev-navigation-action.c: (build_menu):
2917         
2918         Reorder menu items and build menu with fixed length.
2919
2920 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2921
2922         * shell/ev-view.c: (get_selected_text):
2923         
2924         Normalize text to fix ligatures problem. See bug
2925         #341947 for details.
2926
2927 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2928
2929         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2930
2931         Fix memory leak in ev-page-cache. 
2932
2933 2007-01-25  Tom Parker <palfrey@tevp.net>
2934
2935         * backend/impress/impress-document.c: (impress_document_load),
2936         (impress_document_finalize), (impress_document_init):
2937         * properties/ev-properties-main.c: (ev_properties_get_pages):
2938         
2939         Correctly handle impress document errors. Fixes nautilus
2940         crash in property page #370491.
2941
2942 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2945         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2946         (ev_job_queue_remove_job):
2947         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2948         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2949         (ev_job_load_run):
2950         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2951         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2952         (ev_window_load_job_cb), (xfer_update_progress_callback),
2953         (ev_window_open_uri), (ev_window_dispose):
2954         * shell/main.c: (main):
2955
2956         Do file transfer asynchronously in the main thread instead of
2957         synchronously in the load thread. Fixes bugs #399694, #398307 and
2958         #343542.
2959
2960 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * shell/ev-jobs.c: (ev_job_xfer_run):
2963
2964         Load the document with the font-config lock held. 
2965
2966 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * backend/ps/ps-document.c: (start_interpreter):
2969
2970         Fix memory leaks in ps backend. 
2971
2972 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * backend/impress/impress-document.c:
2975         (impress_document_render_pixbuf):
2976
2977         Do not acquire fontconfig lock in impress backend, since it is using
2978         the main loop for rendering. 
2979
2980 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * po/POTFILES.in: 
2983
2984         Remove mdvi files that shouldn't be translated. 
2985
2986 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-view-private.h:
2989         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2990         (ev_view_set_zoom):
2991
2992         Render "loading..." text into a cairo surface instead of directly into
2993         the window so that fontconfig lock is only needed once and UI is not
2994         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2995
2996 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2997
2998         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2999         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3000
3001         Use icon theme associated with the window screen rather than default. 
3002
3003 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3004
3005         * configure.ac:
3006
3007         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3008
3009 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3010
3011         * data/icons/*/apps/evince.*:
3012
3013         Move Evince icons under new apps directory.
3014
3015         * data/icons/*/actions/*:
3016
3017         Add new custom themeable Evince icons: view-page-continuous, 
3018         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3019         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3020
3021         * configure.ac:
3022
3023         Add new directories to AC_CONFIG_FILES.
3024
3025         * shell/ev-stock-icons.c:
3026         * shell/ev-stock-icons.h:
3027
3028         Use new custom themeable icons.
3029
3030 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3031
3032         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3033
3034         Do not draw white background page in presentation mode. 
3035
3036 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3037
3038         * shell/ev-view.c: Remove unused gnome-vfs include.
3039
3040 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3041
3042         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3043         
3044         Format string is corrected, fixes bug #397129.
3045
3046 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * shell/ev-window.c: (ev_window_setup_recent):
3049
3050         Do not include in recent menu inexistent documents. Fixes
3051         bug #339171.
3052
3053 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * po/POTFILES.skip: 
3056
3057         Update POTFILES.skip file according to current source tree. 
3058
3059 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3060
3061         * shell/ev-window.c: (file_save_dialog_response_cb):
3062
3063         Do Save a copy in atomic way. Fixes bug #328266. 
3064
3065 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3066
3067         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3068
3069         Keep selected cell always visible in index treeview.
3070
3071 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3072         
3073         * shell/ev-view.c: (ev_view_size_allocate):
3074
3075         Restore horizontal scrollbar after switching to/from fullscreen
3076         or presentation mode. Fixes bug #331728.
3077
3078 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * shell/ev-view-private.h:
3081         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3082         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3083         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3084         (ev_view_can_zoom_out):
3085
3086         Use max and min scale values in the view iby taking dpi into account. 
3087
3088 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * configure.ac:
3091         * NEWS:
3092
3093         Release 0.7.1
3094
3095 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (ev_window_print_send):
3098
3099         Send print job to printer with some settings set to default values,
3100         since we have already exported to a file according to such settings
3101         and they could be taken twice by some printers. 
3102
3103 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3104
3105         * shell/ev-jobs.c: (ev_job_xfer_run):
3106         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3107
3108         Show main window and load document with the font-config lock held. 
3109
3110 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * configure.ac:
3113         * shell/ev-application.c: (ev_application_register_service):
3114         * shell/main.c: (load_files_remote):
3115
3116         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3117
3118 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3119
3120         * doc/debugging.txt:
3121         
3122         Remove obsolete documentation.
3123
3124 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * Makefile.am:
3127         * backend/Makefile.am:
3128         * backend/comics/Makefile.am:
3129         * backend/djvu/Makefile.am:
3130         * backend/dvi/Makefile.am:
3131         * backend/ev-async-renderer.c:
3132         * backend/ev-async-renderer.h:
3133         * backend/ev-attachment.c:
3134         * backend/ev-attachment.h:
3135         * backend/ev-backend-marshal.c:
3136         * backend/ev-document-factory.c:
3137         * backend/ev-document-factory.h:
3138         * backend/ev-document-find.c:
3139         * backend/ev-document-find.h:
3140         * backend/ev-document-fonts.c:
3141         * backend/ev-document-fonts.h:
3142         * backend/ev-document-images.c:
3143         * backend/ev-document-images.h:
3144         * backend/ev-document-info.h:
3145         * backend/ev-document-links.c:
3146         * backend/ev-document-links.h:
3147         * backend/ev-document-misc.c:
3148         * backend/ev-document-misc.h:
3149         * backend/ev-document-security.c:
3150         * backend/ev-document-security.h:
3151         * backend/ev-document-thumbnails.c:
3152         * backend/ev-document-thumbnails.h:
3153         * backend/ev-document-transition.c:
3154         * backend/ev-document-transition.h:
3155         * backend/ev-document.c:
3156         * backend/ev-document.h:
3157         * backend/ev-file-exporter.c:
3158         * backend/ev-file-exporter.h:
3159         * backend/ev-image.c:
3160         * backend/ev-image.h:
3161         * backend/ev-link-action.c:
3162         * backend/ev-link-action.h:
3163         * backend/ev-link-dest.c:
3164         * backend/ev-link-dest.h:
3165         * backend/ev-link.c:
3166         * backend/ev-link.h:
3167         * backend/ev-render-context.c:
3168         * backend/ev-render-context.h:
3169         * backend/ev-selection.c:
3170         * backend/ev-selection.h:
3171         * backend/impress/Makefile.am:
3172         * backend/pdf/Makefile.am:
3173         * backend/pixbuf/Makefile.am:
3174         * backend/ps/Makefile.am:
3175         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3176         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3177         (start_interpreter), (stop_interpreter), (document_load),
3178         (ps_document_next_page), (render_page):
3179         * backend/tiff/Makefile.am:
3180         * comics/Makefile.am:
3181         * comics/comics-document.c:
3182         * comics/comics-document.h:
3183         * configure.ac:
3184         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3185         * djvu/Makefile.am:
3186         * djvu/djvu-document-private.h:
3187         * djvu/djvu-document.c:
3188         * djvu/djvu-document.h:
3189         * djvu/djvu-links.c:
3190         * djvu/djvu-links.h:
3191         * djvu/djvu-text-page.c:
3192         * djvu/djvu-text-page.h:
3193         * djvu/djvu-text.c:
3194         * djvu/djvu-text.h:
3195         * dvi/Makefile.am:
3196         * dvi/dvi-document.c:
3197         * dvi/dvi-document.h:
3198         * dvi/fonts.c:
3199         * dvi/fonts.h:
3200         * dvi/mdvi-lib/Makefile.am:
3201         * dvi/mdvi-lib/afmparse.c:
3202         * dvi/mdvi-lib/afmparse.h:
3203         * dvi/mdvi-lib/bitmap.c:
3204         * dvi/mdvi-lib/bitmap.h:
3205         * dvi/mdvi-lib/color.c:
3206         * dvi/mdvi-lib/color.h:
3207         * dvi/mdvi-lib/common.c:
3208         * dvi/mdvi-lib/common.h:
3209         * dvi/mdvi-lib/defaults.h:
3210         * dvi/mdvi-lib/dvimisc.c:
3211         * dvi/mdvi-lib/dviopcodes.h:
3212         * dvi/mdvi-lib/dviread.c:
3213         * dvi/mdvi-lib/files.c:
3214         * dvi/mdvi-lib/font.c:
3215         * dvi/mdvi-lib/fontmap.c:
3216         * dvi/mdvi-lib/fontmap.h:
3217         * dvi/mdvi-lib/fontsrch.c:
3218         * dvi/mdvi-lib/gf.c:
3219         * dvi/mdvi-lib/hash.c:
3220         * dvi/mdvi-lib/hash.h:
3221         * dvi/mdvi-lib/list.c:
3222         * dvi/mdvi-lib/mdvi.h:
3223         * dvi/mdvi-lib/pagesel.c:
3224         * dvi/mdvi-lib/paper.c:
3225         * dvi/mdvi-lib/paper.h:
3226         * dvi/mdvi-lib/pk.c:
3227         * dvi/mdvi-lib/private.h:
3228         * dvi/mdvi-lib/setup.c:
3229         * dvi/mdvi-lib/sp-epsf.c:
3230         * dvi/mdvi-lib/special.c:
3231         * dvi/mdvi-lib/sysdeps.h:
3232         * dvi/mdvi-lib/t1.c:
3233         * dvi/mdvi-lib/tfm.c:
3234         * dvi/mdvi-lib/tfmfile.c:
3235         * dvi/mdvi-lib/tt.c:
3236         * dvi/mdvi-lib/util.c:
3237         * dvi/mdvi-lib/vf.c:
3238         * dvi/pixbuf-device.c:
3239         * dvi/pixbuf-device.h:
3240         * impress/Makefile.am:
3241         * impress/common.h:
3242         * impress/document.c:
3243         * impress/f_oasis.c:
3244         * impress/f_oo13.c:
3245         * impress/iksemel.c:
3246         * impress/iksemel.h:
3247         * impress/imposter.h:
3248         * impress/impress-document.c:
3249         * impress/impress-document.h:
3250         * impress/internal.h:
3251         * impress/r_back.c:
3252         * impress/r_draw.c:
3253         * impress/r_geometry.c:
3254         * impress/r_gradient.c:
3255         * impress/r_style.c:
3256         * impress/r_text.c:
3257         * impress/render.c:
3258         * impress/render.h:
3259         * impress/zip.c:
3260         * impress/zip.h:
3261         * lib/Makefile.am:
3262         * lib/ev-debug.c:
3263         * lib/ev-debug.h:
3264         * lib/ev-file-helpers.c:
3265         * lib/ev-file-helpers.h:
3266         * lib/ev-gui.c:
3267         * lib/ev-gui.h:
3268         * lib/ev-tooltip.c:
3269         * lib/ev-tooltip.h:
3270         * libdocument/Makefile.am:
3271         * libdocument/ev-file-helpers.c:
3272         * pdf/Makefile.am:
3273         * pdf/ev-poppler.cc:
3274         * pdf/ev-poppler.h:
3275         * pixbuf/Makefile.am:
3276         * pixbuf/pixbuf-document.c:
3277         * pixbuf/pixbuf-document.h:
3278         * properties/Makefile.am:
3279         * ps/Makefile.am:
3280         * ps/gsdefaults.c:
3281         * ps/gsdefaults.h:
3282         * ps/gsio.c:
3283         * ps/gsio.h:
3284         * ps/gstypes.h:
3285         * ps/ps-document.c:
3286         * ps/ps-document.h:
3287         * ps/ps.c:
3288         * ps/ps.h:
3289         * shell/Makefile.am:
3290         * shell/ev-application.h:
3291         * shell/ev-sidebar-links.c:
3292         * shell/ev-sidebar-links.h:
3293         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3294         (ev_gui_menu_position_tree_selection):
3295         * shell/ev-utils.h:
3296         * shell/ev-view.c: (ev_view_finalize):
3297         * shell/ev-window.c:
3298         * shell/main.c: (main):
3299         * thumbnailer/Makefile.am:
3300         * tiff/Makefile.am:
3301         * tiff/tiff-document.c:
3302         * tiff/tiff-document.h:
3303         * tiff/tiff2ps.c:
3304         * tiff/tiff2ps.h:
3305         
3306         Reorganize source tree.
3307
3308 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * backend/ev-document-factory.c:
3311
3312         Do not include ev-poppler.h when pdf is disabled. 
3313
3314 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * configure.ac:
3317         * data/evince-ui.xml:
3318         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3319         (pdf_document_document_images_iface_init):
3320         * backend/Makefile.am:
3321         * backend/ev-document-images.[ch]:
3322         * backend/ev-image.[ch]:
3323         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3324         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3325         (ev_job_xfer_run):
3326         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3327         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3328         (ev_pixbuf_cache_get_image_mapping):
3329         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3330         (view_menu_popup_cb), (ev_window_dispose),
3331         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3332         (ev_view_popup_cmd_copy_image):
3333         * shell/ev-view-private.h:
3334         * shell/ev-view.c: (ev_view_get_image_at_location),
3335         (ev_view_do_popup_menu), (ev_view_popup_menu),
3336         (ev_view_button_press_event), (ev_view_drag_data_get),
3337         (ev_view_drag_motion), (ev_view_drag_data_received),
3338         (ev_view_motion_notify_event), (ev_view_button_release_event),
3339         (ev_view_finalize), (ev_view_class_init):
3340
3341         Add image handling support. Fixes bugs #310008 and #325047. Images
3342         selection is not supported yet. 
3343
3344 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3347         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3348         (ev_view_init):
3349
3350         Move view drag and drop stuff to ev-view.
3351
3352 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3355         * shell/ev-view.c: (clear_selection): 
3356
3357         Clear selection also in pixbuf cache.
3358
3359 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3360
3361         * data/evince.desktop.in.in:
3362         
3363         Change icon name in desktop file. See bug #390734
3364         for details.
3365
3366 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3367
3368         * thumbnailer/Makefile.am:
3369
3370         Use top_builddir instead top_srcdir for generated schema
3371         file installation. Fixes bug #390161.
3372
3373 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * configure.ac:
3376         * backend/Makefile.am:
3377         * backend/ev-document-transition.[ch]:
3378         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3379         (pdf_document_page_transition_iface_init):
3380         * shell/ev-view-private.h:
3381         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3382         (ev_view_set_presentation), (transition_next_page),
3383         (ev_view_presentation_transition_stop),
3384         (ev_view_presentation_transition_start), (ev_view_next_page):
3385
3386         Add page transition support in presentation mode. At the moment only
3387         page duration is supported, but not transition effects. Fixes bug
3388         #309815.
3389
3390 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3393
3394         Run find_link_dest with document lock held, since it's called by links
3395         thread and main thread at the same time. 
3396
3397 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * shell/ev-view.c: (goto_dest):
3400
3401         Update page-cache when page is changed by the view, so that
3402         page-changed signal is emitted. 
3403
3404 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * test/test1.py:
3407         * test/test2.py:
3408
3409         Use C locale in tests. 
3410
3411 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3412
3413         * shell/ev-window.c: (ev_window_run_presentation):
3414         * shell/ev-view-private.h:
3415         * shell/ev-view.c: (ev_view_set_presentation):
3416
3417         Restore zoom settings when back from presentation mode. 
3418
3419 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3420
3421         * shell/ev-window.c: (ev_window_run_presentation):
3422
3423         Always use "best fit" zoom in presentation mode.
3424         Fixes bug #389195.
3425
3426 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3427
3428         * shell/ev-view.c: (ev_view_goto_window_create):
3429
3430         Show "Jump to page" label in the page jumping popup in
3431         presentation mode instead of just a GtkEntry.
3432
3433 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-window.c: (launch_external_uri):
3436
3437         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3438         #378085.
3439
3440 2006-12-22  Elijah Newren  <newren gmail com>
3441
3442         * configure.ac: explicitly check for libxml2.  Fixes #388795
3443
3444 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-view-private.h:
3447         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3448         (ev_view_goto_window_delete_event), (key_is_numeric),
3449         (ev_view_goto_window_key_press_event),
3450         (ev_view_goto_window_button_press_event),
3451         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3452         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3453         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3454
3455         Allow jumping to another page by typing a page number in presentation
3456         mode. It uses a popup window with an entry. Fixes bug #353625.
3457
3458 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3459
3460         * configure.ac:
3461         * properties/ev-properties-view.c: (ev_get_default_user_units),
3462         (ev_regular_paper_size):
3463         
3464         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3465         to Damien Carbery <damien.carbery@sun.com> and
3466         Yevgen Muntyan <muntyan@tamu.edu>.
3467
3468 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3469
3470         * shell/ev-window.c: (setup_document_from_metadata):
3471
3472         Make sure Evince doesn't restore the view on the last
3473         page when a document is reopened. Fixes bug #383381.
3474
3475 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3476
3477         * shell/ev-view.c: (draw_loading_text):
3478
3479         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3480
3481 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * configure.ac:
3484         * NEWS:
3485
3486         Release 0.7.0
3487
3488 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * configure.ac:
3491         * pdf/ev-poppler.cc: (pdf_print_context_free),
3492         (pdf_document_file_exporter_begin),
3493         (pdf_document_file_exporter_do_page):
3494
3495         Make cairo-pdf depedency optional. 
3496
3497 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3500
3501         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3502
3503 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3506         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3507         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3508         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3509         * shell/ev-view.c: (draw_loading_text):
3510         * shell/ev-window.c: (ev_window_cmd_file_properties):
3511
3512         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3513         related to using FontConfig from different threads.
3514         
3515 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * shell/ev-view.c: (draw_loading_text):
3518
3519         Acquire lock document when drawing "Loading..." text so that only one
3520         thread will use FontConfig at the same time. Fixes bug #374750.
3521
3522 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3523
3524         * shell/ev-page-action.[ch]: (activate_cb):
3525         * shell/ev-window.c: (activate_label_cb):
3526
3527         Check if text inserted in page entry is a valid page number when it
3528         doesn't match to any document page label. Fixes bug #383165.
3529
3530 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3531         * shell/ev-window.c:
3532
3533         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3534         available with GTK < 2.10. Added an ifdef to avoid compilation
3535         error.
3536
3537 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * configure.ac:
3540         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3541
3542         Fix ps backend in multihead systems.
3543
3544 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3545
3546         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3547         * shell/ev-window.c: (ev_window_get_screen_dpi),
3548         (ev_window_update_actions), (setup_view_from_metadata),
3549         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3550
3551         Take screen DPI into account when zooming. Fixes bug #318285.
3552
3553 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3554
3555         * data/Makefile.am:
3556
3557         Cleaned up/slightly refactored Makefile.am. Added GConf
3558         schemas uninstallation as well.
3559
3560 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3561
3562         * Makefile.am:
3563         * test/Makefile.am:
3564
3565         Fight with autotools to fix make check. Make distcheck
3566         works fine as well now!
3567
3568 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3569
3570         * shell/ev-view.c: (draw_end_presentation_page):
3571
3572         Corrected "end of presentation" string.
3573
3574 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3575
3576         * shell/ev-view.c: (ev_view_key_press_event):
3577
3578         Correctly propagate key press event so that up/down keys
3579         work as expected (correct behaviour was broken by
3580         black/white screen key bindings for presentations).
3581
3582 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3585         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3586         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3587         (pdf_selection_get_selection_region),
3588         (pdf_selection_get_selection_map):
3589
3590         Add "static" to some private functions. 
3591
3592 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3593
3594         * lib/ev-tooltip.h:
3595         * properties/ev-properties-view.h:
3596         * shell/ev-jobs.h:
3597         * shell/ev-properties-dialog.h:
3598         * shell/ev-properties-fonts.h:
3599         * shell/ev-sidebar-links.h:
3600         * shell/ev-sidebar-thumbnails.h:
3601         * shell/ev-sidebar.h:
3602         * shell/ev-window.h:
3603         
3604         Fixes CHACK type in class casts. See bug #385343
3605         for details.
3606
3607 2006-12-10  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_key_press_event),
3612         (ev_view_class_init), (ev_view_init):
3613
3614         Blank screen in presentation mode when pressing 'b' (filling with
3615         black) or 'w' (filling with white) keys. Fixes bug #358132.
3616
3617 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3618
3619         * data/evince-toolbar.xml:
3620         * shell/ev-window.c:
3621         
3622         Use stock icon for Select All action. Fixes
3623         bug #382652.
3624
3625 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3626
3627         * shell/ev-view.c: (get_doc_point_from_offset),
3628         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3629
3630         Add links support in rotated documents. Fixes bug #343733.
3631
3632 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * shell/ev-view-private.h:
3635         * shell/ev-view.c: (draw_end_presentation_page),
3636         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3637
3638         Show a blank page after the last page in presentation mode with a
3639         message indicating that presentation has finished and how to exit. 
3640
3641 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * shell/ev-window.c: (fullscreen_timeout_cb):
3644
3645         Hide cursor after a while in presentation mode. 
3646
3647 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3648
3649         * backend/ev-document-info.h:
3650         * data/evince-properties.glade:
3651         * pdf/ev-poppler.cc:
3652         * properties/ev-properties-view.c: (ev_regular_paper_size),
3653         (ev_properties_view_set_info):
3654         * ps/ps-document.c: (ps_document_get_info):
3655
3656         Adds a paper size field to the properties dialog. Fixes
3657         bug #307315. Patch by Kasper Svendsen (with some i18n
3658         changes done by me).
3659
3660 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3661
3662         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3663         (screensaver_init_dbus), (totem_scrsaver_new),
3664         (totem_scrsaver_init):
3665         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3666         * shell/ev-application.c: (ev_application_register_service),
3667         (ev_application_screensaver_enable),
3668         (ev_application_screensaver_disable):
3669         * shell/ev-application.h:
3670         * shell/ev-window.c: (ev_window_run_presentation),
3671         (ev_window_stop_presentation), (build_comments_string),
3672         (ev_window_init):
3673         
3674         Move screensaver handling to application. No more
3675         message on startup.
3676
3677 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * configure.ac:
3680         * backend/Makefile.am:
3681         * backend/ev-file-exporter.[ch]:
3682         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3683         * ps/ps-document.c: (ps_document_file_exporter_*):
3684         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3685         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3686         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3687         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3688
3689         Allow printing to PDF when suppoted by the backend.
3690         
3691 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-window.c: (build_comments_string):
3694
3695         Use always "Document Viewer" in about dialog. 
3696
3697 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * djvu/djvu-document.c: (djvu_document_get_page_size):
3700
3701         Display a warning message when get_pageinfo fails. 
3702
3703 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3704
3705         * Makefile.am:
3706         * backend/Makefile.am:
3707         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3708         * configure.ac:
3709         * shell/ev-window.c: (build_comments_string):
3710         
3711         Make pdf compilation optional. See bug #38007.
3712
3713 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3714
3715         * ps/ps.c: (get_next_text):
3716
3717         Fix CVE-2006-5864.
3718
3719 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3722         * shell/ev-navigation-action.c: (connect_proxy),
3723         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3724         
3725         Do not call g_type_class_peek_parent twice.
3726
3727 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3728
3729         * configure.ac:
3730         * data/icons/24x24/.cvsignore:
3731         * data/icons/24x24/Makefile.am:
3732         * data/icons/24x24/evince.png:
3733         * data/icons/Makefile.am:
3734         
3735         Add 24x24 icon. Thanks to 
3736         Michael Monreal <infernux@web.de>.
3737
3738 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3739
3740         * configure.ac: Fix typo in configure.ac. Thanks
3741         to dmacks@netspace.org for notification.
3742
3743 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3744
3745         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3746         
3747         Drop dbus include, fixes compilation with older dbus.
3748
3749 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3750
3751         * configure.ac:
3752         * cut-n-paste/Makefile.am:
3753         * cut-n-paste/totem-screensaver/.cvsignore
3754         * cut-n-paste/totem-screensaver/Makefile.am:
3755         * cut-n-paste/totem-screensaver/README:
3756         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3757         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3758         * shell/Makefile.am:
3759         * shell/ev-window.c: (ev_window_run_presentation),
3760         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3761         (ev_window_init):
3762
3763         Implemented screensaver enabling/disabling for
3764         presentation mode (not fullscreen mode). Code stolen
3765         from Totem (with some minor tweaks). Fixes bug #338889.
3766
3767 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3768
3769         * configure.ac:
3770
3771         Bump gnome-icon-theme requirements. We use the rotation
3772         icons that appeared recently.
3773
3774 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3775
3776         * shell/ev-history.c: (ev_history_add_page):
3777         * shell/ev-history.h:
3778         * shell/ev-window.c: (page_changed_cb):
3779         
3780         Use page labels instead of numbers.
3781
3782 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3783
3784         * data/evince-toolbar.xml:
3785         * po/POTFILES.in:
3786         * shell/Makefile.am:
3787         * shell/ev-navigation-action-widget.c:
3788         (ev_navigation_action_widget_init),
3789         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3790         (menu_detacher), (ev_navigation_action_widget_set_menu),
3791         (menu_position_func), (popup_menu_under_arrow),
3792         (ev_navigation_action_widget_toggled),
3793         (ev_navigation_action_widget_button_press_event):
3794         * shell/ev-navigation-action-widget.h:
3795         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3796         (ev_navigation_action_set_window), (activate_menu_item_cb),
3797         (new_history_menu_item), (new_empty_history_menu_item),
3798         (build_menu), (menu_activated_cb), (connect_proxy),
3799         (create_tool_item), (ev_navigation_action_init),
3800         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3801         * shell/ev-navigation-action.h:
3802         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3803         (ev_page_action_widget_set_page_cache),
3804         (ev_page_action_widget_finalize),
3805         (ev_page_action_widget_class_init), (match_selected_cb),
3806         (display_completion_text), (match_completion), (build_new_tree_cb),
3807         (get_filter_model_from_model),
3808         (ev_page_action_widget_update_model):
3809         * shell/ev-page-action-widget.h:
3810         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3811         (connect_proxy):
3812         * shell/ev-page-action.h:
3813         * shell/ev-stock-icons.c:
3814         * shell/ev-stock-icons.h:
3815         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3816         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3817         (register_custom_actions):
3818         * shell/main.c:
3819         
3820         Preliminary history implementation
3821
3822 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3823
3824         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3825         (dvi_document_class_init), (dvi_document_init_params):
3826         * dvi/mdvi-lib/font.c: (font_reference):
3827         
3828         Add reference to subfont. Fixes bug #374277.
3829
3830 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3833         (ev_window_cmd_file_open_copy_at_dest):
3834
3835         Fix a race condition when creating symlink. Increase the counter
3836         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3837         Mathias Hasselmann).
3838
3839 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * backend/Makefile.am:
3842         * backend/ev-attachment.c: (ev_attachment_open):
3843         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3844         (ev_tmp_dir), (ev_tmp_filename):
3845         * shell/ev-sidebar-attachments.c:
3846         (ev_sidebar_attachments_drag_data_get):
3847         * shell/ev-window.c: (ev_window_clear_temp_file):
3848
3849         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3850         in ensure_dir_exists. Abort without crashing when we can't create
3851         user's directory.
3852
3853 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * data/evince-ui.xml:
3856         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3857         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3858         (ev_window_cmd_file_open_copy_at_dest),
3859         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3860         (ev_view_popup_cmd_open_link_new_window):
3861
3862         Allow opening a copy of the current document in a new window. Fixes bug
3863         #357472
3864
3865 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3866
3867         * data/evince-toolbar.xml:
3868         
3869         Add rotate right and rotate left to available items for toolbar.
3870         
3871         * data/evince-ui.xml:
3872         * shell/ev-window.c: (ev_window_init):
3873         
3874         Customize toolbar with right click. Fixes bug #372451.
3875
3876 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3877
3878         * shell/ev-window.c: 
3879         
3880         Use "object-rotate-{left,right}" stock icons. Fixes 
3881         bug #373863.
3882
3883 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3884
3885         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3886         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3887         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3888         (ev_window_open_uri):
3889         * shell/main.c: (arguments_parse):
3890
3891         Remove temp file created when evince is used by GTK+ in
3892         preview mode. Fixes bug #365282. 
3893
3894 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3895
3896         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3897         
3898         Fixes bug #372474 - Side pane disabled when entering 
3899         and leaving fullscreen mode.
3900
3901 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3902
3903         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3904         * data/Makefile.am:
3905         * data/evince-preview-toolbar.xml:
3906         * data/evince-toolbar.xml:
3907         * shell/ev-application.c: (ev_application_shutdown),
3908         (ev_application_init), (ev_application_get_toolbars_model):
3909         * shell/ev-application.h:
3910         * shell/ev-window.c: (update_chrome_visibility),
3911         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3912         (ev_window_cmd_edit_toolbar), (ev_window_init):
3913         
3914         Fixes bug #364364 - toolbar editor shows zoom actions again.
3915
3916 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3919
3920         Do not take margins into consideration for paper size when printing.
3921         Really fixes bug #350491.
3922
3923 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * data/evince-ui.xml:
3926         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3927         (ev_window_cmd_file_print_setup),
3928         (ev_window_print_dialog_response_cb),
3929         (ev_window_setup_action_sensitivity):
3930
3931         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3932
3933 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * shell/ev-window.c: (ev_window_print_range):
3936
3937         Revert my previuos commit, since printing to PDF is not supported by
3938         evince yet. 
3939
3940 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * shell/ev-window.c: (ev_window_print_range):
3943
3944         Enable print to a PDF. Fixes bug #332121.
3945
3946 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * shell/ev-application-service.xml:
3949         * shell/ev-application.[ch]: (ev_application_open_window),
3950         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3951         (ev_application_open_uri), (ev_application_open_uri_list):
3952         * shell/ev-window.c: (file_open_dialog_response_cb),
3953         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3954         (drag_data_received_cb), (open_remote_link):
3955         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3956
3957         Add support for multiscreen systems. Fixes bug #316206.
3958
3959 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3960
3961         * shell/ev-jobs.[ch]: (ev_job_print_new),
3962         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3963         (ev_job_print_do_page):
3964         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3965
3966         Allow printing only odd/even pages. Fixes bug #367289.
3967
3968 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3969
3970         * test/test1.py:
3971         * test/test2.py:
3972
3973         Re-add locale settings to test files.
3974
3975 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3976
3977         * data/evince-ui.xml:
3978         * shell/ev-window.c: (set_action_properties):
3979         
3980         Removed garbage from code and ui.
3981
3982 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3983
3984         * shell/ev-window.c: (ev_window_cmd_help_about):
3985
3986         Shamelessly add my name to the list of contributors.
3987
3988 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3989
3990         * test/test1.py:
3991         * test/test2.py:
3992
3993         Cleaned up the dogtail scripts.
3994
3995 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3996
3997         * shell/ev-view.c: (draw_loading_text): Don't render
3998         "loading..." text in presentation mode. Temporary
3999         workaround for bug #320352.
4000
4001 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4004         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4005
4006         Use print settings scale, copies, collate and reverse which were
4007         ignored. Fixes bug #359032.
4008
4009 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * configure.ac:
4012         * data/evince-password.glade:
4013         * test/Makefile.am:
4014         * test/test-encrypt.pdf:
4015         * test/test-links.pdf:
4016         * test/test1.py:
4017         * test/test2.py:
4018
4019         Add automated UI tests for evince with dogtail. See
4020         bug #300948.    
4021
4022 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4023
4024         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4025
4026         Hide fullscreen toolbar when switching to another desktop workspace.
4027         Fixes bug #338871
4028
4029 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4030
4031         * shell/ev-window-title.c: 
4032         
4033         Test for .dvi in title of pdf documents.
4034
4035 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4036
4037         * shell/ev-view.c: (ev_view_scroll):
4038
4039         Page Up/Down should do page jumps in "Best fit" mode.
4040         If a user has explicitly chosen to view exactly one page
4041         at a time, scrolling just a part of the page when
4042         pressing Page Up/Down is not right. Fixes bug #323107.
4043
4044 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4045
4046         * NEWS:
4047         * configure.ac:
4048         
4049         Update for 0.6.1
4050
4051 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4052
4053         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4054         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4055         
4056         Correctly disconnect from job signals on destroy.
4057
4058 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4059
4060         * shell/ev-view-private.h:
4061         * shell/ev-view.c: (view_set_adjustment_values),
4062         (view_update_range_and_current_page),
4063         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4064         
4065         Fixes bug #343199, current page now follows find page.
4066
4067 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4068
4069         * backend/ev-document-factory.c:
4070         * configure.ac:
4071         Assigned OpenDocument presenation MIME type to the
4072         Impress backend. Added some missing (but harmless)
4073         #ifdefs in the document factory as well to make things
4074         consistent again. Fixes bug #360658.
4075
4076 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4077
4078         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4079         * backend/ev-document-find.c: (ev_document_find_get_type):
4080         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4081         * backend/ev-document-links.c: (ev_document_links_get_type):
4082         * backend/ev-document-security.c: (ev_document_security_get_type):
4083         * backend/ev-document-thumbnails.c:
4084         (ev_document_thumbnails_get_type):
4085         * backend/ev-document.c: (ev_document_get_type):
4086         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4087         * backend/ev-selection.c: (ev_selection_get_type):
4088         * cut-n-paste/recent-files/egg-recent-model.c:
4089         (egg_recent_model_get_type):
4090         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4091         (egg_recent_view_uimanager_get_type):
4092         * cut-n-paste/recent-files/egg-recent-view.c:
4093         (egg_recent_view_get_type):
4094         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4095         (egg_editable_toolbar_get_type):
4096         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4097         (egg_toolbar_editor_get_type):
4098         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4099         (egg_toolbars_model_get_type):
4100         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4101         (egg_tree_multi_drag_source_get_type):
4102         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4103         (ephy_zoom_action_get_type):
4104         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4105         (ephy_zoom_control_get_type):
4106         * impress/r_back.c: (_imp_fill_back):
4107         * properties/ev-properties-main.c:
4108         (ev_properties_plugin_register_type):
4109         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4110         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4111         (ev_view_accessible_factory_get_type):
4112
4113         Reduce relocations. Bug #360616.
4114
4115 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4116
4117         * backend/ev-document-factory.c:
4118         (ev_document_factory_get_document):
4119         
4120         Load document even if extension is wrong.
4121
4122 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4123
4124         * shell/ev-metadata-manager.c: (save_values):
4125         * shell/ev-window.c: (setup_size_from_metadata),
4126         (setup_view_from_metadata), (ev_window_setup_document),
4127         (ev_window_xfer_job_cb), (window_configure_event_cb):
4128         
4129         Set size according to the document size/page size ratio.
4130         That should correct rather wierd behaviour of the previous
4131         commit.
4132
4133 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4134
4135         * shell/ev-window.c: (setup_view_from_metadata):
4136         
4137         Set size for new windows from previous window size.
4138         See bugs #354968 and #168450 for details. Thanks
4139         to Meik Hellmund.
4140
4141 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * djvu/djvu-links.c: (build_tree):
4144
4145         Fix memory leak.
4146
4147 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4148
4149         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4150         
4151         Don't make sidebar close button insensitive. Fixes
4152         bug #357871.
4153
4154 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4155
4156         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4157         (ev_window_set_view_accels_sensitivity):
4158         
4159         Don't enable Slash on documents which don't support
4160         find. Fixes bug #358648.
4161
4162 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4163
4164         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4165         open dialog fall back to the current document uri if the
4166         filechooser hasn't been used before. Fixes bug #356980.
4167
4168 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4169
4170         * shell/ev-window.c: (ev_window_setup_recent), 
4171         (ev_window_get_recent_file_label):
4172
4173         Escape underscores in filenames of recent file items.
4174
4175 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4176
4177         * configure.ac:
4178         
4179         Bumped poppler requirements, really 0.5.3 is very 
4180         buggy, now we require 0.5.4.
4181
4182 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4183
4184         * djvu/Makefile.am:
4185         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4186         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4187         (djvu_document_document_links_iface_init):
4188         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4189         (number_from_string_10), (get_djvu_link_dest),
4190         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4191         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4192         (djvu_links_get_links), (djvu_links_find_link_dest),
4193         (djvu_links_get_links_model):
4194         * djvu/djvu-links.h:
4195         
4196         Add support for links and bookmarks in djvu documents. Thanks
4197         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4198         patch.
4199
4200 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4201
4202         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4203         
4204         Reopen should reload document. Fixes 
4205         bug 327951.
4206
4207 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4208
4209         * configure.ac:
4210         * data/Makefile.am:
4211         * data/evince-16.png:
4212         * data/evince-22.png:
4213         * data/evince.png:
4214         * data/evince.svg:
4215         * data/icons/16x16/Makefile.am:
4216         * data/icons/16x16/evince.png:
4217         * data/icons/22x22/Makefile.am:
4218         * data/icons/22x22/evince.png:
4219         * data/icons/48x48/Makefile.am:
4220         * data/icons/48x48/evince.png:
4221         * data/icons/Makefile.am:
4222         * data/icons/scalable/Makefile.am:
4223         * data/icons/scalable/evince.svg:
4224         
4225         Install icons with correct names. Fixes
4226         bug #354429.
4227
4228 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/ev-view.c: (ev_view_button_release_event):
4231
4232         Don't open links with middle mouse button. Fixes bug #353649
4233
4234 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4235
4236         * NEWS:
4237         * configure.ac:
4238         
4239         Update for release 0.6.0
4240
4241 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4244         Implement Close named action. Patch by Carlos Garcia Campos.
4245
4246 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4247
4248         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4249         
4250         Don't clear link mapping on copy_job_to_job_info. Fixes
4251         bug 346168.
4252
4253 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/main.c: (main):
4256
4257         Revert my previous commit, gnome_program_init owns the option context.
4258         Fix another memory leak in main. Both caught by Christian Persch. 
4259
4260 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * shell/main.c: (main):
4263
4264         Fix memory leak.
4265
4266 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4267
4268         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4269
4270         Fix crash when opening a pdf with password protection. 
4271
4272 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * pdf/ev-poppler.cc: (pdf_document_search_free):
4275
4276         Fix memory leak. 
4277
4278 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4279
4280         * backend/ev-document-factory.c:
4281         (ev_document_factory_get_document):
4282         * tiff/tiff-document.c: (tiff_document_finalize):
4283         
4284         More correct handling of document loading. Fixes
4285         bug #349043.
4286
4287 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * backend/ev-attachment.c: (ev_attachment_save):
4290
4291         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4292         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4293
4294 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4295         
4296         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4297         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4298
4299 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * shell/ev-sidebar-thumbnails.c:
4302
4303         Do not render thumbnails unless thumbnails page is active in the
4304         sidebar.
4305
4306 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4307
4308         * shell/ev-properties-dialog.c:
4309
4310         Fix dialogue spacing. Bug #351370.
4311
4312 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4313
4314         * configure.ac:
4315
4316         Use lowercase gettext catalog file names (evince.mo
4317         instead of Evince.mo)
4318
4319 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * shell/ev-sidebar-attachments.c:
4322
4323         GtkIconTheme is now screen safe too. Fixes bug #350878
4324
4325 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * shell/ev-window.c:
4328
4329         GtkRecent manager is now screen safe. Fixes bug #350145
4330
4331 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * shell/ev-sidebar.c: (ev_sidebar_init):
4334         
4335         Make sidebar close icon smaller. Fix for bug 350177.
4336         See also bugs 350176 and 165770.
4337
4338 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4341
4342         Ignore zoom for xyz destinations when it's <= 1, keeping user
4343         preferences instead. Set correct sizing-mode for fith and fitv
4344         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4345
4346 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * NEWS:
4349         * configure.ac:
4350         
4351         Update for release 0.5.5
4352
4353 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4354         
4355         * shell/ev-window.c: (ev_window_cmd_escape)
4356
4357         Escape unfocus page entry. Fixes bug #345809.
4358
4359 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4362         (build_tree), (pdf_document_links_get_links),
4363         (pdf_document_links_find_link_dest):
4364         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4365         (goto_xyz_dest):
4366
4367         Convert from PDF style coordinates to X style coordinates in the
4368         backend rather than in the view. Fixes bug #338440
4369
4370 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * shell/ev-window.c:
4373         
4374         Remove Ctrl+Shift+T shortcut for toolbars. See
4375         the bug #350098.
4376
4377 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4378
4379         * configure.ac:
4380
4381         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4382         of this. 
4383
4384 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * configure.ac:
4387         * cut-n-paste/Makefile.am:
4388         * data/evince-ui.xml:
4389         * shell/Makefile.am:
4390         * shell/ev-application.[ch]:
4391         * shell/ev-window.c:
4392
4393         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4394         #349273
4395
4396 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4397
4398         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4399         findbar code: s/help/search/
4400
4401 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4402
4403         * shell/ev-window.c: (setup_document_from_metadata),
4404         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4405         (setup_view_from_metadata):
4406         
4407         Fix memory leaks.
4408
4409 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4410
4411         * autogen.sh, configure.ac: 
4412         
4413         Update automake usage. See bug 349292.
4414
4415 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * shell/eggfindbar.c: (egg_find_bar_class_init),
4418         (entry_activate_callback), (egg_find_bar_init),
4419         (egg_find_bar_set_status_text):
4420         * shell/eggfindbar.h:
4421         
4422         Unify Evince findbar with Epiphany. Nice patch
4423         from Fabricio Silva <silva@crans.org> and
4424         Frederic Peters <fpeters@entrouvert.com>. See
4425         bug #339966 for details.
4426
4427 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4428
4429         * data/evince.desktop.in.in:
4430         
4431         Correct information for bugzilla. Thanks to
4432         Olaf Vitters, see bug #348855.
4433
4434 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4435
4436         * shell/ev-jobs.[ch]:
4437         * shell/ev-sidebar-links.c:
4438         * shell/ev-window.[ch]:
4439
4440         GtkPrintJob doesn't support print ranges or current page, so we export
4441         to a ps file now when printing ranges or current page.
4442
4443 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4444
4445         * pdf/ev-poppler.cc:
4446         * shell/ev-window.c: (do_action_named):
4447
4448         We should be more clear about bugzilla. See the
4449         poppler bug #7623.
4450
4451 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * configure.ac:
4454         * shell/Makefile.am:
4455         * shell/ev-job-queue.c:
4456         * shell/ev-jobs.[ch]:
4457         * shell/ev-sidebar-links.c:
4458         * shell/ev-window.[ch]:
4459         
4460         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4461         #348422
4462
4463 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4464
4465         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4466         * shell/ev-application-service.xml:
4467         * shell/ev-application.[ch]:
4468         * shell/ev-jobs.[ch]:
4469         * shell/ev-window.[ch]: (ev_window_run_preview):
4470         * shell/main.c: 
4471
4472         Add preview mode to use evince as a printing previewer. It also adds
4473         other command line options for fullscreen and presentation modes.
4474         Fixes bugs #347822, #317031
4475
4476 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4477
4478         * NEWS:
4479         * configure.ac:
4480         
4481         Update for release 0.5.4
4482
4483 2006-07-11  Bastien Nocera <hadess@hadess.net>
4484
4485         * Makefile.am:
4486         * backend/Makefile.am:
4487         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4488         * backend/ev-document-factory.h:
4489         * configure.ac:
4490         * impress/.cvsignore:
4491         * impress/Makefile.am:
4492         * impress/common.h:
4493         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4494         (imp_get_page), (imp_next_page), (imp_prev_page),
4495         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4496         * impress/f_oasis.c: (render_object), (render_page),
4497         (get_geometry), (_imp_oasis_load):
4498         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4499         (_imp_oo13_load):
4500         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4501         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4502         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4503         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4504         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4505         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4506         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4507         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4508         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4509         (iks_new_within), (iks_insert), (iks_insert_cdata),
4510         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4511         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4512         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4513         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4514         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4515         (iks_cdata), (iks_cdata_size), (iks_has_children),
4516         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4517         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4518         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4519         (iks_tree), (iks_load), (iks_save):
4520         * impress/iksemel.h:
4521         * impress/imposter.h:
4522         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4523         (imp_render_draw_bezier_real), (imp_render_get_size),
4524         (imp_render_set_fg_color), (imp_render_draw_line),
4525         (imp_render_draw_rect), (imp_render_draw_polygon),
4526         (imp_render_draw_arc), (imp_render_draw_bezier),
4527         (imp_render_open_image), (imp_render_get_image_size),
4528         (imp_render_scale_image), (imp_render_draw_image),
4529         (imp_render_close_image), (imp_render_markup),
4530         (imp_render_get_text_size), (imp_render_draw_text),
4531         (impress_document_load), (impress_document_save),
4532         (impress_document_get_n_pages), (impress_document_get_page_size),
4533         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4534         (impress_document_finalize), (impress_document_class_init),
4535         (impress_document_can_get_text), (impress_document_get_info),
4536         (impress_document_document_iface_init),
4537         (impress_document_thumbnails_get_thumbnail),
4538         (impress_document_thumbnails_get_dimensions),
4539         (impress_document_document_thumbnails_iface_init),
4540         (impress_document_init):
4541         * impress/impress-document.h:
4542         * impress/internal.h:
4543         * impress/r_back.c: (_imp_fill_back):
4544         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4545         (_imp_draw_image), (_imp_tile_image):
4546         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4547         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4548         (r_polyline):
4549         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4550         (r_draw_gradient_complex), (r_draw_gradient):
4551         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4552         (r_get_bullet):
4553         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4554         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4555         (r_text):
4556         * impress/render.c: (imp_create_context), (imp_context_set_page),
4557         (imp_context_set_step), (imp_render), (imp_delete_context):
4558         * impress/render.h:
4559         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4560         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4561         (zip_load_xml), (zip_get_size), (zip_load):
4562         * impress/zip.h:
4563         * shell/ev-utils.c:
4564         
4565         New backend to support impress slides. Fixes bug #30867.
4566
4567 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4568
4569         * shell/ev-utils.c: (using_postscript_printer):
4570         
4571         Fixes crash when print using PAPI backend,
4572         bug #345012.
4573
4574 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4575
4576         * shell/ev-jobs.c: (ev_job_xfer_run):
4577         * shell/ev-window.c: (password_dialog_response),
4578         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4579         (ev_window_dispose):
4580         Fixes bug #344160: if the xfer job doesn't complete
4581         because a password is required, reload the existing
4582         instance instead of creating a new one.
4583
4584 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4585
4586         * shell/main.c: (main): Call gdk_threads_init. Thus
4587         we'll avoid errors in auth dialog. Fix for the bug
4588         #343347.
4589
4590 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4591
4592         * configure.ac: Advertise pixbuf support, fix
4593         for the bug 343317.
4594
4595 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4596
4597         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4598         (ev_sidebar_thumbnails_set_document):
4599         
4600         Update sidebar thumbnails after reloading.
4601
4602 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4605         * shell/ev-jobs.h:
4606         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4607         (ev_window_cmd_view_reload), (ev_window_init):
4608         
4609         Don't crash on reload. Fix for the bug #343167.
4610
4611 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4612
4613         * shell/ev-jobs.c: (ev_job_render_run):
4614         
4615         Check for document links.
4616
4617 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4618
4619         * backend/ev-attachment.c: (ev_attachment_save),
4620         (ev_attachment_launch_app), (ev_attachment_open):
4621         * backend/ev-document-factory.c: (get_document_from_uri):
4622         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4623         (egg_recent_view_uimanager_set_list):
4624         * ps/ps-document.c: (check_filecompressed), (document_load),
4625         (ps_document_load):
4626         * shell/ev-metadata-manager.c: (load_values):
4627         * shell/ev-password.c: (ev_password_dialog_set_property):
4628         * shell/ev-view.c: (tip_from_link):
4629         * shell/ev-window.c: (file_save_dialog_response_cb),
4630         (ev_window_print_dialog_response_cb):
4631         
4632         Use consistent quoting style. Fix for the bug #320285.
4633
4634 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * shell/ev-jobs.c: (ev_job_xfer_run):
4637         * shell/main.c: (load_files):
4638                 
4639         Open links with anchors. Fix for the bug #339836.
4640
4641 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4642
4643         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4644         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4645         (ev_link_dest_set_property), (ev_link_dest_finalize),
4646         (ev_link_dest_class_init), (ev_link_dest_new_named),
4647         (ev_link_dest_new_page_label):
4648         * backend/ev-link-dest.h:
4649         * shell/ev-application.c: (ev_application_open_uri):
4650         * shell/ev-view.c: (goto_dest):
4651         * shell/ev-window.c:
4652         * shell/ev-window.h:
4653         
4654         Fix page-label command line option. Bug #342070.
4655
4656 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4657
4658         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4659         
4660         Don't show highlight rects if page can't be showed. Fix for 
4661         the bug #342076
4662
4663 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * shell/ev-window.c: (setup_sidebar_from_metadata),
4666         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4667         
4668         Setup sidebar from metadata even if there is no document
4669         loaded. Fix for the bug #342807.
4670
4671 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4672
4673         * cut-n-paste/toolbar-editor/Makefile.am:
4674         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4675         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4676         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4677         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4678         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4679         (popup_context_menu_cb), (button_press_event_cb),
4680         (configure_item_sensitivity), (configure_item_cursor),
4681         (configure_item_tooltip), (connect_widget_signals),
4682         (action_sensitive_cb), (create_item_from_action),
4683         (create_item_from_position), (toolbar_drag_data_received_cb),
4684         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4685         (toolbar_drag_leave_cb), (configure_drag_dest),
4686         (toggled_visibility_cb), (toolbar_visibility_refresh),
4687         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4688         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4689         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4690         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4691         (egg_editable_toolbar_dispose),
4692         (egg_editable_toolbar_set_ui_manager),
4693         (egg_editable_toolbar_get_selected),
4694         (egg_editable_toolbar_set_selected), (set_edit_mode),
4695         (egg_editable_toolbar_set_property),
4696         (egg_editable_toolbar_get_property),
4697         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4698         (egg_editable_toolbar_new_with_model),
4699         (egg_editable_toolbar_get_edit_mode),
4700         (egg_editable_toolbar_set_edit_mode),
4701         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4702         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4703         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4704         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4705         (item_added_or_removed_cb), (toolbar_removed_cb),
4706         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4707         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4708         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4709         (editor_create_item_from_name), (append_table),
4710         (update_editor_sheet), (egg_toolbar_editor_init):
4711         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4712         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4713         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4714         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4715         (toolbar_node_free), (egg_toolbars_model_get_flags),
4716         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4717         (egg_toolbars_model_get_name), (impl_add_item),
4718         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4719         (parse_data_list), (parse_item_list), (parse_toolbars),
4720         (egg_toolbars_model_load_toolbars), (parse_available_list),
4721         (parse_names), (egg_toolbars_model_load_names),
4722         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4723         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4724         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4725         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4726         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4727         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4728         (egg_toolbars_model_set_types), (fill_avail_array),
4729         (egg_toolbars_model_get_name_avail),
4730         (egg_toolbars_model_get_name_flags),
4731         (egg_toolbars_model_set_name_flags):
4732         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4733         * cut-n-paste/toolbar-editor/eggintl.h:
4734         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4735         (egg_tree_multi_drag_source_get_type),
4736         (egg_tree_multi_drag_source_row_draggable),
4737         (egg_tree_multi_drag_source_drag_data_delete),
4738         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4739         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4740         (path_list_free), (set_context_data), (get_context_data),
4741         (get_info), (egg_tree_multi_drag_drag_data_get),
4742         (egg_tree_multi_drag_motion_event),
4743         (egg_tree_multi_drag_button_press_event),
4744         (egg_tree_multi_drag_add_drag_support):
4745         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4746         * shell/ev-application.c: (ev_application_init),
4747         (ev_application_save_toolbars_model):
4748         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4749         (ev_window_cmd_edit_toolbar), (ev_window_init):
4750         
4751         Sync toolbareditor with epiphany and libegg
4752
4753 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * configure.ac: 
4756
4757         Depend on poppler 0.5.2
4758
4759 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * shell/ev-jobs.c: (ev_job_render_run):
4762         
4763         Check if document supports links iterface.
4764
4765 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * NEWS:
4768         * configure.ac:
4769         
4770         Update for release 0.5.3
4771
4772 2006-05-13  Michael Plump  <plumpy@skylab.org>
4773
4774         * configure.ac:
4775         * shell/Makefile.am:
4776         * shell/main.c: (main):
4777         
4778         Port to GOption command line parsing. Fix for the 
4779         bug #327518
4780
4781 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4782
4783         * shell/ev-window.c: (ev_window_cmd_help_about):
4784         
4785         Do not wrap license. Fix for the bug #309460.
4786
4787 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * configure.ac:
4790         * properties/ev-properties-main.c: (ev_properties_get_pages):
4791         * shell/ev-application.c: (ev_application_open_window),
4792         (ev_application_open_uri_at_dest):
4793         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4794         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4795         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4796         * shell/ev-utils.c: (save_print_config_to_file):
4797         * shell/ev-window.c: (ev_window_cmd_save_as),
4798         (ev_attachment_popup_cmd_save_attachment_as):
4799         * shell/main.c: (load_files_remote):
4800         
4801         Bump requirements to gtk 2.8 and drop all ifdefs used.
4802
4803 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4806         * shell/ev-window.c: (ev_window_init):
4807         
4808         Show attachments page.
4809
4810 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * po/POTFILES.in:
4813         * shell/ev-attachment-bar.c:
4814         * shell/ev-attachment-bar.h:
4815         * shell/ev-sidebar-attachments.c:
4816         (ev_sidebar_attachments_icon_cache_add),
4817         (icon_theme_get_pixbuf_from_mime_type),
4818         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4819         (ev_sidebar_attachments_icon_cache_refresh),
4820         (ev_sidebar_attachments_get_attachment_at_pos),
4821         (ev_sidebar_attachments_popup_menu_show),
4822         (ev_sidebar_attachments_popup_menu),
4823         (ev_sidebar_attachments_button_press),
4824         (ev_sidebar_attachments_update_icons),
4825         (ev_sidebar_attachments_drag_data_get),
4826         (ev_sidebar_attachments_get_property),
4827         (ev_sidebar_attachments_destroy),
4828         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4829         (ev_sidebar_attachments_new),
4830         (ev_sidebar_attachments_set_document),
4831         (ev_sidebar_attachments_support_document),
4832         (ev_sidebar_attachments_get_label),
4833         (ev_sidebar_attachments_page_iface_init):
4834         * shell/ev-sidebar-attachments.h:
4835         * shell/ev-window.c: (update_chrome_visibility),
4836         (setup_sidebar_from_metadata), (ev_window_setup_document),
4837         (ev_window_sidebar_current_page_changed_cb),
4838         (attachment_bar_menu_popup_cb), (ev_window_init):
4839         
4840         Move attachments bar to sidebar.
4841
4842 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * pdf/ev-poppler.cc:
4845         * shell/ev-application.[ch]:
4846         * shell/main.c:
4847
4848         Fix some memory leaks.
4849
4850 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4851
4852         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4853
4854         Change the properties dialog response to
4855         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4856         will make the dialog go away when the user presses
4857         enter. With gtk+ >= 2.9 this will happen anyway, but for
4858         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4859         escape by default. Fixes bug #340539. See also bug
4860         #101293 for the gtk+ part.
4861
4862 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4863
4864         * shell/ev-view.c (tip_from_action_named): Replace some strings
4865         that were wrong. Closes #340970.
4866
4867 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4868
4869         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4870
4871         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4872         #341049
4873
4874 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4875
4876         * djvu/Makefile.am:
4877         * dvi/Makefile.am:
4878         * dvi/mdvi-lib/Makefile.am:
4879         * properties/Makefile.am:
4880         * ps/Makefile.am:
4881         * shell/Makefile.am:
4882         * thumbnailer/Makefile.am:
4883         
4884         Due to broken libtool that is unable to track dependencies
4885         of noinst libraries we are forced to explicitely point
4886         libraries for binary. Fix for the bug #333334.
4887
4888 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4889
4890         * data/evince.desktop.in.in:
4891         * shell/ev-view.c: (view_update_range_and_current_page),
4892         (ev_view_next_page), (ev_view_previous_page):
4893         * shell/ev-window.c: (update_chrome_visibility),
4894         (setup_sidebar_from_metadata), (ev_window_setup_document),
4895         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4896         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4897         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4898         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4899         (ev_window_stop_presentation), (ev_window_focus_in_event),
4900         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4901         (ev_window_init):
4902         * thumbnailer/Makefile.am:
4903         
4904         Update fullscreen and presentation timeout handling. Hide
4905         cursor in presentation after timeout. Fix for the bugs
4906         #136359 and #336981.
4907
4908 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * backend/ev-link-action.[ch]:
4911         * pdf/ev-poppler.cc: (ev_link_from_action):
4912         * shell/ev-view-private.h:
4913         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4914         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4915
4916         Add support for Named Action links
4917
4918 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4919
4920         * backend/Makefile.am:
4921         * backend/ev-document-links.[ch]:
4922         * backend/ev-document.[ch]:
4923         * backend/ev-link-action.[ch]:
4924         * backend/ev-link-dest.[ch]:
4925         * backend/ev-link.[ch]:
4926         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4927         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4928         * shell/ev-page-action.c: (build_new_tree_cb):
4929         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4930         (links_page_num_func), (update_page_callback):
4931         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4932         (tip_from_link):
4933         * shell/ev-jobs.c:
4934         * shell/ev-window.[ch]: (ev_window_open_uri),
4935         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4936         * shell/ev-application.[ch]: (ev_application_open_window),
4937         (ev_application_open_uri):
4938
4939         Rework links system, it adds support for remote links now and it makes
4940         easier to add new kinds of actions and destinations. Fixes bug #317292
4941
4942 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4943
4944         * data/Makefile.am:
4945         * data/evince.png:
4946         * data/evince-16.png:
4947         * data/evince-22.png:
4948         * data/evince.svg:
4949         * shell/main.c: (main):
4950         
4951         Evince use it's own icon. Fix for the bug #313392.
4952
4953         * shell/ev-window.c: (fullscreen_timeout_cb),
4954         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4955         (ev_window_cmd_help_about), (ev_window_dispose):
4956         
4957         Simplify fullscreen timeout code.
4958
4959 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * backend/ev-attachment.c: 
4962         * shell/ev-attachment-bar.c:
4963         * shell/ev-window.c:
4964
4965         Allow multiple selection of attachments
4966
4967 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * shell/ev-view.c: (view_update_range_and_current_page),
4970         (ev_view_scroll):
4971         
4972         Fix for the bug #312573 – Optimal selection of current 
4973         page among visible pages.
4974
4975 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * configure.ac:
4978         * djvu/Makefile.am:
4979         * djvu/djvu-text.h:
4980         
4981         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4982         for the bug 339868.
4983
4984 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4985
4986         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4987
4988 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4989
4990         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4991         dictated by the GNOME HIG. Fixes bug #339235.
4992
4993 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4994
4995         * data/evince-ui.xml:
4996         * shell/ev-view.c: (ev_view_can_find_previous):
4997         * shell/ev-view.h:
4998         * shell/ev-window.c: (ev_window_update_actions),
4999         (ev_window_cmd_edit_find_previous):
5000
5001         Add support for "Find Previous" as dictated by the GNOME HIG. A
5002         menu item is added and some glue code to make it all work is added
5003         to various files.
5004
5005 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5006
5007         * configure.ac: Award myself the "useless use of cat" award.
5008
5009 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5010
5011         * po/LINGUAS: New file listing all supported languages.
5012
5013         * configure.in: Use po/LINGUAS instead of including all languages
5014         directly in this file. See the wiki for more information:
5015         http://live.gnome.org/GnomeGoals/PoLinguas
5016
5017 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5018
5019         * backend/ev-document-factory.c:
5020
5021         Do not load the document twice when there isn't errors
5022
5023 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5024
5025         * backend/ev-attachment.c: 
5026
5027         Fix a crash when there isn't a default application to open an
5028         attachment
5029
5030 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * backend/ev-attachment.[ch]:
5033         * shell/ev-attachment-bar.[ch]:
5034
5035         Added missing files. 
5036
5037 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5038
5039         * backend/Makefile.am:
5040         * data/evince-ui.xml:
5041         * backend/ev-attachment.[ch]:
5042         * backend/ev-document.[ch]: (ev_document_has_attachments),
5043         (ev_document_get_attachments):
5044         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5045         (attachment_save_to_buffer), (pdf_document_get_attachments),
5046         (pdf_document_document_iface_init):
5047         * shell/Makefile.am:
5048         * shell/ev-attachment-bar.[ch]:
5049         * shell/ev-window.c:
5050
5051         Add support for PDF attachments. Fixes bug #325143
5052
5053 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5054
5055         * backend/ev-document-factory.c: (get_document_from_uri),
5056         (ev_document_factory_get_document):
5057         * backend/ev-document-factory.h:
5058         * properties/ev-properties-main.c: (ev_properties_get_pages):
5059         * shell/Makefile.am:
5060         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5061         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5062         (ev_job_queue_remove_job):
5063         * shell/ev-job-queue.h:
5064         * shell/ev-job-xfer.c:
5065         * shell/ev-job-xfer.h:
5066         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5067         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5068         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5069         (ev_job_xfer_run):
5070         * shell/ev-jobs.h:
5071         * shell/ev-window.c: (ev_window_is_empty),
5072         (password_dialog_response), (ev_window_clear_xfer_job),
5073         (ev_window_xfer_job_cb), (ev_window_open_uri),
5074         (ev_window_cmd_focus_page_selector),
5075         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5076         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5077         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5078         (ev_window_dispose):
5079         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5080         
5081         * Cleanup mime type detection on document load. Fix for the
5082         bug #336448.
5083
5084 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5085
5086         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5087         
5088         Fix crash on exit, described in the bug #336825.
5089
5090 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * backend/ev-document-factory.c:
5093         (ev_document_factory_get_from_mime),
5094         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5095         (ev_document_factory_get_document),
5096         (file_filter_add_mime_list_and_free),
5097         (ev_document_factory_add_filters):
5098         * backend/ev-document-factory.h:
5099         * properties/ev-properties-main.c: (ev_properties_get_pages):
5100         * shell/Makefile.am:
5101         * shell/ev-application.c:
5102         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5103         * shell/ev-window.c: (ev_window_cmd_file_open),
5104         (ev_window_cmd_save_as):
5105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5106         
5107         Rework factory functions so they are placed now in a single 
5108         file ev-document-factory.c
5109
5110 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * shell/ev-window.c: (update_chrome_visibility):
5113         
5114         Fix for the bug 166566 - don't show menubar in fullscreen
5115         mode.
5116
5117 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5118
5119         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5120
5121 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * shell/ev-view.c: (ev_view_expose_event):
5124         
5125         More correctly draw loading text when document
5126         is empty.
5127
5128 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-view.c: (ev_view_scroll):
5131         
5132         Fix for the bug #334854, page down and page up switch
5133         pages in presentation mode.
5134
5135 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * shell/ev-window.c: (ev_window_set_action_sensitive),
5138         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5139         (ev_window_set_view_accels_sensitivity),
5140         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5141         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5142         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5143         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5144         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5145         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5146         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5147         (view_actions_focus_in_cb), (ev_window_init):
5148         
5149         Fix for the bug #333902, now it's possible to search
5150         words with slash.
5151
5152 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5153
5154         * configure.ac: Added Breton translation.
5155         * po/br.po: Added Breton translation.
5156
5157 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * shell/ev-window-title (ev_window_title_update):
5160
5161         Fix memory leak in window title. Fixes bug #333944
5162
5163 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * shell/ev-metadata-manager.c (parseItem):
5166
5167         Fix memory leaks. Fixes bug #333945
5168
5169 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5170         
5171         * NEWS, configure.ac, TODO:
5172         
5173         Update for release 0.5.2.
5174
5175 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * shell/ev-view.c: (view_update_range_and_current_page),
5178         (page_changed_cb):
5179         
5180         Don't jump on scrolling, fix for the bug #333127.
5181
5182 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5183
5184         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5185         
5186         Scroll by one page in presentation mode. Fix for the bug
5187         #332993.
5188
5189 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5190
5191         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5192
5193 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5194
5195         * configure.ac  Added lv in ALL_LINGUAS line.
5196
5197 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5198         
5199         * NEWS, configure.ac:
5200         
5201         Update for release 0.5.1
5202
5203 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5204
5205         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5206         * backend/ev-document-misc.h:
5207         * shell/ev-view.c: (draw_one_page):
5208         
5209          Clairfy what page the toolbar page number applies to. Fix
5210          for the bug #328102.
5211
5212 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5213
5214         * shell/ev-view-private.h:
5215         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5216         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5217         (ev_view_search_changed):
5218         * shell/ev-view.h:
5219         * shell/ev-window.c: (find_bar_search_changed_cb):
5220         
5221         Dont't jump to find result if window was scrolled during search.
5222         Fix for the bug #313266.
5223
5224 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5225
5226         * shell/eggfindbar.c: (egg_find_bar_class_init):
5227         * shell/eggfindbar.h:
5228         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5229         * shell/ev-view-private.h:
5230         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5231         (ev_view_class_init), (ev_sizing_mode_get_type),
5232         (ev_scroll_type_get_type):
5233         * shell/ev-view.h:
5234         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5235         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5236         (ev_window_init):
5237         
5238         Fix for the bug 319133 - Find entry should allow text scroll.
5239
5240 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5241
5242         * shell/ev-view-private.h:
5243         * shell/ev-view.c: (view_update_range_and_current_page),
5244         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5245         (ev_view_set_document), (update_find_status_message),
5246         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5247         (ev_view_find_previous):
5248         
5249         Fix for the bug #319137. Search now takes account for scrolling.
5250
5251 2006-02-19  Michael Hofmann <mh21@piware.de>
5252
5253         * configure.ac:
5254         * djvu/Makefile.am:
5255         * djvu/djvu-document-private.h:
5256         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5257         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5258         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5259         (djvu_document_can_get_text), (djvu_document_get_text),
5260         (djvu_document_document_iface_init),
5261         (djvu_document_thumbnails_get_thumbnail),
5262         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5263         (djvu_document_find_get_result),
5264         (djvu_document_find_page_has_results),
5265         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5266         (djvu_document_find_iface_init):
5267         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5268         (djvu_text_page_selection), (djvu_text_page_limits_process),
5269         (djvu_text_page_limits), (djvu_text_page_copy),
5270         (djvu_text_page_position), (djvu_text_page_union),
5271         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5272         (djvu_text_page_box), (djvu_text_page_append_text),
5273         (djvu_text_page_search), (djvu_text_page_prepare_search),
5274         (djvu_text_page_new), (djvu_text_page_free):
5275         * djvu/djvu-text-page.h:
5276         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5277         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5278         (djvu_text_n_results), (djvu_text_has_results),
5279         (djvu_text_get_result), (djvu_text_get_progress):
5280         * djvu/djvu-text.h:
5281         
5282         Text search in djvu. Fix for the bug #303415.
5283
5284 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5285
5286         * configure.ac:
5287         * shell/ev-window.c: (ev_window_cmd_save_as):
5288         
5289         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5290         Thanks to Gary Coady <gary@lyranthe.org>
5291
5292 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5293
5294         * shell/ev-print-job.c: (idle_print_handler):
5295         
5296         Inverse order printing, bug #320919.
5297
5298 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5299
5300         * data/evince-toolbar.xml:
5301         * shell/ev-window.c:
5302         
5303         Allow to add sidebar checkbutton on toolbar. Fix
5304         for the bug #144577.
5305
5306 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5309         
5310         Add checks that have sense for empty ps document.
5311
5312 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5313
5314         * configure.ac: Include PS in mime types list. 
5315
5316 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5317
5318         * configure.ac:
5319         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5320         * ps/gsdefaults.h:
5321         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5322         
5323         Runtime check for gs interpreter. Fix for the bug #320868.
5324         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5325
5326 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5327
5328         * shell/ev-application.c: 
5329
5330         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5331         dbus>=0.60, so that the request is not queued. 
5332
5333 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * configure.ac:
5336         * shell/Makefile.am:
5337         * shell/ev-sidebar-links.c: (print_section_cb):
5338         * shell/ev-utils.c:
5339         * shell/ev-utils.h:
5340         * shell/ev-window.c: (update_action_sensitivity),
5341         (ev_window_close_dialogs), (ev_window_print):
5342         * shell/ev-window.h:
5343         
5344         Make printing support optional. Patch from Eduardo de Barros Lima
5345         <eduardo.lima@indt.org.br> for the bug #330546.
5346
5347 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * shell/ev-view-private.h:
5350         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5351         (ev_view_set_document):
5352         * shell/ev-view.h:
5353         * shell/ev-window.c: (ev_window_load_job_cb),
5354         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5355         (ev_window_init):
5356
5357         Draw Loading message during xfer job. Fix for the bug #329495.
5358
5359 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5360
5361         * comics/comics-document.c: (comics_regex_quote),
5362         (comics_document_load), (extract_argv):
5363         
5364         Correcly quote regexp before passing it to unzip.
5365
5366 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5367
5368         * shell/ev-page-cache.c: (build_height_to_page),
5369         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5370         (ev_page_cache_get_dual_even_left):
5371         * shell/ev-page-cache.h:
5372         * shell/ev-view.c: (view_update_range_and_current_page),
5373         (get_page_y_offset), (get_page_extents):
5374         
5375         Place even pages to the left if document has less then
5376         two pages. Fix for the bug #328856.
5377
5378 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5381         
5382         Correct comics scheme. This make evince create thumbnails
5383         for comic books. Fix for the bug 329088.
5384
5385 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5386
5387         * data/evince-password.glade: Don't explicitly set
5388         invisible_char to the current default value in case
5389         the default changes; let GTK+ do its magic.
5390
5391 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5392
5393         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5394         real filename to tmp filename since often document
5395         type is determined by extension.
5396
5397 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5398
5399         * shell/ev-view.c: (add_scroll_binding_keypad),
5400         (ev_view_binding_activated), (ev_view_class_init):
5401         
5402         Add keybindings for percision-scrolling of display area. 
5403         Fix for the bug #314072.
5404
5405 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * data/evince.desktop.in.in:
5408         
5409         Add GTK to the list of categories. Fix for the bug #328034.
5410
5411 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5412
5413         * shell/ev-application.c: (ev_application_shutdown),
5414         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5415         * shell/ev-application.h:
5416         * shell/ev-window.c: (file_open_dialog_response_cb),
5417         (ev_window_cmd_file_open):
5418         
5419         Save last uri in file chooser dialog. Fix for the bug #327950.
5420
5421 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * NEWS:
5424         * README:
5425         
5426         Final update for release 0.5.0
5427         
5428         * shell/Makefile.am:
5429         
5430         Remove disable deprecated until we'll require libgnome-2.13.7
5431         and port to GOption argument parsing. See bug 327518.
5432
5433 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5434
5435         * comics/comics-document.c: (comics_document_save):
5436         * djvu/djvu-document.c: (djvu_document_save):
5437         * dvi/dvi-document.c: (dvi_document_save):
5438         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5439         * lib/ev-file-helpers.h:
5440         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5441         * tiff/tiff-document.c: (tiff_document_save):
5442         
5443         Use common save function for backends.
5444
5445 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5446
5447         * backend/ev-document-types.c:
5448         
5449         Fix crash on saving pixbuf.
5450
5451 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5452
5453         * cut-n-paste/recent-files/egg-recent-item.c:
5454         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5455         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5456         (parse_info_free), (valid_element), (start_element_handler),
5457         (end_element_handler), (text_handler), (egg_recent_model_filter),
5458         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5459         (egg_recent_model_monitor), (egg_recent_model_read),
5460         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5461         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5462         (egg_recent_model_set_property), (egg_recent_model_class_init),
5463         (egg_recent_model_init), (egg_recent_model_add_full),
5464         (egg_recent_model_delete), (egg_recent_model_get_list),
5465         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5466         (egg_recent_model_set_filter_mime_types),
5467         (egg_recent_model_clear_group_filter),
5468         (egg_recent_model_set_filter_groups),
5469         (egg_recent_model_clear_scheme_filter),
5470         (egg_recent_model_set_filter_uri_schemes),
5471         (egg_recent_model_remove_expired):
5472         * cut-n-paste/recent-files/egg-recent-util.c:
5473         (egg_recent_util_get_icon):
5474         * cut-n-paste/recent-files/egg-recent-util.h:
5475         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5476         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5477         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5478         (egg_recent_view_uimanager_set_property),
5479         (egg_recent_view_uimanager_get_property),
5480         (egg_recent_view_uimanager_class_init),
5481         (egg_recent_view_uimanager_init),
5482         (egg_recent_view_uimanager_set_label_width),
5483         (egg_recent_view_uimanager_get_label_width):
5484         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5485         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5486         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5487         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5488         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5489         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5490         
5491         Update from libegg.
5492
5493 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5494
5495         * shell/ev-page-cache.c: (build_height_to_page),
5496         (ev_page_cache_get_height_to_page):
5497         * shell/ev-page-cache.h:
5498         * shell/ev-view.c: (view_update_range_and_current_page),
5499         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5500         (ev_view_previous_page):
5501         
5502         Dual mode places even pages to the left. Fix for the bug #309393.
5503
5504         * shell/ev-view.h:
5505         * shell/ev-window.c: (update_action_sensitivity),
5506         (setup_view_from_metadata), (view_menu_popup_cb):
5507         
5508         Don't restore presentation in empty windows, more intelligent
5509         next page behaviour in dual mode.
5510
5511         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5512         (ev_pixbuf_cache_clear_job_sizes):
5513         
5514         Cleanup job callback on removal. Fix for the bug #325886.
5515
5516 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5517
5518         * ps/ps.c: (psscan):
5519         
5520         Commit workaround Mozilla problem. Fix for the bug #325919
5521         
5522         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5523         (save_item):
5524         
5525         Fix for year 2038 problem.
5526
5527 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5528
5529         * shell/ev-window.c: (setup_document_from_metadata),
5530         (ev_window_cmd_view_reload):
5531
5532         Clamp page recieved from metadata in valid values. Fix
5533         for the bug #325986.
5534
5535 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * MAINTAINERS: 
5538         Add MAINTAINERS as requested on desktop-devel-list.
5539
5540 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5541
5542         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5543         (mime_type_supported_by_gdk_pixbuf),
5544         (ev_document_factory_get_mime_types),
5545         (ev_document_factory_get_all_mime_types):
5546         
5547         Don't add pixbuf mime types if pixbuf backend is disabled.
5548         
5549         * shell/ev-application.c: (ev_application_get_uri_window):
5550         
5551         Fix for the bug 325815 - unhandled MIME type message doesn't 
5552         appear a second time. 
5553         
5554         * shell/ev-document-types.c: (ev_document_types_add_filters):
5555         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5556         (password_dialog_response), (ev_window_popup_password_dialog),
5557         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5558         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5559         (ev_window_run_presentation), (ev_window_stop_presentation),
5560         (save_sizing_mode), (ev_window_zoom_changed_cb),
5561         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5562         (ev_window_dual_mode_changed_cb),
5563         (ev_window_sidebar_current_page_changed_cb),
5564         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5565         (window_state_event_cb), (window_configure_event_cb):
5566         
5567         Cleanup additional uris holded by EvWindow.
5568
5569 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5572         (ev_view_can_previous_page), (ev_view_can_next_page):
5573         * shell/ev-view.h:
5574         * shell/ev-window.c: (update_action_sensitivity):
5575         
5576         Two page scrolling with Space and PageUp in dual mode. Second fix 
5577         for the bug #316608.
5578
5579 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * shell/ev-view.c: (scroll_to_current_page):
5582         
5583         Correctly clamp adjustment value. Fix for the bug
5584         #325808.
5585
5586 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5587
5588         * shell/ev-sidebar-links.c: (print_section_cb):
5589         * shell/ev-window.c: (ev_window_get_uri),
5590         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5591         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5592         (ev_window_dispose):
5593         
5594         Make print dialog non-modal. Fix for the bug #325622.
5595
5596 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * shell/ev-metadata-manager.c:
5599         * shell/ev-utils.c: (using_pdf_printer),
5600         (using_postscript_printer), (load_print_config_from_file),
5601         (save_print_config_to_file):
5602         * shell/ev-utils.h:
5603         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5604         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5605         (setup_view_from_metadata), (ev_window_setup_document),
5606         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5607         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5608         (ev_window_run_presentation), (ev_window_stop_presentation),
5609         (save_sizing_mode), (ev_window_zoom_changed_cb),
5610         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5611         (ev_window_dual_mode_changed_cb),
5612         (ev_window_sidebar_current_page_changed_cb),
5613         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5614         (window_state_event_cb), (window_configure_event_cb),
5615         (ev_window_init):
5616         
5617         Setting saving behaviour fixes.
5618
5619 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5620
5621         * configure.ac:
5622         
5623         Make antialiasing gs options better and allow
5624         to change them during configure. Fix for the 
5625         bug #319049.
5626
5627 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5628
5629         * shell/ev-window.c: (setup_view_from_metadata):
5630         
5631         Remember if last window was maximized. Fix for the
5632         bug #323797.
5633
5634 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5635
5636         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5637
5638 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5639
5640         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5641         * shell/ev-page-action.c: (build_new_tree_cb):
5642         * shell/ev-sidebar-links.c: (links_page_num_func),
5643         (update_page_callback_foreach), (update_page_callback):
5644         * shell/ev-view.c: (scroll_to_current_page):
5645         
5646         Fix for the bug #325067 with more intelligent selection
5647         of current link in sidebar. Make sidebar handle links
5648         of FITR-like type more correctly.
5649
5650         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5651         (dvi_pixbuf_put_pixel):
5652         
5653         Fix memory consumtion with disabled alpha channel.
5654
5655 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5656
5657         * data/evince-ui.xml:
5658         * shell/ev-window.c: (view_menu_popup_cb),
5659         (ev_popup_cmd_open_link), (ev_window_init):
5660         
5661         Update context menu for internal links. Fix for the bug
5662         #325066.
5663
5664 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5665
5666         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5667         
5668         Bind context menu to keyboard also. Fix for the bug
5669         #325065.
5670
5671 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-view.c: (selection_scroll_timeout_cb):
5674         
5675         Horizontal scroll on selection also.
5676
5677 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * shell/ev-metadata-manager.c: (parse_value):
5680         * shell/ev-view.c: (goto_xyz_link):
5681         
5682         Correct zoom setup and metadata save broken in 
5683         some locales.
5684
5685 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5686
5687         * shell/ev-view-private.h:
5688         * shell/ev-view.c: (scroll_to_current_page),
5689         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5690         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5691         (page_changed_cb), (ev_view_set_continuous),
5692         (ev_view_set_dual_page), (ev_view_set_presentation):
5693         
5694         Delay scroll until allocation to correctly position page. Fix
5695         for the bug #317334.
5696
5697 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698
5699         * NEWS:
5700         * configure.ac:
5701         
5702         Update NEWS and require poppler 0.5.0.
5703
5704 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5705         
5706         * data/evince-ui.xml:
5707         * shell/ev-view-private.h:
5708         * shell/ev-view.c: (ev_view_get_link_at_location),
5709         (handle_link_over_xy), (ev_view_button_press_event),
5710         (ev_view_button_release_event), (ev_view_class_init):
5711         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5712         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5713         (ev_window_init):
5714         
5715         Implement right-click context menu.
5716
5717 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5720         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5721         (mdvi_pixbuf_device_render):
5722         * pdf/ev-poppler.cc:
5723
5724         Don't generate thumbnails with alpha. See bug #324077.
5725         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5726
5727 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * shell/ev-window.c: (setup_chrome_from_metadata):
5730         
5731         Fix typo that was hiding toolbar.
5732
5733 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * shell/ev-view-private.h:
5736         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5737         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5738         (ev_view_button_release_event), (ev_view_destroy):
5739         
5740         Small cleanup and autoscrolling during selection. Thanks to 
5741         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5742
5743 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5744
5745         * configure.ac:
5746         
5747         Correctly check for comics option.
5748
5749 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5750         * Makefile.am:
5751         * configure.ac:
5752         * backend/Makefile.am:
5753         * backend/ev-document-factory.c:
5754         * shell/ev-document-types.c:
5755
5756         Included option in configure to make ps backend 
5757         compilation optional with --disable-ps.
5758
5759 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * backend/ev-document-factory.c:
5762         * comics/Makefile.am:
5763         * comics/comics-document.c: (comics_document_load):
5764         * comics/ev-cbr-mime.xml:
5765         * configure.ac:
5766         
5767         Comics mime types are added to shared-mime-info CVS. Now
5768         we don't need to install our own mime types.
5769
5770 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * shell/ev-window.c:
5773         
5774         Add shortcut for "save a copy" menu entry. Fix for
5775         the bug #324582.
5776
5777 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5778
5779         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5780         (job_finished_cb), (new_selection_pixbuf_needed),
5781         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5782         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5783         
5784         Rework selection job info logic and fix critical warning.
5785
5786 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5787
5788         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5789
5790 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5791
5792         * data/evince-ui.xml:
5793         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5794         
5795         Enter as shortcut key for next page. Fix for the bug
5796         #321394.
5797
5798 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5799
5800         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5801
5802 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5805         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5806         (new_selection_pixbuf_needed),
5807         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5808         (clear_job_selection):
5809         
5810         Too early for 0.5. Pixbuf cache code cleaned a bit.
5811
5812 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5813
5814         * NEWS:
5815         * configure.ac:
5816         
5817         Release 0.5.0 preparation
5818
5819 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * comics/Makefile.am:
5822         * configure.ac:
5823         * shell/ev-document-types.c: (ev_document_types_add_filters):
5824         
5825         More advanced handling of custom mime type installation.
5826
5827 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5828
5829         * data/evince.schemas.in:
5830         * shell/ev-metadata-manager.c: (value_free),
5831         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5832         (ev_metadata_manager_get), (ev_metadata_manager_set):
5833         * shell/ev-metadata-manager.h:
5834         * shell/ev-window.c: (update_chrome_flag),
5835         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5836         (setup_document_from_metadata), (setup_chrome_from_metadata),
5837         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5838         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5839         (ev_window_view_toolbar_cb),
5840         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5841         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5842         
5843         Save last document settings and reuse them for new documents.
5844
5845 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * Makefile.am:
5848         * backend/Makefile.am:
5849         * backend/ev-document-factory.c:
5850         * backend/ev-document-factory.h:
5851         * comics/Makefile.am:
5852         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5853         (comics_document_load), (comics_document_save),
5854         (comics_document_get_n_pages), (comics_document_get_page_size),
5855         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5856         (comics_document_class_init), (comics_document_can_get_text),
5857         (comics_document_get_info), (comics_document_document_iface_init),
5858         (comics_document_init), (get_supported_image_extensions),
5859         (comics_document_thumbnails_get_geometry),
5860         (comics_document_thumbnails_get_thumbnail),
5861         (comics_document_thumbnails_get_dimensions),
5862         (comics_document_document_thumbnails_iface_init), (extract_argv):
5863         * comics/comics-document.h:
5864         * comics/ev-cbr-mime.xml:
5865         * configure.ac:
5866         * po/POTFILES.in:
5867         * shell/ev-application.c: (ev_application_register_service):
5868         * shell/ev-document-types.c: (ev_document_types_add_filters):
5869         * thumbnailer/Makefile.am:
5870         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5871         
5872         New CBR/CBZ backend for comic books.
5873
5874 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * shell/main.c: (load_files_remote):
5877
5878         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5879         warning on startup of second instance is fixed. It
5880         is bug #320353.
5881
5882 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * shell/ev-window.c: (ev_window_finalize):
5885         
5886         Fix double free that cause crash.
5887
5888 2005-10-29  Bastien Nocera <hadess@hadess.net>
5889
5890         * tiff/tiff-document.c: (tiff_document_load):
5891         
5892         Fix memory leak.
5893
5894 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5895
5896         * po/POTFILES.in:
5897         * shell/Makefile.am:
5898         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5899         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5900         (ev_view_accessible_get_text),
5901         (ev_view_accessible_get_character_at_offset),
5902         (ev_view_accessible_get_text_before_offset),
5903         (ev_view_accessible_get_text_at_offset),
5904         (ev_view_accessible_get_text_after_offset),
5905         (ev_view_accessible_get_character_count),
5906         (ev_view_accessible_get_caret_offset),
5907         (ev_view_accessible_set_caret_offset),
5908         (ev_view_accessible_get_run_attributes),
5909         (ev_view_accessible_get_default_attributes),
5910         (ev_view_accessible_get_character_extents),
5911         (ev_view_accessible_get_offset_at_point),
5912         (ev_view_accessible_get_n_selections),
5913         (ev_view_accessible_get_selection),
5914         (ev_view_accessible_add_selection),
5915         (ev_view_accessible_remove_selection),
5916         (ev_view_accessible_set_selection),
5917         (ev_view_accessible_text_iface_init),
5918         (ev_view_accessible_idle_do_action),
5919         (ev_view_accessible_action_do_action),
5920         (ev_view_accessible_action_get_n_actions),
5921         (ev_view_accessible_action_get_description),
5922         (ev_view_accessible_action_get_name),
5923         (ev_view_accessible_action_set_description),
5924         (ev_view_accessible_action_iface_init),
5925         (ev_view_accessible_get_type), (ev_view_accessible_new),
5926         (ev_view_accessible_factory_get_accessible_type),
5927         (ev_view_accessible_factory_create_accessible),
5928         (ev_view_accessible_factory_class_init),
5929         (ev_view_accessible_factory_get_type):
5930         * shell/ev-view-accessible.h:
5931         * shell/ev-view-private.h:
5932         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5933         * shell/ev-view.h:
5934         
5935         Initial accessibility support.
5936
5937 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5938
5939         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5940
5941 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5942
5943         * shell/ev-print-job.c: (idle_print_handler):
5944         
5945         Fix for bug Bug 318916: Printing multiple pages.
5946
5947 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5948
5949         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5950
5951 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5952
5953         * pdf/ev-poppler.cc:
5954         
5955         Thumnail dimensions unified with other backends.
5956         
5957         * shell/ev-window-title.c: (ev_window_title_update):
5958         
5959         Fix warning.
5960
5961 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5962
5963         * data/ev-stock-zoom-fit-width.png:
5964         
5965         Remove unused file.
5966
5967 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5968
5969         * configure.ac:
5970         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5971         (djvu_document_finalize):
5972         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5973         (dvi_document_finalize):
5974         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5975         (pixbuf_document_save), (pixbuf_document_finalize):
5976         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5977         (tiff_document_finalize):
5978         
5979         Save a copy implemented for various backends.
5980
5981 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5982
5983         * configure.ac:
5984         
5985         Don't link with ltiff if tiff is disabled.
5986
5987 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5988
5989         * pdf/GDKSplashOutputDev.cc:
5990         * pdf/GDKSplashOutputDev.h:
5991         * pdf/Thumb.cc:
5992         * pdf/Thumb.h:
5993         * pdf/pdf-document.cc:
5994         * pdf/pdf-document.h:
5995         * pdf/test-gdk-output-dev.cc:
5996         
5997         Remove old unused files.
5998
5999 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6000
6001         * shell/ev-window.c: (ev_window_setup_document):
6002         
6003         Fixed warnings on reload and probably crash reason.
6004
6005 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6006
6007         * properties/ev-properties-view.c:
6008         (ev_properties_view_format_date):
6009         
6010         Check if date is invalid. Fix for bug 318134.
6011
6012 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6013
6014         * shell/ev-window-title.c:
6015         
6016         Add .indd files (Adobe Indesign) to the list of "bad
6017         extensions".
6018
6019 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * data/evince-ui.xml:
6022         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6023         
6024         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6025
6026 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6027
6028         * shell/ev-window.c: (launch_link), (launch_external_uri),
6029         (view_external_link_cb):
6030
6031         URL-escape link before passing it to gnome_vfs_url_show.
6032
6033 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6034
6035         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6036         there isn't text selected.
6037
6038 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6039
6040         * shell/ev-view.c: (handle_link_over_xy):
6041
6042         Check tooltip is valid utf8 before showing it
6043
6044 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6045
6046         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6047
6048 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6049
6050         * shell/ev-window-title.c: (ev_window_title_update):
6051
6052         Guard against using g_strstrip on NULL. Fixes bug #317291.
6053
6054 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6055
6056         * pdf/ev-poppler.cc:
6057
6058         Show title even for unknown links
6059
6060 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6061
6062         * shell/ev-window-title.c: (ev_window_title_update):
6063
6064         Strip the title string
6065
6066 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6067
6068         * shell/ev-window-title.c:
6069
6070         Add .rtf to the bad extensions list
6071
6072 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6073
6074         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6075         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6076
6077         Ignore link coordinates if they are outside page bounds
6078
6079 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6080
6081         * backend/ev-link.c: (ev_link_type_get_type),
6082         (ev_link_get_filename), (ev_link_get_params),
6083         (ev_link_get_property), (ev_link_set_property),
6084         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6085         * backend/ev-link.h:
6086         * pdf/ev-poppler.cc:
6087         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6088         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6089         (ev_window_init):
6090
6091         Implement launch links. Delegate external link opening to
6092         the window.
6093
6094 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6095
6096         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6097         (ev_link_get_right), (ev_link_get_property),
6098         (ev_link_set_property), (ev_link_class_init),
6099         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6100         * backend/ev-link.h:
6101         * pdf/ev-poppler.cc:
6102         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6103
6104         Implement fitr links
6105
6106 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6107
6108         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6109         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6110         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6111         (ev_view_size_request_continuous),
6112         (ev_view_size_request_dual_page),
6113         (ev_view_size_request_single_page), (ev_view_size_allocate),
6114         (ev_view_zoom_for_size_continuous_and_dual_page),
6115         (ev_view_zoom_for_size_continuous),
6116         (ev_view_zoom_for_size_dual_page),
6117         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6118         (ev_sizing_mode_get_type):
6119         * shell/ev-view.h:
6120         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6121
6122         Do not use modes for link, we need to calculate size ad hoc.
6123         Still not perfect because of the usual scrollbar issues grrr.
6124
6125 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6126
6127         * backend/ev-link.c: (ev_link_type_get_type),
6128         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6129         * backend/ev-link.h:
6130         * pdf/ev-poppler.cc:
6131         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6132         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6133         (ev_view_size_request_continuous),
6134         (ev_view_size_request_dual_page),
6135         (ev_view_size_request_single_page), (ev_view_size_allocate),
6136         (zoom_for_size_fit_height),
6137         (ev_view_zoom_for_size_continuous_and_dual_page),
6138         (ev_view_zoom_for_size_continuous),
6139         (ev_view_zoom_for_size_dual_page),
6140         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6141         (ev_sizing_mode_get_type):
6142         * shell/ev-view.h:
6143         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6144
6145         Implement FIT_HEIGHT mode (only for links).
6146         Implement FITH links
6147
6148 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6149
6150         * shell/ev-window-title.c: (get_filename_from_uri),
6151         (ev_window_title_sanitize_extension), (ev_window_title_update),
6152         (ev_window_title_set_document), (ev_window_title_set_uri),
6153         (ev_window_title_free):
6154         * shell/ev-window-title.h:
6155         * shell/ev-window.c: (ev_window_setup_document),
6156         (ev_window_popup_password_dialog):
6157
6158         Refactor window title building while fixing it for
6159         password documents.
6160
6161 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6162
6163         * pdf/ev-poppler.cc:
6164
6165         Escape link title before setting it in the model
6166
6167 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6168
6169         * shell/ev-application.c: (removed_from_session), (save_session),
6170         (init_session), (ev_application_get_empty_window),
6171         (ev_application_init), (ev_application_get_windows):
6172         * shell/ev-application.h:
6173         * shell/ev-window.c: (ev_window_finalize):
6174
6175         Add a function to retrieve window list and share it where
6176         necessary.
6177         Implement session handling, works pretty well thanks to the
6178         metadata system.
6179
6180 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * shell/ev-password.c: (ev_password_item_created_callback),
6183         (ev_password_dialog_save_password):
6184         
6185         Fix for bug 316972. Use async gnome-keyring API.
6186
6187 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6188
6189         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6190         Remove unused unrealize handler. Add scroll handling to
6191         ev_view_scroll_event for presentation mode (bug #316708),
6192         and fix the event state checks there.
6193
6194 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6195
6196         * shell/ev-page-action.c: (page_changed_cb):
6197
6198         "marco, maybe we should be crazy and jump right to 6! :)"
6199
6200         Bryan Clark, Sep 2005
6201
6202 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6203
6204         * ps/ps-document.c: (save_document), (ps_document_save),
6205         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6206         (ps_document_ps_export_end):
6207
6208         Fix unstructured documents save and print
6209
6210 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6211
6212         * shell/ev-application.c: (ev_application_open_uri):
6213
6214         Fix window size persistance
6215
6216 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6217
6218         * shell/ev-view.c: (ev_view_button_release_event):
6219
6220         Based on a patch from carlosgc@gnome.org. Mouse buttons
6221         switch pages in presentation mode.
6222
6223 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6224
6225         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6226
6227         Dont cast to int before scaling
6228
6229 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6230
6231         * backend/ev-link.c: (ev_link_type_get_type),
6232         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6233         (ev_link_new_page_fith):
6234         * backend/ev-link.h:
6235         * pdf/ev-poppler.cc:
6236         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6237
6238         Implement FIT and FITH links
6239
6240 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6241
6242         * pdf/ev-poppler.cc:
6243
6244         Return 0 results when search is not in progress.
6245
6246         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6247         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6248
6249         Update menu sensitivity when cancelling search
6250
6251 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6252
6253         * shell/ev-view.c: (ev_view_can_find_next):
6254
6255         Take all pages in consideration, not just current one
6256
6257 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6258
6259         * shell/ev-page-cache.c:
6260         * shell/ev-page-cache.h:
6261         * shell/ev-view.c: (ev_view_binding_activated),
6262         (ev_view_next_page), (ev_view_previous_page),
6263         (ev_sizing_mode_get_type):
6264         * shell/ev-view.h:
6265         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6266         (ev_window_cmd_go_next_page):
6267
6268         Move page next/previous functions from page chace to
6269         view and change it to move by 2 page steps in dual mode.
6270
6271 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6272
6273         * shell/ev-window.c: (update_sidebar_visibility),
6274         (setup_sidebar_from_metadata), (ev_window_setup_document),
6275         (setup_view_from_metadata):
6276
6277         Show the index by default when there is one     
6278
6279 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6280
6281         * shell/ev-window-title.c: (ev_window_title_set_document):
6282
6283         Missing null check
6284
6285 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * shell/ev-view.c: (view_update_range_and_current_page):
6288         
6289         Allow display of last odd page in dual view. Fix for 316347.
6290
6291 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6292
6293         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6294         
6295         Make close button default. Fix for 316383.
6296
6297 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6300         
6301         Mark close button as default. Fix for 316381.
6302
6303 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6304
6305         * backend/ev-link.c: (ev_link_class_init):
6306
6307         Allow negative doubles in left/top properties
6308
6309 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6310
6311         * shell/ev-window.c:
6312
6313         Remove a bunch of strings that was used only
6314         by the statusbar.
6315
6316 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6317
6318         * shell/ev-window-title.c: (get_filename_from_uri),
6319         (ev_window_title_set_document):
6320
6321         When title has a confusing extension, show also
6322         the document filename inside ()
6323
6324 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6325
6326         * shell/Makefile.am:
6327         * shell/ev-window-title.c: (ev_window_title_new),
6328         (ev_window_title_update), (ev_window_title_set_type),
6329         (ev_window_title_set_document), (ev_window_title_free):
6330         * shell/ev-window-title.h:
6331         * shell/ev-window.c: (ev_window_setup_document),
6332         (password_dialog_response), (ev_window_popup_password_dialog),
6333         (ev_window_dispose), (ev_window_init):
6334
6335         Factor out and cleanup window title code
6336
6337 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6338
6339         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6340         (unable_to_load):
6341
6342         Make dialog transient so it doesnt block other windows
6343
6344 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * pdf/ev-poppler.cc:
6347         
6348         Fix pdf thumbnails rendering.
6349
6350 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6351
6352         * shell/ev-window.c: (fullscreen_set_timeout):
6353         
6354         Increase timeout to hide full screen popup. Bug 
6355         316123. 
6356
6357 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6358
6359         * data/evince.schemas.in:
6360         * shell/ev-window.c: (update_action_sensitivity):
6361
6362         Allow the user to override document restrictions. Fix for bug
6363         305818.
6364
6365 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6366
6367         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6368         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6369         (ev_window_class_init): Fix multihead behaviour of fullscreen
6370         toolbar popup. Fixes bug #315451.
6371
6372 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6373
6374         * configure.ac:
6375         * data/evince-password.glade:
6376         * shell/ev-password.c: (ev_password_dialog_set_property),
6377         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6378         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6379         (ev_password_dialog_entry_changed_cb),
6380         (ev_password_dialog_entry_activated_cb),
6381         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6382         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6383         (ev_password_dialog_set_bad_pass):
6384         * shell/ev-password.h:
6385         * shell/ev-window.c: (password_dialog_response),
6386         (ev_window_popup_password_dialog):
6387         
6388         Support for gnome-keyring for encrypted PDF's.
6389
6390 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6393         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6394         (ev_view_enter_notify_event), (ev_view_class_init):
6395         
6396         More precise handling of enter_notify/leave_notify events
6397         in EvView. Fix for bug 315470.
6398
6399 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6400
6401         * shell/ev-window.c: (fullscreen_timeout_cb),
6402         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6403         (ev_window_dispose):
6404
6405         leak fix: unref fullscreen_timeout_source before clearing it
6406
6407 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6408
6409         * configure.ac, dvi/mdvi/Makefile.am: 
6410         
6411         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6412
6413 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6414
6415         * backend/ev-link.c: (ev_link_new_page_xyz):
6416         * pdf/ev-poppler.cc:
6417         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6418
6419         Fix some bugs with xyz links, respect zoom
6420
6421 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6422
6423         * shell/ev-window.c: (page_changed_cb),
6424         (setup_document_from_metadata), (update_sidebar_visibility),
6425         (setup_view_from_metadata), (ev_window_run_fullscreen),
6426         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6427         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6428         (ev_window_dual_mode_changed_cb),
6429         (ev_window_sidebar_current_page_changed_cb):
6430
6431         null check uri before setting and getting metadata
6432
6433 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6434
6435         * dvi/Makefile.am:
6436         * properties/Makefile.am:
6437         * shell/Makefile.am:
6438         * thumbnailer/Makefile.am:
6439
6440         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6441
6442 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6443
6444         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6445         (selection_changed_callback):
6446         * shell/ev-sidebar-links.h:
6447
6448         Add a signal for link activation.
6449
6450         * shell/ev-view.c: (ev_view_goto_link),
6451         (ev_view_button_release_event):
6452         * shell/ev-view.h:
6453         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6454         (ev_window_init):
6455
6456         Implement the signal so that we can handle all link types.
6457
6458         * shell/ev-page-cache.c:
6459
6460         Remove unused set_link function
6461
6462 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6463
6464         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6465
6466         Add some space from the cursor, hardcoded but I couldnt
6467         find a better way.
6468
6469 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6470
6471         * lib/ev-tooltip.c:
6472
6473         Use mozilla style vs gtk style, way better for links.
6474
6475         * shell/ev-view.c: (ev_view_motion_notify_event),
6476         (ev_view_destroy), (ev_view_init):
6477
6478         Deactive tooltip when the link hovered is changed.
6479
6480 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6481
6482         * backend/ev-document.h:
6483         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6484         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6485         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6486         (ev_link_new_page), (ev_link_new_page_xyz):
6487         * backend/ev-link.h:
6488         * pdf/ev-poppler.cc:
6489         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6490         (go_to_link), (tip_from_link):
6491
6492         Implement xyz links, still not functional. Links are a total
6493         mess, will need to refactor and bugfix a lot :(
6494
6495 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6496
6497         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6498
6499 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6500
6501         * data/evince-ui.xml:
6502         * data/evince.schemas.in:
6503         * shell/Makefile.am:
6504         * shell/ev-window.c: (update_chrome_visibility),
6505         (password_dialog_response), (ev_window_load_job_cb),
6506         (ev_window_xfer_job_cb), (ev_window_open_uri),
6507         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6508         (ev_window_init):
6509
6510         Remove the statusbar. This regress loading feedback, need to
6511         check with Bryan what we want to do there...
6512
6513 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6514
6515         * lib/ev-tooltip.c: (ev_tooltip_init):
6516
6517         Fix tooltip border and size handling
6518
6519 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6520
6521         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6522         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6523         (ev_tooltip_timeout), (ev_tooltip_activate),
6524         (ev_tooltip_deactivate):
6525         * lib/ev-tooltip.h:
6526         * shell/ev-view.c: (ev_view_motion_notify_event):
6527
6528         Delay popup showing. Mirror gtk logic/times.
6529
6530 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6531
6532         * lib/Makefile.am:
6533         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6534         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6535         (ev_tooltip_set_text), (ev_tooltip_set_position):
6536         * lib/ev-tooltip.h:
6537
6538         Simple widget to show tooltips at a custom position
6539
6540         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6541         (ev_view_destroy):
6542
6543         Use it for links. First go, needs work
6544
6545 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6546
6547         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6548         HIG fixes.  Use title capitalization for window title. Use 12 
6549         pixels of space between the dialog's vbox and action area.
6550
6551 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6552
6553         * shell/ev-window.c: (file_open_dialog_response_cb),
6554         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6555         (ev_window_cmd_save_as):
6556
6557         Make file pickers not modal and refactor code some
6558
6559 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6560
6561         * shell/ev-sidebar.h:
6562         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6563         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6564         (ev_sidebar_class_init), (ev_sidebar_select_page),
6565         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6566         (ev_sidebar_set_page):
6567
6568         Add a current page property and allow to get/set it
6569
6570         * shell/ev-window.c: (setup_view_from_metadata),
6571         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6572
6573         Persist current sidebar page per document
6574
6575 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6576
6577         * data/evince.schemas.in:
6578         * shell/ev-window.c: (update_chrome_visibility),
6579         (setup_document_from_metadata), (update_sidebar_visibility),
6580         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6581         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6582         (ev_window_run_presentation), (ev_window_stop_presentation),
6583         (ev_window_view_sidebar_cb),
6584         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6585         (load_chrome), (ev_window_init):
6586
6587         Persist size/visibility of sidebar per document
6588
6589 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6590
6591         * shell/ev-view.c (draw_loading_text): Draw loading text.
6592
6593 2005-09-02  Dan Damian  <dand@gnome.ro>
6594
6595         * configure.in: Added "ro" to ALL_LINGUAS.
6596
6597 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6598
6599         * shell/ev-view.c: (clear_caches):
6600
6601         ev_page_cache_get doesnt return a reference,
6602         dont try to unref it.
6603
6604 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6605
6606         * shell/main.c: (load_files_remote):
6607
6608         Fix timestamp parameter with dbus <= 0.33
6609
6610 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6611
6612         * data/evince.schemas.in:
6613
6614         Add missing full stop
6615
6616 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6617
6618         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6619         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6620
6621         Plug some memory leaks
6622
6623 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6624
6625         * configure.ac:
6626         * lib/ev-debug.c: (trap_handler):
6627
6628         Check for execinfo.h and use it only if it exists.
6629         Ported from Epiphany (bug #314776).
6630
6631 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6632
6633         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6634
6635 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6636
6637         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6638         * po/id.po      : Added Indonesian translation
6639
6640 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6641
6642         * shell/main.c:
6643         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6644         * NEWS: Release 0.4.0
6645
6646 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6647
6648         * configure.ac: catch another gtk+-2.8ism
6649         * shell/main.c: Make work with gtk+-2.6
6650
6651 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6652
6653         * shell/ev-application-service.xml: Add 'timestamp' argument to
6654           ev_application_open_window and ev_application_open_uri methods.
6655
6656         * shell/ev-application.h: Add 'timestamp' argument to
6657           ev_application_open_window, ev_application_open_uri,
6658           and ev_application_open_uri_list functions.
6659
6660         * shell/ev-application.c (ev_application_open_window,
6661           ev_application_open_uri, ev_application_open_uri_list): Change
6662           functions that show/present windows to use a timestamp if one
6663           is passed in.
6664
6665         * shell/ev-window.c (ev_window_cmd_file_open,
6666           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6667         * shell/main.c (load_files): Modify calls to ev_application to
6668           include GDK_CURRENT_TIME as timestamp.
6669
6670         * shell/main.c (load_files_remote): Obtain timestamp for client
6671           instance from GDK and pass to server instance so new windows are
6672           focused properly.  Fix dbus_g_proxy_call() calls by including second
6673           G_TYPE_INVALID.
6674           
6675         Closes bug #314475.
6676
6677 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6678
6679         * shell/ev-window.c (ev_window_finalize): Check for
6680         avail. EvWindows when quiting to handle the finalize better,
6681         #314497
6682
6683 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684         
6685         * properties/ev-properties-view.c: 
6686         
6687         Set textdomain to libglade. Fixes translation problem in property page.
6688
6689 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6690
6691         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6692         * dvi/Makefile.am:
6693         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6694         * dvi/mdvi-lib/Makefile.am:
6695         
6696         Fix rotation of thumbnails, ported to new API. Moved library
6697         dependencies earlier, probably it will fix linkage problem.
6698
6699 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6700
6701         * backend/ev-document-misc.c:
6702         (ev_document_misc_get_thumbnail_frame):
6703         * backend/ev-document-misc.h:
6704         * configure.ac:
6705         * pdf/ev-poppler.cc:
6706         * shell/Makefile.am:
6707         * shell/ev-sidebar-thumbnails.c: (add_range),
6708         (ev_sidebar_thumbnails_set_loading_icon),
6709         (ev_sidebar_thumbnails_refresh),
6710         (ev_sidebar_thumbnails_set_document):
6711         * shell/ev-sidebar-thumbnails.h:
6712         * shell/ev-view.c: (ev_view_motion_notify_event),
6713         (ev_view_set_property), (ev_view_get_property),
6714         (ev_view_class_init), (ev_view_set_rotation):
6715         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6716         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6717         (ev_window_init):
6718         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6719         Redo rotation (again).  prepare for 0.4.0
6720
6721 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6722
6723         * configure.ac: Bump poppler requirement to 0.4.1.
6724
6725         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6726         argument to poppler_page_render_selection() call.
6727
6728 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6729
6730         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6731         (djvu_document_thumbnails_get_thumbnail):
6732         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6733         (dvi_document_thumbnails_get_thumbnail):
6734         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6735         (pixbuf_document_thumbnails_get_thumbnail):
6736         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6737         
6738         Update rotation direction of backends to fit with pdf and ps.
6739
6740 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6741
6742         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6743         * backend/ev-async-renderer.h:
6744         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6745         (setup_page), (ps_document_get_page_size),
6746         (ps_async_renderer_render_pixbuf):
6747         * ps/ps-document.h:
6748         * shell/ev-jobs.c: (ev_job_render_run):
6749
6750         Fix orientation in the postscript document
6751
6752 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6753
6754         * pdf/ev-poppler.cc:
6755         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6756         * shell/ev-view.c: (highlight_find_results):
6757
6758         Adapt to the new poppler rotation API. Fix text maps on landscape
6759         documents.
6760
6761 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6762
6763         * shell/ev-view.c (compute_new_selection_text): get the correct
6764         region when selecting in modes other than continuous.
6765
6766 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6767
6768         * shell/main.c (main): remove redundant g_warnings.
6769
6770 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6771
6772         * shell/Makefile.am: Don't include autogenerated
6773         file ev-application-service.h into distribution, since
6774         it causes dbus crash. Fix for bugs 313724 and 313443. 
6775
6776 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6777
6778         * configure.ac: Fix sed expression for FreeBSD. Thanks
6779         to Joe Marcus Clark <marcus@freebsd.org>
6780         
6781         * shell/eggfindbar.c: (entry_activate_callback),
6782         (entry_changed_callback), (egg_find_bar_init),
6783         (egg_find_bar_set_search_string):
6784         
6785         Made findbar buttons unsensitive if there is no text in
6786         entry. Fix for the bug 313285.
6787
6788 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6789
6790         * ps/ps-document.c: Use g_filename_display_name for displaying
6791         filenames and revert string freeze breackage
6792
6793 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6794
6795         * NEWS:
6796         * configure.ac:
6797
6798         Update for 0.3.4
6799
6800         * shell/Makefile.am:
6801
6802         Add ev-application-service.xml to extra dist
6803
6804         * shell/ev-view.c: (find_page_at_location):
6805
6806         Remove unused function (fix warning)
6807
6808 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6811         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6812         
6813         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6814         bug 313623.
6815
6816 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6819         * shell/ev-window.c:
6820         Fix build warnings
6821
6822 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6823
6824         * configure.ac: Update script to get dbus version.
6825         Fix for the bug #313443.
6826
6827 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * shell/ev-window.c: (ev_window_cmd_escape):
6830         
6831         Return focus back to view on escape. Fix for bug 313295.
6832
6833 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6834
6835         * shell/ev-window.c: (update_window_title),
6836         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6837         (ev_window_cmd_save_as):
6838         
6839         Correct conversion from uri to displayable string. Fix for
6840         bug 313296.
6841
6842 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6843
6844         * ps/ps-document.c: convert filename to utf8 when there is an error
6845         loading document. Fixes #309915
6846
6847 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * configure.ac:
6850
6851         We depend on poppler 0.4.0
6852
6853 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6854
6855         * configure.ac:
6856         * NEWS: Release 0.3.3.
6857         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6858
6859 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6860
6861         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6862         add a couple missing mnemonics to menu items, use title 
6863         capitalization for menu items and window titles, and add 
6864         ellipsis to open menu item.     
6865
6866 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6867
6868         * pdf/ev-poppler.cc:
6869         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6870         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6871         (ev_view_get_rotation):
6872         * shell/ev-view.h:
6873         * shell/ev-window.c: (setup_view_from_metadata),
6874         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6875         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6876         disk.
6877
6878 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6879
6880         * configure.ac: Added tr to ALL_LINGUAS
6881
6882 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6883
6884         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6885         requires several clicks to find word. Thanks to 
6886         Colin Slater <kiltedtaco@gmail.com>.
6887
6888 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6889
6890         * data/evince.desktop.in.in: Hide menu entry and
6891         rename it to "Document Viewer". Fix for bug 
6892         #312399.
6893
6894 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6895
6896         * shell/ev-page-action.c (ev_page_action_class_init): 
6897
6898         Point to the correct function in constructor of the
6899         activate_label signal
6900
6901 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6902
6903         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6904         * shell/ev-jobs.h: Make thread safe.
6905
6906 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6907
6908         * shell/ev-view.c: (view_update_range_and_current_page):
6909         Don't update page range if we are scrolling to some document
6910         point.
6911
6912 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6915         when getting max_page_width, fix drawing in dual mode.
6916
6917 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6918
6919         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6920         getting the area for select_all.
6921
6922 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6923
6924         * backend/ev-selection.c: (ev_selection_render_selection):
6925         * backend/ev-selection.h:
6926         * pdf/ev-poppler.cc:
6927         * shell/ev-jobs.c: (ev_job_render_new):
6928         * shell/ev-jobs.h:
6929         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6930         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6931         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6932         (ev_view_class_init):
6933
6934         Change selection color on focus in and focus out events.  Also,
6935         poppler now uses GdkColor for specifying the selection colors, so
6936         drop some awkward conversion code.
6937
6938 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6939
6940         * configure.ac: Added Hebrew translation
6941
6942 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6943
6944         * NOTES:
6945         * backend/ev-selection.c: (ev_selection_render_selection):
6946         * backend/ev-selection.h:
6947         * pdf/ev-poppler.cc:
6948         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6949         (ev_job_render_run):
6950         * shell/ev-jobs.h:
6951         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6952         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6953         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6954         (ev_pixbuf_cache_style_changed),
6955         (ev_pixbuf_cache_get_selection_pixbuf),
6956         (ev_pixbuf_cache_set_selection_list),
6957         (ev_pixbuf_cache_get_selection_list):
6958         * shell/ev-pixbuf-cache.h:
6959         * shell/ev-utils.c: (ev_print_region_contents):
6960         * shell/ev-utils.h:
6961         * shell/ev-view.c: (ev_view_queue_draw_page),
6962         (selection_update_idle_cb), (ev_view_motion_notify_event),
6963         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6964         (setup_caches), (ev_view_find_next), (merge_selection_region),
6965         (selection_free):
6966         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6967
6968         Clean up selection to be much smoother!
6969
6970 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6971
6972         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6973         to poppler_page_render_selection().
6974
6975 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6976
6977         * ps/ps-document.c: (save_page_list): Use
6978         unzipped document when printing. Thanks to 
6979         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6980         311016.
6981
6982 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * shell/ev-window.c: (update_action_sensitivity):
6985         
6986         Disable print and save respect to lockdown gconf keys. Fix
6987         for 312342.
6988
6989 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6990
6991         * configure.ac:
6992         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6993         (write_to_temp_file), (ev_file_set_contents):
6994         * shell/ev-utils.h:
6995         * shell/ev-window.c: (save_print_config_to_file):
6996         
6997         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6998         Fix for bug 312238
6999
7000 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7001
7002         * shell/ev-window.c: (load_print_config_from_file),
7003         (save_print_config_to_file), (ev_window_print_range):
7004
7005         Persist the print settings. Fixes bug #311578.
7006
7007 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7008
7009         * djvu/djvu-document.c: (djvu_document_get_page_size),
7010         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7011         (djvu_document_thumbnails_get_thumbnail):
7012         * dvi/dvi-document.c: (dvi_document_get_page_size),
7013         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7014         (dvi_document_thumbnails_get_dimensions),
7015         (dvi_document_thumbnails_get_thumbnail):
7016         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7017         (pixbuf_document_render_pixbuf),
7018         (pixbuf_document_document_iface_init),
7019         (pixbuf_document_thumbnails_get_thumbnail):
7020         
7021         Update backends to make them build with new rotation system.
7022
7023 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7024
7025         * help/C/figures/evince_start_window.png:
7026         
7027         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7028
7029 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7030
7031         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7032         * shell/ev-pixbuf-cache.h:
7033         * shell/ev-sidebar-thumbnails.c:
7034         (ev_sidebar_thumbnails_get_property), (add_range),
7035         (adjustment_changed_cb):
7036         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7037         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7038         we were thumbnailing the entire docment on startup, slowing us
7039         down hugely. 
7040
7041 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7042
7043         * shell/ev-page-cache.c: (ev_page_cache_new):
7044         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7045         == 0, fixes #310306.
7046
7047 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7048
7049         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7050         (ev_view_rotate_left):
7051
7052         Account rotation in doc_rect_to_view_rect.
7053         Ensure rotation doesnt go out of bounds.
7054
7055 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7056
7057         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7058
7059         Correct and cleanup w/h swapping
7060
7061 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * backend/ev-document-thumbnails.c:
7064         (ev_document_thumbnails_get_thumbnail):
7065         * backend/ev-document-thumbnails.h:
7066         * backend/ev-document.c:
7067         * backend/ev-document.h:
7068         * backend/ev-render-context.c: (ev_render_context_new),
7069         (ev_render_context_set_rotation):
7070         * backend/ev-render-context.h:
7071         * pdf/ev-poppler.cc:
7072         * ps/ps-document.c: (ps_document_document_iface_init):
7073         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7074         * shell/ev-jobs.h:
7075         * shell/ev-page-cache.c: (build_height_to_page),
7076         (ev_page_cache_new), (ev_page_cache_get_size),
7077         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7078         (ev_page_cache_get_height_to_page):
7079         * shell/ev-page-cache.h:
7080         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7081         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7082         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7083         (ev_pixbuf_cache_get_selection_pixbuf):
7084         * shell/ev-pixbuf-cache.h:
7085         * shell/ev-print-job.c: (idle_print_handler):
7086         * shell/ev-sidebar-thumbnails.c: (add_range):
7087         * shell/ev-view.c: (view_update_range_and_current_page),
7088         (get_page_y_offset), (get_page_extents),
7089         (ev_view_size_request_continuous_dual_page),
7090         (ev_view_size_request_continuous),
7091         (ev_view_size_request_dual_page),
7092         (ev_view_size_request_single_page), (draw_one_page),
7093         (ev_view_set_rotation), (ev_view_rotate_right),
7094         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7095         (ev_view_zoom_for_size_continuous_and_dual_page),
7096         (ev_view_zoom_for_size_continuous),
7097         (ev_view_zoom_for_size_dual_page),
7098         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7099         (ev_view_select_all):
7100         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7101         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7102         (tiff_document_document_iface_init),
7103         (tiff_document_thumbnails_get_thumbnail):
7104
7105         Use rotation rather than orientation. It's easier and enough
7106         for our needs.
7107
7108 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7109
7110         * shell/ev-page-cache.c: (build_height_to_page),
7111         (ev_page_cache_new), (ev_page_cache_get_size),
7112         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7113         (ev_page_cache_get_height_to_page):
7114         * shell/ev-page-cache.h:
7115         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7116         (ev_view_size_request_continuous_dual_page),
7117         (ev_view_size_request_continuous),
7118         (ev_view_zoom_for_size_continuous_and_dual_page),
7119         (ev_view_zoom_for_size_continuous):
7120
7121         Make the page cache aware of page orientation.
7122
7123 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7124
7125         * backend/ev-document-thumbnails.c:
7126         (ev_document_thumbnails_get_thumbnail):
7127         * backend/ev-document-thumbnails.h:
7128         * backend/ev-document.c:
7129         * backend/ev-document.h:
7130         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7131         * backend/ev-ps-exporter.h:
7132         * pdf/ev-poppler.cc:
7133         * ps/ps-document.c: (ps_document_document_iface_init),
7134         (ps_document_ps_export_do_page):
7135         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7136         * shell/ev-jobs.h:
7137         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7138         (ev_page_cache_get):
7139         * shell/ev-page-cache.h:
7140         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7141         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7142         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7143         * shell/ev-pixbuf-cache.h:
7144         * shell/ev-print-job.c: (idle_print_handler):
7145         * shell/ev-sidebar-thumbnails.c: (add_range):
7146         * shell/ev-view.c: (view_update_range_and_current_page),
7147         (get_page_extents), (ev_view_size_request_dual_page),
7148         (ev_view_size_request_single_page), (draw_one_page),
7149         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7150         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7151         (ev_view_zoom_for_size_dual_page),
7152         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7153         (ev_view_select_all):
7154         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7155         * tiff/tiff-document.c: (tiff_document_get_page_size),
7156         (tiff_document_get_orientation), (rotate_pixbuf),
7157         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7158         (tiff_document_thumbnails_get_thumbnail),
7159         (tiff_document_ps_export_do_page), (tiff_document_init):
7160
7161         Really make use of the orientation bit of the render context.
7162         Use the render context in a few more places in the backend API.
7163         This regress orientation, but now it's done right. Will try to
7164         fix it up asap...
7165
7166 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7167
7168         * shell/ev-view.c: (ensure_rectangle_is_visible):
7169
7170         Patch by Nickolay V. Shmyrev to fix find flickering
7171
7172 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7173
7174         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7175         duplex parameters to ::begin.
7176
7177         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7178         * shell/ev-print-job.c (idle_print_handler): 
7179         * ps/ps-document.c (ps_document_ps_export_begin): 
7180         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7181         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7182         implementations. Poppler backend needs poppler cvs. Rest has
7183         unchanged behavior.
7184
7185 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7186
7187         * shell/ev-window.c (using_pdf_printer): new function.
7188         (ev_window_print_range): print a less techy message if someone
7189         tries to print to PDF.
7190
7191 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7192
7193         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7194         from "unknown font" string. Bug #311431
7195
7196 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7197
7198         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7199
7200 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7201
7202         Bug #311280
7203         
7204         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7205         name for PopplerFontTypes
7206         (pdf_document_fonts_fill_model): add font type to the detail column
7207
7208         * backend/ev-document-fonts.h: added
7209         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7210
7211         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7212         font name and font details, add a little markup.
7213         (ev_properties_fonts_init): use the new cell data func, specify ypad
7214         property for the cell renderer.
7215         (ev_properties_fonts_set_document): add the details column.
7216
7217 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7218
7219         * configure.ac: Added "pl" to ALL_LINGUAS.
7220
7221 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7222
7223         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7224
7225 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7226
7227         * help/ChangeLog: Started this for translations of manual.
7228         * configure.ac, autogen.sh, .cvsignore: Migrated to
7229         gnome-doc-utils. Patch in bug #311222.
7230
7231 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7232
7233         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7234         #ifdef this away to fix an unused-function warning.
7235
7236 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7237
7238         * configure.ac: Added 'gl' to ALL_LINGUAS.
7239
7240 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7241
7242         * configure.ac: Added ne in ALL_LINGUAS
7243         
7244 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * shell/ev-view.c: (ev_view_leave_notify_event):
7247         
7248         Clear status message when pointer leaves view. Fix for bug
7249         #310818 
7250
7251 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7252
7253         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7254
7255 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7256
7257         * shell/ev-view.c: (ev_view_leave_notify_event),
7258         (ev_view_class_init):
7259         
7260         Set cursor to normal then leaving view.
7261
7262 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * configure.ac:
7265         
7266         Fix required djvulibre version.
7267
7268 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7269
7270         *configure.ac: Hindi (hi) language added
7271
7272 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7273
7274         *configure.ac: Punjabi (pa) Language added
7275
7276 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7277
7278         * data/evince-ui.xml, shell/ev-window.c:
7279         
7280         Add keypad accelerators for zooming. Fix for bug 308128.
7281
7282 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7283
7284         * Makefile.am:
7285         * backend/Makefile.am:
7286         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7287         * configure.ac:
7288         * shell/ev-document-types.c: (ev_document_types_add_filters):
7289
7290         Allow to enable/disable the pixbuf backend.
7291         Default to off for now. If we want it enabled we should
7292         really put mime types in the desktop, implement properties etc.
7293
7294         * properties/evince-properties.c:
7295
7296         Initialize error to NULL.
7297         Check error is not NULL before freeing.
7298
7299 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7300
7301         * shell/ev-window.c:
7302
7303         Use F5 as presentation accell
7304
7305 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7306
7307         * shell/ev-window.c: (update_chrome_visibility),
7308         (ev_window_create_fullscreen_popup), (ev_window_init):
7309
7310         Do not leak the fullscreen toolbar
7311
7312 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7313
7314         * shell/ev-window.c: (view_actions_focus_in_cb),
7315         (view_actions_focus_out_cb):
7316
7317         These has a return value! Fix totally random focus
7318         issues we was seeing.
7319
7320 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7321
7322         * shell/main.c: (load_files_remote):
7323
7324         Allow open more than one file
7325
7326 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7327
7328         * shell/main.c: (load_files_remote):
7329
7330         Fix for dbus 0.33. bug #309975
7331
7332 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7333
7334         * properties/ev-properties-main.c: (ev_properties_get_pages):
7335
7336         Actually return NULL for types we dont support
7337
7338 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7339
7340         * po/POTFILES.in:
7341
7342         Remove empty lines.
7343
7344 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7345
7346         * backend/ev-document-factory.c:
7347         (ev_document_factory_get_document):
7348
7349         Do not try to create the object if type
7350         is invalid.
7351
7352 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7353
7354         * ps/ps-document.c: (ps_document_dispose),
7355         (ps_async_renderer_render_pixbuf):
7356         * ps/ps-document.h:
7357
7358         Do not leak the target window
7359
7360 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * shell/ev-application.c: (ev_application_init):
7363
7364         Let tbe check file existence for us.
7365         Add a comment about eggrecent mime filter.
7366
7367 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * data/evince-ui.xml:
7370         * shell/ev-application.c: (ev_application_shutdown),
7371         (ev_application_init), (ev_application_get_toolbars_model),
7372         (ev_application_get_recent_model),
7373         (ev_application_save_toolbars_model):
7374         * shell/ev-application.h:
7375         * shell/ev-window.c: (ev_window_add_recent),
7376         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7377         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7378         (ev_window_init):
7379
7380         Use common toolbar and recent models for all windows.
7381         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7382
7383 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7384
7385         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7386         successfully check for gtk_icon_view_get_visible_range.
7387
7388 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7389
7390         * djvu/Makefile.am:
7391         * dvi/Makefile.am:
7392         
7393         Fix djvu and dvi backend build.
7394
7395 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7396
7397         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7398         (new_separator_pixbuf):
7399
7400         Don't leak windows.
7401
7402 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7403
7404         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7405
7406         HIGification of toolbar editor dialogue.
7407
7408 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7409
7410         * configure.ac:
7411         * shell/Makefile.am:
7412
7413         Ever build metadata manager since it's just
7414         disabled at runtime now.
7415
7416 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7417
7418         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7419         (ev_metadata_manager_get), (ev_metadata_manager_set):
7420         * shell/ev-metadata-manager.h:
7421
7422         Add an _init functions that enabled metadata management
7423         at runtime.
7424
7425         * shell/ev-window.c: (page_changed_cb),
7426         (setup_document_from_metadata), (ev_window_setup_document),
7427         (setup_view_from_metadata), (ev_window_open_uri),
7428         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7429         (ev_window_run_presentation), (ev_window_stop_presentation),
7430         (save_sizing_mode), (ev_window_zoom_changed_cb),
7431         (ev_window_continuous_changed_cb),
7432         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7433         (window_configure_event_cb):
7434
7435         Remove all ugly metadata define since we deal with it
7436         at runtime now.
7437
7438         * shell/main.c: (load_files_remote), (main):
7439
7440         Add support for dbus cvs head. Hopefully didnt break one
7441         of the other versions now!
7442
7443         If we dont get a response from the dbus server just
7444         give up with it and not enable metadata.
7445
7446 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7447
7448         * Makefile.am:
7449         * backend/Makefile.am:
7450         * configure.ac:
7451         * cut-n-paste/recent-files/Makefile.am:
7452         * cut-n-paste/toolbar-editor/Makefile.am:
7453         * cut-n-paste/zoom-control/Makefile.am:
7454         * lib/Makefile.am:
7455         * pdf/Makefile.am:
7456         * pixbuf/Makefile.am:
7457         * properties/Makefile.am:
7458         * ps/Makefile.am:
7459         * shell/Makefile.am:
7460         * thumbnailer/Makefile.am:
7461         * tiff/Makefile.am:
7462
7463         Make frontends depend on just libev.
7464         Rework and group CFLAGS/LIBS definitions.
7465         Cleanups.
7466
7467 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7468
7469         * shell/ev-window:
7470
7471         do not unnecessarily save zoom
7472
7473         * configure.ac:
7474         * lib/ev-file-helpers.c: (ev_dot_dir):
7475         * shell/Makefile.am:
7476         * shell/dummy.cc:
7477
7478         Some cleanups
7479
7480 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7481
7482         * configure.ac:
7483         
7484         Remove unnecessary dependencies
7485
7486 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7487
7488         * properties/Makefile.am:
7489         * thumbnailer/Makefile.am:
7490         * tiff/Makefile.am:
7491
7492         Some more cleanups. Was really necessary
7493         but I probably introduced bugs, feel free
7494         to flame :)
7495
7496 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7497
7498         * backend/Makefile.am:
7499         * configure.ac:
7500         * cut-n-paste/recent-files/Makefile.am:
7501         * cut-n-paste/toolbar-editor/Makefile.am:
7502         * cut-n-paste/zoom-control/Makefile.am:
7503         * lib/Makefile.am:
7504         * pdf/Makefile.am:
7505         * pixbuf/Makefile.am:
7506         * properties/Makefile.am:
7507         * ps/Makefile.am:
7508         * shell/Makefile.am:
7509         * thumbnailer/Makefile.am:
7510         * tiff/Makefile.am:
7511
7512         Use gnome-common macros when possible.
7513         Cleanup dependencies.
7514         Actually disable deprecated where possible.
7515
7516 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7517
7518         * Makefile.am:
7519         * backend/Makefile.am:
7520         * properties/Makefile.am:
7521         * shell/Makefile.am:
7522         * thumbnailer/Makefile.am:
7523
7524         This should solve the circular dep without
7525         requiring dir reorg!
7526
7527         * shell/ev-window.c: (setup_view_from_metadata):
7528
7529         Never restore window size/position when the
7530         window is already visible.
7531
7532 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7533
7534         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7535
7536         Return a boolean from timeout func. Fix ported from gedit.
7537
7538 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7539
7540         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7541
7542 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7543
7544         * shell/ev-document-types.c: set "All Documents" as default filter in
7545         open dialog
7546
7547 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7548
7549         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7550         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7551         (ev_metadata_manager_set_boolean): fix value/val thinko.
7552
7553 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7554
7555         * shell/ev-window.c: (setup_view_from_metadata),
7556         (window_state_event_cb), (window_configure_event_cb),
7557         (ev_window_init):
7558
7559         Remember window position and maximized state
7560
7561 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7562
7563         * configure.ac:
7564
7565         Fix DBUS configure checks.
7566
7567         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7568         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7569         (ev_metadata_manager_set_boolean):
7570
7571         Plug mem leaks.
7572
7573         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7574         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7575         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7576         (ev_window_continuous_changed_cb),
7577         (ev_window_dual_mode_changed_cb), (ev_window_new):
7578
7579         Fix the build without DBUS.
7580
7581 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7582
7583         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7584         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7585         (ev_metadata_manager_set_string),
7586         (ev_metadata_manager_set_boolean):
7587         * shell/ev-metadata-manager.h:
7588
7589         Add support for some more types
7590
7591         * shell/ev-view.c: (scroll_to_current_page),
7592         (ev_view_get_continuous), (ev_view_set_continuous),
7593         (ev_view_get_dual_page):
7594         * shell/ev-view.h:
7595         * shell/ev-window.c: (page_changed_cb),
7596         (setup_document_from_metadata), (ev_window_setup_document),
7597         (setup_view_from_metadata), (ev_window_open_uri),
7598         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7599         (ev_window_run_presentation), (ev_window_stop_presentation),
7600         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7601         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7602         (ev_window_update_dual_page_action),
7603         (ev_window_continuous_changed_cb),
7604         (ev_window_dual_mode_changed_cb), (ev_window_init):
7605
7606         Remember a bunch of view/document properties. Prolly some
7607         are still missing but it's getting interesting.
7608
7609 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7610
7611         * configure.ac: check if dbus-binding-tool is installed. Not the
7612         case on current Ubuntu breezy, it seems.
7613
7614 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7615
7616         * data/evince.desktop.in.in:
7617         
7618         Allow open uri lists and add TryExec field.
7619
7620 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7621
7622         * configure.ac:
7623
7624         Enable dbus when available, do not require a configure
7625         option.
7626
7627 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7628
7629         * configure.ac:
7630
7631         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7632         disabled.
7633
7634 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7635         Marco Pesenti Gritti  <mpg@redhat.com>
7636
7637         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7638         
7639         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7640         functions to the format required by dbus
7641
7642         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7643         errors. Use the RPC parameters in the expected way
7644
7645 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7646
7647         * Makefile.am:
7648         * properties/Makefile.am:
7649         * properties/ev-properties-main.c: (ev_properties_get_pages):
7650
7651         Support all mime types
7652
7653         * shell/Makefile.am:
7654         * thumbnailer/Makefile.am:
7655         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7656         (evince_thumbnail_pngenc_get):
7657
7658         Use the document factory
7659
7660 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7661
7662         * backend/Makefile.am:
7663         * backend/ev-document-factory.c:
7664         (mime_type_supported_by_gdk_pixbuf),
7665         (ev_document_type_get_from_mime),
7666         (ev_document_factory_get_document),
7667         (ev_document_factory_get_backend),
7668         (ev_document_factory_get_mime_types),
7669         (ev_document_factory_get_all_mime_types):
7670         * backend/ev-document-factory.h:
7671         * shell/Makefile.am:
7672         * shell/ev-document-types.c: (get_document_from_uri),
7673         (ev_document_types_get_document),
7674         (file_filter_add_mime_list_and_free),
7675         (ev_document_types_add_filters):
7676         * shell/ev-document-types.h:
7677         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7678         * shell/ev-properties-dialog.c:
7679         (ev_properties_dialog_set_document):
7680         * shell/ev-window.c: (ev_window_cmd_file_open),
7681         (ev_window_cmd_save_as):
7682         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7683
7684         Rework document types managing to avoid code duplication
7685         and actually abstract from backend implementations.
7686         Also provide a minimal factory api that can be used by
7687         thumbnailer/properties.
7688
7689 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7690
7691         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7692         Plug a mem leak.
7693         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7694         HIG spacings.
7695
7696 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7697
7698         * shell/ev-properties-dialog.c
7699         (ev_properties_dialog_set_document): only call
7700         ev_properties_fonts_set_document() if the document implements the
7701         fonts interface
7702
7703 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7704
7705         * configure.ac:
7706         * properties/Makefile.am:
7707         * properties/ev-properties-view.c:
7708         (ev_properties_view_register_type):
7709         * properties/ev-properties-view.h:
7710         * properties/ev-properties-main.h:
7711
7712         Implement nautilus plugin for properties.
7713         Works only for pdf atm, I need to rework the
7714         document types stuff to get this to work
7715         for all backends...
7716
7717 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7718
7719         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7720         (ev_properties_fonts_set_document): use
7721         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7722
7723 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7724
7725         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7726         them
7727         (PlaceImage, tiff2ps_process_page): use
7728         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7729
7730
7731 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7732
7733         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7734         (main): to call gnome_authentication_manager_init. Should fix
7735         Bug #308510
7736
7737         * configure.ac: that requires libgnomeui 2.6.0.
7738
7739 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7740
7741         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7742         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7743         use the new tiff2ps interfaces
7744
7745         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7746         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7747
7748         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7749         structure instead of global variables.  Remove use of static
7750         variables in functions.
7751
7752 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7753
7754         * shell/ev-page-action.c: unref the completion after setting it to the
7755         entry
7756
7757 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7758
7759         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7760         postscript files
7761
7762 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7763
7764         * shell/ev-window.c (update_action_sensitivity): disable
7765         File->Print if the document does not implement the ps exporter
7766         interface
7767
7768 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * Makefile.am:
7771         * configure.ac:
7772         * data/evince-properties.glade:
7773         * properties/.cvsignore:
7774         * properties/Makefile.am:
7775         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7776         (ev_properties_view_class_init), (ev_properties_view_format_date),
7777         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7778         (ev_properties_view_init), (ev_properties_view_new):
7779         * properties/ev-properties-view.h:
7780         * shell/Makefile.am:
7781         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7782         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7783         (ev_properties_dialog_new):
7784         * shell/ev-properties-dialog.h:
7785         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7786         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7787         (update_progress_label), (job_fonts_finished_cb),
7788         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7789         * shell/ev-properties-fonts.h:
7790         * shell/ev-properties.c:
7791         * shell/ev-properties.h:
7792         * shell/ev-window.c: (ev_window_setup_document),
7793         (ev_window_cmd_file_properties):
7794
7795         Split the properties pages in two different objects, depend
7796         only on the backend where possible, use widgets instead
7797         of gobject for the glade part, reimplement the dialog
7798         itself with gtk.
7799         I need this to implement nautilus properties page.
7800
7801 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7802
7803         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7804         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7805         (tiff_document_document_ps_exporter_iface_init): implement the ps
7806         exporter interface for tiff documents
7807
7808         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7809         libtiff to implement TIFF postscript export
7810
7811         * tiff/tiff2ps.h: added a header file for external tiff2ps
7812         functions.
7813
7814         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7815         tiff2ps.h
7816
7817 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7818
7819         * shell/ev-view.c: (scroll_to_current_page),
7820         (ev_view_set_fullscreen), (ev_view_set_presentation):
7821         
7822         Scroll to current page when exit from presentation
7823
7824 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * shell/ev-window.c: (update_document_mode),
7827         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7828         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7829         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7830         
7831         Exit from fullscreen mode when switch to presentation. Fix for
7832         bug 309365
7833
7834 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7835
7836         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7837         return NULL if the document does not implement the selection
7838         interface.
7839
7840 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7841
7842         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7843         reported height by using the resolution aspect ratio
7844         (tiff_document_render_pixbuf): scale the pixbuf using the
7845         resolution aspect ratio
7846
7847 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * configure.ac:
7850         
7851         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7852         <kiltedaco@gmail.com>
7853         
7854         * djvu/djvu-document.c: (djvu_document_get_orientation),
7855         (djvu_document_set_orientation), (djvu_document_get_page_size),
7856         (rotate_pixbuf), (djvu_document_render_pixbuf),
7857         (djvu_document_document_iface_init):
7858         * dvi/dvi-document.c: (dvi_document_get_orientation),
7859         (dvi_document_set_orientation), (dvi_document_get_page_size),
7860         (rotate_pixbuf), (dvi_document_render_pixbuf),
7861         (dvi_document_document_iface_init):
7862         
7863         Dvi and djvu backends are ported to new API
7864
7865 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7866
7867         * backend/ev-selection.c: (ev_selection_get_selection_region),
7868         (ev_selection_get_selection_map):
7869         * backend/ev-selection.h:
7870         * pdf/ev-poppler.cc:
7871         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7872         * shell/ev-jobs.h:
7873         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7874         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7875         (ev_pixbuf_cache_get_text_mapping):
7876         * shell/ev-pixbuf-cache.h:
7877         * shell/ev-view.c: (location_in_text),
7878         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7879         support to EvView.  Now we can see where we can select!  Sweet!
7880
7881 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7882
7883         * shell/ev-view.c (ev_view_button_press_event): Fix
7884         event->y + view->scroll_x typo.
7885
7886 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7887
7888         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7889         sub-GdkPixbuf instead of passing dest_x and dest_y.
7890         
7891         * shell/ev-view.c: (view_point_to_doc_point),
7892         (view_rect_to_doc_rect), (ev_view_button_press_event),
7893         (ev_view_motion_notify_event), (compute_new_selection_rect),
7894         (gdk_rectangle_point_in), (compute_new_selection_text),
7895         (compute_selections): Update selection code to keep the selection
7896         around as two points and not as a normalized rectangle, and fix
7897         page level selection in two-column mode.
7898
7899 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7900
7901         * shell/ev-window.c: (window_configure_event_cb): 
7902         
7903         Fix compilation
7904         
7905 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * pdf/ev-poppler.cc:
7908
7909         Fix compilation
7910
7911 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * shell/Makefile.am:
7914         * shell/ev-metadata-manager.c: (item_free),
7915         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7916         (parse_value), (parseItem), (load_values),
7917         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7918         (save_values), (save_item), (get_oldest), (resize_items),
7919         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7920         * shell/ev-metadata-manager.h:
7921
7922         Metadata manager from gedit but modified to use GValue, so that
7923         we dont need to keep converting from strings.
7924
7925         * configure.ac:
7926
7927         ENABLE_METADATA conditional, on when dbus is on
7928
7929         * shell/ev-application.c: (ev_application_open_uri):
7930
7931         Show the window after load so that we can initialize
7932         window size before it's showed.
7933
7934         * shell/ev-window.c: (ev_window_setup_from_metadata),
7935         (ev_window_open_uri), (window_configure_event_cb),
7936         (ev_window_init):
7937
7938         Save and load metadata information about window size.
7939         Not yet keeping states in account.
7940
7941         * shell/main.c: (main):
7942
7943         Shutdown metadata manager.
7944
7945 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * shell/ev-application-service.xml:
7948         * configure.ac:
7949         * shell/Makefile.am:
7950         * shell/ev-application.c:
7951         * shell/ev-application.h:
7952         * shell/ev-window.c:
7953         * shell/ev-window.h:
7954         * shell/main.c:
7955
7956         Add an optional dbus interface (--enable-dbus).
7957         Rework application code, mainly to be easier to
7958         use "remotely".
7959         Do not open multiple windows with the same document,
7960         spatial evince!
7961
7962 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7963
7964         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7965         pixbuf iff it exists.
7966
7967 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7968
7969         * shell/*:
7970         * backend/ev-render-context.[ch]:
7971         * backend/ev-selection.[ch]:
7972
7973         Massive changes.  We now support text selection of pdfs, and not
7974         just rectangular selection.  This is pretty broken still, but I
7975         want to get something into CVS.
7976
7977 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * pdf/ev-poppler.cc:
7980         
7981         Fix for Bug 309080: crash on window close.
7982         
7983         * shell/ev-page-action.c: (page_changed_cb):
7984         
7985         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7986         jensgr@gmx.net (Jens Granseuer).
7987
7988 2005-06-25  Marcel Telka  <marcel@telka.sk>
7989
7990         * configure.in (ALL_LINGUAS): Added sk.
7991
7992 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7993
7994         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7995         not a document open
7996
7997 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7998
7999         * NEWS:
8000         * configure.ac:
8001
8002         Release 0.3.2
8003
8004         * cut-n-paste/recent-files/Makefile.am:
8005
8006         Fix make distcheck
8007
8008 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8009
8010         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8011         (pixbuf_document_set_orientation), (rotate_pixbuf),
8012         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8013         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8014
8015         Implement rotation and cleanup the code a bit.
8016
8017         * tiff/tiff-document.c: (tiff_document_get_page_size),
8018         (tiff_document_get_orientation), (tiff_document_set_orientation),
8019         (rotate_pixbuf), (tiff_document_render_pixbuf),
8020         (tiff_document_document_iface_init), (tiff_document_init):
8021
8022         Implement rotation. Was the quicker solution for the release
8023         but we really need to share this code in the shell.
8024
8025 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8026
8027         * pdf/ev-poppler.cc:
8028
8029         Enable rotation, require poppler cvs. Fix a leak.
8030
8031 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * shell/ev-window.c: (update_action_sensitivity):
8034         
8035         Make properties unsensitive if document backend doesn't provide
8036         any info
8037
8038 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8039
8040         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8041         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8042         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8043         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8044         (bitmap_flip_rotate_counter_clockwise):
8045         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8046         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8047         (buff_gets):
8048         * dvi/mdvi-lib/common.h:
8049         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8050         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8051         (opendvi), (mdvi_reload), (mdvi_init_context),
8052         (mdvi_destroy_context), (mdvi_dopage), (special):
8053         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8054         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8055         (file_hash_free), (register_encoding), (parse_spec),
8056         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8057         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8058         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8059         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8060         (mdvi_register_font_type), (mdvi_unregister_font_type),
8061         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8062         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8063         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8064         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8065         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8066         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8067         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8068         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8069         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8070         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8071         (mdvi_unregister_special), (mdvi_flush_specials):
8072         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8073         (t1_font_remove):
8074         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8075         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8076         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8077         (free_font_metrics), (flush_font_metrics):
8078         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8079         (tt_font_remove):
8080         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8081         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8082         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8083         (dstring_insert), (dstring_new), (dstring_reset):
8084         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8085         
8086         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8087         avoid conflict with libtool on FC4
8088         
8089         * shell/ev-window.c: (ev_window_cmd_help_about):
8090         
8091         Update copyright year. Fix for bug 308828.
8092
8093 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8094
8095         * shell/ev-view.c: (add_scroll_binding_keypad),
8096         (ev_view_binding_activated), (ev_view_class_init),
8097         (on_adjustment_value_changed):
8098         
8099         Bug 170874: Arrow keys switch pages in presentation mode
8100
8101 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8102
8103         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8104         
8105         Fix for Bug 308265: Sidebar dissappears coming out of 
8106         Presentation mode
8107
8108 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8109
8110         * shell/ev-application.c: (ev_application_open):
8111         * shell/ev-document-types.c: (ev_document_types_add_filters),
8112         (ev_document_types_add_filters_for_type):
8113         * shell/ev-document-types.h:
8114         * shell/ev-window.c: (ev_window_cmd_save_as):
8115         
8116         Suggest basename as template when saving, provide filters
8117         for save dialog. It's bug 308402
8118
8119 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8120
8121         * pdf/ev-poppler.cc:
8122         * shell/ev-sidebar-links.c: (job_finished_callback):
8123         * shell/ev-view.c: (update_find_status_message):
8124         
8125         Some leaks fixed
8126
8127 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8128
8129         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8130         (egg_recent_view_uimanager_set_list):
8131
8132         Fix buglet in !show_numbers case.
8133
8134 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8135
8136         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8137         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8138
8139         Use pango ellipsisation.
8140
8141         * pdf/ev-poppler.cc:
8142
8143         Fix refcount leak, from nsh.
8144
8145 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * cut-n-paste/recent-files/Makefile.am:
8148         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8149         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8150         
8151         Removed EggRecentViewGtk
8152         
8153         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8154         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8155         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8156         (ev_window_setup_recent):
8157         
8158         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8159         with other projects
8160
8161 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8162
8163         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8164         (egg_recent_view_gtk_finalize):
8165
8166         Fix memory leak
8167
8168         * cut-n-paste/toolbar-editor/Makefile.am:
8169         
8170         Fix location of cursor icon.
8171         
8172         * pdf/ev-poppler.cc:
8173         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8174         (display_completion_text), (match_completion):
8175         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8176         (selection_changed_callback), (create_loading_model),
8177         (print_section_cb), (links_page_num_func),
8178         (update_page_callback_foreach):
8179         * shell/ev-window.c: (ev_window_dispose):
8180         
8181         Small memory fixes. Links model now store objects instead
8182         of pointers to improve memory management. 
8183
8184 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8185
8186         * shell/ev-window.c: (zoom_control_changed_cb):
8187         
8188         Fix update of zoom control (bug 308268).
8189
8190 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8191
8192         * shell/ev-properties.c (set_property): escape the text correctly.
8193         Handles non-UTF-8 properties and escaped properties.  Also, sets
8194         the text to "<i>None</i>" if the property isn't set.
8195
8196         * data/evince-properties.glade: Change the label to be ellipsized,
8197         and give it a minimum size.
8198
8199 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8200
8201         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8202         * shell/ev-sidebar-links.c: (create_loading_model):
8203         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8204         * shell/ev-view.c: (ev_view_set_document):
8205         * shell/ev-window.c: (ev_window_dispose):
8206         
8207         Various small fixes, mostly memory leaks. Thanks to valgrind.
8208
8209 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8210
8211         * ps/ps-document.c: remove the locale.h include again ;-). And
8212         kill the (bogus) setlocale/savelocale business.
8213
8214 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8215
8216         * ps/ps-document.c:
8217         
8218         Include locale.h to fix build
8219         
8220         * shell/ev-sidebar.c:
8221         
8222         Remove unnecessary includes
8223
8224 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8225
8226         * dvi/dvi-document.c: (dvi_document_load):
8227         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8228         * po/POTFILES.in:
8229         
8230         Check for incorrect dvi files. Fix parsing dvi on AMD64
8231         platform. Thanks to tester@tester.ca (Olivier Crete).
8232
8233 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8234
8235         * shell/ev-page-action.c: (match_selected_cb),
8236         (display_completion_text), (match_completion), (update_model):
8237         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8238         (expand_open_links):
8239         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8240         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8241         (ev_sidebar_set_document):
8242         * shell/ev-window.c: (ev_window_xfer_job_cb),
8243         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8244         
8245         Fixed lot's of memory leaks, for example, memory leak on reload, 
8246         described in bug 307793.
8247
8248 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8249
8250         * pdf/ev-poppler.cc:
8251         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8252         (update_visible_range), (adjustment_changed_cb),
8253         (ev_sidebar_thumbnails_fill_model),
8254         (ev_sidebar_thumbnails_refresh),
8255         (ev_sidebar_tree_selection_changed),
8256         (ev_sidebar_icon_selection_changed),
8257         (ev_sidebar_thumbnails_use_icon_view),
8258         (ev_sidebar_thumbnails_set_document):
8259         * shell/ev-sidebar-thumbnails.h:
8260         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8261         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8262
8263         Refresh thumbnails when changing orientation. Not fully
8264         working yet becuase of a sidebar bug.
8265
8266         Set page orientation to poppler page everywhere. This sucks
8267         really need to fix poppler.
8268
8269 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8270
8271         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8272         (egg_recent_view_gtk_new_menu_item),
8273         (egg_recent_view_gtk_set_property),
8274         (egg_recent_view_gtk_get_property),
8275         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8276         (egg_recent_view_gtk_set_tooltip_func),
8277         (egg_recent_view_gtk_set_label_width),
8278         (egg_recent_view_gtk_get_label_width):
8279         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8280
8281         Sync with libegg (ellipsize labels)
8282
8283 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8284
8285         * data/evince-ui.xml:
8286         * shell/ev-window.c: (ev_window_cmd_go_forward),
8287         (ev_window_cmd_go_backward):
8288         
8289         Shift + PageUp moves 10 Pages. Fix for 306125
8290
8291 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8292
8293         * pdf/ev-poppler.cc:
8294
8295         Add a flag to check if orientation has been overriden
8296
8297 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8298
8299         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8300         field if necessary.
8301
8302         * ps/ps.h: add creator field to document.
8303
8304         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8305         set creator field.
8306
8307 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8308
8309         * data/evince-properties.glade:
8310         * shell/ev-properties.c: (ev_properties_set_document):
8311
8312         s/PDF Version/Format
8313
8314 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8315
8316         * shell/ev-properties.c: (ev_properties_set_document):
8317
8318         Remove unnecessary translations
8319
8320 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8321
8322         * cut-n-paste/toolbar-editor/Makefile.am:
8323
8324         Correct library name    
8325
8326 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8327
8328         * configure.ac:
8329         * cut-n-paste/recent-files/egg-recent-model.c:
8330         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8331         (egg_recent_model_unlock_file):
8332         * cut-n-paste/recent-files/egg-recent-util.c:
8333         (egg_recent_util_get_unique_id):
8334         * cut-n-paste/recent-files/update-from-egg.sh:
8335         * cut-n-paste/toolbar-editor/Makefile.am:
8336         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8337         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8338         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8339         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8340         (egg_toolbars_model_get_type):
8341         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8342
8343         Better makefile for toolbar editor and update everything
8344         to latest libegg.
8345
8346 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8347
8348         * shell/ev-window.c: (update_document_mode):
8349
8350         Prefer presentation mode when the document
8351         require fullscreen.
8352
8353 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * data/evince-ui.xml:
8356         * shell/ev-window.c:
8357
8358         Add control-equal for zooming
8359
8360 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8361
8362         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8363
8364 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8365
8366         * backend/ev-document.c: (ev_document_get_orientation):
8367         * backend/ev-document.h:
8368         * pdf/ev-poppler.cc:
8369         * ps/ps-document.c: (ps_document_get_orientation),
8370         (ps_document_set_orientation), (ps_document_document_iface_init):
8371
8372         Add a get_orientation api. Improve set_orientation.
8373
8374         * data/evince-ui.xml:
8375         * shell/ev-view.c: (ev_view_set_orientation),
8376         (ev_view_rotate_right), (ev_view_rotate_left):
8377         * shell/ev-view.h:
8378         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8379         (ev_window_cmd_edit_rotate_right):
8380
8381         Better ui for changing document orientation
8382
8383 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8384
8385         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8386         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8387         * shell/ev-sidebar-links.h:
8388         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8389         (ev_sidebar_page_iface_init):
8390         * shell/ev-sidebar-page.h:
8391         * shell/ev-sidebar-thumbnails.c:
8392         (ev_sidebar_thumbnails_get_property),
8393         (ev_sidebar_thumbnails_class_init),
8394         (ev_sidebar_thumbnails_set_document):
8395         * shell/ev-sidebar-thumbnails.h:
8396         * shell/ev-view.c: (ev_view_motion_notify_event):
8397         * shell/ev-window.c: (update_chrome_visibility),
8398         (ev_window_cmd_focus_page_selector),
8399         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8400         (sidebar_page_main_widget_update_cb), (ev_window_init):
8401         
8402         Autoraise toolbar on GoToPage binding and fix bindings in
8403         EvSidebarThumbnails page.
8404
8405 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8406
8407         * shell/ev-properties.c: (update_progress_label):
8408
8409         Hide the progress label when finished; bug #307697.
8410
8411 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8412
8413         * pdf/ev-poppler.cc:
8414
8415         Enable is_open for links, you will need poppler cvs
8416
8417         * shell/ev-properties.c: (job_fonts_finished_cb):
8418
8419         Get a lock on the document when filling the tree view
8420
8421 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8422
8423         * backend/ev-document-links.h:
8424         * pdf/ev-poppler.cc:
8425         * shell/ev-sidebar-links.c: (create_loading_model),
8426         (expand_open_links), (job_finished_callback):
8427
8428         Expand links when specified by the document.
8429         Depend on a poppler api (defined out for now)
8430
8431 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8432
8433         * shell/ev-properties.c: (ev_properties_dispose),
8434         (ev_properties_class_init), (dialog_destroy_cb),
8435         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8436         (ev_properties_set_document), (ev_properties_new),
8437         (ev_properties_show):
8438         * shell/ev-properties.h:
8439
8440         Make it an object, cleanup the code, api to show it as transient
8441         and to set the document.
8442
8443         * shell/ev-window.c: (ev_window_setup_document),
8444         (ev_window_cmd_file_properties):
8445
8446         Adapt to EvProperties changes, do not show multiple
8447         times, update it when document changes.
8448
8449 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8450
8451         * ps/gstypes.h:
8452         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8453         (ps_document_set_orientation), (ps_document_document_iface_init):
8454         * ps/ps-document.h:
8455
8456         Implement orientation here too
8457
8458         * shell/ev-properties.c: (ev_properties_new):
8459         * data/evince-properties.glade:
8460
8461         Hide the fonts page for backends that doesnt
8462         support it.     
8463
8464 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8465
8466         * backend/ev-document.c: (ev_document_set_orientation):
8467         * backend/ev-document.h:
8468         * pdf/ev-poppler.cc:
8469
8470         Add orientation api. Currently poppler api is not optimal,
8471         we need to set orientation every time we _get a page.
8472         I will try to fix that at some point.
8473
8474         * data/evince-ui.xml:
8475         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8476         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8477
8478         Add orientation menu items
8479
8480         * shell/ev-page-cache.c: (ev_page_cache_clear):
8481         * shell/ev-page-cache.h:
8482
8483         Add api to clear the cache
8484
8485         * shell/ev-view.c: (setup_caches), (clear_caches),
8486         (ev_view_set_document), (ev_view_zoom_out),
8487         (ev_view_set_orientation):
8488         * shell/ev-view.h:
8489
8490         Implement orientation changing
8491
8492 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8493
8494         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8495         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8496         * backend/ev-document-fonts.h:
8497
8498         Separate scan and fill so that we can incrementally fill from
8499         the main thread. Add a progress api.
8500
8501         * data/evince-properties.glade:
8502         * pdf/ev-poppler.cc:
8503         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8504         * shell/ev-jobs.h:
8505         * shell/ev-properties.c: (update_progress_label),
8506         (job_fonts_finished_cb), (setup_fonts_view):
8507
8508         Incrementally feel the list and show the progress
8509         percentage in a label like acrobat does.
8510
8511         You are going to need poppler cvs
8512
8513 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8514
8515         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8516         * backend/ev-document-fonts.h:
8517         * pdf/ev-poppler.cc:
8518
8519         Make fonts model fill incrementally.
8520
8521         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8522         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8523         (ev_job_queue_remove_job):
8524         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8525         (ev_job_fonts_new), (ev_job_fonts_run):
8526         * shell/ev-jobs.h:
8527
8528         New job for fonts scanning
8529
8530         * shell/ev-properties.c: (job_fonts_finished_cb),
8531         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8532         * shell/ev-properties.h:
8533         * shell/ev-window.c: (ev_window_cmd_file_properties):
8534
8535         Incrementally feel the treeview using the new job. Show Loading...
8536         message until scanning is completed.
8537
8538         Hopefully I didnt break the build without the poppler patch.
8539
8540 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8541
8542         * shell/ev-application.c: (ev_application_open):
8543         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8544         (ev_document_type_get_type), (ev_document_type_lookup):
8545         * shell/ev-document-types.h:
8546         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8547         * shell/ev-job-xfer.h:
8548         * shell/ev-window.c: (ev_window_clear_local_uri),
8549         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8550         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8551         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8552         
8553         Transfer remote documents to tmp directory to display them later.
8554
8555 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8556
8557         * backend/ev-document-info.h:
8558         * shell/ev-properties.c: (ev_properties_new):
8559
8560         s/GTime*/GTime. Not sure why we was using a pointer
8561         at all there!
8562
8563 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8564
8565         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8566         situations.  That situation is that you're using GTK+-HEAD with
8567         the patch at #306726 is applied, and you have a document with <
8568         1500 pages in it.  It's not quite as uniformly nice as the
8569         TreeView, but should be better in the long run.
8570
8571         I'm pretty sure I guarded against breaking compilation with
8572         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8573         I missed some.
8574
8575         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8576         widget yet, so I commented that code out
8577         enable_view_actions_for_widget() for now.  Need to figure this
8578         out.
8579
8580         * shell/ev-page-action.c (match_selected_cb): emit the right
8581         signals.  Our cool C-l completion now works.
8582
8583 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8584
8585         * backend/Makefile.am:
8586         * backend/ev-document-fonts.c:
8587         * backend/ev-document-links.c:
8588         * backend/ev-document.c: (ev_document_load):
8589         * backend/ev-document.h:
8590         * backend/ev-job-queue.c:
8591         * backend/ev-job-queue.h:
8592         * backend/ev-jobs.c:
8593         * backend/ev-jobs.h:
8594         * backend/ev-page-cache.c:
8595         * backend/ev-page-cache.h:
8596
8597         EvPageCache and EvJobs are moved to shell.
8598
8599         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8600         (ev_tmp_filename):
8601         * lib/ev-file-helpers.h:
8602         
8603         New helper to work with temporary files
8604         
8605         * shell/Makefile.am:
8606         * shell/ev-application.c: (ev_application_open):
8607         * shell/ev-application.h:
8608         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8609         (remove_job_from_async_queue), (add_job_to_async_queue),
8610         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8611         (handle_job), (search_for_jobs_unlocked),
8612         (no_jobs_available_unlocked), (ev_render_thread),
8613         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8614         (ev_job_queue_add_job), (move_job_async), (move_job),
8615         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8616         * shell/ev-job-queue.h:
8617         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8618         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8619         * shell/ev-job-xfer.h:
8620         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8621         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8622         (ev_job_links_class_init), (ev_job_render_init),
8623         (ev_job_render_dispose), (ev_job_render_class_init),
8624         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8625         (ev_job_thumbnail_class_init), (ev_job_load_init),
8626         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8627         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8628         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8629         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8630         * shell/ev-jobs.h:
8631         * shell/ev-page-action.c: (ev_page_action_set_document):
8632         * shell/ev-page-cache.c: (ev_page_cache_init),
8633         (ev_page_cache_class_init), (ev_page_cache_finalize),
8634         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8635         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8636         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8637         (ev_page_cache_get_title), (ev_page_cache_get_size),
8638         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8639         (ev_page_cache_get_height_to_page),
8640         (ev_page_cache_get_max_label_chars),
8641         (ev_page_cache_get_page_label),
8642         (ev_page_cache_has_nonnumeric_page_labels),
8643         (ev_page_cache_get_info), (ev_page_cache_next_page),
8644         (ev_page_cache_prev_page), (ev_page_cache_get):
8645         * shell/ev-page-cache.h:
8646         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8647         (ev_pixbuf_cache_clear_job_sizes),
8648         (ev_pixbuf_cache_add_jobs_if_needed),
8649         (ev_pixbuf_cache_set_page_range):
8650         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8651         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8652         * shell/ev-sidebar-thumbnails.c:
8653         (ev_sidebar_tree_selection_changed),
8654         (ev_sidebar_thumbnails_set_document):
8655         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8656         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8657         (ev_statusbar_get_context_id), (ev_statusbar_push),
8658         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8659         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8660         (ev_statusbar_set_progress):
8661         * shell/ev-statusbar.h:
8662         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8663         (ev_view_find_previous):
8664         * shell/ev-window.c: (ev_window_is_empty),
8665         (ev_window_setup_document), (password_dialog_response),
8666         (ev_window_clear_jobs), (ev_window_load_job_cb),
8667         (ev_window_xfer_job_cb), (ev_window_open_uri),
8668         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8669         (ev_window_print), (ev_window_print_range),
8670         (ev_window_state_event), (ev_window_cmd_view_reload),
8671         (menu_item_select_cb), (menu_item_deselect_cb),
8672         (view_status_changed_cb), (ev_window_dispose),
8673         (drag_data_received_cb), (ev_window_init):
8674         * shell/ev-window.h:
8675         * shell/main.c: (load_files):
8676         
8677         New statusbar to show progress on idle. Two new jobs - 
8678         xfer job and load job to load document in background. And update
8679         of page_cache clients to new location of code.
8680
8681 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8682
8683         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8684         selection in open dialog. It also remembers the last visited directory 
8685         in the current session.
8686
8687 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8688
8689         * shell/ev-properties.c: (ev_properties_new):
8690         * shell/ev-properties.h:
8691         * shell/ev-window.c: (ev_window_cmd_file_properties):
8692         
8693         Get document info from page cache instead of document itself.
8694         This should fix crash related to race conditions described in
8695         bug 306545.
8696
8697 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8698
8699         * ps/ps-document.c: (ps_document_init),
8700         (send_ps), (get_page_box), (output), (catchPipe), (input),
8701         (stop_interpreter), (file_length), (file_readable),
8702         (check_filecompressedb), (ps_document_enable_interpreter),
8703         (document_load), (ps_async_renderer_render_pixbuf):
8704         * ps/ps-document.h:
8705
8706         Big cleanup of the ps code
8707
8708 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8709
8710         * backend/Makefile.am:
8711         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8712         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8713         * backend/ev-async-renderer.h:
8714
8715         Add an async renderer interface (method + callback) which
8716         is useful for backends like ps.
8717
8718         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8719         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8720         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8721         (ev_job_queue_add_job), (move_job_async), (move_job),
8722         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8723
8724         Add queues for async renderer, these are executed on the
8725         main thread.
8726
8727         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8728         (ev_job_render_run):
8729         * backend/ev-jobs.h:
8730
8731         If the backend support async renderer interface use it.
8732
8733         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8734         (setup_pixmap), (ps_document_get_type),
8735         (ps_async_renderer_render_pixbuf),
8736         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8737
8738         Implement async renderer interface.
8739
8740 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8741
8742         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8743
8744         Cleanup links job on exit.
8745
8746 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8747
8748         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8749         (drag_data_get_cb), (drag_data_received_cb):
8750         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8751         (drag_data_get_cb), (parse_item_list),
8752         (egg_toolbar_editor_load_actions):
8753         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8754         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8755         (parse_item_list), (parse_toolbars):
8756         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8757         (dvi_pixbuf_put_pixel):
8758         
8759         Fix gcc 4.0 warnings
8760
8761 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8762
8763         * ps/ps-document.c: (start_interpreter):
8764
8765         Fix warning when loading ps
8766
8767 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8768
8769         * ps/ps-document.c: (output):
8770
8771         Fix crash when priting gs error messages.
8772
8773 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8774
8775         * backend/ev-page-cache.c: (_ev_page_cache_new):
8776         * backend/ev-page-cache.h:
8777
8778         Use a const to return title so that we dont double
8779         free it. Small cleanup and fix a leak.
8780
8781         * shell/ev-window.c: (update_window_title):
8782
8783         strdup value from get_title.
8784
8785 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8786
8787         * shell/ev-sidebar-links.c: (job_finished_callback),
8788         (ev_sidebar_links_set_document):
8789
8790         Cleanup the old job when changing document
8791
8792 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8793
8794         * shell/ev-stock-icons.c:
8795         * shell/ev-stock-icons.h:
8796         * shell/ev-window.c:
8797         
8798         Add stock icons for actions that can appear in toolbar. Fix for
8799         bug 306566.
8800
8801 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8802
8803         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8804         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8805         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8806         * backend/ev-page-cache.h:
8807         * shell/ev-view.c: (scroll_to_current_page),
8808         (view_update_range_and_current_page), (get_page_y_offset),
8809         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8810         (ev_view_size_request_continuous),
8811         (ev_view_zoom_for_size_continuous_and_dual_page),
8812         (ev_view_zoom_for_size_continuous):
8813         
8814         More compact EvView layout in document with pages of different size.
8815
8816 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8817
8818         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8819         compilation.
8820
8821 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8822
8823         * shell/ev-view.c: (view_set_adjustment_values):
8824         * shell/ev-window.c: (ev_window_cmd_file_properties):
8825         
8826         A bit different fix for rounding problem but it has no
8827         problems on startup. Make properties window transient to parent.
8828
8829 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8830
8831         * pdf/ev-poppler.cc:
8832         
8833         More commenting of font stuff.
8834
8835 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8836
8837         * pdf/ev-poppler.cc:
8838
8839         Comment out some more fonts stuff. Should really
8840         work without the poppler patch now.
8841
8842 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8843
8844         * pdf/ev-poppler.cc:
8845
8846         Adapt to api change
8847
8848 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8849
8850         * data/evince-properties.glade:
8851         * pdf/ev-poppler.cc:
8852         * shell/ev-properties.c: (setup_fonts_view):
8853
8854         Set the column title. Show the dialog only
8855         once everything is setup.
8856         Getting font info can be very slow... will
8857         prolly need to make this threaded too.
8858
8859 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8860
8861         * backend/Makefile.am:
8862         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8863         (ev_document_fonts_get_fonts_model):
8864         * backend/ev-document-fonts.h:
8865         * data/evince-properties.glade:
8866         * pdf/ev-poppler.cc:
8867         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8868         * shell/ev-properties.h:
8869         * shell/ev-window.c: (ev_window_cmd_file_properties):
8870
8871         Implement fonts list. Defined out for now, since it depends
8872         on a not yet committed poppler patch.
8873
8874 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8875
8876         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8877         page + 1.
8878
8879         * shell/ev-window.c: Make sure we add the timeout when we get a
8880         focus-in event.
8881
8882         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8883         adjustment->value before calculating the zoom factor to average
8884         out all of our rounding errors.  The page no longer 'drifts' when
8885         resizing.
8886
8887 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8888
8889         * data/evince-properties.glade:
8890         * shell/ev-properties.c: (ev_properties_format_date),
8891         (set_property):
8892         
8893         Labels don't expand when the dialogue is resized.
8894         strftime result needs to be converted to UTF-8. Thanks
8895         to Christian Persch <chpe@gnome.org>.
8896
8897 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8898
8899         * data/evince-properties.glade:
8900
8901         Hide the fonts tab
8902
8903 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8904
8905         * backend/ev-document-info.h:
8906         * backend/ev-document.c: (ev_document_info_free):
8907         * data/evince-properties.glade:
8908         * pdf/ev-poppler.cc:
8909         * ps/ps-document.c: (ps_document_get_info):
8910         * shell/ev-properties.c: (ev_properties_format_date),
8911         (set_property), (ev_properties_new):
8912         * shell/ev-properties.h:
8913         * shell/ev-window.c: (ev_window_cmd_file_properties):
8914
8915         Rework properties code to take only EvPropertyInfo
8916         in the constructor so that it can be useful for
8917         nautilus plugin too.
8918
8919         Deal with backends that doesnt support some properties.
8920         Make set property code generic.
8921
8922 2005-06-04  Christian Persch <chpe@gnome.org>
8923
8924         * data/evince-properties.glade:
8925
8926         fix spacings, make resizeable, and make data labels
8927         selectable + ellipsised
8928
8929 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8930
8931         * backend/ev-document-info.h:
8932         * data/Makefile.am:
8933         * data/evince-ui.xml:
8934         * pdf/ev-poppler.cc:
8935         * shell/Makefile.am:
8936         * shell/ev-window.c: (update_action_sensitivity),
8937         (ev_window_cmd_file_properties):
8938
8939         Initial go at file properties. Patch by
8940         Emil Soleyman-Zomalan <emil@soleyman.com>.
8941         Needs love see #169583
8942
8943 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8944
8945         * ps/ps-document.c: (output):
8946         * ps/ps.c: (psscan):
8947
8948         Try to render even if psscan fails.
8949
8950 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8951
8952         * ps/ps.c: (psscan), (pscopydoc):
8953
8954         Port buffered reading code from gv
8955
8956 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8957
8958         * ps/ps-document.c: (interpreter_message), (output):
8959
8960         Do not fail on interpreter messages
8961
8962 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8963
8964         * backend/ev-document-misc.c:
8965         (ev_document_misc_get_thumbnail_frame):
8966
8967         Pages can be 0 x 0, dont assert on this case
8968
8969 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8970
8971         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8972         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8973
8974         Correctly manage our reference on document. Finally the reload
8975         huge leak is gone...
8976
8977 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8978
8979         * ps/ps-document.c: (ps_document_dispose):
8980
8981         Forgot to chain it to the parent. Thanks chpe.
8982
8983 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8984
8985         * ps/ps-document.c: (ps_document_dispose),
8986         (ps_document_class_init), (stop_interpreter), (document_load):
8987
8988         Cleanup dispose a bit. Dont leak the whole pixmap.
8989
8990 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8991
8992         * pdf/ev-poppler.cc:
8993
8994         Release the poppler document on dispose
8995
8996 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8997
8998         * shell/ev-view.c: (ev_view_set_document):
8999
9000         Release ref on the pixbuf cache when changing
9001         document.
9002
9003 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9004
9005         * ps/ps-document.c: (ps_document_get_info):
9006
9007         Fix a double free
9008
9009 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9010
9011         * backend/ev-page-cache.c: (ev_page_cache_init),
9012         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9013         * backend/ev-page-cache.h:
9014         * shell/ev-page-action.c: (page_changed_cb):
9015         
9016         Set page action entry width depending on labels width. Fix
9017         for bug 305202.
9018
9019 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9020
9021         * backend/ev-link.c: (ev_link_class_init):
9022
9023         Allow -1 as page value (error)
9024
9025 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9026
9027         * shell/ev-sidebar-thumbnails.c:
9028         (ev_sidebar_thumbnails_set_document):
9029         * shell/ev-view.c: (scroll_to_current_page),
9030         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9031         (page_changed_cb), (on_adjustment_value_changed),
9032         (ev_view_set_document):
9033
9034         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9035         Fix bug 305377
9036
9037 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9038
9039         * configure.ac:
9040         * djvu/djvu-document.c: (djvu_document_get_page_size):
9041
9042         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9043         bug 301993.
9044
9045 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9046
9047         * shell/ev-view.c (draw_one_page): modify the expose handling to
9048         get the shadows.
9049
9050         * shell/ev-window.c (update_action_sensitivity): Respect
9051         permissions field.  Kowtow to the man.
9052
9053         * pdf/ev-poppler.cc: Get the permissions field.
9054
9055         * tiff/*c: Make a tiny bit more robust.
9056
9057 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9058
9059         * djvu/djvu-document.c:
9060         
9061         Pop messages from djvu context message queue.
9062
9063 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9064
9065         * configure.ac, Makefile.am, shell/Makefile.am:
9066         * tiff/Makefile.am, shell/ev-document-types.c:
9067         
9068         Cleanup tiff configure checks. Fix for bug 305218.
9069
9070 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9071
9072         * configure.ac: Added "uk" to ALL_LINGUAS.
9073
9074 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9075
9076         * cut-n-paste/zoom-control/ephy-zoom.c:
9077         (ephy_zoom_get_changed_zoom_level):
9078         * cut-n-paste/zoom-control/ephy-zoom.h:
9079         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9080         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9081         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9082         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9083         (zoom_control_changed_cb), (ev_window_init):
9084         
9085         Fix minor points related to moving best fit up. Introduce
9086         "zoom" property and make zoom control change it's value on
9087         notify::zoom signals. Fix for 305080.
9088
9089 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9090
9091         * data/evince-ui.xml:
9092         * shell/ev-window.c: (set_view_actions_sensitivity):
9093         
9094         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9095
9096 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9097
9098         * configure.ac:
9099
9100         Depends on poppler 0.3.2
9101
9102 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9103
9104         * cut-n-paste/recent-files/egg-recent-item.c:
9105         (egg_recent_item_get_short_name):
9106         * cut-n-paste/toolbar-editor/Makefile.am:
9107         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9108         (new_pixbuf_from_widget):
9109         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9110         * cut-n-paste/toolbar-editor/egg-marshal.c:
9111         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9112         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9113
9114         Sync
9115
9116 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9117
9118         * tiff/tiff-document.c: Rough TIFF backend.
9119
9120 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * NEWS:
9123         * configure.ac:
9124         * cut-n-paste/toolbar-editor/Makefile.am:
9125
9126         Release 0.3.1
9127
9128 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9131         (ev_view_find_next), (ev_view_find_previous):
9132
9133         Remove the locks around get_n_results   
9134
9135 2005-05-21  Juerg Billeter  <j@bitron.ch>
9136
9137         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9138
9139         Pass correct number of pages to poppler.
9140
9141 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9142
9143         * configure.ac:
9144         * data/Makefile.am:
9145         * data/evince.desktop.in: 
9146         * data/evince.desktop.in.in:
9147         * po/POTFILES.in:
9148         
9149         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9150
9151 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9152
9153         * shell/ev-view.c: (view_update_adjustments),
9154         (view_set_adjustment_values): cast adjustmen->value to (int)
9155         before using it.  Otherwise, we get off by a pixel in some
9156         situations.
9157
9158         (draw_one_page): Draw the border on expose.
9159
9160 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9161
9162         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9163         adjustment when the mode changes, #304923
9164
9165 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9166
9167         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9168         flickering on resize but still use gdk_window_scroll on
9169         scrolling
9170
9171 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9172
9173         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9174         option, #170458
9175
9176 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9177
9178         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9179         second page on page_changed if possible, #304669
9180
9181 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9182
9183         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9184         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9185
9186 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9187
9188         * .cvsignore:
9189         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9190         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9191         (ev_view_zoom_for_size_presentation),
9192         (ev_view_zoom_for_size_continuous_and_dual_page),
9193         (ev_view_zoom_for_size_continuous),
9194         (ev_view_zoom_for_size_dual_page),
9195         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9196         * shell/ev-view.h:
9197         * shell/ev-window.c: (update_view_size),
9198         (ev_window_sizing_mode_changed_cb):
9199
9200         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9201         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9202         an infinite loop, #304769
9203
9204
9205 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * data/evince-ui.xml:
9208         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9209         * shell/ev-window.c: (set_view_actions_sensitivity):
9210
9211         Make PgUp/Down behave like Space
9212
9213 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9214
9215         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9216         * backend/ev-ps-exporter.h:
9217         * pdf/ev-poppler.cc:
9218         * ps/ps-document.c: (ps_document_ps_export_begin):
9219         * shell/ev-print-job.c: (idle_print_handler):
9220
9221         Adapt to new poppler api
9222
9223 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9224
9225         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9226         (ephy_zoom_control_init):
9227
9228         Translate zoom levels
9229
9230 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9231
9232         * cut-n-paste/zoom-control/ephy-zoom.c:
9233         (ephy_zoom_get_zoom_level_index):
9234
9235         Fix current zoom -> zoom control match
9236
9237 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9238
9239         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9240         rather than the scrolled_window that it's in. Fixes bug #304655.
9241
9242 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9243
9244         * shell/ev-view.c: (view_update_adjustments),
9245         (view_set_adjustment_values), (view_update_range_and_current_page),
9246         (view_scroll_to_page), (set_scroll_adjustment),
9247         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9248         (ev_view_scroll), (ev_view_scroll_view),
9249         (ensure_rectangle_is_visible), (find_page_at_location),
9250         (get_link_at_location), (go_to_link), (status_message_from_link),
9251         (ev_view_size_request_continuous_dual_page),
9252         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9253         (ev_view_unrealize), (ev_view_expose_event),
9254         (ev_view_button_press_event), (ev_view_motion_notify_event),
9255         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9256         (draw_rubberband), (highlight_find_results), (draw_one_page),
9257         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9258         (ev_view_init), (find_changed_cb), (page_changed_cb),
9259         (on_adjustment_value_changed), (ev_view_new),
9260         (ev_view_set_document), (ev_view_set_zoom),
9261         (ev_view_set_continuous), (ev_view_set_dual_page),
9262         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9263         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9264         (ev_view_zoom_for_size_presentation),
9265         (ev_view_zoom_for_size_continuous_dual_page),
9266         (ev_view_zoom_for_size_continuous),
9267         (ev_view_zoom_for_size_dual_page),
9268         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9269         (ev_view_get_status), (ev_view_set_status),
9270         (update_find_status_message), (ev_view_get_find_status),
9271         (ev_view_set_find_status), (jump_to_find_result),
9272         (jump_to_find_page), (compute_selections), (clear_selection),
9273         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9274         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9275         (ev_view_update_primary_selection),
9276         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9277         * shell/ev-view.h:
9278         * shell/ev-window.c: (ev_window_open_page_label),
9279         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9280         (ev_window_init):
9281         * shell/ev-window.h:
9282         * shell/main.c: (load_files):
9283
9284         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9285         when resizing.  Remove the bin_window().  Also, patch from James
9286         Bowes to fix command line page, #300641
9287         
9288 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9289
9290         * data/evince-ui.xml:
9291         * shell/ev-view.c:
9292         * shell/ev-view.h:
9293         * shell/ev-window.c: (update_action_sensitivity):
9294
9295         Get rid of View->Normal Size, it's just confusing
9296
9297 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9298
9299         * backend/ev-document-info.h:
9300         * backend/ev-document.c: (ev_document_info_free): Free the
9301         EvDocumentInfo.
9302
9303         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9304         (clear_range), (add_range), (update_visible_range),
9305         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9306         (ev_sidebar_thumbnails_set_document):
9307         * shell/ev-window.c: (ev_window_setup_document): Only render the
9308         visible thumbnails.  It takes an instant to render, but it uses
9309         much less memory.
9310
9311 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9312
9313         * shell/ev-sidebar-links.c: (popup_menu_cb):
9314
9315         Select first item
9316
9317 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9318
9319         * lib/Makefile.am:
9320         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9321         (button_press_cb), (ev_sidebar_links_construct):
9322
9323         Show the popup menu also on keybindings
9324
9325 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9326
9327         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9328         * shell/ev-window.h:
9329
9330         Expose api to print a range (with dialog). Make private _print use
9331         it.
9332
9333         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9334         (ev_sidebar_links_construct):
9335
9336         Show a print context menu on linkx, it prints the selected
9337         section.
9338
9339 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9340
9341         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9342         button.
9343
9344 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9345
9346         * AUTHORS:
9347
9348         Update
9349
9350         * shell/ev-window.c: (build_comments_string),
9351         (ev_window_cmd_help_about):
9352
9353         Show poppler version/backend and authors
9354
9355 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9356
9357         * cut-n-paste/zoom-control/ephy-zoom.c:
9358         (ephy_zoom_get_zoom_level_index):
9359         * cut-n-paste/zoom-control/ephy-zoom.h:
9360
9361         Move the best fit items at the top of the list
9362
9363 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9364
9365         * shell/ev-marshal.list:
9366         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9367         (activate_cb), (match_selected_cb), (activate_link_cb),
9368         (connect_proxy), (ev_page_action_class_init):
9369         * shell/ev-page-action.h:
9370
9371         Use signals to notify action activation. Hopefully
9372         I did not break completion since I cant test...
9373
9374         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9375         (register_custom_actions):
9376
9377         Connect to page selector actions and also grab focus on
9378         the view when activated.
9379
9380 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9381
9382         * pdf/ev-poppler.cc:
9383         * backend/ev-page-cache.c: make page size calculation consistent
9384         and set it to (int)( width * scale + 0.5).  This makes the weird
9385         line going through the middle of the page go away.
9386
9387         * shell/ev-view.c: move painting the background page after
9388         checking the expose area covers us.
9389
9390 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9391
9392         * data/evince-password.glade:
9393         
9394         Mark labels as not translatable. Fix for bug 302842.
9395
9396 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9397
9398         * configure.ac: Added "es" to ALL_LINGUAS.
9399
9400 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9401
9402         * data/evince-toolbar.xml:
9403         * shell/ev-window.c: (update_action_sensitivity),
9404         (ev_window_setup_document), (ev_window_set_page_mode),
9405         (ev_window_init):
9406
9407         Remove some leftover code from jrb first continous
9408         attempt. Use the new actions, we still need good icons
9409         though...
9410
9411 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9412
9413         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9414
9415         Update label when connecting proxy. Fix a warning with NULL
9416         page_cache.
9417
9418 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9419
9420         * data/evince-ui.xml:
9421         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9422         * shell/ev-page-action.h:
9423         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9424
9425         Add mnemonic for edit toolbar.
9426         ctrl+l focus the page entry.
9427
9428 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9429
9430         * lib/Makefile.am:
9431         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9432         (ev_window_init):
9433         * shell/main.c: (main):
9434
9435         Put the toolbar xml in evince own dot dir
9436
9437 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * shell/ev-window.c: (ev_window_init):
9440
9441         Make the toolbar not removable
9442
9443 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9444
9445         * data/evince-ui.xml:
9446         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9447         * shell/ev-sidebar-links.h:
9448         * shell/ev-sidebar-thumbnails.c:
9449         (ev_sidebar_thumbnails_get_treeview):
9450         * shell/ev-sidebar-thumbnails.h:
9451         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9452         (ev_view_class_init):
9453         * shell/ev-view.h:
9454         * shell/ev-window.c: (update_action_sensitivity),
9455         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9456         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9457         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9458         (ev_window_init):
9459
9460         This is evil... Make space/backspace global accelerators but
9461         enable them only for some widgets (sidebars and view).
9462         I dont like it, but I dont know a better way... :/
9463
9464 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9465
9466         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9467         (ev_page_action_widget_finalize),
9468         (ev_page_action_widget_class_init), (update_page_cache):
9469
9470         Keep a weak reference on proxy->page_cache so that we
9471         dont try to disconnect the signal if the object is already
9472         gone. Maybe there is a better way to cleanup reference handling
9473         in page action though...
9474
9475 2005-05-10  Juerg Billeter  <j@bitron.ch>
9476
9477         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9478         * backend/ev-ps-exporter.h:
9479         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9480         * ps/ps-document.c: (ps_document_ps_export_begin):
9481         
9482         Change api to pass print range to ps_exporter_begin. The pdf backend
9483         requires this information.
9484         
9485         * shell/ev-print-job.c: (idle_print_handler):
9486         
9487         Adapt to api change
9488
9489 2005-05-10  Juerg Billeter  <j@bitron.ch>
9490
9491         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9492         (idle_print_handler)
9493         * shell/ev-window.c: (ev_window_print):
9494
9495         Support printing page range, based on patch by Amaury Jacquot
9496
9497 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9498
9499         * data/evince-toolbar.xml:
9500
9501         Add zoom control to available items
9502
9503 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * shell/ev-window.c: (update_action_sensitivity):
9506
9507         Set slash action insensitive when appropriate
9508
9509 2005-05-10  Christian Persch <chpe@gnome.org>
9510
9511         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9512
9513         Fix warning on the overflow menu
9514
9515 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9516
9517         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9518
9519         Check for uri correctness/existence
9520
9521 2005-05-09  Juerg Billeter  <j@bitron.ch>
9522
9523         * shell/ev-window.c: (using_postscript_printer):
9524
9525         LPD printers use postscript, too
9526
9527 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9528
9529         * shell/ev-window.c: (register_custom_actions):
9530
9531         The zoom one is actually sort of useful,
9532         put it back
9533
9534 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9535
9536         * shell/ev-window.c: (register_custom_actions):
9537
9538         Hide page/zoom controls from overflow, they
9539         are useless.
9540
9541 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9542
9543         * cut-n-paste/update-from-egg.sh:
9544         
9545         Share it between all cut-n-paste subdirs
9546
9547         * cut-n-paste/recent-files/Makefile.am:
9548
9549         Fix to use "global" update-from-egg.sh
9550
9551         * cut-n-paste/recent-files/egg-recent-model.c:
9552         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9553         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9554         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9555         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9556
9557         Update from libegg
9558
9559         * cut-n-paste/toolbar-editor/Makefile.am:
9560
9561         Fix to use "global" update-from-egg.sh
9562
9563         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9564
9565         Update from libegg
9566
9567 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9568
9569         * configure.ac:
9570         * cut-n-paste/Makefile.am:
9571         * cut-n-paste/recent-files/Makefile.am:
9572         * cut-n-paste/toolbar-editor/.cvsignore:
9573         * cut-n-paste/toolbar-editor/Makefile.am:
9574         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9575         (egg_editable_toolbar_get_type), (get_toolbar_position),
9576         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9577         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9578         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9579         (set_item_drag_source), (create_item_from_action), (create_item),
9580         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9581         (popup_toolbar_context_menu_cb), (free_dragged_item),
9582         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9583         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9584         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9585         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9586         (item_added_cb), (item_removed_cb),
9587         (egg_editable_toolbar_construct),
9588         (egg_editable_toolbar_disconnect_model),
9589         (egg_editable_toolbar_deconstruct),
9590         (egg_editable_toolbar_set_model),
9591         (egg_editable_toolbar_set_ui_manager),
9592         (egg_editable_toolbar_set_property),
9593         (egg_editable_toolbar_get_property),
9594         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9595         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9596         (egg_editable_toolbar_new_with_model),
9597         (egg_editable_toolbar_get_edit_mode),
9598         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9599         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9600         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9601         (new_pixbuf_from_widget), (new_separator_pixbuf),
9602         (update_separator_image), (style_set_cb),
9603         (_egg_editable_toolbar_new_separator_image),
9604         (egg_editable_toolbar_get_model):
9605         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9606         * cut-n-paste/toolbar-editor/egg-marshal.c:
9607         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9608         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9609         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9610         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9611         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9612         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9613         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9614         (editor_drag_data_delete_cb), (drag_data_get_cb),
9615         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9616         (editor_create_item), (update_editor_sheet), (setup_editor),
9617         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9618         (parse_item_list), (model_has_action), (update_actions_list),
9619         (egg_toolbar_editor_load_actions):
9620         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9621         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9622         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9623         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9624         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9625         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9626         (egg_toolbars_model_add_separator), (impl_add_item),
9627         (parse_item_list), (egg_toolbars_model_add_toolbar),
9628         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9629         (impl_get_item_data), (impl_get_item_type),
9630         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9631         (egg_toolbars_model_init), (free_toolbar),
9632         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9633         (egg_toolbars_model_remove_toolbar),
9634         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9635         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9636         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9637         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9638         (egg_toolbars_model_get_item_data),
9639         (egg_toolbars_model_get_item_type):
9640         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9641         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9642         * data/Makefile.am:
9643         * data/evince-toolbar.xml:
9644         * data/evince-ui.xml:
9645         * data/hand-open.png:
9646         * po/POTFILES.in:
9647         * shell/Makefile.am:
9648         * shell/ev-window.c: (update_chrome_visibility),
9649         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9650         (ev_window_dispose), (ev_window_init):
9651
9652         Implement epiphany like toolbar editor. Based on patch by
9653         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9658
9659         Use set_cursor instead of set_selection, so that
9660         the keyboard focus moves too.
9661
9662 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9663
9664         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9665
9666         Fix infinite loop when loading Type1 fonts
9667
9668 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9669
9670         * data/evince-ui.xml:
9671         * shell/ev-window.c:
9672
9673         Slash -> Find
9674
9675 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9676
9677         * configure.ac:
9678
9679         Make --disable really disable
9680
9681 2005-05-07  Juerg Billeter  <j@bitron.ch>
9682
9683         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9684
9685         Compare page labels even without has_labels set, fixes setting page
9686         with entry
9687
9688 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9689
9690         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9691         (ev_view_set_cursor), (ev_view_button_press_event),
9692         (ev_view_motion_notify_event), (ev_view_button_release_event),
9693         (ev_view_init):
9694
9695         Implement middle button scrolling. Based on a patch
9696         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9697
9698 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9699
9700         * shell/ev-document-types.c: (get_slow_mime_type),
9701         (get_document_type_from_mime), (ev_document_type_lookup):
9702         * shell/ev-document-types.h:
9703
9704         Change api to lookup from uri. Do fast lookup first, if the
9705         type is unknown try with data sniffing.
9706
9707         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9708         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9709
9710         Adapt to api change
9711
9712 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9713
9714         * thumbnailer/Makefile.am:
9715
9716         Fix distcheck
9717
9718 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9719
9720         * NEWS:
9721         * configure.ac:
9722
9723         Release 0.3.0
9724
9725         * data/evince-ui.xml:
9726
9727         Hide presentation mode for now
9728
9729         * shell/ev-view.c: (highlight_find_results):
9730
9731         Show current find selection only on current page
9732
9733 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9734
9735         * shell/ev-view.c: (ev_view_select_all):
9736
9737         Compute size of the actual page, not of
9738         the current one.
9739
9740 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9741
9742         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9743         (view_rect_to_doc_rect), (compute_selections),
9744         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9745         (ev_view_copy), (ev_view_primary_get_cb),
9746         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9747         (ev_view_button_press_event), (ev_view_motion_notify_event),
9748         (ev_view_button_release_event), (page_changed_cb):
9749
9750         Fix text selection
9751
9752 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9753
9754         * shell/ev-view.c: (compute_border), (get_page_extents),
9755         (doc_rect_to_view_rect), (highlight_find_results),
9756         (ev_view_bin_expose), (ev_view_select_all),
9757         (ev_view_motion_notify_event), (update_find_status_message),
9758         (jump_to_find_result), (jump_to_find_page):
9759
9760         First go at fixing search, still buggy
9761
9762 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9763
9764         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9765         dropdown box and button at the top of the sidebar.
9766
9767 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9768
9769         * configure.ac: Output zoom-control Makefile.
9770         * cut-n-paste/Makefile.am: build zoom-control subdir.
9771         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9772         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9773         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9774         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9775         * cut-n-paste/zoom-control/ephy-zoom.c:
9776         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9777         from epiphany, and modified to add a separator into the menu.
9778         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9779         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9780         zoom-control action.
9781         * shell/Makefile.am: Include zoom-control flags.
9782         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9783         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9784         (ev_view_zoom_for_size_presentation),
9785         (ev_view_zoom_for_size_continuous_and_dual_page),
9786         (ev_view_zoom_for_size_continuous),
9787         (ev_view_zoom_for_size_dual_page),
9788         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9789         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9790         ev_view_get_zoom and ev_view_get_sizing_mode.
9791         * shell/ev-view.h:
9792         * shell/ev-window.c: (update_action_sensitivity),
9793         (update_sizing_buttons), (zoom_control_changed_cb),
9794         (register_custom_actions): Initialize and use the zoom-control 
9795         widget.
9796
9797 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9798
9799         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9800         preview cache back to 1.  Don't know when it got set to 0.
9801         
9802         * shell/ev-view.c: (compute_border), (ev_view_realize),
9803         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9804         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9805         (ev_view_get_fullscreen), (ev_view_set_presentation),
9806         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9807         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9808         * shell/ev-view.h:
9809         * shell/ev-window.c:
9810         (update_chrome_visibility),
9811         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9812         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9813         (update_document_mode), (ev_window_update_fullscreen_action),
9814         (ev_window_fullscreen), (ev_window_unfullscreen),
9815         (ev_window_cmd_view_fullscreen),
9816         (ev_window_update_presentation_action),
9817         (ev_window_run_presentation), (ev_window_stop_presentation),
9818         (ev_window_cmd_view_presentation), (ev_window_state_event),
9819         (ev_window_focus_in_event), (ev_window_focus_out_event),
9820         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9821         * data/evince-ui.xml: Initial presentation mode.  We should
9822         probably hide this until it's done, as it's quite rough.  Also,
9823         change full-screen to fullscreen and add two getters to EvView.
9824
9825 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9826
9827         * shell/ev-page-action.c: (update_page_cache),
9828         (ev_page_action_dispose):
9829         * shell/ev-window.c: (destroy_fullscreen_popup),
9830         (ev_window_create_fullscreen_popup):
9831
9832         Use connect_object rather than explicitly
9833         disconnect on dispose.
9834
9835 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9836
9837         * shell/ev-page-action.c: (update_page_cache),
9838         (ev_page_action_dispose):
9839
9840 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9841
9842         * backend/ev-page-cache.c: (_ev_page_cache_new),
9843         (ev_page_cache_set_page_label),
9844         (ev_page_cache_has_nonnumeric_page_labels):
9845         * backend/ev-page-cache.h:
9846         * shell/ev-page-action.c: (update_pages_label):
9847         
9848         If all page labels are numeric, fallback to default
9849         way to display number of pages. See bug 173185.
9850
9851 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9852
9853         * shell/ev-page-action.c: (ev_page_action_dispose):
9854         * shell/ev-view.c: (view_update_range_and_current_page):
9855         * shell/ev-window.c: (ev_window_dispose):
9856         
9857         Set page on scroll in continuous mode. Fixes bug 301986.
9858         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9859
9860 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9861
9862         * configure.ac:
9863
9864         Require poppler 0.3.0
9865
9866 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9867         
9868         * shell/Makefile.am, configure.ac: Fix build problems
9869         with t1lib. Bug 301996.
9870
9871 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9872
9873         * shell/ev-view.c: (ev_view_scroll_event):
9874         
9875         Scroll up increase zoom
9876
9877 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9878
9879         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9880         (ev_view_set_sizing_mode),
9881         (ev_view_zoom_for_size_continuous_and_dual_page),
9882         (ev_view_zoom_for_size_continuous):
9883         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9884         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9885         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9886         (ev_window_init):
9887
9888         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9889         Fix for 165473 and 165472.
9890
9891 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9892
9893         * po/POTFILES.in:
9894         * thumbnailer/Makefile.am:
9895         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9896         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9897         * thumbnailer/evince-thumbnailer.schemas.in:
9898         
9899         Make thumbnailer schemas translatable. Fix for bug 301773
9900         
9901         * thumbnailer/evince-thumbnailer-djvu.schemas:
9902         * thumbnailer/evince-thumbnailer-dvi.schemas:
9903         * thumbnailer/evince-thumbnailer.schemas:
9904
9905         Removed files
9906
9907 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9908
9909         * shell/ev-view.c (ev_view_init): forgot to set this.
9910
9911 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9912
9913         * shell/ev-view.c: (find_page_at_location),
9914         (get_link_at_location),
9915         (ev_view_set_show_border), (ev_view_set_spacing),
9916         (ev_view_zoom_for_size_continuous_and_dual_page),
9917         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9918         Also, add a quick fix measuring of widths.  Also, removed
9919         ev_view_set_spacing and ev_view_set_show_border.
9920         
9921         * shell/ev-window.c: (ev_window_unfullscreen),
9922         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9923
9924 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9925
9926         * shell/ev-view.c: (view_update_range_and_current_page),
9927         (page_changed_cb):
9928         
9929         Fix crash on exit and scrolling to page in continuous view.
9930
9931 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9932
9933         * TODO:
9934         * backend/ev-page-cache.c: (_ev_page_cache_new),
9935         (ev_page_cache_get_max_width_size),
9936         (ev_page_cache_get_max_height_size):
9937         * backend/ev-page-cache.h:
9938         * data/evince-ui.xml:
9939         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9940         * shell/ev-view.c: (view_update_adjustments),
9941         (view_update_range_and_current_page), (get_bounding_box_size),
9942         (ev_view_size_request_continuous_and_dual_page),
9943         (ev_view_size_request_continuous),
9944         (ev_view_size_request_dual_page),
9945         (ev_view_size_request_single_page), (ev_view_size_request),
9946         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9947         (ev_view_bin_expose), (ev_view_expose_event),
9948         (ev_view_set_property), (ev_view_get_property),
9949         (ev_view_class_init), (ev_view_init), (ev_view_new),
9950         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9951         (ev_view_set_dual_page), (ev_view_set_full_screen),
9952         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9953         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9954         (ev_view_zoom_out), (zoom_for_size_fit_width),
9955         (zoom_for_size_best_fit),
9956         (ev_view_zoom_for_size_continuous_and_dual_page),
9957         (ev_view_zoom_for_size_continuous),
9958         (ev_view_zoom_for_size_dual_page),
9959         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9960         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9961         * shell/ev-view.h:
9962         * shell/ev-window.c: (update_action_sensitivity),
9963         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9964         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9965         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9966         (ev_window_cmd_view_zoom_out), (update_view_size),
9967         (ev_window_set_sizing_mode), (ev_window_init):
9968
9969         Add Continuous and Dual page modes.
9970
9971 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9972
9973         * dvi/dvi-document.c: (dvi_document_load),
9974         (dvi_document_thumbnails_get_thumbnail),
9975         (dvi_document_init_params): Fix up some mixups between
9976         width and height to correct thumbnail rendering.
9977
9978 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9979
9980         * dvi/mdvi-lib/private.h:
9981         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9982         
9983         Suppess output for kpathsea during font generation. Thanks to
9984         James Bowes
9985
9986 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9987
9988         * NEWS:
9989         * configure.ac:
9990
9991         Release 0.2.1
9992
9993         * Makefile.am: fix distcheck.
9994
9995 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9996
9997         * shell/ev-sidebar-links.c: (selection_changed_callback),
9998         (update_page_callback), (row_activated_callback),
9999         (job_finished_callback), (ev_sidebar_links_set_document):
10000         
10001         Fix for bug #169901. Double click on links expands tree.
10002
10003 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10004
10005         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10006         hard-coded style. Fix for bug 170111
10007
10008 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10009
10010         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10011         locking.
10012
10013 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10014
10015         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10016
10017 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10018
10019         * pdf/ev-poppler.cc:
10020         * shell/ev-view.c: (highlight_find_results):
10021
10022         Fix find on single page documents
10023
10024 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10025
10026         * data/evince.schemas.in: fix for bug 301390
10027
10028 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10029
10030         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10031         (ev_view_zoom_out), (ev_view_zoom_normal):
10032         * shell/ev-view.h:
10033         * shell/ev-window.c: (update_action_sensitivity),
10034         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10035         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10036         (ev_window_cmd_view_normal_size):
10037
10038         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10039         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10040         better than oom. 
10041
10042 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10043
10044         * configure.ac:
10045
10046         Depend on 2.57, 2.59 doesnt seem to be necessary
10047
10048 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10049
10050         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10051         (create_tool_item):
10052
10053         Put back total number of pages as (1 of 1234)
10054
10055 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10056
10057         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10058         remove the job.
10059
10060         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10061         function.  This helps debugging.
10062
10063 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10064
10065         * djvu/djvu-document.c: (djvu_document_class_init),
10066         (djvu_document_get_info), (djvu_document_document_iface_init):
10067         * dvi/dvi-document.c: (dvi_document_class_init),
10068         (dvi_document_get_info), (dvi_document_document_iface_init):
10069
10070         Dummy implementation of get_info method for dvi and
10071         djvu. Fix crashes with those backends
10072
10073 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10074
10075         * data/evince.desktop.in:
10076
10077         Add application/x-gzpostscript
10078
10079 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10080
10081         * data/evince.schemas.in: Added real long descriptions, 
10082         closes bug 172496 
10083
10084         * README: Added actual text, closes bug 171869
10085
10086 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10087
10088         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10089
10090         Thumbnail page 0
10091
10092 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10093
10094         * backend/ev-document-info.h:
10095
10096         s/GDate */GDate so we can just use g_free
10097
10098 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10099
10100         * shell/ev-window.c: (update_document_mode),
10101         (ev_window_setup_document):
10102
10103         Show the window in fullscreen when specified by
10104         the document
10105
10106 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10107
10108         * backend/ev-document.c: (ev_document_class_init),
10109         (ev_document_get_info), (ev_document_render_pixbuf):
10110         * backend/ev-document.h:
10111         * backend/ev-page-cache.c: (_ev_page_cache_new):
10112         * pdf/ev-poppler.cc:
10113         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10114         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10115         * ps/ps-document.c: (ps_document_class_init), (document_load),
10116         (ps_document_get_info), (ps_document_document_iface_init):
10117
10118         Remove get_title from the interface, we can just use document info
10119
10120 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10121
10122         * backend/Makefile.am:
10123         * backend/ev-document.c: (ev_document_render_get_info):
10124         * backend/ev-document.h:
10125         * pdf/ev-poppler.cc:
10126
10127         Initial support for document info. Based on jrb patch.
10128
10129 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10130
10131         * shell/ev-window.c: (ev_window_state_event),
10132         (ev_window_class_init), (ev_window_init):
10133         
10134         Doesn't show resize grip when maximized. See bug #301053
10135
10136 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10137
10138         * po/POTFILES.in:
10139         
10140         ev-sidebar-thumbnails now has translatable labels
10141         
10142         * shell/Makefile.am:
10143         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10144         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10145         (ev_sidebar_links_page_iface_init):
10146         * shell/ev-sidebar-links.h:
10147         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10148         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10149         (ev_sidebar_page_get_label):
10150         * shell/ev-sidebar-page.h:
10151         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10152         (ev_sidebar_thumbnails_set_document),
10153         (ev_sidebar_thumbnails_support_document),
10154         (ev_sidebar_thumbnails_get_label),
10155         (ev_sidebar_thumbnails_page_iface_init):
10156         * shell/ev-sidebar-thumbnails.h:
10157         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10158         (ev_sidebar_set_document):
10159         * shell/ev-sidebar.h:
10160         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10161         
10162         Small rework of sidebar code. Now sidebar pages should implement
10163         EvSidebarPage interface. That makes page management in EvSidebar
10164         easier. See bug #164811 for details
10165
10166 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10167
10168         * shell/ev-application.c: (ev_application_open):
10169         * shell/ev-document-types.c:
10170         
10171         Fix build error and small problem with application exit
10172
10173 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10174
10175         * thumbnailer/Makefile.am:
10176         * thumbnailer/evince-thumbnailer-djvu.schemas:
10177         * thumbnailer/evince-thumbnailer-dvi.schemas:
10178         
10179         Conditionally install schemas for djvu/dvi thumbnailer
10180
10181 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10182
10183         * shell/ev-document-types.h: 
10184         * shell/ev-document-types.c: 
10185         New files, handling the mapping from mimetypes to backends
10186         
10187         * shell/ev-window.c: 
10188         * thumbnailer/evince-thumbnailer.c:     
10189         Use the ev-document-types code
10190         
10191         * shell/Makefile.am: 
10192         Added new convenience library libevbackendfactory_la, containing
10193         the new mimetype->backend logic; moved the backends into it.
10194
10195         * thumbnailer/Makefile.am:
10196         Make the thumbnailer link with the libevbackend.la convenience
10197         library, rather than having a duplicate of the backend logic here.
10198
10199 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10200
10201         * shell/ev-stock-icons.c: constify some vars.
10202         * shell/ev-window.c: ditto.
10203
10204 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10205
10206         * ps/ps-document.c (get_page_orientation):
10207
10208         Respect document orientation 
10209
10210 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10211
10212         * djvu/Makefile.am:
10213         * dvi/Makefile.am:
10214         * shell/Makefile.am:
10215         
10216         Move library dependencies to components.
10217         
10218         * shell/ev-window.c: (update_window_title),
10219         (start_loading_document):
10220         
10221         Fix display of uris with spaces. Bug 168358.
10222
10223 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10224
10225         * shell/ev-sidebar-links.c: (selection_changed_cb):
10226         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10227         (ev_view_button_release_event), (ev_view_set_document):
10228         * shell/ev-view.h:
10229         * shell/ev-window.c: (find_bar_search_changed_cb):
10230         * shell/ev-window.h: Minor cleanups removing some dead code.
10231
10232 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10233
10234         * backend/ev-page-cache.c: (_ev_page_cache_new):
10235         
10236         Set current page to 0 if document has pages.
10237
10238 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10239
10240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10241
10242         Initialize GError to NULL, fix a crash when loading fails.
10243
10244 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10245
10246         * shell/ev-window.c: (update_view_size):
10247
10248         Calculate shadow size only when there is actually
10249         a shadow.
10250
10251 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10252
10253         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10254         * shell/ev-view.h:
10255
10256         Allow setting view spacing, default to 0
10257
10258         * shell/ev-window.c: (ev_window_unfullscreen),
10259         (ev_window_cmd_view_fullscreen), (ev_window_init):
10260
10261         Remove spacing in fullscreen mode
10262
10263 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10266         (ev_view_size_request), (expose_bin_window),
10267         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10268         * shell/ev-view.h:
10269         * shell/ev-window.c: (ev_window_unfullscreen),
10270         (ev_window_cmd_view_fullscreen):
10271
10272         Do not draw the border in fulscreen
10273
10274 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10275
10276         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10277         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10278         (find_page_at_location), (page_changed_cb):
10279
10280         Rework border calculation, so that I can more easily disable it.
10281         Code somewhat cleaner too.
10282
10283 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10284
10285         * backend/ev-page-cache.c: (ev_page_cache_init),
10286         (_ev_page_cache_new):
10287
10288         Remove some assertions, documents can have 0 pages.
10289         Make initial current page -1.
10290
10291         * shell/ev-page-action.c: (page_changed_cb):
10292
10293         Show "" if current page is -1
10294
10295         * shell/ev-window.c: (update_action_sensitivity),
10296         (ev_window_setup_document):
10297
10298         When document has 0 pages do not set the view
10299         and make nearly everything insensitive.
10300
10301 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10302
10303         * shell/ev-page-view.c:
10304         * shell/ev-page-view.h:
10305
10306         Remove unused files.
10307         
10308         * shell/ev-sidebar-thumbnails.c:
10309         (ev_sidebar_thumbnails_set_document):
10310         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10311         (ev_sidebar_supports_document):
10312         * shell/ev-sidebar.h:
10313         * shell/ev-window.c: (ev_window_setup_document):
10314         
10315         Doesn't show thumbnails if document has 1 page. Make
10316         sidebar menu entries sensitive only if if they have 
10317         sense. Fix bug 164811. 
10318
10319 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10320
10321         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10322         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10323         (ev_view_zoom_out), (ev_view_set_size):
10324
10325         Rework sizing to deal with documents with not uniform page
10326         size.
10327
10328 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10329
10330         * backend/ev-page-cache.c: (_ev_page_cache_new):
10331
10332         Fix several page size caching bugs
10333
10334 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10335
10336         * shell/ev-window.c: (set_action_properties):
10337
10338         Make all toolbar items translatable
10339
10340 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10341
10342         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10343         (save_page_list), (ps_document_save),
10344         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10345         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10346         (ps_document_ps_exporter_iface_init):
10347         * ps/ps-document.h:
10348
10349         Based on a patch by J�rg Billeter <j@bitron.ch>
10350         
10351         Implement print and save a copy for the ps backend.
10352
10353 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10354
10355         * backend/ev-document.h:
10356         * djvu/djvu-document.c: (djvu_document_can_get_text),
10357         (djvu_document_document_iface_init):
10358         * dvi/dvi-document.c: (dvi_document_can_get_text),
10359         (dvi_document_document_iface_init):
10360         * pdf/ev-poppler.cc:
10361         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10362         (pixbuf_document_document_iface_init):
10363         * ps/ps-document.c: (ps_document_can_get_text),
10364         (ps_document_document_iface_init):
10365         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10366         * shell/ev-window.c: (update_action_sensitivity):
10367
10368         Fix the crash when trying to copy in backends that doesnt
10369         support it. We can implement a better solution once we
10370         do real text selection.
10371
10372 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10373
10374         * data/evince-ui.xml:
10375         * shell/ev-window.c: (ev_window_cmd_escape):
10376         
10377         Work around the Escape conflict (find bar and unfullscreen)
10378
10379 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10380
10381         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10382         
10383         Fix for #300233. Next page correctly handles document end.
10384         
10385         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10386         (ev_sidebar_thumbnails_class_init),
10387         (ev_sidebar_thumbnails_set_document),
10388         (ev_sidebar_thumbnails_clear_job),
10389         (ev_sidebar_thumbnails_clear_model):
10390         
10391         Cleanup thumbnail jobs on document changes.
10392         
10393         * shell/ev-view.c: (add_scroll_binding_keypad),
10394         (add_scroll_binding_shifted), (ev_view_class_init):
10395         
10396         Shift + Space scrolls up. Fix for #173184
10397         
10398         * shell/ev-window.c: (ev_window_open_page),
10399         (ev_window_cmd_view_reload):
10400         
10401         Fix reload (Bug #300094)
10402
10403 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10404
10405         
10406         * dvi/mdvi-lib/assoc.c:
10407         * dvi/mdvi-lib/assoc.h: Removed garbage files
10408         
10409         * dvi/mdvi-lib/bitmap.c:
10410         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10411         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10412         * dvi/mdvi-lib/color.h: Antialias of rules
10413         
10414         * dvi/mdvi-lib/common.h:
10415         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10416         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10417         * dvi/mdvi-lib/files.c:
10418         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10419         * dvi/mdvi-lib/mdvi.h:
10420         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10421         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10422         * dvi/mdvi-lib/util.c: Fix compile warnings
10423         
10424         * dvi/dvi-document.c:
10425         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10426         (dvi_document_thumbnails_get_thumbnail),
10427         (dvi_document_document_thumbnails_iface_init):
10428         * dvi/mdvi-lib/Makefile.am:
10429         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10430         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10431         
10432         Dvi backend now renders thumbnails
10433
10434 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10435
10436         * shell/main.c: (main): 
10437         
10438         Save accelerators on exit. Fixes bug #172095.
10439
10440 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10441
10442         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10443         update priority" comment.
10444
10445         * backend/ev-job-queue.c: Give a way to change priority.
10446
10447 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10448
10449         * shell/ev-page-action.c: Fix logic.
10450
10451 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10452
10453         * shell/ev-view.c: (ev_view_can_find_next):
10454         * shell/ev-window.c: (ev_window_setup_document):
10455
10456         Check that the document supports find
10457
10458 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10459
10460         * data/evince-ui.xml:
10461         * shell/ev-view.c: (ev_view_can_find_next):
10462         * shell/ev-view.h:
10463         * shell/ev-window.c: (update_action_sensitivity),
10464         (find_changed_cb), (ev_window_setup_document),
10465         (ev_window_cmd_edit_find_next):
10466
10467         Add Edit->Find Next
10468
10469 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10470
10471         * pdf/ev-poppler.cc:
10472         * shell/ev-print-job.c: (idle_print_handler):
10473
10474         Make printing work again
10475
10476 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10477
10478         * shell/ev-page-action.h:
10479         * shell/ev-page-action.c: (ev_page_action_widget_init),
10480         (ev_page_action_widget_class_init), (page_changed_cb),
10481         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10482         (get_filter_model_from_model), (match_selected_cb),
10483         (display_completion_text), (match_completion), (update_model),
10484         (connect_proxy), (ev_page_action_set_property),
10485         (ev_page_action_get_property), (ev_page_action_set_document),
10486         (ev_page_action_set_model), (ev_page_action_class_init): Big
10487         reworking to make completions work iff we have >= GTK-2.7.0
10488                 
10489         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10490         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10491         (job_finished_cb): We now have a 'model' property that is set when
10492         the links are loaded.  This can be caught with "notify::model"
10493
10494         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10495         listen for the model to be set, and propagate it to the action.
10496
10497 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10498
10499         * cut-n-paste/recent-files/egg-recent-item.c:
10500         (egg_recent_item_set_uri), (make_valid_utf8),
10501         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10502         * cut-n-paste/recent-files/egg-recent-item.h:
10503         
10504         Update egg-recent from libegg. This should fix long
10505         startup problem. For details see
10506         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10507
10508 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10509
10510         * cut-n-paste/recent-files/Makefile.am:
10511         * data/evince-ui.xml, shell/Makefile.am:
10512         * shell/ev-application.c, shell/ev-application.h:
10513         * shell/ev-window.c: Recent files support.
10514         
10515         * configure.ac: Added "ru" to ALL_LINGUAS.
10516         
10517         * dvju: new backend to support DJVU files.
10518         * dvi: new backend to support DVI.
10519
10520         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10521         * ev-application.c: Support for new backends.
10522         
10523         * help, ev-window.c, main.c shell/Makefile.am: 
10524         Evince user documentation.
10525
10526 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10527
10528         * po/POTFILES.in:
10529         * shell/ev-window.c:
10530         * thumbnailer/evince-thumbnailer.c:
10531
10532         s/pdf-document/ev-poppler
10533
10534 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * NEWS:
10537         * configure.ac:
10538
10539         Release 0.2.0
10540
10541         * ps/ps-document.c: (setup_pixmap):
10542
10543         Remove debug code
10544
10545 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10546
10547         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10548         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10549         (ev_window_cmd_go_first_page): Fix of by one errors.
10550
10551 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10552
10553         * ps/ps-document.c: (get_page_box):
10554
10555         Fix page size calculation
10556
10557 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10558
10559         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10560         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10561         (get_page_orientation), (setup_page), (document_load),
10562         (ps_document_get_page_size), (render_pixbuf_idle):
10563         * ps/ps-document.h:
10564
10565         More refactoring to adapt to EvDocument changes
10566
10567 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10568
10569         * ps/ps-document.c: (start_interpreter):
10570
10571         Actually add alpha args
10572
10573 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10574
10575         * pdf/ev-poppler.cc:
10576
10577         Make clipboard work again
10578
10579 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10580
10581         Make searching work again.
10582         
10583         * backend/ev-document.c:
10584         * backend/ev-document.h:
10585         * backend/ev-document-find.c:
10586         * backend/ev-document-find.h: Change EvDocumentIface so we no
10587         longer store the current page or zoom level in the document.  The
10588         consequence is that all calls that operate on the current page now
10589         instead take the page number as an extra argument, and all
10590         coordinates are now doubles in document coordinate system.
10591
10592         * pdf/ev-poppler.cc:
10593         * pixbuf/pixbuf-document.c:
10594         * ps/ps-document.c: Update backends accordingly.
10595
10596 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10597
10598         * autogen.sh:
10599
10600         Add required gettext version
10601
10602 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10603
10604         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10605         make F1 bring up non-existent help.
10606
10607         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10608         epiphany's find bar, #167477
10609
10610         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10611         <emil@nishra.com> to add space-bar scrolling, 
10612
10613         * shell/ev-window.c (static GtkActionEntry entries): add default
10614         keybinding for Help (F1)
10615         Fixes #171068
10616
10617         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10618         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10619         170110
10620
10621 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10622
10623         * Makefile.am: 
10624         * pixbuf/pixbuf-document.c: 
10625
10626         Got pixbuf backend working again
10627
10628 2005-04-01  Steve Murphy  <murf@e-tools.com>
10629
10630         * configure.in: Added "rw" to ALL_LINGUAS.
10631
10632 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10633
10634         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10635         model types, noticed by Martin Kretzschmar.
10636
10637 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10638
10639         * pdf/ev-poppler.cc: Implement search based on
10640         poppler_page_find_text().  Currently a bit crude since we remember
10641         all matches from all pages.  Also, we grab the big document lock
10642         when we search since searching changes the underlying stream and
10643         thus conflicts with the rendering thread.
10644         
10645         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10646         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10647         (ev_view_find_previous): Fix some page indexes to be 0 based,
10648         offset rubber band by view offset,
10649
10650 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10651
10652         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10653
10654 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10655
10656         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10657         completely because I didn't understand GtkActions.  I should
10658         read Marco's code more carefully in the future.
10659
10660         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10661         function
10662
10663 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10664
10665         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10666         PopplerRectangle change from poppler CVS.
10667
10668 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10669
10670         * backend/ev-document.c: (ev_document_get_page_label):
10671         * backend/ev-document.h:
10672         * backend/ev-page-cache.c: (_ev_page_cache_new),
10673         (ev_page_cache_get_page_label):
10674         * backend/ev-page-cache.h:
10675         * pdf/ev-poppler.cc:
10676         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10677         (links_page_num_func):
10678         * shell/ev-sidebar-thumbnails.c:
10679         (ev_sidebar_thumbnails_set_document):
10680         * shell/ev-view.c: (status_message_from_link),
10681         (ev_view_motion_notify_event):
10682         * shell/ev-window.c: (document_supports_sidebar): Add in page
10683         label support.  It's not perfect yet, but it's the first 'feature'
10684         in a while.
10685         Also, fix a bogus comment noticed by crispin. 
10686
10687 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10688
10689         * Makefile.am: Remove pixbuf backend for now
10690
10691         * configure.ac: Require poppler-glib instead of just poppler.
10692
10693         * backend/ev-document-thumbnails.h: Add a comment
10694
10695         * backend/ev-document.h:
10696         * backend/ev-document.c: (ev_document_class_init),
10697         (ev_document_load), (ev_document_get_link),
10698         (ev_document_get_links): Remove 3 methods and add get_links.
10699         Also, made 0 based.
10700
10701         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10702         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10703
10704         * backend/ev-link.c: (ev_link_set_title),
10705         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10706         (ev_link_mapping_find):
10707         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10708         
10709         * backend/ev-page-cache.c: (ev_page_cache_init),
10710         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10711         (ev_page_cache_get_size), (ev_page_cache_next_page),
10712         (ev_page_cache_prev_page): Fix to be 0 based.
10713
10714         * pdf/Makefile.am: 
10715         * pdf/ev-poppler.h:
10716         * pdf/ev-poppler.cc: New backend.
10717         
10718         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10719         (ps_document_get_page), (ps_document_document_iface_init):
10720
10721         * shell/ev-pixbuf-cache.h:
10722         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10723         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10724         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10725         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10726         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10727         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10728         based.
10729         
10730         * shell/ev-sidebar-thumbnails.c:
10731         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10732         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10733
10734         * shell/ev-view.c: (status_message_from_link),
10735         (find_page_at_location), (get_link_at_location),
10736         (ev_view_motion_notify_event), (ev_view_button_release_event),
10737         (ev_view_init): Use the new link code.  Fix to be 0 based.
10738
10739         * shell/ev-window.c: (update_action_sensitivity),
10740         (document_supports_sidebar): 0 based.
10741
10742 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10743
10744         * pdf/pdf-document.cc: Patch from Fernando Herrera
10745         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10746         *blush*
10747
10748 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10749
10750         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10751         1 to the page, as this seems to be 1 based.  I thought we has this
10752         fixed.  grump.
10753
10754 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10755
10756         * TODO:
10757         * backend/Makefile.am:
10758         * backend/ev-document-links.c:
10759         (ev_document_links_has_document_links),
10760         (ev_document_links_get_links_model):
10761         * backend/ev-document-links.h:
10762         * backend/ev-document.c: (ev_document_get_page_cache),
10763         (ev_document_get_doc_mutex), (ev_document_load),
10764         (ev_document_save), (ev_document_get_title),
10765         (ev_document_get_n_pages), (ev_document_set_page),
10766         (ev_document_get_page), (ev_document_set_target),
10767         (ev_document_set_scale), (ev_document_set_page_offset),
10768         (ev_document_get_page_size), (ev_document_get_text),
10769         (ev_document_get_link), (ev_document_render),
10770         (ev_document_render_pixbuf), (ev_document_scale_changed):
10771         * backend/ev-document.h:
10772         * backend/ev-job-queue.c: (remove_object_from_queue),
10773         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10774         (no_jobs_available_unlocked), (ev_render_thread),
10775         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10776         (ev_job_queue_remove_job):
10777         * backend/ev-job-queue.h:
10778         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10779         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10780         (ev_job_links_class_init), (ev_job_render_init),
10781         (ev_job_render_dispose), (ev_job_render_class_init),
10782         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10783         (ev_job_thumbnail_class_init), (ev_job_finished),
10784         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10785         (ev_job_render_run), (ev_job_thumbnail_new),
10786         (ev_job_thumbnail_run):
10787         * backend/ev-jobs.h:
10788         * backend/ev-link.c:
10789         * backend/ev-link.h:
10790         * backend/ev-page-cache.c: (ev_page_cache_init),
10791         (ev_page_cache_class_init), (ev_page_cache_finalize),
10792         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10793         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10794         (ev_page_cache_set_link), (ev_page_cache_get_title),
10795         (ev_page_cache_get_size), (ev_page_cache_next_page),
10796         (ev_page_cache_prev_page):
10797         * backend/ev-page-cache.h:
10798         * pdf/pdf-document.cc:
10799         * ps/gsdefaults.c:
10800         * ps/gsdefaults.h:
10801         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10802         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10803         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10804         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10805         (is_interpreter_ready), (output), (catchPipe), (input),
10806         (start_interpreter), (check_filecompressed), (compute_dimensions),
10807         (ps_document_enable_interpreter), (document_load),
10808         (ps_document_next_page), (render_page), (ps_document_set_page),
10809         (ps_document_set_scale), (render_pixbuf_idle),
10810         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10811         * ps/ps-document.h:
10812         * shell/Makefile.am:
10813         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10814         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10815         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10816         (ev_pixbuf_cache_new), (job_finished_cb),
10817         (check_job_size_and_unref), (move_one_job),
10818         (ev_pixbuf_cache_update_range), (find_job_cache),
10819         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10820         (ev_pixbuf_cache_add_jobs_if_needed),
10821         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10822         * shell/ev-pixbuf-cache.h:
10823         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10824         (idle_print_handler):
10825         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10826         (selection_changed_cb), (create_loading_model),
10827         (ev_sidebar_links_construct), (links_page_num_func),
10828         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10829         (update_page_callback), (job_finished_cb),
10830         (ev_sidebar_links_set_document):
10831         * shell/ev-sidebar-thumbnails.c:
10832         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10833         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10834         (page_changed_cb), (thumbnail_job_completed_callback),
10835         (ev_sidebar_thumbnails_set_document):
10836         * shell/ev-sidebar-thumbnails.h:
10837         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10838         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10839         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10840         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10841         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10842         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10843         (ev_view_button_release_event), (ev_view_scroll_view),
10844         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10845         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10846         (ev_view_new), (job_finished_cb), (page_changed_cb),
10847         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10848         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10849         (ev_view_find_previous):
10850         * shell/ev-view.h:
10851         * shell/ev-window.c: (update_action_sensitivity),
10852         (ev_window_open_page), (update_window_title), (update_total_pages),
10853         (page_changed_cb), (ev_window_setup_document),
10854         (password_dialog_response), (ev_window_cmd_save_as),
10855         (ev_window_print), (ev_window_cmd_go_previous_page),
10856         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10857         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10858         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10859         * shell/main.c: (main):
10860
10861         Merge evince-threads branch
10862
10863 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10864
10865         * configure.ac: Added "lt" to ALL_LINGUAS.
10866
10867 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10868
10869         * NEWS:
10870         * configure.ac:
10871
10872         Release 0.1.9
10873
10874 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10875
10876         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10877
10878         Fix here also the thumbnails 1-basedness :)
10879
10880 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * NEWS:
10883         * configure.ac:
10884
10885         Release 0.1.8
10886
10887 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10888
10889         * pdf/pdf-document.cc:
10890         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10891         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10892
10893         Fix the mess we did with thumbnails and 1-basedness
10894
10895 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10896
10897         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10898
10899 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10900
10901         * NEWS:
10902         * configure.ac:
10903
10904         Release 0.1.7
10905
10906 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10907
10908         * ps/Makefile.am:
10909         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10910         (gtk_gs_defaults_get_alpha_parameters),
10911         (gtk_gs_defaults_get_ungzip_cmd),
10912         (gtk_gs_defaults_get_unbzip2_cmd):
10913         * ps/gsdefaults.h:
10914         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10915         (ps_document_get_orientation), (document_load),
10916         (ps_document_goto_page), (ps_document_set_page_size):
10917         * ps/ps-document.h:
10918
10919         Some more sanitization of the ps backend. Remove a lot
10920         of unused code and do not base our defaults on ggv
10921         preferences (ugh!)
10922
10923 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10924
10925         * thumbnailer/evince-thumbnailer.schemas:
10926         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10927         (main): add -s option for thumbnail size.
10928
10929 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10930
10931         * configure.ac:
10932
10933         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10934         remove it.
10935
10936 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10937
10938         * pdf/pdf-document.cc:
10939
10940         Remove 4 pixels of useless border from the
10941         thumbnail.
10942
10943 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10944
10945         * backend/ev-document-thumbnails.c:
10946         (ev_document_thumbnails_get_thumbnail):
10947         * backend/ev-document-thumbnails.h:
10948
10949         Rework API a bit. Add a border flag and
10950         change sizing logic (now the size we specify
10951         applies to the bigger dimension).
10952
10953         * pdf/pdf-document.cc:
10954         * pixbuf/pixbuf-document.c:
10955         (pixbuf_document_thumbnails_get_thumbnail):
10956         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10957         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10958
10959         Adapt to the new API and do not draw a border for nautilus
10960         thumbnailer.
10961
10962 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10963
10964         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10965         take thumbnails from page "0" instead of "1". Added a copyright header.
10966
10967 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10968
10969         * ps/ps-document.c: (set_up_page), (start_interpreter):
10970
10971         Make it C89 compliant
10972
10973 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10974
10975         * Makefile.am:
10976         * configure.ac:
10977         * pdf/.cvsignore:
10978         * pdf/pdf-document.cc:
10979         * thumbnailer/Makefile.am:
10980         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10981         (main):
10982         * thumbnailer/evince-thumbnailer.schemas:
10983         * thumbnailer/pdf-icon.png:
10984
10985         Add a nautilus thumbnailer.
10986         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10987
10988 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10989
10990         * NEWS:
10991         * configure.ac:
10992         * po/POTFILES.in:
10993
10994         Release 0.1.6
10995
10996 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10997
10998         Use poppler instead of including xpdf source code.  Poppler is a
10999         fork of xpdf to build it as a shared library. See
11000         http://freedesktop.org/wiki/Software/poppler.
11001
11002         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11003         xpdf fork.
11004         
11005         * pdf/Makefile.am: Build libpdfdocument.a here.
11006         
11007         * pdf/GDKSplashOutputDev.cc:
11008         * pdf/GDKSplashOutputDev.h:
11009         * pdf/GnomeVFSStream.cc:
11010         * pdf/GnomeVFSStream.h:
11011         * pdf-document.cc:
11012         * pdf-document.h:
11013         * test-gdk-output-dev.cc
11014         * Thumb.cc:
11015         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11016         against poppler.
11017
11018 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11019
11020         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11021
11022         Clear idle stack before unsetting the document
11023
11024 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11025
11026         * ps/ps-document.c: (ps_document_widget_event),
11027         (ps_document_set_target), (ps_document_finalize),
11028         (ps_document_get_page):
11029
11030         Disconnect the widget event signal on finalize.
11031         Some code cleanups.
11032
11033 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11034
11035         * ps/ps-document.c: (set_up_page):
11036
11037         If there is no bpixmap create one, even if size
11038         is not changed.
11039
11040 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11041
11042         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11043         (set_up_page), (document_load), (ps_document_set_zoom):
11044
11045         Default page is 0. Calculate size even when we have no
11046         target yet.
11047
11048 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11049
11050         * shell/ev-sidebar.c: expand the selection widget to be always as
11051         wide as the sidebar
11052
11053 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11054
11055         * shell/ev-sidebar-thumbnails.c:
11056         (ev_sidebar_thumbnails_set_document):
11057
11058         Clear the list store when setting document
11059
11060 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11061
11062         * shell/ev-page-action.c: (update_entry), (sync_entry),
11063         (activate_cb), (entry_size_request_cb), (create_tool_item),
11064         (connect_proxy):
11065
11066         Use an entry for the page control instead of spinbuttons
11067
11068 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11069
11070         * data/evince.schemas.in:
11071
11072         Correct confusing string
11073
11074 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11075
11076         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11077         for real.  Gosh, how long has this been broken.
11078
11079         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11080         check for a NULL link.  We crash otherwise.
11081
11082 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11083
11084         * NEWS:
11085         * configure.ac:
11086
11087         Release 0.1.5
11088
11089 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11090
11091         * configure.ac: add the french translation.
11092
11093 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11094
11095         * shell/ev-window.c:
11096
11097         Remove unused header -> fix distcheck
11098
11099 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11100
11101         * shell/ev-window.c: (update_window_title),
11102         (ev_window_popup_password_dialog):
11103
11104         Unescape filename for display
11105
11106 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11107
11108         * pdf/xpdf/pdf-document.cc:
11109
11110         In get_page_size deal with rotation. Also
11111         cleanup the function a bit.
11112
11113 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11114
11115         * pdf/xpdf/pdf-document.cc:
11116
11117         Fix crash when opening in new window
11118
11119 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11120
11121         * configure.ac:
11122
11123         Check ghostscript >= 7
11124
11125 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11126
11127         * shell/ev-window.c:
11128
11129         Make page width the default sizing mode
11130
11131 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11132         Marco Pesenti Gritti <marco@gnome.org>
11133
11134         * shell/ev-window.c: Remember the sidebar size
11135
11136         * data/evince.schemas.in: Add a new gconf key to store the size of
11137         the sidebar
11138
11139 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11140
11141         * data/evince-ui.xml:
11142         * shell/ev-window.c: (update_action_sensitivity),
11143         (ev_window_cmd_view_reload):
11144         
11145         Add a "Reload" action and menu entry
11146
11147 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11148
11149         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11150         iff the type doesn't support thumbnailing and indexing.
11151
11152 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11153
11154         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11155
11156 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11157
11158         * pdf/splash/Splash.cc:
11159
11160         Port fix for a crasher from kde bug
11161         http://bugs.kde.org/show_bug.cgi?id=97131
11162
11163 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11164
11165         * pdf/xpdf/pdf-document.cc:
11166
11167         Return a link even if it's of an unrecognized
11168         type. Otherwise we go in an infinte cycle.
11169
11170 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11171
11172         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11173         (size_allocate_cb), (ev_window_set_sizing_mode):
11174
11175         Update size when switching mode
11176
11177 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11178
11179         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11180         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11181         (ev_window_cmd_view_normal_size):
11182
11183         Fix size toggle buttons behavior
11184
11185 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11186
11187         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11188         (doc_rect_to_view_rect), (ev_view_size_allocate),
11189         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11190         (scale_changed_callback):
11191
11192         Do not cache offsets in size_allocate.
11193
11194 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11195
11196         * shell/ev-view.c: (ev_view_size_allocate):
11197
11198         Calculate offsets before calling the parent
11199         class (which does a redraw)
11200
11201 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11202
11203         * pdf/xpdf/pdf-document.cc:
11204
11205         Fix a crasher on exit. Unused code, put a TODO
11206
11207 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11208
11209         * backend/ev-document.c: (ev_document_class_init),
11210         (ev_document_page_changed), (ev_document_scale_changed):
11211         * backend/ev-document.h:
11212
11213         Separate page/scale notifications
11214
11215         * pdf/xpdf/pdf-document.cc:
11216
11217         Emit the new signals.
11218         Do not display the pdf page in _render, do it
11219         when scale/page are requested.
11220
11221         * ps/ps-document.c: (ps_document_set_zoom),
11222         (ps_document_widget_event):
11223         * ps/ps-document.h:
11224
11225         Emit the new signals.
11226
11227         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11228         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11229         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11230         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11231         * shell/ev-view.h:
11232         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11233         (ev_window_cmd_view_page_width), (size_allocate_cb),
11234         (ev_window_set_sizing_mode):
11235
11236         Rework sizing to be pixel based.
11237         There are bugs but should be already way better.
11238
11239 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11240
11241         * shell/ev-window.c: (ev_window_init):
11242
11243         Do not allow to shrink sidebar smaller then
11244         child requisition
11245
11246 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11247
11248         * shell/ev-sidebar.[ch]
11249         * shell/ev-window.c:
11250
11251         Improved sidebar widget. Fixes #166683
11252
11253 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11254
11255         * shell/ev-view.c (update_find_status_message): Give translators
11256         more flexibility with ngettext plural handling.
11257
11258 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11259
11260         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11261         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11262         page when we get the page size.
11263
11264 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11265
11266         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11267
11268         ps pages are 0 based, convert 
11269
11270 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11271
11272         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11273
11274         Initialize correct parent class. Set GError on document load
11275
11276 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11277
11278         * pdf/xpdf/pdf-document.cc:
11279
11280         Fixup selection offset calculation
11281
11282         * shell/ev-view.c: (view_rect_to_doc_rect),
11283         (doc_rect_to_view_rect), (ev_view_size_allocate),
11284         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11285         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11286
11287         Store selection as document relative, so that zooming
11288         and offset changing doesnt break it.
11289
11290 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11291
11292         * shell/ev-view.c: (ev_view_best_fit):
11293
11294         Do not try to best fit if the view is not realized
11295
11296 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11297           
11298         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11299
11300 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11301
11302         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11303
11304 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11305
11306         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11307         the popup window.  That prevents it resizing when in full screen
11308         mode.
11309
11310         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11311         multiple rerenders.  This pretty much sucks.
11312
11313         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11314         rest of the toolbar.
11315
11316 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11317
11318         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11319
11320 2005-02-17  Alexander Shopov  <ash@contact.bg>
11321
11322         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11323
11324 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11325
11326         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11327
11328 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11329
11330         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11331         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11332         (set_document_page), (document_changed_callback),
11333         (ev_view_set_document), (ev_view_find_previous),
11334         (ev_view_hide_cursor), (ev_view_show_cursor):
11335         * shell/ev-view.h:
11336         * shell/ev-window.c: (update_chrome_visibility),
11337         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11338         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11339         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11340         (ev_window_unfullscreen):
11341         * shell/main.c: (main):
11342
11343         Automatically hide the fullscreen button.
11344         Patch by Kristian Høgsberg <krh@redhat.com>
11345
11346 2005-02-16  Vincent Noel  <vnoel@cox.net>
11347
11348         * shell/main.c (main): Specify an icon for the window. Patch by
11349         Jaap A. Haitsma. Fixes #166177.
11350
11351 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11352
11353         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11354
11355 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11356
11357         * backend/ev-document-misc.h:
11358         * backend/ev-document-misc.c:
11359         (ev_document_misc_get_page_border_size),
11360         (ev_document_misc_paint_one_page): New function to canonicalize
11361         sizing/painting a border.
11362
11363         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11364         used.
11365
11366         * pdf/xpdf/pdf-document.cc: use new function
11367
11368         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11369         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11370         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11371         shell/ev-window.c: (update_sizing_buttons),
11372         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11373         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11374         (ev_window_cmd_view_page_width), (size_allocate_cb),
11375         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11376         and "fit width" values act as toggle buttons so they stay
11377         toggled.  It's not 100% perfect, and it's a little slow, but it's
11378         good enough to commit I think.
11379
11380 2005-02-15  David Lodge  <dave@cirt.net>
11381
11382         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11383
11384 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11385
11386         * shell/ev-window.c (update_window_title): replace newlines in
11387         the title by spaces. Bug #166107.
11388
11389 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11390
11391         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11392         parameters providing allocation width and height without
11393         scrollbars and width of a possible vertical scrollbar. With this
11394         additional information the functions can work as
11395         intended. Unfortunately they're not idempotent. We should
11396         transform these commands to toggles. Fixes Bug #164976
11397         Initial patch by Stephane Loeuillet, then heavily modified.
11398
11399         * shell/ev-view.h: update prototypes.
11400
11401         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11402         (ev_window_cmd_view_page_width): provide EvView fit functions with
11403         all the information they need. Formulas to calculate this
11404         information taken from GtkScrolledWindow.
11405
11406 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11407
11408         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11409         created a thumbnail, the list store is updated to know
11410         that the thumbnail is set. Fixes bug #166792
11411
11412 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11413
11414         * shell/ev-window.c: fixed typo, closes bug 166897
11415
11416         * TODO: updated TODO with bug numbers that are relevant
11417
11418 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11419
11420         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11421
11422 2005-02-09  Vincent Noel  <vnoel@cox.net>
11423
11424         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11425         and "Next" toolbar buttons as important to make them stand out.
11426
11427 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11428
11429         * lib/ev-debug.c:
11430         * lib/ev-debug.h:
11431         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11432         (start_interpreter), (stop_interpreter), (document_load),
11433         (ps_document_next_page), (ps_document_goto_page),
11434         (ps_document_set_page_size), (ps_document_widget_event),
11435         (ps_document_render):
11436         * shell/ev-page-view.c: (ev_page_view_dispose):
11437         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11438
11439         Fix compilation on non-gcc platforms
11440
11441 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11442
11443         * NEWS:
11444         * configure.ac:
11445
11446         Release 0.1.4
11447
11448         * pdf/xpdf/Catalog.cc:
11449         * pdf/xpdf/XRef.cc:
11450
11451         Fix the fix for CAN-2004-0888
11452
11453 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11454
11455         * data/Makefile.am:
11456         * data/evince-ui.xml:
11457         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11458         * shell/ev-stock-icons.h:
11459         * shell/ev-window.c: (update_action_sensitivity),
11460         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11461         (set_action_properties):
11462
11463         Improve toolbar layout/icons
11464
11465 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11466
11467         * pdf/xpdf/pdf-document.cc:
11468
11469         Add warnings about unimplemented/unknown link
11470         types.
11471
11472 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11473
11474         * ps/ps-document.c: (set_up_page):
11475
11476         Log gs property
11477
11478 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * ps/ps-document.c: (start_interpreter):
11481
11482         Log gs env var
11483
11484 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11485
11486         * shell/ev-page-view.c: (ev_page_view_dispose):
11487         * shell/ev-view.c: (ev_view_finalize):
11488         * shell/ev-window.c: (ev_window_setup_document),
11489         (ev_window_dispose), (ev_window_init):
11490
11491         Solve more refs issues.
11492
11493         I commented out the page_view initialization for now:
11494         it was never destroyed (because it's never added
11495         to a container). Because of that we was leaking
11496         gs processes. Couldnt think to a clean fix.
11497         We need to figure this out, password view has the
11498         same issue probably.
11499
11500 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11501
11502         * ps/ps-document.c: (ps_document_finalize),
11503         (ps_document_get_n_pages), (ps_document_get_page):
11504
11505         Some cleanups, stop the interpreter on finalize
11506
11507         * shell/ev-page-view.c: (ev_page_view_dispose),
11508         (ev_page_view_class_init):
11509
11510         Release our reference on the document
11511
11512 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11513
11514         * Makefile.am:
11515         * configure.ac:
11516         * doc/debugging.txt:
11517         * lib/.cvsignore:
11518         * lib/Makefile.am:
11519         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11520         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11521         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11522         * lib/ev-debug.h:
11523
11524         Add debugging helpers
11525
11526         * ps/Makefile.am:
11527         * ps/ps-document.c: (set_up_page), (start_interpreter),
11528         (stop_interpreter), (document_load), (ps_document_next_page),
11529         (ps_document_goto_page), (ps_document_set_page_size),
11530         (ps_document_widget_event), (ps_document_render):
11531         * shell/Makefile.am:
11532         * shell/ev-view.c: (expose_bin_window):
11533         * shell/main.c: (main):
11534
11535         Add some logs
11536         
11537 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11538
11539         * ps/ps-document.c: (ps_document_widget_event):
11540
11541         Initialize message_window, this should make ps
11542         rendering really work! (Never noticed because I was
11543         testing with a ps that is causing gs to exit every time!)
11544
11545 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11546
11547         * data/evince.schemas.in: updated simple error in applyto closing tag
11548
11549 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11550
11551         * Makefile.am:
11552         * configure.ac:
11553         * data/.cvsignore:
11554         * data/Makefile.am:
11555         * data/evince-ui.xml:
11556         A data/evince.schemas.in:
11557         * po/POTFILES.in:
11558         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11559         * shell/ev-stock-icons.h:
11560         * shell/ev-window.c: (update_chrome_visibility),
11561         (update_chrome_flag), (ev_window_cmd_edit_find),
11562         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11563         (ev_window_unfullscreen), (ev_window_focus_in_event),
11564         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11565         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11566         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11567         (ev_window_dispose), (ev_window_class_init),
11568         (set_action_properties), (set_chrome_actions), (load_chrome),
11569         (ev_window_init):
11570
11571         Implement fullscreen mode changes from bug #164776.
11572         Also implement persistent chrome toggles.
11573
11574 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11575
11576         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11577
11578 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * NEWS:
11581         * configure.ac:
11582         * shell/ev-view.c:
11583
11584         Add another check for find interface
11585
11586         Release 0.1.3
11587
11588 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * shell/ev-application.c: (ev_application_open):
11591         * shell/ev-window.c: (ev_window_open):
11592
11593         Open gzipped ps documents
11594
11595 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11596
11597         * TODO:
11598         * shell/ev-view.c: (set_document_page):
11599
11600         Clamp page number, dont try to move to
11601         not existant pages.
11602
11603 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11604
11605         * backend/ev-document-find.c: (ev_document_find_changed):
11606         * backend/ev-document-find.h:
11607         * pdf/xpdf/pdf-document.cc:
11608         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11609         * shell/ev-window.c: (find_bar_search_changed_cb):
11610
11611         Fix several bugs with find
11612
11613 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11614
11615         * shell/ev-sidebar-thumbnails.c
11616         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11617         document. Prevents warning from scroll_to_cell.
11618
11619 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11620
11621         * configure.ac: Add «nb» to ALL_LINGUAS too.
11622
11623 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11624
11625         * NOTES: New file with some random thoughts.
11626
11627         * TODO: Update.
11628
11629         * backend/ev-document-misc.c:
11630         (ev_document_misc_get_page_border_size): New function to
11631         canonicalize shadow drawing sizes.  Possibly goofy.
11632
11633         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11634         (ev_view_best_fit), (ev_view_fit_width):
11635         * pdf/xpdf/pdf-document.cc:
11636         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11637         * ps/ps-document.c: (ps_document_get_page_size):
11638         * backend/ev-document-misc.h:
11639         * backend/ev-document.c: (ev_document_get_page_size):
11640         * backend/ev-document.h: get_page_size now takes a page number
11641         parameter.  Made all the backends/frontends honor it.
11642
11643         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11644         see.  Doesn't work yet.
11645
11646         * shell/Makefile.am:
11647         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11648         Doesn't do anything yet.
11649
11650         * shell/ev-sidebar-thumbnails.c:
11651         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11652         [0..n_pages-1]
11653
11654         * shell/ev-window.c: (update_action_sensitivity),
11655         (ev_window_setup_document), (ev_window_set_page_mode),
11656         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11657         view-swapping code a bit so we can have multiple views on a
11658         document.  Add the multi-page view, though it can't be turned on
11659         yet.
11660
11661 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * shell/ev-application.c: (ev_application_open):
11664         * shell/ev-view.c: (expose_bin_window):
11665         * shell/ev-window.c: (ev_window_open):
11666
11667         Support eps and check document supports find
11668         before drawing highlightings in expose.
11669
11670 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11671
11672         * pixbuf/pixbuf-document.c:
11673         (pixbuf_document_thumbnails_get_dimensions),
11674         (pixbuf_document_document_thumbnails_iface_init):
11675
11676         implement get_dimensions
11677
11678 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11679
11680         * NEWS:
11681         * configure.ac:
11682
11683         Release 0.1.2
11684
11685 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11686
11687         * shell/ev-view.c: (set_document_page):
11688
11689         Scroll at the top of the page when changing page
11690
11691 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * shell/ev-view.c: (ev_view_motion_notify_event):
11694
11695         Do not redraw unnecessarily
11696
11697 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11698
11699         * pdf/xpdf/pdf-document.cc:
11700         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11701         (expose_bin_window), (find_changed_cb):
11702
11703         Yay! find works now... Now to find bugs...
11704
11705 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11706
11707         * backend/ev-document-find.c: (ev_document_find_base_init),
11708         (ev_document_find_changed):
11709         * backend/ev-document-find.h:
11710         * pdf/xpdf/pdf-document.cc:
11711         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11712         (expose_bin_window), (ev_view_init), (set_document_page),
11713         (ensure_rectangle_is_visible), (jump_to_find_result),
11714         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11715         (ev_view_find_next), (ev_view_find_previous):
11716         * shell/ev-view.h:
11717         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11718
11719         More work on find implementation, mostly there now
11720
11721 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * backend/ev-backend-marshalers.list:
11724         * backend/ev-document-find.c: (ev_document_find_base_init),
11725         (ev_document_find_cancel), (ev_document_find_page_has_results),
11726         (ev_document_find_get_n_results), (ev_document_find_get_result),
11727         (ev_document_find_get_progress), (ev_document_find_changed):
11728         * backend/ev-document-find.h:
11729
11730         Enanche the find interface to be really able to do
11731         multi page find.
11732
11733         * pdf/xpdf/pdf-document.cc:
11734
11735         Implement
11736
11737         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11738         (expose_bin_window), (ev_view_init),
11739         (ev_view_get_find_status_message), (find_changed_cb),
11740         (ev_view_set_document), (set_document_page):
11741
11742         Adapt to the new interface. A few things are regressed sorry,
11743         I will finish it soon.
11744
11745 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11746
11747         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11748         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11749         ev_sidebar_thumbnails_parent_class variable, don't define another
11750         parent_class variable.
11751
11752         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11753         (ev_page_action_class_init): ditto.
11754
11755         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11756         (pixbuf_document_class_init): ditto.
11757
11758         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11759         ditto.
11760
11761         * .cvsignore: ignore various valgrind output files.
11762
11763 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11764
11765         * data/evince-ui.xml:
11766         * shell/Makefile.am:
11767         * shell/ev-history.c:
11768         * shell/ev-history.h:
11769         * shell/ev-navigation-action.c:
11770         * shell/ev-navigation-action.h:
11771         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11772         (ev_view_set_page), (ev_view_fit_width):
11773         * shell/ev-view.h:
11774         * shell/ev-window.c: (update_action_sensitivity),
11775         (ev_window_setup_document), (register_custom_actions):
11776
11777         Kill session history
11778
11779 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11780
11781         * shell/ev-window.c: (update_action_sensitivity):
11782
11783         Fix inverted up/down buttons
11784
11785 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11786
11787         * shell/ev-sidebar-thumbnails.c
11788         (ev_sidebar_thumbnails_select_page): make sure the selected
11789         thumbnail stays visible.
11790
11791 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11792
11793         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11794         scrolled window for Federico.
11795
11796 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11797
11798         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11799
11800 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11801
11802         * configure.ac:
11803         * pdf/splash/SplashFTFontEngine.cc:
11804
11805         Fix CID fonts with freetype 2.1.9
11806
11807 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11808
11809         * TODO: added item for desktop icon thumbnailer
11810
11811 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11812
11813         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11814         unloaded docs when the title is accessed.
11815
11816         * shell/ev-password-view.[hc]: New widget for displaying password
11817         state.
11818
11819         * shell/ev-window.[ch]: Refactor password handling code to handle
11820         the new view.
11821
11822 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11823
11824         * NEWS:
11825         * configure.ac:
11826         * data/Makefile.am:
11827
11828         Release 0.1.1
11829
11830 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11831
11832         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11833         ignore page offset here, to make search results independent of it,
11834
11835         * shell/ev-view.c (expose_bin_window): but take offsets into
11836         account here. Bug #164932
11837
11838         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11839         scale at the right time. Bug #164996
11840
11841 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11842
11843         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11844         fix the problem. Now I just removed the Adobe font names and hope
11845         that the URW fonts are always in outline format. Bug #164934
11846
11847         * shell/ev-window.c (update_window_title): empty titles are
11848         useless, use filename in that case too.
11849
11850         * NEWS: Add some content.
11851
11852 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11853
11854         * TODO: added one more TODO item and a TODONE section :)
11855
11856 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11857
11858         * ps/ps-document.h: add page_[xy]_offset fields.
11859
11860         * ps/ps-document.c (ps_document_set_page_offset)
11861         (ps_document_render): Keep offset in consideration in a few
11862         places. Bug #164752 "postscript documents are not centered in
11863         window"
11864
11865         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11866         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11867
11868         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11869         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11870         stub out missing methods for complete EvDocument implementation.
11871         Fixes segfaults with Save A Copy and Copy actions.
11872
11873         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11874         (ps_document_document_iface_init): ditto.
11875         
11876 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11877
11878         * data/.cvsignore:
11879         * data/Makefile.am:
11880         * data/evince.desktop.in:
11881
11882         Add desktop file
11883
11884 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11885
11886         * shell/ev-view.c: (ev_view_button_press_event),
11887         (ev_view_motion_notify_event):
11888
11889         Make selection work in any direction
11890
11891 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11892
11893         * TODO:
11894         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11895
11896         Use shorter labels for some of the toolbars items
11897
11898 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * pdf/xpdf/pdf-document.cc:
11901
11902         Check the links info is initialized before
11903         using it. Should fix a crash on startup.
11904
11905 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11906
11907         * pixbuf/pixbuf-document.c
11908         (pixbuf_document_thumbnails_get_dimensions): force floating point
11909         division to calculate page_ratio. Fixes crash with landscape
11910         format pixbufs.
11911
11912 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11913
11914         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11915
11916 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11917
11918         * shell/ev-view.c (set_document_page): unset has_selection when
11919         the page changes.
11920         (set_document_page): handle paper size changes when the page
11921         changes (test with Free Culture, page 2).
11922
11923 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11924
11925         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11926         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11927
11928         Use normal style color for the widget background and
11929         draw a black box around the page.
11930
11931 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * pdf/xpdf/pdf-document.cc:
11934
11935         Keep offset in consideration in a few places
11936
11937         * shell/ev-view.c: (expose_bin_window):
11938
11939         Set the offsets so that the document is ever centered
11940
11941 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11942
11943         * TODO: Added TODO items and finished off the first todo item
11944
11945         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11946         reflect current authors
11947
11948 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11949
11950         * pdf/xpdf/pdf-document.cc:
11951         * shell/ev-view.c: (ev_view_set_cursor),
11952         (ev_view_motion_notify_event), (document_changed_callback),
11953         (set_document_page):
11954
11955         Show a wait cursor while the page is rendering
11956
11957 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11958
11959         * shell/ev-sidebar-thumbnails.c:
11960         (ev_sidebar_tree_selection_changed),
11961         (ev_sidebar_thumbnails_select_page):
11962         * shell/ev-sidebar-thumbnails.h:
11963         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11964         (ev_view_can_go_forward):
11965         * shell/ev-window.c: (ev_window_open_page),
11966         (ev_window_setup_document), (update_current_page),
11967         (view_page_changed_cb), (ev_window_init):
11968         * shell/ev-window.h:
11969
11970         Ensure thumbnails selection, toolbar page control and
11971         current page are in sync.
11972
11973 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11974
11975         * pdf/xpdf/XRef.cc:
11976
11977         Fix CAN-2005-0064
11978
11979 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11980
11981         * backend/Makefile.am:
11982         * backend/ev-document-links.h:
11983         * backend/ev-document-security.c: (ev_document_security_get_type),
11984         (ev_document_security_has_document_security),
11985         (ev_document_security_set_password):
11986         * backend/ev-document-security.h:
11987         * backend/ev-document.c: (ev_document_error_quark):
11988         * backend/ev-document.h:
11989         * data/Makefile.am:
11990         * data/evince-password.glade:
11991         * pdf/xpdf/pdf-document.cc:
11992         * shell/Makefile.am:
11993         * shell/ev-password.c: (ev_password_set_bad_password_label),
11994         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11995         (ev_password_dialog_get_password),
11996         (ev_password_dialog_set_bad_pass):
11997         * shell/ev-password.h:
11998         * shell/ev-window.c: (ev_window_get_attribute),
11999         (ev_window_set_property), (update_action_sensitivity),
12000         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12001         (ev_window_setup_document), (ev_window_get_password),
12002         (ev_window_open), (ev_window_cmd_save_as),
12003         (using_postscript_printer), (ev_window_print),
12004         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12005         (update_fullscreen_popup), (ev_window_fullscreen),
12006         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12007         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12008         (menu_item_select_cb), (find_bar_search_changed_cb),
12009         (ev_window_dispose), (ev_window_init):
12010
12011         Add initial support for password-supported dialogs.  This could be
12012         a lot cooler, but it'll do for now.
12013
12014 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12015
12016         * pdf/xpdf/pdf-document.cc:
12017         * shell/ev-view.c: (status_message_from_link),
12018         (ev_view_set_status), (ev_view_set_cursor),
12019         (ev_view_motion_notify_event), (ev_view_init):
12020         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12021
12022         Fix bugs in the links implementation and change cursor
12023         when hovering a link.
12024
12025 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12026
12027         * viewer/.cvsignore: added cvsignore file for viewer directory
12028
12029         * TODO: created TODO document
12030
12031 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12032
12033         * shell/ev-view.h:
12034         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12035         new functions to help with implementation of sensitivity code
12036         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12037         of all actions that might require it.  Fixes a crash when you
12038         click on the Zoom actions in a window lacking a document.
12039
12040 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12041
12042         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12043         of the Find action
12044
12045 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12046
12047         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12048         (pixbuf_document_document_iface_init):
12049         * ps/ps-document.c: (ps_document_get_link),
12050         (ps_document_document_iface_init):
12051         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12052         (status_message_from_link), (ev_view_set_status),
12053         (ev_view_set_find_status), (ev_view_motion_notify_event),
12054         (ev_view_button_release_event), (ev_view_set_property),
12055         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12056         (ev_view_get_find_status_message), (update_find_results),
12057         (ev_view_get_status), (ev_view_get_find_status):
12058         * shell/ev-view.h:
12059         * shell/ev-window.c: (view_status_changed_cb),
12060         (view_find_status_changed_cb), (ev_window_init):
12061
12062         View status message support, use it to show the links.
12063         Needs work...
12064
12065 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12066
12067         * backend/ev-document.c: (ev_document_get_link):
12068         * backend/ev-document.h:
12069         * pdf/xpdf/pdf-document.cc:
12070         * shell/ev-application.c: (ev_application_open):
12071         * shell/ev-application.h:
12072         * shell/ev-sidebar-links.c: (selection_changed_cb):
12073         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12074         (ev_view_go_to_link):
12075
12076         Add support for document links
12077
12078 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12079
12080         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12081         (create_tool_item):
12082         Set the spin button limits correctly.
12083         
12084         * shell/ev-sidebar-thumbnails.c:
12085         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12086         Support changing pages by clicking on the thumbnails.
12087         
12088 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12089
12090         * pixbuf/pixbuf-document.c:
12091         (pixbuf_document_thumbnails_get_dimensions),
12092         (pixbuf_document_document_thumbnails_iface_init):
12093
12094         implement get_dimensions
12095
12096 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12097
12098         * ps/ps-document.c: (ps_document_goto_page):
12099
12100         Fix page switching on multipage documents
12101
12102 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12103
12104         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12105         
12106         check for NULL before assigning to width and height parameters
12107
12108 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12109
12110         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12111         (pixbuf_document_set_property), (pixbuf_document_get_property):
12112
12113         implement get/set properties
12114
12115 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12116
12117         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12118         
12119         return NULL instead of "Unknown", letting the title get set to
12120         the filename when the pdf has no title.
12121
12122 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12123
12124         * ps/ps-document.c: (ps_document_get_page_count),
12125         (ps_document_goto_page):
12126
12127 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12128
12129         * shell/ev-history.c: (ev_history_get_property),
12130         (ev_history_set_property), (ev_history_class_init),
12131         (ev_history_add_page), (ev_history_set_current_index):
12132         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12133         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12134         (ev_navigation_action_finalize):
12135         * shell/ev-navigation-action.h:
12136         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12137         (ev_view_go_forward), (ev_view_get_find_status_message),
12138         (history_index_changed_cb), (ev_view_set_history):
12139         * shell/ev-view.h:
12140         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12141         (update_current_page), (register_custom_actions):
12142
12143         Implement history dropdowns
12144
12145 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12146
12147         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12148         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12149         (ev_view_go_forward):
12150         * shell/ev-window.c: (register_custom_actions):
12151
12152         Fix several history bugs
12153
12154 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12155
12156         * configure.ac: Add «nb» to ALL_LINGUAS.
12157
12158 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * backend/Makefile.am:
12161         * backend/ev-bookmark.c:
12162         * backend/ev-bookmark.h:
12163         * backend/ev-document-bookmarks.c:
12164         * backend/ev-document-bookmarks.h:
12165         * backend/ev-document-links.c: (ev_document_links_get_type),
12166         (ev_document_links_has_document_links),
12167         (ev_document_links_begin_read), (ev_document_links_get_link),
12168         (ev_document_links_get_child), (ev_document_links_next),
12169         (ev_document_links_free_iter):
12170         * backend/ev-document-links.h:
12171         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12172         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12173         (ev_link_get_link_type), (ev_link_set_link_type),
12174         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12175         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12176         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12177         (ev_link_new_external):
12178         * backend/ev-link.h:
12179         * pdf/xpdf/pdf-document.cc:
12180         * shell/Makefile.am:
12181         * shell/ev-application.c: (ev_application_open_link):
12182         * shell/ev-application.h:
12183         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12184         (ev_history_get_link_nth):
12185         * shell/ev-history.h:
12186         * shell/ev-sidebar-bookmarks.c:
12187         * shell/ev-sidebar-bookmarks.h:
12188         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12189         (ev_sidebar_links_class_init), (selection_changed_cb),
12190         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12191         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12192         (do_one_iteration), (populate_links_idle),
12193         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12194         * shell/ev-sidebar-links.h:
12195         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12196         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12197         (go_to_index):
12198         * shell/ev-view.h:
12199         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12200         * shell/ev-window.h:
12201
12202         Rename bookmark to link, and use "Index" for the sidebar panel.
12203
12204 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12205
12206         * shell/Makefile.am:
12207         * shell/ev-application.c: (ev_application_open_bookmark):
12208         * shell/ev-application.h:
12209         * shell/ev-history.c: (ev_history_init), (free_links_list),
12210         (ev_history_finalize), (ev_history_class_init),
12211         (ev_history_add_link), (ev_history_add_page),
12212         (ev_history_get_link_nth), (ev_history_get_n_links),
12213         (ev_history_get_current_index), (ev_history_set_current_index),
12214         (ev_history_new):
12215         * shell/ev-history.h:
12216         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12217         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12218         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12219         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12220         (ev_view_set_page):
12221         * shell/ev-view.h:
12222         * shell/ev-window.c: (ev_window_open_bookmark),
12223         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12224         (goto_page_cb), (register_custom_actions):
12225         * shell/ev-window.h:
12226
12227         Initial history implementation. Needs work.
12228
12229 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12230
12231         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12232
12233 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * cut-n-paste/recent-files/egg-recent-item.c:
12236         * cut-n-paste/recent-files/egg-recent-item.h:
12237         * cut-n-paste/recent-files/egg-recent-model.c:
12238         * cut-n-paste/recent-files/egg-recent-util.c:
12239         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12240         * cut-n-paste/recent-files/egg-recent-view.c:
12241
12242         Update
12243
12244 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12245
12246         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12247         (fillGlyph, fillImageMask, drawImage):
12248         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12249         pdf/splash/SplashTypes.h:
12250         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12251         packed mode for Splash.
12252
12253         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12254         RGB8 packed mode, eliminates the pixbuf data creation loop.
12255
12256         * shell/ev-print-job.c (ev_print_job_finalize)
12257         (ev_print_job_set_property, ev_print_job_get_property)
12258         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12259         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12260         (print_closure_finalize, ev_print_job_print): implement
12261         printing (for backends with EvPsExporter)
12262
12263         * shell/ev_print_job.h: update prototypes.
12264
12265         * shell/ev-window.c (ev_window_print): unref print job after
12266         printing.
12267
12268         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12269         unless the document implements the EvDocumentFind interface.
12270
12271 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12272
12273         * configure.ac: Added ja to ALL_LINGUAS.
12274
12275 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12276
12277         * pdf/xpdf/pdf-document.cc:
12278
12279         add a FIXME. We should probably not allocate
12280         a bookmark object every time
12281
12282 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12283
12284         * shell/ev-application.c: (ev_application_open),
12285         (ev_application_open_bookmark):
12286         * shell/ev-application.h:
12287         
12288         Add a way to open bookmarks
12289
12290         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12291         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12292         (ev_bookmark_set_property), (ev_bookmark_class_init),
12293         (ev_bookmark_new_title), (ev_bookmark_new_link),
12294         (ev_bookmark_new_external):
12295
12296         Support for external uris, better constructors.
12297
12298         * backend/ev-bookmark.h:
12299         * pdf/xpdf/pdf-document.cc:
12300         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12301
12302         Handle external uris
12303
12304 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12305
12306         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12307         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12308
12309         Hook up bookmarks navigation
12310
12311 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12312
12313         * backend/Makefile.am:
12314         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12315         (ev_bookmark_get_title), (ev_bookmark_set_title),
12316         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12317         (ev_bookmark_get_page), (ev_bookmark_set_page),
12318         (ev_bookmark_get_property), (ev_bookmark_set_property),
12319         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12320         (ev_bookmark_new):
12321         * backend/ev-bookmark.h:
12322         * backend/ev-document-bookmarks.c:
12323         (ev_document_bookmarks_get_bookmark):
12324         * backend/ev-document-bookmarks.h:
12325         * pdf/xpdf/pdf-document.cc:
12326         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12327
12328         Add a bookmark object to the backend and use it instead of get_values
12329
12330 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12331
12332         * data/evince-ui.xml:
12333
12334         Cleanup and add select all.
12335
12336         * shell/ev-view.c: (ev_view_select_all),
12337         (ev_view_button_press_event):
12338         * shell/ev-view.h:
12339         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12340
12341         Add select all.
12342         Clear selection on click.
12343
12344 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12345
12346         * shell/ev-sidebar-thumbnails.c
12347         (ev_sidebar_thumbnails_set_document): forgot to unref the
12348         loading_icon.
12349
12350 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12351
12352         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12353         at the visible page, not just linearly.  This makes it look fast.
12354
12355 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12356
12357         * backend/ev-document-misc.c
12358         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12359         white.
12360         * backend/ev-document-thumbnails.h: New interface to get the size
12361         of a page.
12362
12363 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12364
12365         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12366         make dist works
12367
12368 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12369
12370         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12371         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12372         things up a bit.
12373
12374         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12375
12376 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12377
12378         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12379         fonts. Should fix font problems on systems that have the base
12380         fonts in bitmap format. Reported by James Henstridge
12381         <james@jamesh.id.au>.
12382
12383 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12384
12385         * pdf/xpdf/Gfx.cc:
12386         * pdf/xpdf/GfxState.cc:
12387
12388         Fix for CAN-2004-1125
12389
12390 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * shell/ev-view.c: (ev_view_copy):
12393         * shell/ev-view.h:
12394         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12395
12396         Implement Edit->Copy
12397
12398 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * backend/ev-document.c: (ev_document_get_text):
12401         * backend/ev-document.h:
12402         * pdf/xpdf/pdf-document.cc:
12403         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12404         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12405         (ev_view_update_primary_selection), (ev_view_button_press_event),
12406         (ev_view_motion_notify_event), (ev_view_button_release_event):
12407
12408         Beginnings of clipboard support. Incomplete but primary sort
12409         of work.
12410
12411 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12412
12413         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12414         (expose_bin_window):
12415
12416         Nicer rubberband drawing, from GtkIconView.
12417
12418 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12419
12420         * backend/ev-document.c: (ev_document_save):
12421         * backend/ev-document.h:
12422         * data/evince-ui.xml:
12423         * pdf/xpdf/pdf-document.cc:
12424         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12425
12426         Implement "Save a copy..." menu item
12427
12428 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12429
12430         * shell/ev-view.c: (ev_view_zoom):
12431
12432         Queue a resize when zoom changes
12433
12434 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12435
12436         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12437         shadows.
12438
12439         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12440         thumbnails..
12441
12442 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12443
12444         * pdf/xpdf/pdf-document.cc
12445         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12446
12447 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12448
12449         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12450         It's slow, but I'll speed it up next!
12451
12452 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12453
12454         * shell/main.c (load_files):
12455
12456         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12457         from the command line and because it seems more appropriate.
12458
12459 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12460
12461         * data/evince-ui.xml:
12462         * shell/ev-window.c: (update_action_sensitivity),
12463         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12464
12465         s/next page/page down
12466         s/previous page/page up
12467
12468 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * data/evince-ui.xml:
12471
12472         Change the layout to match clarkbw design.
12473
12474         * shell/Makefile.am:
12475         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12476         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12477         (ev_navigation_action_finalize),
12478         (ev_navigation_action_set_property),
12479         (ev_navigation_action_get_property),
12480         (ev_navigation_action_class_init):
12481         * shell/ev-navigation-action.h:
12482
12483         Implement clarkbw toolbar navigation controls (incomplete)
12484
12485         * shell/ev-page-action.c: (update_label), (update_spin),
12486         (value_changed_cb), (create_tool_item), (connect_proxy),
12487         (ev_page_action_init), (ev_page_action_finalize),
12488         (ev_page_action_set_property), (ev_page_action_get_property),
12489         (ev_page_action_set_current_page),
12490         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12491         * shell/ev-page-action.h:
12492
12493         Implement a page switcher in the toolbar
12494
12495         * shell/ev-view.c: (ev_view_scroll_view):
12496         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12497         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12498         (register_custom_actions), (ev_window_init):
12499
12500         Change page on PageUp/Down.
12501
12502 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12503
12504         * pdf/xpdf/pdf-document.cc
12505         (pdf_document_thumbnails_get_thumbnail): initial stab at
12506         implementing thumbnail support for pdfs.  It only does documents
12507         with precached pdfs now.
12508
12509 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12510
12511         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12512         thumbnail code into a time-based idle as well.  Also, turn off the
12513         shadow temporarily as it's really slow.
12514
12515 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12516
12517         * backend/ev-document.c: (ev_document_class_init):
12518         * pdf/xpdf/pdf-document.cc:
12519         * shell/ev-window.c: (ev_window_open):
12520
12521         Fix document title bugs and fallback to
12522         filename when not available.
12523
12524 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * backend/ev-document.c: (ev_document_get_type),
12527         (ev_document_class_init), (ev_document_load),
12528         (ev_document_get_title):
12529         * backend/ev-document.h:
12530         * pdf/xpdf/pdf-document.cc:
12531         * ps/ps-document.c: (ps_document_set_property),
12532         (ps_document_get_property), (ps_document_class_init),
12533         (document_load):
12534         * ps/ps-document.h:
12535         * ps/ps.h:
12536         * shell/ev-window.c: (update_window_title), (ev_window_open),
12537         (ev_window_init):
12538
12539         Initial support for document title. Not working yet.
12540
12541 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12542
12543         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12544
12545         Grab focus on the view when clicking it
12546
12547 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12548
12549         * shell/ev-marshal.list:
12550         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12551         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12552
12553         Add key bindings to the view. Now if the focus would work
12554         right...
12555
12556 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12557
12558         * Makefile.am:
12559         * backend/Makefile.am:
12560         * data/Makefile.am:
12561         * dvi/Makefile.am:
12562         * dvi/dvilib/Makefile.am:
12563         * pdf/xpdf/Makefile.am:
12564         * po/POTFILES.in:
12565         * ps/Makefile.am:
12566
12567         Fix distcheck
12568
12569 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12570
12571         * shell/ev-view.c: (ev_view_realize):
12572
12573         Fix mouse wheel scrolling
12574
12575 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12576
12577         * ps/Makefile.am:
12578         * ps/gstypes.h:
12579         * ps/gtkgs.c:
12580         * ps/gtkgs.h:
12581         * ps/ps-document.c: (catchPipe), (ps_document_init),
12582         (ps_document_class_init), (ps_document_cleanup),
12583         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12584         (set_up_page), (close_pipe), (is_interpreter_ready),
12585         (interpreter_failed), (output), (input), (start_interpreter),
12586         (stop_interpreter), (file_length), (file_readable),
12587         (check_filecompressed), (check_pdf), (compute_xdpi),
12588         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12589         (ps_document_get_type), (ps_document_emit_error_msg),
12590         (document_load), (ps_document_next_page),
12591         (ps_document_get_current_page), (ps_document_get_page_count),
12592         (ps_document_goto_page), (ps_document_set_page_size),
12593         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12594         (ps_document_load), (ps_document_get_n_pages),
12595         (ps_document_set_page), (ps_document_get_page),
12596         (ps_document_widget_event), (ps_document_set_target),
12597         (ps_document_set_scale), (ps_document_set_page_offset),
12598         (ps_document_get_page_size), (ps_document_render),
12599         (ps_document_document_iface_init):
12600         * ps/ps-document.h:
12601         * ps/ps.c:
12602         * shell/ev-window.c: (ev_window_open):
12603
12604         Rename GtkGS to PSDocument
12605
12606 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * ps/gtkgs.c: (gtk_gs_class_init):
12609         * ps/gtkgs.h:
12610
12611         Some more leftover...
12612
12613 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12614
12615         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12616         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12617         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12618         * ps/gtkgs.h:
12619
12620         Remove unused code and make a lot of stuff private
12621
12622 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12623
12624         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12625         (gtk_gs_defaults_changed):
12626         * ps/gsdefaults.h:
12627         * ps/gtkgs.c:
12628         * ps/gtkgs.h:
12629         * ps/ps.h:
12630
12631         Cleanup headers dependencies
12632
12633 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * ps/Makefile.am:
12636         * ps/ggvutils.c:
12637         * ps/ggvutils.h:
12638         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12639         * ps/gsdefaults.h:
12640         * ps/gtkgs.c: (file_length), (file_readable),
12641         (check_filecompressed), (check_pdf), (gtk_gs_load),
12642         (gtk_gs_get_postscript):
12643
12644         Get rid of ggvutils
12645
12646 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12647
12648         * ps/ggvutils.c:
12649         * ps/ggvutils.h:
12650         * ps/gsio.h:
12651         * ps/gtkgs.c: (gtk_gs_set_zoom):
12652
12653         Cleanups
12654
12655 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12658
12659         Ensure the page is rerendered when changing zoom
12660
12661 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * backend/ev-document.c: (ev_document_base_init),
12664         (ev_document_changed):
12665         * backend/ev-document.h:
12666
12667         Add a changed event that is emitted when the page content
12668         changes. This is necessary to deal with the fact that
12669         in ps backend rendering happen asycrounously.
12670         This makes the ps backend mostly work.
12671
12672         * pdf/xpdf/pdf-document.cc:
12673
12674         Emit changed event
12675
12676         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12677         (ps_document_set_target):
12678
12679         Emit changed event
12680
12681         * shell/ev-view.c: (document_changed_callback),
12682         (ev_view_set_document), (ev_view_set_page):
12683
12684         Redraw on the changed signal
12685
12686 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12687
12688         * configure.ac: Added pt_BR to ALL_LINGUAS.
12689
12690 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12691
12692         * backend/ev-document-bookmarks.c:
12693         (ev_document_bookmarks_get_child): *
12694         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12695         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12696         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12697         (ev_sidebar_bookmarks_destroy),
12698         (ev_sidebar_bookmarks_class_init),
12699         (ev_sidebar_bookmarks_construct), (stack_data_free),
12700         (do_one_iteration), (populate_bookmarks_idle),
12701         (ev_sidebar_bookmarks_clear_document),
12702         (ev_sidebar_bookmarks_set_document): *
12703         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12704         (ev_sidebar_add_page),
12705         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12706         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12707         it displays both the topics and the page numbers.
12708
12709 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12710
12711         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12712         toggle.
12713         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12714         visible.
12715
12716 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12717
12718         * configure.ac: Added en_CA to ALL_LINGUAS.
12719
12720 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12721
12722         * ChangeLog: replace bottom of this ChangeLog (merged history of
12723         ggv and gpdf; where all paths were wrong and most of the files are
12724         not even in this tree) with ChangeLog (from arch) of the shell
12725         code.
12726
12727 2004-12-23  Havoc Pennington  <hp@redhat.com>
12728
12729         * shell/ev-window.c: hook up potentially-questionable "find
12730         results status text" feature - something involving the sidebar or
12731         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12732         might be better in the end.
12733
12734         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12735         with corresponding signal when it should be updated
12736
12737         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12738
12739 2004-12-22  Havoc Pennington  <hp@redhat.com>
12740
12741         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12742         find stuff on other pages, sort of (only returns one result on
12743         invisible pages, to show they have results; updates full results
12744         for a page when you view it). Currently repaints the current page
12745         every time a new result is found on any page, which isn't so nice.
12746
12747 2004-12-22  Havoc Pennington  <hp@redhat.com>
12748
12749         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12750         the document doesn't support find (better ideas?)
12751         (find_bar_search_changed_cb): handle missing document or document
12752         that doesn't support find
12753
12754         * pdf/xpdf/pdf-document.cc: port to implement the new
12755         EvDocumentFindIface
12756
12757         * backend/ev-document-find.c: create a new interface for searching
12758
12759         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12760
12761 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12762
12763         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12764         libevbackend.la.
12765
12766         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12767         EvPrintJob constructor arguments.
12768
12769         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12770         for documents that can export PostScript (page by page).
12771
12772         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12773         
12774         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12775         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12776         (pdf_document_ps_exporter_iface_init:
12777         Implement EvPSExporter.
12778
12779         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12780
12781 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12782
12783         * backend/Makefile.am:
12784         * backend/ev-document-thumbnails.c:
12785         (ev_document_thumbnails_get_type),
12786         (ev_document_thumbnails_get_thumbnail):
12787         * backend/ev-document-thumbnails.h:
12788         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12789         (pixbuf_document_thumbnails_get_thumbnail),
12790         (pixbuf_document_document_thumbnails_iface_init):
12791         * shell/Makefile.am:
12792         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12793         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12794         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12795         * shell/ev-sidebar-thumbnails.h:
12796         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12797         (ev_sidebar_set_document):
12798         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12799         (create_shadow), (ev_pixbuf_add_shadow):
12800         * shell/ev-utils.h:
12801         Add thumbnail support.
12802         
12803 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12804
12805         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12806         (using_postscript_printer): Set up a print dialog for "PostScript
12807         injection" method.
12808
12809         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12810         EvPrintJob.
12811
12812         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12813
12814 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12815
12816         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12817         (ps_document_set_target), (ps_document_get_page_size),
12818         (ps_document_render):
12819         * ps/gtkgs.h:
12820
12821         Fix a few bugs
12822
12823 2004-12-22  Christian Rose  <menthos@menthos.com>
12824
12825         * configure.ac: Added "sv" to ALL_LINGUAS.
12826
12827 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12828
12829         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12830         document supports bookmarks.
12831
12832 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12833
12834         * ps/ggvutils.c: (ggv_file_readable):
12835         * ps/ggvutils.h:
12836         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12837         (gtk_gs_get_postscript):
12838
12839         Remove unused utils
12840
12841 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12842
12843         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12844         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12845         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12846         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12847         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12848         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12849         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12850         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12851         (gtk_gs_set_antialiasing), (ps_document_load),
12852         (ps_document_render):
12853         * ps/gtkgs.h:
12854
12855         Another check point for the ps backend. Now I can get it to show
12856         pages!
12857
12858 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12859
12860         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12861         document setting code.
12862
12863 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12864
12865         * shell/eggfindbar.c: (entry_activate_callback):
12866         Animate the next button when activate is pressed.
12867         
12868 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12869
12870         * shell/ev-window.c: (ev_window_cmd_edit_find),
12871         (update_fullscreen_popup), (ev_window_fullscreen),
12872         (ev_window_unfullscreen), (ev_window_state_event_cb),
12873         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12874         Fix bugs in fullscreen code.
12875         
12876 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12877
12878         * Makefile.am:
12879         * configure.ac:
12880         * pixbuf/Makefile.am:
12881         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12882         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12883         (pixbuf_document_set_page), (pixbuf_document_get_page),
12884         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12885         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12886         (pixbuf_document_render), (pixbuf_document_begin_find),
12887         (pixbuf_document_end_find), (pixbuf_document_finalize),
12888         (pixbuf_document_class_init),
12889         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12890         * pixbuf/pixbuf-document.h:
12891         * shell/Makefile.am:
12892         * shell/ev-application.c: (ev_application_open):
12893         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12894         (ev_window_open):
12895         Add pixbuf backend.
12896         
12897 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12898
12899         * Makefile.am: 
12900         * dvi/dvilib/Makefile.am:
12901         * dvi/Makefile.am:
12902         * configure.ac: Auto*ify dvi and dvi/dvilib
12903
12904         * dvi/Makefile: Remove from CVS
12905         
12906         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12907         confusion.
12908
12909         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12910         
12911         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12912         
12913 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12914
12915         * ps/Makefile.am:
12916         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12917         (gtk_gs_value_adjustment_changed), (compute_size),
12918         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12919         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12920         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12921         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12922         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12923         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12924         (ps_document_load), (ps_document_get_n_pages),
12925         (ps_document_set_page), (ps_document_get_page),
12926         (ps_document_set_target), (ps_document_set_scale),
12927         (ps_document_set_page_offset), (ps_document_get_page_size),
12928         (ps_document_render), (ps_document_begin_find),
12929         (ps_document_end_find), (ps_document_document_iface_init):
12930         * ps/gtkgs.h:
12931         * shell/Makefile.am:
12932         * shell/ev-window.c: (ev_window_open):
12933
12934         Some work to integrate gtkgs with EvDocument
12935
12936 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12937
12938         * shell/ev-window.c: (update_fullscreen_popup),
12939         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12940         (exit_fullscreen_button_clicked_cb),
12941         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12942         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12943         (ev_window_state_event_cb), (ev_window_init):
12944         Add fullscreen support from Epiphany.
12945         
12946 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12947
12948         * data/ev-stock-zoom-fit-width.png: fit-width
12949         stock icon from gpdf.
12950         
12951         * shell/ev-stock-icons.[ch]: copied from gpdf.
12952         
12953         * shell/main.c: (main): init stock icons.
12954         
12955         * shell/ev-window.c: use the fit-width icon.
12956         
12957         * data/evince-ui.xml: add zooming toolbar items.
12958
12959 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12960
12961         * shell/ev-view.c: 
12962         (ev_view_best_fit), (ev_view_fit_width): because
12963         get_page_size() returns the scaled page size, we
12964         need to calculate the scale factor relative to
12965         the previous scale factor. Should really just
12966         add get_real_page_size().
12967
12968 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12969
12970         * shell/ev-view.[ch]:
12971         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12972         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12973         add zooming.
12974         
12975         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12976         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12977         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12978         hook it up.
12979         
12980         * pdf/xpdf/pdf-document.cc:
12981         (pdf_document_begin_find),
12982         (pdf_document_end_find): make static.
12983
12984 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12985
12986         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12987
12988         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12989         names to fontconfig patterns.
12990         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12991
12992         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12993         setupBaseFontsFc.
12994
12995 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12996
12997         * Makefile.am:
12998         * configure.ac:
12999         * ps/Makefile.am:
13000         * ps/ggvutils.c:
13001         * ps/ggvutils.h:
13002         * ps/gsdefaults.c:
13003         * ps/gsdefaults.h:
13004         * ps/gsio.c:
13005         * ps/gsio.h:
13006         * ps/gtkgs.c:
13007         * ps/gtkgs.h:
13008         * ps/ps.c:
13009         * ps/ps.h:
13010
13011         Import ggv backend. Not hooked up yet.
13012
13013 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13014
13015         * shell/main.c: (load_files), (main): load files
13016         from the command line.
13017
13018 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13019
13020         * configure.ac: don't require bonobo.
13021         
13022         * cut-n-paste/recent-files/*: kill bonobo recent
13023         view.
13024
13025         * shell/ev-window.c:
13026         (ev_window_is_empty): upd.
13027         (unable_to_load), (ev_window_open): load backend
13028         based on the mime type.
13029
13030 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13031
13032         * backend/.cvsignore: ignore generated marshalers source.
13033
13034         * shell/main.c (main): this is not epiphany.
13035
13036 2004-12-22  Havoc Pennington  <hp@redhat.com>
13037
13038         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13039         (expose_bin_window): draw find highlights
13040
13041         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13042         
13043         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13044         (pdf_document_end_find): implement this interface
13045
13046         * backend/ev-document.c (ev_document_found): add this to emit
13047         signal
13048
13049 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13050
13051         * data/evince-ui.xml: Add a few more toolbar items.
13052
13053         * shell/ev-window.c: Hook up page navigation toolbar 
13054         items.
13055
13056         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13057         a page-changed signal.
13058
13059         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13060         Add ev_document_get_page().
13061
13062         * shell/ev-window.c: Sensitize/desensitize navigation
13063         actions.
13064
13065 2004-12-21  Havoc Pennington  <hp@redhat.com>
13066
13067         * backend/ev-backend-marshal.c,
13068         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13069         marshaler-generator thingy. I'm sure there's a better way to do
13070         this in the modern world.
13071
13072         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13073         end_find methods and "found" signal.
13074
13075         * configure.ac: find glib-genmarshal
13076
13077 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13078
13079         * shell/ev-sidebar.c: Construct an actual sidebar.
13080         * shell/ev-sidebar-bookmarks.[ch]:
13081         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13082
13083 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13084
13085         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13086         Redo size handling.
13087         
13088         * shell/ev-view.c: Track the size from the document.
13089
13090 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13091
13092         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13093         constructor assumes ownership of the string passed in.
13094         
13095         * shell/ev-window.c (ev_window_open): Destroy the error
13096         dialog once we've displayed it.
13097
13098 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13099
13100         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13101         a bit, it works! (sort of)
13102
13103         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13104         Move to .cc since we need to use C++ in the implementation.
13105
13106         * shell/dummy.cc: Add a CC file to force evince
13107         to be linked as a C++ program.
13108
13109 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13110
13111         * shell/ev-view.[ch]: Start of content-area widget.
13112
13113         * shell/ev-window.c: Create a EvView, update it
13114         as we change documents.
13115
13116         * shell/Makefile.am shell/ev-marshal.list: Add
13117         generated marshalers.
13118
13119 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13120
13121         * Makefile.am (SUBDIRS): move shell.
13122
13123 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13124
13125         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13126         .a to libtool convenience libraries.
13127
13128         * shell/ev-window.c (ev_window_open): Hard code loading
13129         a PDF document.
13130         
13131         * backend/ev-document.h: Add a boolean return to load(),
13132         fix GError * to GError **.
13133
13134         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13135         object for a PDF backend EvDocument.
13136
13137 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13138
13139         * dvi/*: New directory with the beginning of a .dvi backend.
13140
13141 2004-12-21  Havoc Pennington  <hp@redhat.com>
13142
13143         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13144         previous/next instead of back/forward
13145
13146 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13147
13148         * backend/ev-document.[ch]: Fix a couple of problems so
13149         it compile.
13150
13151 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13152
13153         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13154         to backend/ directory, rename EvViewer to EvDocument.
13155
13156 2004-12-21  Havoc Pennington  <hp@redhat.com>
13157
13158         * shell/ev-window.c: hook up the find bar widget; now we just need
13159         a document to find things in
13160
13161         * shell/eggfindbar.c: a find bar widget
13162
13163 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13164
13165         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13166
13167 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13168
13169         * pdf/**: Import of xpdf code from gpdf. 
13170
13171         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13172
13173         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13174         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13175         Fix FreeType includes.
13176
13177         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13178         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13179         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13180         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13181         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13182         Include xpdfconfig.h
13183         
13184 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13185
13186         * shell/ev-window.c (ev_window_dispose): dispose can be called
13187         multiple times.
13188
13189 2004-12-21  Havoc Pennington  <hp@redhat.com>
13190
13191         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13192         rather than Evince
13193
13194         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13195         items; really they should be synced with the strings, etc. from
13196         current gpdf, but just getting the boring typing out of the way 
13197
13198 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * po/POTFILES.in:
13201         * shell/ev-application.c: (window_destroy_cb):
13202         * shell/ev-window.c:
13203         * shell/main.c: (main):
13204
13205         Actually show the window...
13206
13207 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * Makefile.am:
13210         * shell/Makefile.am:
13211         * shell/ev-application.c: (ev_application_class_init):
13212         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13213
13214         Make it build again
13215
13216 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         Import to gnome cvs.
13219         
13220         * Remove copies of gpdf and ggv trees.
13221         * Rip out all the recursive configure code.
13222         * Remove bonobo machinery.
13223         * viewer/*: GInterfaces that backends should/can implement.
13224
13225 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13226
13227         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13228         typo
13229
13230 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13231
13232         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13233         (ev_application_finalize, ev_application_class_init)
13234         (ev_application_init): use GType instance private data for priv.
13235
13236         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13237         (ev_window_finalize, ev_window_class_init)
13238         (ev_window_init): ditto.
13239
13240 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13241
13242         * shell/ev-application.c (ev_application_new_window): make public
13243         (ev_application_show_initial_window): kill.
13244
13245         * shell/ev-application.h: update prototypes.
13246
13247         * shell/main.cc (main): inline ev_application_show_initial_window.
13248
13249 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13250
13251         * shell/ev-application.c (ev_application_new_window): impl.
13252         (ev_application_show_initial_window): use it.
13253         (is_window_empty, ev_application_get_empty_window): returns an
13254         existing empty window or a new one.
13255         (ev_application_open): from ev_window_cmd_file_open.
13256
13257         * shell/ev-application.h: update prototypes
13258
13259         * shell/ev-window.c (ev_window_is_empty): impl.
13260         (ev_window_open): make public.
13261         (ev_window_cmd_file_open): use ev_application_open
13262
13263         * shell/ev-window.h: update prototypes, remove unused.
13264
13265 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13266
13267         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13268         move destroy handler out of here...
13269
13270         * shell/ev-application.c, shell/ev-application.h: ...into this new
13271         class. Also handles initial window creation.
13272
13273         * shell/main.cc (main): use EvApplication to create initial
13274         window.
13275
13276 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13277
13278         * Makefile.am (SUBDIRS): add cut-n-paste
13279
13280         * cut-n-paste/Makefile.am: add
13281
13282         * configure.ac: generate Makefiles in cut-n-paste
13283
13284 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13285
13286         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13287         (ev_window_class_init): install ev_window_dispose.
13288
13289 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13290
13291         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13292         char (gchar looks stupid).
13293
13294 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13295
13296         * po/de.po: updated German translation.
13297
13298 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13299
13300         * configure.ac: add more pkg-config library checks for gnome-vfs,
13301         bonobo etc.
13302
13303         * gpdf/configure.in: temporarily disable libpaper
13304         checks. Otherwise I'd have to add the checks for the shell, too.
13305
13306 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13307
13308         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13309         and * file filters to the file choose.
13310
13311 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13312
13313         * po/de.po: Updated German translation.
13314
13315 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13316
13317         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13318
13319 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13320
13321         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13322
13323         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13324         (ev_window_init): implement those menuitems.
13325
13326 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13327
13328         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13329
13330         * shell/ev-window.c (ev_window_init): use the toolbar.
13331
13332 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13333
13334         * shell/ev-window.c (ev_window_init): use menu translations
13335
13336 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13337
13338         * configure.ac: add "de" to ALL_LINGUAS.
13339
13340         * po/de.po: add German translation.
13341
13342 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13343
13344         * Makefile.am (SUBDIRS): add po
13345
13346         * configure.ac: check intltool, glib-gettext etc, generate
13347         po/Makefile.in
13348
13349         * po, po/POTFILES.in, po/POTFILES.skip: new.
13350
13351 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13352
13353         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13354         already use (#ifdef ENABLE_NLS)
13355
13356         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13357         pointer indirection thinko.
13358
13359         * shell/main.c: include gi18n.h for bindtextdomain etc.
13360
13361 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13362
13363         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13364         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13365         tooltips for menu items in the statusbar.
13366
13367 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13368
13369         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13370         pkgdatadir drop UIDIR
13371
13372 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13373
13374         * data/evince-ui.xml: Add File->Open menu item
13375
13376         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13377         chooser), hook it up in the ui manager.
13378
13379 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13380
13381         * shell/ev-window.c: fix Help->About tooltip.
13382
13383 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13384
13385         * configure.ac: set CFLAGS for libevprivate.
13386
13387         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13388         definitions, factory etc.
13389
13390         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13391
13392         * shell/Makefile.am: link against libevprivate.a.
13393
13394         * shell/ev-window.c (entries): add stock icon to Help->About.
13395
13396         * shell/main.c (main): init stock icon code.
13397
13398 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13399
13400         * lib/recent-files: egg recent files code
13401
13402         * lib/Makefile.am: add.
13403
13404         * Makefile.am: add lib subdir.
13405
13406         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13407         set CFLAGS for recent-files.
13408
13409 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13410
13411         * configure.ac: disable -ansi and -pedantic gcc flags. They
13412         disable POSIX stuff in stdio.h, but egg-recent uses them.
13413
13414 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13415
13416         * configure.ac: add --disable-deprecated flag (defaults to on in
13417         "cvs" builds).
13418
13419         * shell/Makefile.am (INCLUDES): use it.
13420
13421 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13422
13423         * shell/main.c: add missing #include.
13424
13425         * shell/ev-window.c: fix for pedantic gcc.
13426         (ev_window_cmd_help_about): split license into paragraphs for
13427         translators and pedantic compilers.
13428
13429 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13430
13431         * configure.ac: add more warning flags if compiling with gcc from
13432         cvs (or explicitly requested with --enable-more-warnings).
13433
13434 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13435
13436         * data/evince-ui.xml: add File and File->Close menu.
13437
13438         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13439         (ev_window_destroy): quit after destroy.
13440         (ev_window_class_init): override GtkObject::destroy.
13441         (entries): install close_window callback.
13442
13443 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13444
13445         * Makefile.am (SUBDIRS): add data subdir.
13446
13447         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13448         gtk+ 2.5.0 for GtkAboutDialog.
13449
13450         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13451         main window.
13452
13453         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13454
13455         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13456         manager.
13457         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13458
13459 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13460
13461         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13462
13463 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13464
13465         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13466
13467 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13468
13469         * shell/*: Added shell directory boilerplate, build it.
13470
13471 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13472
13473         * configure.ac, Makefile.am: Added top-level configure.ac and
13474         Makefile.am