]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
7628ac216924e591d99e63eedeb4760b16f1be78
[evince.git] / ChangeLog
1 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view.[ch]: (ev_view_find_cancel):
4         * shell/ev-window.c: (find_bar_close_cb):
5
6         Cancel the find operation when the find bar is closed. Fixes bug
7         #508845.
8         
9 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * backend/ps/psdocument.evince-backend.in:
12
13         Make ps backend module resident. Fixes bug #520607.
14         
15 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * shell/ev-jobs.c: (ev_job_print_run):
18
19         Invert collate action in order to work as expected, fix reverse
20         printing so that it doesn't start with a blank page and fix number
21         of copies. Patch by Eugen Dedu. Fixes bug #365332.
22         
23 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
26
27         Fix build with poppler <= 0.7.2
28         
29 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * libdocument/ev-document-misc.c:
32         (ev_document_misc_surface_from_pixbuf):
33
34         Fix selections with poppler-splash.
35         
36 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * configure.ac:
39         * backend/pdf/ev-poppler.cc:
40
41         Fix build with poppler >= 0.7.2
42         
43 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
44
45         * configure.ac:
46         
47         Update for release 2.22.0
48
49 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * NEWS:
52
53         Update for upcoming release.
54
55 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
56
57         * shell/ev-window.c (ev_window_print_dialog_response_cb):
58
59         Bug 495107 – Handle print dialog responses correctly
60
61         Correctly handle print dialog response. Properly fixes
62         the above mentioned bug.
63
64 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
67
68         Make sure print job is only run when the print button is
69         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
70         
71 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * backend/pdf/pdfdocument.evince-backend.in:
74         * libdocument/ev-backends-manager.c:
75         (ev_backends_manager_load_backend),
76         (ev_backends_manager_get_document):
77         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
78
79         Allow making backend modules resident. This is needed only for
80         some backends like pdf to avoid registering glib types more than
81         once.
82         
83 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * backend/comics/comics-document.c:
86         * backend/djvu/djvu-document.c:
87         * backend/impress/impress-document.c:
88         * backend/pdf/ev-poppler.cc:
89         * backend/pixbuf/pixbuf-document.c:
90         * backend/ps/ev-spectre.c:
91         * backend/ps/ps-document.c:
92         * backend/tiff/tiff-document.c:
93         * libdocument/ev-document.h:
94         * properties/ev-properties-main.c:
95
96         Use g_type_module_add_interface instead of
97         g_type_add_interface_static. Fixes bug #519679.
98         
99 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
100
101         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
102         Added. Returns whether the animation has everything necessary to run.
103         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
104         is ready just because it's been created. Fixes #519106.
105         (draw_one_page): Do not show the "Loading..." text in presentation
106         mode, there was a slim probability that this could happen.
107
108 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
111
112         Duplicate mime_type string before freeing it so that it doesn't
113         always fail when getting mime type from uri. Fixes bug #518874.
114         
115 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/ev-view.c: (ev_view_form_field_choice_changed):
118
119         Fix a crash when a choice form field doesn't have any item
120         selected. Fixes bug #518831
121         
122 2008-02-25  Alexander Larsson  <alexl@redhat.com>
123
124         * shell/ev-window.c (ev_window_clear_temp_file):
125         Use g_file_has_prefix instead of renamed
126         g_file_contains_file.
127
128         * configure.ac:
129         Require new glib for above change.
130         
131 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * libdocument/ev-image.c: (ev_image_finalize),
134         (ev_image_save_tmp):
135
136         Return a real uri instead of a filename when saving an
137         image. Fixes images drag an drop from evince to nautilus. 
138         
139 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * backend/pdf/ev-poppler.cc:
142         (pdf_document_images_get_image_mapping):
143
144         Return the image list in the right order. Fixes bug #516237.
145         
146 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
147
148         * backend/impress/impress-document.c:
149         (impress_document_thumbnails_get_thumbnail):
150
151         Remove unused variable to avoid a compiler warning.
152
153 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
154
155         * configure.ac:
156         
157         Update for release 2.21.91.
158
159 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * configure.ac:
162         * shell/Makefile.am:
163         * shell/ev-application.[ch]:
164         * shell/ev-sidebar-links.c:
165         * shell/ev-utils.[ch]:
166         * shell/ev-window.[ch]:
167
168         Remove libgnomeprint support. Fixes bug #512370.
169         
170 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
171
172         * thumbnailer/evince-thumbnailer.c: (main):
173
174         Initialize glib type system before using it. Fixes bug #513934.
175         
176 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * properties/ev-properties-main.c:
179
180         Add missing #include.
181         
182 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * configure.ac:
185         * backend/djvu/djvu-document.c: (djvu_document_render):
186         * backend/tiff/tiff-document.c: (tiff_document_render):
187
188         Use the new cairo function cairo_format_stride_for_width when
189         available. Fixes bug #482720.
190
191 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
194         (get_mime_type_from_data), (get_document_from_uri):
195
196         Use g_content_type_guess() only when slow is true in
197         get_document_from_uri(). Fix several memory leaks.
198         
199 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
200
201         * libdocument/ev-document-factory.c:
202         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
203         (get_document_from_uri):
204
205         Use g_content_type_guess () to get mimetype for files.
206         Bug #510401.
207
208 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * thumbnailer/Makefile.am:
211
212         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
213         
214 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * configure.ac:
217
218         Fix build with --without-libgnome. Fixes bug #512771.
219         
220 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
221
222         * backend/dvi/Makefile.am: Install only dvi
223         module. Fixes bug #512718.
224
225 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
226
227         * properties/ev-properties-main.c: (nautilus_module_initialize):
228         
229         Initialize backends in properties tab. Fixes bug
230         #512720.
231
232 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
233
234         * properties/Makefile.am: No need to link with 
235         libraries. Fixes bug #512719.
236
237 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
238
239         * NEWS:
240         * configure.ac:
241         
242         Update for release 2.21.90.
243
244 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-window.c: (ev_window_cmd_escape):
247
248         Fix compile warning.
249         
250 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
253
254         Fix printing in dvi backend when filename contains white
255         espaces. Fixes bug #502839.
256         
257 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
260         (screensaver_disable_x11):
261         * shell/Makefile.am:
262         * shell/xdg-user-dir-lookup.c: Removed
263         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
264         * shell/ev-view.c: (ev_view_presentation_transition_start):
265         * shell/ev-window.c: (ev_window_cmd_file_open),
266         (ev_window_cmd_save_as), (presentation_set_timeout):
267
268         Remove #ifdefs that are no longer needed.
269         
270 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-view.[ch]: (ev_view_button_release_event),
273         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
274         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
275         (ev_window_cmd_escape):
276
277         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
278         
279 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * configure.ac:
282         * backend/comics/comics-document.c: (comics_document_load):
283         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
284         (ev_attachment_set_property), (ev_attachment_init),
285         (ev_attachment_save), (ev_attachment_launch_app),
286         (ev_attachment_open):
287         * libdocument/ev-document-factory.c: (get_document_from_uri):
288         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
289         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
290         * shell/ev-jobs.c:
291         * shell/ev-password.c: (ev_password_dialog_set_property),
292         (ev_password_dialog_save_password):
293         * shell/ev-sidebar-attachments.c:
294         (ev_sidebar_attachments_drag_data_get):
295         * shell/ev-window-title.c: (get_filename_from_uri):
296         * shell/ev-window.c: (ev_window_clear_temp_file),
297         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
298         (ev_window_open_uri), (window_save_file_copy_ready_cb),
299         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
300         (launch_external_uri), (image_save_dialog_response_cb),
301         (attachment_save_dialog_response_cb):
302         * shell/main.c: (load_files), (load_files_remote), (main):
303         * thumbnailer/evince-thumbnailer.c: (main):
304
305         Port to gio and drop gnome-vfs dependency. Fixes bug
306         #510401. Based on patch by Cosimo Cecchi.
307         
308 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
309
310         * NEWS:
311
312         Fixed formatting inconsistencies (spaces vs. tabs)
313
314 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
315
316         * shell/ev-window.c:
317
318         Use top/up/bottom/down arrows instead of
319         first/left/last/right in the toolbar and menu actions.
320         This fixes issues with RTL languages and is visually
321         consistent with the page view. Fixes bug #170081.
322
323 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
324
325         * NEWS:
326
327         Fixed some inaccuracies pointed out by Carlos Garcia
328         Campos.
329
330 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
331
332         * NEWS:
333         * data/evince.schemas.in:
334         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
335
336         Override PDF restrictions by default. Fixes bug #382700.
337
338 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
339
340         * NEWS: Updated for upcoming release
341
342 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
345
346         Fix memory leak.
347         
348 2008-01-23  Gil Forcada <gilforcada@guifi.net>
349
350         * shell/ev-window.c: (register_custom_actions):
351         
352         Added comment for translators
353
354 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * shell/ev-view.c: (ev_view_button_release_event):
357
358         Do not create the idle function for kinetic scrolling if we are
359         not in a drag operation.
360
361 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
364         (ev_view_button_press_event), (ev_view_motion_notify_event),
365         (ev_view_button_release_event):
366
367         Restore cursor after autoscrolling. Fixes bug #509958.
368
369 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * configure.ac:
372         * backend/pdf/ev-poppler.cc:
373         (pdf_document_images_get_image_mapping),
374         (pdf_document_images_get_image),
375         (pdf_document_document_images_iface_init):
376         * libdocument/ev-document-images.[ch]:
377         (ev_document_images_get_image_mapping),
378         (ev_document_images_get_image):
379         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
380         (ev_image_get_id), (ev_image_save_tmp):
381         * shell/ev-jobs.c: (ev_job_render_run):
382         * shell/ev-view.c: (ev_view_drag_data_get):
383         * shell/ev-window.c: (image_save_dialog_response_cb),
384         (ev_view_popup_cmd_copy_image):
385
386         Do not render images when rendering the page but on demand. It
387         reduces the memory comsumption.
388         
389 2008-01-18  Marcelo Lira  <setanta@gmail.com>
390
391         * configure.a:
392         * shell/ev-password.c:
393
394         Make gnome-keyring optional. Fixes bug #509676.
395         
396 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * shell/ev-pixbuf-cache.c: (add_job):
399
400         Initialize include_images variable as FALSE instead of TRUE.
401         
402 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
403
404         * configure.ac:
405         * cut-n-paste/Makefile.am:
406         * cut-n-paste/fileformatchooser/Makefile.am:
407         * cut-n-paste/fileformatchooser/egg-macros.h:
408         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
409         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
410         * shell/Makefile.am:
411         * shell/ev-utils.c:
412         (file_chooser_dialog_add_writable_pixbuf_formats),
413         (get_gdk_pixbuf_format_by_extension):
414         * shell/ev-utils.h:
415         * shell/ev-window.c: (ev_window_error_message),
416         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
417         
418         Simplify image format selection on save.
419
420 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
421
422         * shell/ev-view.c: (ev_view_scroll_event):
423         
424         Repair gorizontal scrolling with shift. Fixes
425         bug #483412.
426
427 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
428         
429         * MAINTAINERS:
430
431         Fix formatting issues.
432         
433 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
434
435         * backend/comics/comics-document.c: (comics_regex_quote):
436         
437         Don't overquote special chars except of '. See bug 
438         502500. Thanks to Tom Parker.
439
440 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
441
442         * MAINTAINERS:
443         
444         Added Nickolay and Carlos, since they're doing most of
445         the releases nowadays.
446
447 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
448
449         * properties/Makefile.am:
450
451         Get the nautilus extension dir properly instead of using
452         a hack. Fixes bug #505359.
453
454 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
455
456         * properties/Makefile.am:
457         
458         Install nautilus extension into new place. See bug
459         #505359. Thanks to Matthias Clasen, Brian Pepple and
460         Damien Carbery.
461
462 2008-01-13  Djihed Afifi  <djihed@gmail.com>
463
464         * shell/ev-window.c: (ev_window_get_recent_file_label):
465         
466         RTL marker in recent file list. See bug #509076.
467
468 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
471         * shell/ev-window.c: (image_save_dialog_response_cb):
472
473         Fix compile warnings due to unused variables.
474         
475 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * configure.ac:
478         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
479         * backend/ps/ev-spectre.c: (ps_document_render):
480
481         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
482
483 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
484
485         * shell/ev-transition-animation.c (ev_transition_animation_fade)
486         (ev_transition_animation_paint): Implement "fade" effect.
487
488 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
489
490         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
491         (ev_transition_animation_paint): Implement "uncover" effect.
492
493 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
494
495         * shell/ev-transition-animation.c (ev_transition_animation_cover)
496         (ev_transition_animation_paint): Implement "cover" effect.
497
498 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
499
500         * shell/ev-transition-animation.c (ev_transition_animation_push)
501         (ev_transition_animation_paint): Implement "push" effect.
502
503 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
504
505         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
506         (ev_transition_animation_paint): Implement "dissolve" effect.
507
508 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
509
510         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
511         (ev_transition_animation_paint): Implement "wipe" effect.
512
513 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
514
515         * shell/ev-transition-animation.c (ev_transition_animation_box)
516         (ev_transition_animation_paint): Implement "box" effect.
517
518 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
519
520         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
521         (ev_transition_animation_paint): Implement "blinds" effect.
522
523 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
524
525         * shell/ev-transition-animation.c (ev_transition_animation_split)
526         (ev_transition_animation_paint): Implement "split" effect.
527
528 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
529
530         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
531         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
532         (ev_view_transition_animation_start) 
533         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
534         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
535         (ev_view_next_page) (ev_view_previous_page):
536         
537         Use EvTransitionAnimation to drive page changes in the presentation
538         mode, the animation will wait to start until both the origin and 
539         destination page surfaces are available. Fixes #458460.
540
541         (draw_loading_text):
542
543         Remove workaround for bug #320352, it's now fixed properly.
544
545
546 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
547
548         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
549         will contain the implementations for page transition animations, at
550         the moment it just has the "replace" effect.
551         * shell/Makefile.am: Added these files to build.
552
553 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
554
555         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
556         animations.
557         * shell/Makefile.am: Added these files to build.
558
559 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
560
561         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
562         implementation to get_effect() in EvDocumentTransitionIface.
563
564 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
565
566         * libdocument/ev-transition-effect.[ch]: New files, define a page
567         transition effect, at the moment it maps PopplerPageTransition to a
568         GObject.
569         * libdocument/Makefile.am: Added these files to build.
570         * libdocument/ev-document-transition.[ch]
571         (ev_document_transition_get_effect): New method, gets the
572         EvTransitionEffect returned by the interface implementation, with
573         fallback to the "replace" effect.
574
575 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
576
577         * configure.ac:
578         * cut-n-paste/Makefile.am:
579         * cut-n-paste/fileformatchooser/Makefile.am:
580         * cut-n-paste/fileformatchooser/egg-macros.h:
581         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
582         * shell/Makefile.am:
583         * shell/ev-window.c: (image_save_dialog_response_cb),
584         (ev_view_popup_cmd_save_image_as):
585
586         Allow exporting images in any format supported by
587         GdkPixbuf. Fixes bug #500209.
588         
589 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * backend/pixbuf/pixbuf-document.c:
592
593         More warnings fixed.
594         
595 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
598         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
599         * backend/djvu/djvu-text.h:
600         * backend/tiff/tiff-document.c: (tiff_document_render):
601
602         Fix compile warnings.
603         
604 2007-12-28  Christian Persch  <chpe@gnome.org>
605
606         * **/*.c: Include config.h. Bug #504721.
607
608 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * configure.ac:
611         * Makefile.am:
612         * po/POTFILES.in:
613         * backend/comics/Makefile.am:
614         * backend/comics/comics-document.[ch]:
615         * backend/comics/comicsdocument.evince-backend.in:
616         * backend/djvu/Makefile.am:
617         * backend/djvu/djvu-document.[ch]:
618         * backend/djvu/djvudocument.evince-backend.in:
619         * backend/dvi/Makefile.am:
620         * backend/dvi/dvi-document.[c]:
621         * backend/dvi/dvidocument.evince-backend.in:
622         * backend/impress/Makefile.am:
623         * backend/impress/impress-document.[ch]:
624         * backend/impress/impressdocument.evince-backend.in:
625         * backend/pdf/Makefile.am:
626         * backend/pdf/ev-poppler.cc:
627         * backend/pdf/ev-poppler.h:
628         * backend/pdf/pdfdocument.evince-backend.in:
629         * backend/pixbuf/Makefile.am:
630         * backend/pixbuf/pixbuf-document.[ch]:
631         * backend/pixbuf/pixbufdocument.evince-backend.in:
632         * backend/ps/Makefile.am:
633         * backend/ps/ev-spectre.[ch]:
634         * backend/ps/ps-document.[ch]:
635         * backend/ps/psdocument.evince-backend.in:
636         * backend/tiff/Makefile.am:
637         * backend/tiff/tiff-document.[ch]:
638         * backend/tiff/tiffdocument.evince-backend.in:
639         * libdocument/Makefile.am:
640         * libdocument/ev-backends-manager.[ch]:
641         * libdocument/ev-module.[ch]:
642         * libdocument/ev-document.h:
643         * libdocument/ev-document-factory.[ch]:
644         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
645         (get_compression_from_mime_type), (get_document_from_uri),
646         (ev_document_factory_get_document), (file_filter_add_mime_types),
647         (ev_document_factory_add_filters):
648         * shell/Makefile.am:
649         * shell/ev-window-title.c: (get_filename_from_uri):
650         * shell/main.c: (main):
651         * thumbnailer/Makefile.am:
652         * thumbnailer/evince-thumbnailer.c: (main):
653
654         Plugin system for backends. Fixes bug #351348.
655         
656 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
657
658         * shell/ev-view-private.h:
659         * shell/ev-view.c: (ev_view_drag_update_momentum),
660         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
661         (ev_view_button_release_event), (ev_view_destroy):
662         
663         Kinetic scrolling implemented as requested in
664         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
665
666 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
667
668         * data/evince-toolbar.xml:
669         * data/evince-ui.xml:
670         * shell/ev-view-private.h:
671         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
672         (ev_view_button_press_event), (ev_view_motion_notify_event),
673         (ev_view_button_release_event), (ev_view_init),
674         (ev_view_autoscroll_cb), (ev_view_autoscroll),
675         (ev_view_set_cursor):
676         * shell/ev-view.h:
677         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
678         (ev_window_cmd_view_autoscroll):
679         
680         Autoscroll feature with the context menu. Fixes bug 
681         #323670. Thanks to David Turner <cillian64@googlemail.com>.
682
683 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
686
687         Disconnect also page-ready signal when removing a job because the
688         page size has changed. Thanks to kripken
689         <kripkensteiner@gmail.com>.
690
691 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
692
693         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
694         
695         Scroll pages in page entry with mouse wheel. Fixes bug
696         #324122. Thanks to David Turner <cillian64@googlemail.com>.
697
698 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * backend/dvi/Makefile.am:
701         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
702         (mdvi_cairo_device_init):
703         * backend/dvi/mdvi-lib/common.h:
704         * backend/dvi/mdvi-lib/mdvi.h:
705         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
706         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
707         (mdvi_build_path_from_cwd):
708
709         Add ps specials support in dvi backend when libspectre is
710         present. Fixes bug #386005.
711         
712 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * configure.ac:
715         * backend/ps/Makefile.am:
716         * backend/ps/ev-spectre.[ch]:
717         
718         Use libspectre, if available, for the ps backend. Fixes bugs
719         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
720
721 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
722         
723         * backend/comics/comics-document.c: (comics_document_load):
724         
725         Cygwin build issue fix.
726
727 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * shell/ev-view.c: (ev_view_set_zoom):
730
731         Do not limit the minimum zoom factor when sizing mode is best bit
732         or fit width. Fixes bug #503805.
733         
734 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
737         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
738         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
739         (ev_link_dest_get_property), (ev_link_dest_set_property),
740         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
741         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
742         (ev_link_dest_new_fitr):
743         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
744         (goto_fith_dest), (goto_xyz_dest):
745
746         Do not change left, top and zoom values when they are null in PDF
747         destinations. Fixes bug #460658.
748         
749 2007-12-10  Christian Persch  <chpe@gnome.org>
750
751         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
752         (ev_view_accessible_class_init),
753         (ev_view_accessible_idle_do_action),
754         (ev_view_accessible_action_do_action),
755         (ev_view_accessible_action_get_description),
756         (ev_view_accessible_action_set_description),
757         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
758         (ev_view_accessible_factory_init),
759         (ev_view_accessible_factory_get_accessible_type):
760         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
761         private data, and G_DEFINE_TYPE. Bug #502843.
762
763 2007-12-08  Christian Persch  <chpe@gnome.org>
764
765         * shell/ev-metadata-manager.c: (item_free),
766         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
767         (value_free), (parse_value), (parseItem),
768         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
769         (save_values): Use GSlice to allocate small amounts of memory. Bug
770         #475972.
771
772 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
775
776         Restore cursor to normal after a drag operation. Fixes bug
777         #501603.
778         
779 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
780
781         * NEWS:
782         * configure.ac:
783         
784         Update for release 2.21.1
785
786 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * configure.ac:
789         * cut-n-paste/gedit-message-area/Makefile.am:
790         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
791         * shell/Makefile.am:
792         * shell/ev-message-area.[ch]:
793         * shell/ev-window.c: (ev_window_set_message_area),
794         (ev_window_error_message_response_cb), (ev_window_error_message),
795         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
796         (ev_window_save_job_cb), (image_save_dialog_response_cb),
797         (ev_attachment_popup_cmd_open_attachment),
798         (attachment_save_dialog_response_cb), (ev_window_set_document),
799         (ev_window_init):
800
801         Use a message area instead of a popup dialog for error
802         notifications. Fixes bug #337495.
803         
804 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
807         (ev_window_run_fullscreen):
808
809         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
810         
811 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * ev-sidebar-thumbnails.c: (update_visible_range),
814         (ev_sidebar_thumbnails_refresh),
815         (ev_sidebar_thumbnails_set_document),
816         (ev_sidebar_thumbnails_support_document):
817
818         Show thumbnails for documents with one page. Fixes bug #358751.
819         
820 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * shell/ev-window.c:
823         (ev_window_load_print_settings_from_metadata),
824         (ev_window_save_print_settings), (ev_window_print_finished),
825         (ev_window_print_range):
826
827         Print settings that are specific to the document are now saved per
828         document in the metadata file. Fixes bug #488806.
829         
830 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
831
832         * backend/tiff/tiff-document.c: (tiff_document_render):
833
834         Tiff documents were rendered with wrong colors. Fixes bug #497279.
835         
836 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * shell/ev-application.[ch]: (get_find_string_from_args),
839         (ev_application_open_uri_at_dest), (ev_application_open_uri),
840         (ev_application_open_uri_list):
841         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
842         * shell/ev-window.[ch]: (ev_window_load_job_cb),
843         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
844         (ev_window_cmd_recent_file_activate),
845         (ev_window_open_recent_action_item_activated),
846         (ev_window_print_send), (open_remote_link):
847         * shell/main.c: (arguments_parse):
848
849         Add a command line option for search. Fixes bug #497710.
850         
851 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
852
853         * shell/ev-jobs.c: (ev_job_print_new):
854
855         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
856         
857 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * data/evince-toolbar.xml:
860         * shell/Makefile.am:
861         * shell/ev-application.c: (ev_application_init):
862         * shell/ev-open-recent-action.[ch]:
863         * shell/ev-window.c:
864         (ev_window_open_recent_action_item_activated),
865         (register_custom_actions):
866
867         Add an expander to the open toolbar item which pops up a dropdown
868         menu with the recently used documents. Fixes bug #487215.
869         
870 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * shell/ev-window.c: (ev_window_open_uri),
873         (ev_window_cmd_view_reload):
874
875         Do not jump to the first page when reloading by running evince
876         from the command line. Fixes bug #490847.
877         
878 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
879
880         * shell/ev-window.c: (ev_window_cmd_help_contents):
881
882         Plugged memory leak when help file is not found. Fixes bug
883         #490762.
884         
885 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * configure.ac:
888
889         Enable djvu, dvi and comics backends by default. Fixes bug
890         #437121.
891         
892 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * configure.ac:
895         * cut-n-paste/Makefile.am:
896         * cut-n-paste/recent-files/*: Removed
897         * help/reference/Makefile.am:
898         * shell/Makefile.am:
899         * shell/ev-application.[ch]: (ev_application_shutdown),
900         (ev_application_init):
901         * shell/ev-window.c: (ev_window_add_recent),
902         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
903
904         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
905         
906 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
907
908         * shell/ev-window.c: (launch_external_uri):
909
910         Let GnomeVFS check the URL, this allow more URL (like mailto:),
911         and report error if the URL is not supported (#489910).
912
913 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
916         (pdf_document_file_exporter_begin_page),
917         (pdf_document_file_exporter_end_page):
918
919         Fix printing with poppler splash backend. Fixes bug #489774.
920         
921 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
924         * shell/ev-print-job.c: (ev_print_job_class_init):
925
926         Fix a crash when printing with the gnome-print dialog. Fixes bug
927         #488939.
928         
929 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
930
931         * backend/pixbuf/pixbuf-document.c:
932
933         Fix an implicit function definition warning (#487655)
934
935 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * shell/ev-window.c:
938
939         Fix conflicting shortcut for view sade pane and presentation.
940         
941 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * backend/pdf/ev-poppler.cc:
944         (pdf_document_file_exporter_begin_page),
945         (pdf_document_file_exporter_do_page),
946         (pdf_document_file_exporter_end_page),
947         (pdf_document_file_exporter_iface_init):
948         * libdocument/ev-file-exporter.[ch]:
949         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
950         * shell/ev-jobs.c: (ev_job_print_get_page_list),
951         (ev_job_print_run):
952
953         When printing multiple pages per sheet in reverse option, do not
954         invert the order of the pages in every sheet, but the order of the
955         sheets. Do not print blank pages when page range is invalid. Fixes
956         bugs #484857 and #485521.
957         
958 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-jobs.c: (ev_job_print_get_page_list),
961         (ev_job_print_run):
962         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
963
964         Respect ranges order when printing more than one range in random
965         order.
966         
967 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
968
969         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
970         (ev_window_setup_document), (ev_window_rotation_changed_cb):
971
972         Rotate also the window icon when document is rotated. Fixes bug
973         #474681.
974         
975 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
978         (pdf_document_forms_get_form_fields):
979
980         Silently ignore unknown form fields. Fixes bug #482654. Patch by
981         Matthias Drochner.
982         
983 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * configure.ac:
986         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
987
988         Use poppler_page_render_for_printing() instead of
989         poppler_page_render() if available when exporting to a ps or pdf
990         file. Fixes bug #476627.
991         
992 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/ev-window.c: (ev_window_run_fullscreen):
995
996         Do not show the toolbar in fullscreen mode if the main toolbar is
997         not visible. Fixes bug #483048.
998         
999 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * shell/ev-view.c: (ev_view_button_press_event):
1002
1003         Give priority to form fields over images when deciding whether a
1004         button press event is over an image or form field. It allows edit
1005         form fields when they are over a background image. Fixes bug
1006         #477841.
1007         
1008 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1009
1010         * NEWS:
1011         * configure.ac:
1012         
1013         Update for release 2.20.0
1014
1015 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * backend/pdf/ev-poppler.cc:
1018
1019         Remove #ifdef HAVE_FORMS, so that forms support works again.
1020
1021 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1022
1023         * configure.ac:
1024         * data/evince.desktop.in.in:
1025         
1026         Fixes desktop file issues. See bug #473471.
1027
1028 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1031         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1032         (ev_job_queue_remove_job):
1033         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1034         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1035         * shell/ev-window.c: (ev_window_clear_save_job),
1036         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1037         (ev_window_dispose):
1038
1039         Move save a copy task to its own job so that it's carried out in a
1040         thread avoiding another lock in the main thread. Use
1041         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1042         can be saved to a pathin another file system. Fixes bug #456891.
1043         
1044 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1045
1046         * NEWS:
1047         * configure.ac:
1048         
1049         Update for release 2.19.92
1050
1051 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * configure.ac:
1054         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1055         (pdf_selection_get_selection_region),
1056         (pdf_selection_get_selection_map),
1057         (ev_form_field_from_poppler_field):
1058
1059         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1060         and triple click selections are enabled again now.
1061
1062 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-window.c: (ev_window_add_history):
1065
1066         Make sure not to use the history with documents not supporting
1067         links. Fixes bug #468954.
1068
1069 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-window.c: (ev_window_load_job_cb):
1072
1073         Restart the search when reloading a document with the find bar
1074         visible. Fixes bug #461962.
1075
1076 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * shell/ev-window.c: (setup_document_from_metadata),
1079         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1080
1081         Do not jump to the first page when reloading a document from the
1082         last page.
1083
1084 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-window.c: (update_chrome_flag),
1087         (setup_sidebar_from_metadata),
1088         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1089         (ev_window_cmd_edit_find_next),
1090         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1091         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1092         (find_bar_close_cb), (view_actions_focus_in_cb):
1093
1094         Do not update visibility when changing a chrome flag so that it's
1095         possible to update several flags and update visibility only once
1096         for all of them.
1097
1098 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1101
1102         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1103         supported by gtk+. Fixes bug #460907.
1104
1105 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * shell/ev-view.c: (view_update_range_and_current_page):
1108
1109         Make sure current-page <= end-page in continuous mode. Fixes bug
1110         #454950.
1111
1112 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * backend/pdf/ev-poppler.cc: (build_tree):
1115
1116         Ignore outline items without a title. Fixes bug #453913.
1117
1118 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1121         (ev_view_button_release_event), (ev_view_leave_notify_event):
1122
1123         Use always drag mouse cursor during a drag operation. Fixes bug
1124         #470564.
1125
1126 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1129         (pdf_selection_get_selection_region),
1130         (pdf_selection_get_selection_map):
1131
1132         Temporarily disable double and triple selections since it depends on
1133         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1134         released and the update of the external dependency minimal version
1135         approved.
1136
1137 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1140         (pdf_document_file_exporter_do_page):
1141         * libdocument/ev-file-exporter.h:
1142         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1143         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1144
1145         Actually fix printing regressions. Remove orientation from
1146         EvPrintContext since it's redundant.
1147
1148 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1151         * backend/impress/impress-document.c:
1152         (impress_document_document_iface_init):
1153         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1154         * backend/djvu/djvu-document.c:
1155         (djvu_document_document_iface_init),
1156         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1157         * backend/tiff/tiff-document.c:
1158         (tiff_document_document_iface_init):
1159         * backend/pixbuf/pixbuf-document.c:
1160         (pixbuf_document_document_iface_init):
1161         * backend/comics/comics-document.c:
1162         (comics_document_document_iface_init):
1163         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1164         (pdf_selection_render_selection),
1165         (pdf_selection_get_selected_text),
1166         (pdf_selection_get_selection_region),
1167         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1168         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1169         (ev_selection_get_selection_region),
1170         (ev_selection_get_selection_map):
1171         * libdocument/ev-document.[ch]:
1172         * shell/ev-pixbuf-cache.[ch]: (add_job),
1173         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1174         * shell/ev-view-private.h:
1175         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1176         (ev_job_render_run):
1177         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1178         * shell/ev-view.c: (start_selection_for_event),
1179         (ev_view_button_press_event), (ev_view_drag_data_get),
1180         (ev_view_drag_data_received), (ev_view_button_release_event),
1181         (compute_new_selection_text), (compute_selections),
1182         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1183         (ev_view_primary_get_cb):
1184
1185         Add support for double and triple click selections.
1186
1187 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1188
1189         * NEWS:
1190         * configure.ac:
1191
1192         Update for release 2.19.4
1193
1194 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1195
1196         * shell/ev-view-private.h:
1197         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1198         (ev_view_set_highlight_search):
1199         * shell/ev-view.h:
1200         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1201         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1202         (find_bar_visibility_changed_cb):
1203         
1204         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1205
1206 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1209         (pdf_document_file_exporter_begin),
1210         (pdf_document_file_exporter_do_page):
1211         * shell/ev-jobs.c: (ev_job_print_run):
1212         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1213
1214         Create always a portrait cairo surface and rotate when needed for
1215         landscape. It fixes printing problems in real printers.
1216
1217 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1220         * libdocument/ev-file-exporter.[ch]:
1221         (ev_file_exporter_get_capabilities):
1222         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1223         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1224
1225         Adjust number of pages per row according to page orientation when
1226         printing 2 or 6 pages per sheet.
1227
1228 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * shell/ev-window.c: (ev_window_print_send):
1231
1232         Reset also cups setting to 1 when printing multiple pages per
1233         sheet. Fixes bug #468853.
1234
1235 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * libdocument/ev-document-misc.c:
1238         (ev_document_misc_surface_rotate_and_scale):
1239
1240         Use directly cairo_surface_get_content() when creating a similar
1241         surface as suggested by Jeff Muizelaar. Thanks again.
1242
1243 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * backend/djvu/djvu-document.c: (djvu_document_render):
1246         * backend/tiff/tiff-document.c: (tiff_document_render):
1247         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1248         * libdocument/ev-document-misc.c:
1249         (ev_document_misc_surface_from_pixbuf),
1250         (ev_document_misc_surface_rotate_and_scale):
1251
1252         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1253         creating page surfaces. Fixes bug #453123. Thank you very much to
1254         Jeff Muizelaar <jeff@infidigm.net>.
1255
1256 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * shell/ev-page-cache.c: (ev_page_cache_new),
1259         (ev_page_cache_get_thumbnail_size):
1260         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1261         (ev_sidebar_thumbnails_set_loading_icon):
1262
1263         Also store in page-cache the dimensions of the thumbnails so that
1264         they can be used to create the correct loading icon in the side
1265         pane. Fixes bug #466857.
1266
1267 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * backend/pdf/ev-poppler.cc:
1270         (pdf_document_thumbnails_get_thumbnail):
1271
1272         Fix thumbnails rotation in pdf documents that include embedded 
1273         thumbnails.
1274
1275 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1276
1277         * backend/pdf/ev-poppler.cc:
1278
1279         Don't use #ifdef in macro expansion. Some compilers don't
1280         like that. Closes bug #467042.
1281
1282 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1283
1284         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1285         
1286         Fixes memory leak in djvu backend.
1287
1288 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1289
1290         * data/icons/32x32/Makefile.am:
1291         * data/icons/32x32/actions/Makefile.am:
1292         * data/icons/32x32/actions/view-page-cont.svg:
1293         * data/icons/32x32/actions/view-page-facing.svg:
1294         * data/icons/48x48/Makefile.am:
1295         * data/icons/48x48/actions/Makefile.am:
1296         * data/icons/48x48/actions/view-page-cont.svg:
1297         * data/icons/48x48/actions/view-page-facing.svg:
1298         
1299         Icons for a new sizes.
1300
1301 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1302
1303         * shell/ev-page-cache.c: (build_height_to_page),
1304         (ev_page_cache_get_height_to_page):
1305         
1306         Fixes invalid read, see bug #466401.
1307
1308 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1311         (set_drag_cursor):
1312         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1313         (configure_item_cursor), (new_pixbuf_from_widget):
1314
1315         Fix multihead problems in toolbar editor. Fixes bug #382055.
1316
1317 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-window.c: (ev_window_cmd_file_open),
1320         (ev_window_cmd_save_as):
1321
1322         Use g_get_user_special_dir when available instead of
1323         xdg_user_dir_lookup.
1324
1325 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1326
1327         * MAINTAINERS:
1328         
1329         Updated according to request on desktop-devel.
1330
1331 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1334
1335         Do not use cairo_rectangle and cairo_clip since we are
1336         not using cairo_fill but cairo_paint. Use the same cairo context
1337         for every page in the same expose event.
1338
1339 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1340
1341         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1342         leak.
1343
1344 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * configure.ac:
1347         * NEWS:
1348
1349         Release 0.9.3
1350
1351 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * libdocument/ev-document-info.h:
1354         * libdocument/ev-document.h:
1355         * shell/ev-page-action.h:
1356         * shell/ev-sidebar-links.h:
1357
1358         Fix a headers problem with ev-link
1359         
1360         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1361         * shell/ev-view-private.h:
1362         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1363         (get_link_area), (ev_view_query_tooltip),
1364         (ev_view_leave_notify_event), (ev_view_destroy),
1365         (ev_view_class_init):
1366
1367         Use new gtk tooltips when available instead of ev-tooltip.
1368         
1369 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * shell/ev-window.c: (update_chrome_visibility),
1372         (ev_window_sidebar_visibility_changed_cb):
1373
1374         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1375         
1376 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-navigation-action.c:
1379         (ev_navigation_action_history_changed),
1380         (ev_navigation_action_set_history):
1381         * shell/ev-navigation-action-widget.c:
1382         (ev_navigation_action_widget_init):
1383         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1384
1385         Fix compile warnings.
1386         
1387 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1390         (egg_editable_toolbar_dispose):
1391
1392         Fix memory leak.
1393         
1394 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1397         (screensaver_disable_x11):
1398         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1399         * shell/ev-window.c: (presentation_set_timeout):
1400         * shell/ev-view.c: (ev_view_presentation_transition_start):
1401
1402         Use g_timeout_add_seconds instead of g_timeout_add when
1403         available.
1404         
1405 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1408
1409         Set horizontal scrollbar policy to AUTOMATIC instead of
1410         NEVER. Workaround for bug #449462.
1411         
1412 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-jobs.c: (ev_job_render_page_ready):
1415
1416         Add page_ready callback to main loop with high priority and hold
1417         a reference to job during idle.
1418         
1419 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * configure.ac:
1422         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1423         (pdf_document_file_exporter_begin),
1424         (pdf_document_file_exporter_do_page),
1425         (pdf_document_file_exporter_get_capabilities):
1426         * libdocument/ev-file-exporter.h:
1427         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1428         * shell/ev-window.c: (ev_window_print_send),
1429         (ev_window_print_dialog_response_cb):
1430
1431         Allow printing multiple pages per sheet. Fixes bug #395573.
1432         
1433 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1434
1435         * shell/ev-view.c: (tip_from_link):
1436         
1437         Check for NULL, fixes bug #460862.
1438
1439 2007-07-29  Christian Persch  <chpe@gnome.org>
1440
1441         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1442         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1443         (ev_window_cmd_preview_print):
1444         
1445         Fixes bug #437681 - blocks while enumerating printers.
1446
1447 2007-07-29  Christian Persch  <chpe@gnome.org>
1448
1449         * shell/ev-window.c: (ev_window_screen_changed):
1450         
1451         Don't use deprecated gtk+ function. See bug #460909.
1452
1453 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * shell/ev-utils.c: (get_num_monitors):
1456         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1457
1458         Do not use display before initializing it. Remove compile
1459         warnings.
1460
1461 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1462
1463         * shell/ev-view.c: (ev_view_class_init):
1464         
1465         Unix-like hjkl bindings added. See bug #458111.
1466
1467 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1468
1469         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1470         * shell/ev-utils.h:
1471         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1472         (ev_view_update_view_size):
1473         * shell/ev-view.h:
1474         * shell/ev-window.c: (ev_window_update_actions),
1475         (setup_view_from_metadata), (ev_window_screen_changed),
1476         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1477         (zoom_control_changed_cb):
1478         * shell/ev-window.h:
1479         
1480         Reorganizes utility functions.
1481
1482 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1485         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1486         (add_job), (ev_pixbuf_cache_get_surface),
1487         (ev_pixbuf_cache_get_link_mapping),
1488         (ev_pixbuf_cache_get_image_mapping),
1489         (ev_pixbuf_cache_get_form_field_mapping),
1490         (ev_pixbuf_cache_get_text_mapping):
1491         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1492         (notify_page_ready), (ev_job_render_page_ready),
1493         (ev_job_render_run):
1494
1495         Add page_ready signal to notify that page is ready as soon as
1496         possible even if other page elements like links, forms, images or
1497         text mapping are not ready yet.
1498
1499 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1502         (dvi_document_file_exporter_do_page),
1503         (dvi_document_file_exporter_get_capabilities),
1504         (dvi_document_file_exporter_iface_init):
1505         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1506         (ps_document_file_exporter_do_page),
1507         (ps_document_file_exporter_get_capabilities),
1508         (ps_document_file_exporter_iface_init):
1509         * backend/djvu/djvu-document.c:
1510         (djvu_document_file_exporter_begin),
1511         (djvu_document_file_exporter_end),
1512         (djvu_document_file_exporter_get_capabilities),
1513         (djvu_document_file_exporter_iface_init):
1514         * backend/tiff/tiff-document.c:
1515         (tiff_document_file_exporter_begin),
1516         (tiff_document_file_exporter_get_capabilities),
1517         (tiff_document_document_file_exporter_iface_init):
1518         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1519         (pdf_document_file_exporter_do_page),
1520         (pdf_document_file_exporter_get_capabilities),
1521         (pdf_document_file_exporter_iface_init):
1522         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1523         (ev_file_exporter_get_capabilities):
1524         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1525         (idle_print_handler), (ev_print_job_print):
1526         * shell/ev-jobs.c: (ev_job_print_run):
1527         * shell/ev-window.c: (ev_window_print_send),
1528         (ev_window_print_range):
1529
1530         Use capabilities to know which options should be offered by the
1531         print dialog depending on the document backend.
1532
1533 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1536
1537         Give priority to forms over text to set the cursor.
1538
1539 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-view-private.h:
1542         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1543         (ev_view_leave_notify_event), (ev_view_finalize),
1544         (ev_view_get_property), (ev_view_class_init):
1545
1546         Use IBEAM cursor for text form fields and NORMAL cursor for read
1547         only fields. Remove unused status attribute.
1548
1549 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1552
1553         Update region for current selected items also for checkbox
1554         buttons, since they can behave as radio buttons when they are in a
1555         set.
1556
1557 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * configure.ac:
1560         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1561
1562         Get max length of text form fields.
1563
1564 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1565
1566         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1567         * libdocument/ev-form-field.h:
1568         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1569
1570         Fix build with current poppler cvs head.
1571
1572 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1575         * shell/eggfindbar.c: (egg_find_bar_init):
1576
1577         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1578         deprecation. Fixes bug #455667
1579
1580 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1581
1582         * NEWS:
1583         * configure.ac:
1584         
1585         Update for release 0.9.2
1586
1587 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-view.c: (ev_view_form_field_text_save),
1590         (ev_view_form_field_choice_save):
1591
1592         Fix a crash when closing whith a form widget visible.
1593
1594 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1597
1598         Update also the region of the current selected button when
1599         clicking on another button if they are radio buttons.
1600
1601 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1604         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1605         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1606         (ev_pixbuf_cache_get_link_mapping),
1607         (ev_pixbuf_cache_get_image_mapping),
1608         (ev_pixbuf_cache_get_form_field_mapping),
1609         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1610         * shell/ev-view.c: (ev_view_form_field_get_region),
1611         (ev_view_form_field_button_create_widget),
1612         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1613         (job_finished_cb):
1614
1615         Redraw only form field region instead of the whole page when
1616         reloading a page to show changes on the form field.
1617
1618 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-view.c: (ev_view_form_field_choice_save):
1621
1622         Fix selection of first item in list form fields.
1623
1624 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1627         (ev_pixbuf_cache_reload_page),
1628         (ev_pixbuf_cache_get_form_field_mapping):
1629
1630         Some refactoring to avoid duplicated code.
1631
1632 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * configure.ac:
1635         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1636         (ev_form_field_from_poppler_field),
1637         (pdf_document_forms_get_form_fields),
1638         (pdf_document_forms_form_field_text_get_text),
1639         (pdf_document_forms_form_field_text_set_text),
1640         (pdf_document_forms_form_field_button_set_state),
1641         (pdf_document_forms_form_field_button_get_state),
1642         (pdf_document_forms_form_field_choice_get_item),
1643         (pdf_document_forms_form_field_choice_get_n_items),
1644         (pdf_document_forms_form_field_choice_is_item_selected),
1645         (pdf_document_forms_form_field_choice_select_item),
1646         (pdf_document_forms_form_field_choice_toggle_item),
1647         (pdf_document_forms_form_field_choice_unselect_all),
1648         (pdf_document_forms_form_field_choice_set_text),
1649         (pdf_document_forms_form_field_choice_get_text),
1650         (pdf_document_document_forms_iface_init):
1651         * libdocument/Makefile.am:
1652         * libdocument/ev-form-field.[ch]:
1653         * libdocument/ev-document-forms.[ch]:
1654         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1655         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1656         (add_job), (ev_pixbuf_cache_reload_page),
1657         (ev_pixbuf_cache_get_form_field_mapping):
1658         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1659         * shell/ev-view-private.h:
1660         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1661         (ev_view_handle_cursor_over_xy),
1662         (ev_view_get_form_field_at_location),
1663         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1664         (ev_view_form_field_button_create_widget),
1665         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1666         (ev_view_form_field_text_create_widget),
1667         (ev_view_form_field_choice_save),
1668         (ev_view_form_field_choice_changed),
1669         (ev_view_form_field_choice_create_widget),
1670         (ev_view_handle_form_field), (ev_view_size_allocate),
1671         (ev_view_realize), (draw_end_presentation_page),
1672         (ev_view_button_press_event), (ev_view_remove_all),
1673         (ev_view_motion_notify_event), (ev_view_key_press_event),
1674         (ev_view_enter_notify_event), (highlight_find_results),
1675         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1676         (ev_view_class_init), (page_changed_cb),
1677         (on_adjustment_value_changed), (ev_view_set_presentation),
1678         (merge_selection_region), (ev_view_set_cursor),
1679         (ev_view_reset_presentation_state):
1680         
1681         Merge evince-forms branch.
1682
1683 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1684
1685         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1686
1687         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1688         This script also updates itself from libegg
1689
1690         * cut-n-paste/toolbar-editor/egg*:
1691         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1692         libegg
1693
1694 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1695
1696         * shell/ev-window.c:
1697         
1698         Adds a nice icon to page action during toolbar editing.
1699         See bug #452872.
1700
1701 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1702
1703         * data/evince-toolbar.xml:
1704         * shell/ev-window.c:
1705         
1706         Let user add a presentation and fullscreen icons on toolbar.
1707         See bug #449734.
1708
1709 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1710
1711         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1712
1713         new script to keep in sync with toolbareditor in libegg
1714
1715         * cut-n-paste/toolbar-editor/*: 
1716
1717         Run update-toolbareditor-from-libegg so we are in sync again. 
1718         Fixes bug #452850.
1719         
1720
1721 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * shell/ev-sidebar-links.c: (job_finished_callback):
1724
1725         Do not connect selection changed signal more than once. Fixes bug
1726         #349433.
1727
1728 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1731
1732         Do not change sidebar chrome flag when pressing F9 key in
1733         presentation mode.
1734
1735 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * backend/pdf/ev-poppler.cc:
1738         (pdf_document_thumbnails_get_dimensions):
1739
1740         Make sure thumbnails width and height is not <= 0. Fixes a crash
1741         with some pdf documents which have really small pages.
1742
1743 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1744
1745         * shell/main.c: (main):
1746
1747         Fixes program description translation issue.
1748         Bug #450148.
1749
1750 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1751
1752         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1753
1754         Do not change current page when returning from black/white mode
1755         in presentation. Fixes bug #415032.
1756
1757 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1758
1759         * NEWS:
1760         * configure.ac:
1761         
1762         Update for release 0.9.1
1763
1764 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1765
1766         * backend/dvi/dvi-document.c:
1767         (dvi_document_finalize),
1768         (dvi_document_file_exporter_format_supported),
1769         (dvi_document_file_exporter_begin),
1770         (dvi_document_file_exporter_do_page),
1771         (dvi_document_file_exporter_end),
1772         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1773         
1774         PDF exporter for dvi documents. Fixes bug #441319.
1775
1776 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * shell/ev-window.c: (ev_window_clear_print_job):
1779
1780         Clear gtk print job when job has finished. Fixes bug #447612.
1781
1782 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * shell/ev-window.c: (ev_window_print_send),
1785         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1786
1787         Add preview button to print dialog. Fixes bug #445419.
1788
1789 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1790
1791         * backend/dvi/Makefile.am:
1792         * backend/dvi/pixbuf-device.[ch]: Removed
1793         * backend/dvi/cairo-device.[ch]: Added
1794         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1795         * backend/dvi/dvi-document.c: (dvi_document_load),
1796         (dvi_document_render), (dvi_document_finalize),
1797         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1798         (dvi_document_do_color_special):
1799         * libdocument/ev-document-misc.[ch]:
1800         (ev_document_misc_pixbuf_from_surface):
1801
1802         Port dvi backend to cairo and fix a problem with colors. 
1803
1804 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-view.c: (draw_one_page):
1807
1808         Draw only visible region.
1809
1810 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * backend/djvu/djvu-document.c: (djvu_document_render):
1813
1814         Fix rotation in djvu backend.
1815
1816 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1817
1818         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1819         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1820         (ev_pixbuf_cache_get_image_mapping),
1821         (ev_pixbuf_cache_get_text_mapping):
1822
1823         Redraw view every time we have a new surface. Fixes bug #443587.
1824
1825 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * libdocument/ev-document.c: (ev_document_info_free):
1828
1829         Fix memory leaks.
1830
1831 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * backend/dvi/dvi-document.c: (dvi_document_render),
1834         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1835         * backend/impress/impress-document.c:
1836         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1837         (impress_document_render), (impress_document_document_iface_init),
1838         (impress_document_thumbnails_get_thumbnail):
1839         * backend/djvu/djvu-document-private.h:
1840         * backend/djvu/djvu-document.c: (djvu_document_render),
1841         (djvu_document_finalize), (djvu_document_document_iface_init),
1842         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1843         * backend/tiff/tiff-document.c: (tiff_document_render),
1844         (tiff_document_render_pixbuf),
1845         (tiff_document_document_iface_init):
1846         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1847         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1848         (pdf_selection_render_selection):
1849         * backend/comics/comics-document.c:
1850         (comics_document_render_pixbuf), (comics_document_render),
1851         (comics_document_document_iface_init):
1852         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1853         (pixbuf_document_document_iface_init):
1854         * libdocument/ev-document-misc.[ch]:
1855         (ev_document_misc_surface_from_pixbuf),
1856         (ev_document_misc_surface_rotate_and_scale):
1857         * libdocument/ev-document.[ch]: (ev_document_render):
1858         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1859         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1860         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1861         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1862         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1863         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1864         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1865         (render_finished_cb), (ev_job_render_run):
1866         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1867         (merge_selection_region):
1868
1869         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1870         and selections.
1871
1872 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * shell/ev-window-title.c: (ev_window_title_update):
1875
1876         Fix memory leak.
1877
1878 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-view.c: (draw_loading_text):
1881
1882         Show loading text centered. Fixes bug #433061
1883
1884 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * shell/ev-sidebar-thumbnails.c:
1887         (ev_sidebar_thumbnails_set_loading_icon):
1888
1889         Remove a mutex in the main thread that blocks the UI in heavy
1890         documents.
1891
1892 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1895
1896         Set points_set to TRUE so that selections don't disappear after a
1897         zoom change.
1898
1899 2007-06-07  Michael Monreal  <infernux@web.de>
1900
1901         * data/icons/16x16/actions/Makefile.am:
1902         * data/icons/16x16/actions/zoom.svg:
1903         * data/icons/22x22/actions/Makefile.am:
1904         * data/icons/22x22/actions/zoom.svg:
1905         * data/icons/24x24/actions/Makefile.am:
1906         * shell/ev-stock-icons.c:
1907         * shell/ev-stock-icons.h:
1908         * shell/ev-window.c:
1909         
1910         Zoom icon artwork. See bug #444795.
1911
1912 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1913
1914         * shell/ev-metadata-manager.c: Remove extraneous function
1915         (Closes: #444386)
1916
1917 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1918
1919         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1920         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1921         (ev_metadata_manager_set), (ev_metadata_manager_save):
1922         Simplify the timeout, no need for modified anymore
1923
1924 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1925
1926         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1927         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1928         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1929         (ev_metadata_manager_save): Adapted patch from Arjan van de
1930         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1931         time, saves on power (Closes: #443851)
1932
1933 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * configure.ac:
1936         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1937         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1938
1939         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1940
1941 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1942
1943         * shell/ev-window.c: (ev_window_add_history):
1944
1945         Check if history is NULL
1946
1947 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * libdocument/ev-image.c: (ev_image_finalize):
1950         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1951         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1952         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1953         (ev_tmp_uri_unlink):
1954
1955         Add functions to delete temporary files created by evince in a safe
1956         way.
1957
1958         * shell/ev-window.c: (ev_window_clear_local_uri),
1959         (open_xfer_update_progress_callback),
1960         (save_xfer_update_progress_callback), (ev_window_save_remote),
1961         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1962         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1963         (attachment_save_dialog_response_cb),
1964         (ev_attachment_popup_cmd_save_attachment_as):
1965
1966         Allow saving a copy of a document, image or attachment to a remote
1967         location. Fixes bug #440754. 
1968
1969 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * configure.ac:
1972         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1973
1974         Fix build with current poppler from cvs head. 
1975
1976 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1977
1978         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1979
1980         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1981         directory exists.
1982
1983 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1984
1985         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1986         * shell/ev-window.c:
1987
1988         Change sidebar ordering. Fixes bug #439939.
1989
1990 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1991
1992         * backend/comics/Makefile.am:
1993         
1994         Fixes build with --without-libgnome.
1995
1996 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1997         
1998         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1999
2000         Update cursor and tooltip on page change and view scroll. Fixes bug
2001         #439217.
2002
2003 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2004
2005         * NEWS:
2006         * configure.ac:
2007         
2008         Update for release 0.9.0
2009
2010 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2011
2012         * backend/djvu/djvu-document-private.h:
2013         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2014         (djvu_document_finalize),
2015         (djvu_document_file_exporter_format_supported),
2016         (djvu_document_file_exporter_begin),
2017         (djvu_document_file_exporter_do_page),
2018         (djvu_document_file_exporter_end),
2019         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2020         
2021         Implemented printing with djvu. Bug #437998.
2022
2023 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * backend/impress/zip.c:
2026         Add missing ulong definition.
2027
2028         * backend/ps/ps-interpreter.c:
2029         Add missing headers.
2030
2031         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2032
2033 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2036
2037         Add missing call to parent class dispose method. 
2038
2039 2007-05-12  Ross Burton  <ross@openedhand.com>
2040
2041         * shell/main.c:
2042         Sync keybindings manually when building without libgnome
2043         (#437925).
2044
2045 2007-05-12  Ross Burton  <ross@openedhand.com>
2046
2047         * shell/ev-window.c:
2048         Respect the screen when opening help (#437866).
2049
2050 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * data/evince-ui.xml:
2053         * shell/ev-application.[ch]: (get_print_settings_from_args),
2054         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2055         (ev_application_open_uri_list):
2056         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2057         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2058         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2059         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2060         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2061         (ev_window_dispose):
2062         * shell/main.c: (arguments_parse):
2063
2064         Add print button in preview mode. Fixes bug #396475. 
2065
2066 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2067
2068         * cut-n-paste/zoom-control/ephy-zoom.h:
2069         
2070         Fixes zoom level factors. See bug #408119 for details.
2071
2072 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2073
2074         * backend/comics/comics-document.c: (comics_regex_quote),
2075         (extract_argv):
2076         
2077         Correctly quote symbols. Fixes crash in the bug
2078         #415370.
2079
2080 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2081
2082         * shell/ev-navigation-action-widget.c:
2083         (ev_navigation_action_widget_init),
2084         (ev_navigation_action_widget_class_init),
2085         (ev_navigation_action_widget_button_press_event):
2086         
2087         Connect to button-press event on correct widget. Fixes
2088         bug #431988
2089
2090 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2091
2092         * shell/ev-application.c: (ev_application_open_window),
2093         (ev_application_add_icon_path_for_screen),
2094         (ev_application_open_uri_at_dest):
2095         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2096         * shell/ev-navigation-action.c: (build_menu):
2097         
2098         Add app-specific icons to our icon theme. Fixes bug
2099         #425508.
2100
2101 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2102
2103         * shell/ev-history.c: (ev_history_class_init),
2104         (ev_history_add_link):
2105         * shell/ev-history.h:
2106         * shell/ev-navigation-action.c:
2107         (ev_navigation_action_history_changed),
2108         (ev_navigation_action_set_history), (build_menu),
2109         (ev_navigation_action_finalize):
2110         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2111         
2112         Make navigation action unsensitive instead of showing
2113         menu with unsensitive word. Fixes bug #417392.
2114
2115 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * shell/ev-application.[ch]: (ev_application_shutdown),
2118         (ev_application_get_print_settings),
2119         (ev_application_set_print_settings):
2120         * shell/ev-window.c:
2121
2122         Remember print settings. Fixes bug #349102. 
2123
2124 2007-05-08  Christian Persch  <chpe@gnome.org>
2125
2126         * configure.ac:
2127         * properties/ev-properties-view.c:
2128
2129         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2130         Bug #382438.
2131
2132 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * configure.ac:
2135         * properties/ev-properties-view.c: (ev_regular_paper_size):
2136
2137         Use gtk+ builtin paper list to identify the document's paper size.
2138         Fixes bug #382438. 
2139
2140 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * configure.ac:
2143
2144         Fix build when compiling with thumbnailer and libgnome support. 
2145
2146 2007-05-04  Ross Burton  <ross@openedhand.com>
2147
2148         * configure.ac:
2149         Add --without-libgnome, check for libgnome and libgnomeui
2150         separately, and add them to the symbols as required.
2151
2152         * libdocument/ev-file-helpers.c:
2153         When building without libgnome, use g_get_user_config_dir instead
2154         of gnome_user_dir_get.
2155
2156         * shell/ev-application.c:
2157         When building without libgnome, don't use session management.
2158
2159         * shell/main.c:
2160         When building without libgnome, don't use GnomeProgram or
2161         initialise the authentication manager.
2162
2163         This fixes #328842.
2164
2165 2007-05-04  Ross Burton  <ross@openedhand.com>
2166
2167         * shell/ev-window.c:
2168         Don't use libgnome to open help, instead call Yelp directly.
2169
2170 2007-05-04  Ross Burton  <ross@openedhand.com>
2171
2172         * shell/ev-sidebar-attachments.c:
2173         Don't use libgnome to lookup icons for MIME types, instead copy
2174         code from GTK+ to do it manually.
2175
2176 2007-05-04  Ross Burton  <ross@openedhand.com>
2177
2178         * configure.ac:
2179         Add libxml to the dependencies for SHELL_CORE (#435818).
2180
2181 2007-05-02  Ross Burton  <ross@openedhand.com>
2182
2183         * configure.ac:
2184         * Makefile.am:
2185         Add --disable-thumbnailer (#434825)
2186
2187 2007-05-02  Ross Burton  <ross@openedhand.com>
2188
2189         * shell/ev-window.c:
2190         Add missing includes, fix indentation.
2191
2192         * shell/main.c:
2193         Fix indentation.
2194
2195 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2196
2197         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2198         ev_application_open_uri_at_dest instead of ev_application_open_uri
2199         preventing new document always being opened in a new window even if there
2200         is an empty window.
2201
2202 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2203
2204         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2205         (egg_recent_view_uimanager_finalize):
2206         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2207         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2208         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2209         (ev_pixbuf_cache_dispose):
2210         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2211         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2212         
2213         Add missing chain to parent class methods. Fixes
2214         bug #433128.
2215
2216 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2217
2218         * data/Makefile.am (update-icon-cache): Updates
2219         gtk-update-icon-cache in uninstall-hook.
2220
2221 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2222
2223         * shell/ev-window.c: (ev_window_setup_document),
2224         (ev_window_set_document), (ev_window_load_job_cb):
2225         * shell/ev-view.c: (setup_caches):
2226         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2227
2228         Start rendering pages before any other jobs. 
2229
2230 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * shell/ev-window.c: (ev_window_stop_fullscreen),
2233         (ev_window_stop_presentation):
2234
2235         Update chrome visibility before window unfullscreen. 
2236
2237 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * data/Makefile.am:
2240         * data/evince-ui.xml:
2241         * shell/ev-stock-icons.[ch]:
2242         * shell/ev-application.[ch]: (ev_application_shutdown),
2243         (ev_application_init), (ev_application_get_toolbars_model):
2244         * shell/ev-window.c: (update_chrome_visibility),
2245         (fullscreen_toolbar_setup_item_properties),
2246         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2247         (ev_window_run_presentation), (ev_window_stop_presentation),
2248         (ev_window_run_preview), (ev_window_screen_changed),
2249         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2250         (ev_window_dispose), (ev_window_init):
2251
2252         Make fullscreen toolbar always visible. Do not use egg toolbars for
2253         fullscreen and preview modes since such toolbars are not editables.
2254         Fixes bugs #300278, #338910 and #316188.  
2255
2256 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2257
2258         * shell/ev-application.c:
2259         * shell/ev-job-queue.c:
2260         * shell/ev-metadata-manager.c:
2261         * shell/ev-stock-icons.c:
2262         * shell/ev-window.c:
2263         * shell/main.c:
2264         
2265         Developers documentation updated.
2266
2267 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2270
2271         Check whether uri is valid before launching it. Fixes bug #427664.
2272
2273 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * shell/ev-window.c:
2276
2277         Change key accelerator for Open a Copy menu entry which is in conflict
2278         with Close. Fixes bug #427321.
2279
2280 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2281
2282         * NEWS:
2283         * configure.ac:
2284         
2285         Update for release 0.8.1
2286
2287 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2288
2289         * shell/ev-window.c: (setup_size_from_metadata):
2290         
2291         Do not make window bigger than screen. Fixes bug 
2292         #388985.
2293
2294 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2297         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2298
2299         Use default resolution when it's not provided by document. Fixes bug
2300         #408762.
2301
2302 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * configure.ac:
2305         * thumbnailer/Makefile.am:
2306         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2307         * thumbnailer/evince-thumbnailer.schemas.in:
2308         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2309
2310         Add support for ps, eps and compressed documents thumbnails. Do not
2311         ignore size parameter. 
2312
2313 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2314
2315         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2316         (dvi_document_do_color_special):
2317         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2318
2319         Implement font color specials in the DVI backend. Fixes bug #303651.
2320
2321 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2322
2323         Fixup the previous commit:
2324
2325         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2326         * shell/xdg-user-dir-lookup.c: Make the function non-static
2327         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2328
2329 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2330
2331         * shell/ev-window.c (file_open_dialog_response_cb): Use
2332         the xdg-user-dirs DOCUMENTS folder as default folder when
2333         opening a file chooser.  (#424858)
2334
2335         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2336         xdg-user-dirs.
2337
2338 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-window.c: (ev_window_load_job_cb):
2341
2342         Do not setup view from metadata on preview mode. 
2343
2344 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * shell/main.c:
2347
2348         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2349
2350 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * shell/ev-view.c: (ev_view_primary_get_cb):
2353
2354         Check pointer != NULL before using it. Fixes bug #416841. 
2355
2356 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2357
2358         * NEWS:
2359         * configure.ac:
2360         
2361         Release 0.8.0
2362
2363 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2366
2367         Do not render thumbnails when sidebar thumbnail page is not visible
2368         at startup. Fixes bug #416447. 
2369
2370 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2371
2372         * data/evince.desktop.in.in:
2373
2374         "Application" is not a valid category in the freedesktop specification.
2375
2376 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * libdocument/ev-file-helpers.[ch]: (compression_run),
2379         (ev_file_uncompress), (ev_file_compress):
2380         * shell/ev-window.c: (file_save_dialog_response_cb):
2381
2382         Save document compressed when saving a copy of a compressed document.
2383         Fixes bug #334542.
2384
2385 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2388
2389         Allow deleting in goto window entry in presentation mode. 
2390
2391 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2392
2393         * Makefile.am: Dist MAINTAINERS.
2394
2395 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * shell/ev-window.c: (ev_window_update_actions):
2398
2399         Fix zoom shortcut keys when searching. Fixes bug #409828.
2400
2401 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * shell/ev-window.c: (ev_window_setup_document):
2404
2405         Fix crash when loading documents with only one page. 
2406
2407 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * backend/dvi/dvi-document.c:
2410         (dvi_document_thumbnails_get_dimensions),
2411         (dvi_document_thumbnails_get_thumbnail):
2412         * backend/impress/impress-document.c:
2413         (impress_document_thumbnails_get_thumbnail),
2414         (impress_document_thumbnails_get_dimensions):
2415         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2416         (ps_document_thumbnails_get_dimensions):
2417         * backend/djvu/djvu-document.c:
2418         (djvu_document_thumbnails_get_dimensions),
2419         (djvu_document_thumbnails_get_thumbnail):
2420         * backend/tiff/tiff-document.c:
2421         (tiff_document_thumbnails_get_thumbnail),
2422         (tiff_document_thumbnails_get_dimensions):
2423         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2424         (pdf_document_thumbnails_get_thumbnail),
2425         (pdf_document_thumbnails_get_dimensions):
2426         * backend/comics/comics-document.c:
2427         (comics_document_thumbnails_get_thumbnail),
2428         (comics_document_thumbnails_get_dimensions):
2429         * backend/pixbuf/pixbuf-document.c:
2430         (pixbuf_document_thumbnails_get_thumbnail),
2431         (pixbuf_document_thumbnails_get_dimensions):
2432         * libdocument/ev-document-thumbnails.[ch]:
2433         (ev_document_thumbnails_get_thumbnail),
2434         (ev_document_thumbnails_get_dimensions):
2435         * libdocument/ev-document-misc.[ch]:
2436         (ev_document_misc_get_thumbnail_frame):
2437         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2438         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2439         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2440         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2441         (ev_sidebar_thumbnails_refresh):
2442         * shell/ev-window.c: (ev_window_setup_document):
2443         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2444
2445         Use an EvRenderContext for rendering thumbnails instead of a suggested
2446         width, so that different sized pages get sized proportionally.
2447
2448 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * shell/ev-view.c: (ev_view_button_press_event),
2451         (ev_view_key_press_event):
2452
2453         Fix critical warnings when there is no document loaded. 
2454
2455 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * shell/ev-page-action-widget.c:
2458         * shell/ev-navigation-action.c:
2459         * shell/ev-window.c:
2460
2461         Fix compile warnings. 
2462
2463 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/djvu/djvu-text.h:
2466         * backend/djvu/djvu-document.c:
2467         * backend/djvu/djvu-text-page.c:
2468         * backend/djvu/djvu-links.c:
2469         * backend/djvu/djvu-text-page.h:
2470         * backend/djvu/djvu-text.c:
2471         
2472         Fix build on Mac. Fixes bug #392186. Patch by
2473         <ephraim_owns@hotmail.com>
2474
2475 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2478
2479         Restore cairo context before rendering every page when printing a PDF
2480         document into a PDF file. 
2481
2482 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * backend/ps/gstypes.h:
2485         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2486         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2487         (ps_document_thumbnails_get_thumbnail):
2488
2489         Handle PostScript page orientation. Fixes bug #318568.
2490
2491 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * backend/ps/Makefile.am:
2494         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2495         (document_load), (ps_document_load), (save_document),
2496         (save_page_list), (ps_document_get_n_pages),
2497         (ps_document_get_page_size), (ps_document_get_info),
2498         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2499         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2500         (ps_document_thumbnails_get_thumbnail),
2501         (ps_document_thumbnails_get_dimensions),
2502         (ps_document_document_thumbnails_iface_init):
2503         * backend/ps/ps.[ch]: (psgetpagebox):
2504         * backend/ps/ps-interpreter.[ch]:
2505
2506         Add support for thumbnails in ps backend. Fixes bug #164755. 
2507
2508 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2509
2510         * NEWS:
2511         * configure.ac:
2512         
2513         Release 0.7.2
2514
2515 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2518         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2519         (ev_window_dispose):
2520
2521         Use document thumbnail as window icon. Fixes bug #384442.
2522
2523 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2524
2525         * configure.ac:
2526
2527         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2528         duplicated adding application/x-bzpostscript instead. 
2529
2530 2007-02-11  Tom Parker  <palfrey@tevp.net>
2531
2532         * backend/ps/ps-document.c: (document_load):
2533
2534         Check return value of psscan before trying
2535         to use it. Fixes bug #372414.
2536
2537 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2540
2541         Fix invalid free in ev-page-cache. Fixes bug #404745.
2542
2543 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2544
2545         * test/Makefile.am:
2546         * test/test3.py:
2547         
2548         Added reload test case.
2549
2550 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * po/POTFILES.in:
2553         * backend/djvu/djvu-document.c: (djvu_document_load):
2554
2555         Check whether there are missing files in indirect multipage djvu
2556         documents. Fixes bug #361683. 
2557
2558 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2559
2560         * test/Makefile.am:
2561         * test/test-mime.bin:
2562         * test/test3.py:
2563         
2564         Added test for slow mime type
2565
2566 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2569
2570         Add some checks and call parent_class->finalize. Fixes bug #404745.
2571
2572 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2573
2574         * shell/ev-navigation-action.c: (connect_proxy):
2575         
2576         Fixes dropdown history menu. Thanks a lot Carlos!
2577
2578 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2581
2582         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2583         bug #373715.
2584
2585 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * backend/ps/ps.c: (psscan):
2588
2589         Fix memory leak. 
2590
2591 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * configure.ac:
2594         * libdocument/ev-file-helpers.c: 
2595
2596         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2597
2598 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * configure.ac:
2601         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2602         (ps_interpreter_start), (document_load), (save_document),
2603         (save_page_list):
2604         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2605         * libdocument/ev-document-factory.c:
2606         (ev_document_factory_get_from_mime), (get_document_from_uri),
2607         (free_uncompressed_uri), (ev_document_factory_get_document):
2608         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2609
2610         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2611
2612 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * libdocument/ev-document.h:
2615
2616         Fix typo in function name. 
2617
2618 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * backend/ps/ps-document.c: (ps_interpreter_finished),
2621         (ps_interpreter_start), (ps_interpreter_failed):
2622
2623         Handle ghostscript interpreter crashes. 
2624
2625 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-window.c: (ev_window_open_uri),
2628         (window_configure_event_cb):
2629
2630         Setup window size and position before showing it. Fixes bug #401711.
2631
2632 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * backend/ps/Makefile.am:
2635         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2636         (ps_document_dispose), (ps_document_class_init),
2637         (ps_interpreter_input), (ps_interpreter_output),
2638         (ps_interpreter_error), (setup_interpreter_env),
2639         (ps_interpreter_start), (ps_interpreter_stop),
2640         (ps_interpreter_failed), (ps_interpreter_is_ready),
2641         (check_filecompressed), (document_load), (ps_document_load),
2642         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2643         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2644         (render_page):
2645
2646         Rework ps-document. Code cleanups, remove deprecated code. 
2647
2648 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-view.c: (ev_view_button_press_event):
2651
2652         Do not start an image drag and drop operation when pointer is on 
2653         text, so that we can select text when the whole background is an
2654         image. 
2655
2656 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * shell/ev-window.c: (ev_window_update_actions): 
2659
2660         Disable all zoom related actions during presentation mode. 
2661
2662 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2663
2664         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2665
2666         Do not zoom in or out on presentation mode. Fixes bug #401305.
2667
2668 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2669
2670         * shell/ev-navigation-action.c: (connect_proxy),
2671         (create_menu_item), (ev_navigation_action_class_init):
2672         
2673         Correctly show menu and fix crash when navigaton 
2674         action is out of toolbar visible area.
2675
2676 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2677
2678         * data/Makefile.am:
2679         * data/evince.1:
2680         
2681         Added man file
2682
2683 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2684
2685         * help/reference/* :
2686         * configure.ac:
2687         
2688         Added gtk-doc based documentation for Evince.
2689         Still in initial state but I hope it will
2690         grow.
2691         
2692         * configure.ac:
2693         
2694         Lower dbus requirement to 0.70
2695
2696 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * shell/ev-window.c: (ev_window_add_history):
2699
2700         Fix memory leak. 
2701
2702 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2703
2704         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2705         * shell/ev-view.h:
2706         * shell/ev-window.c: (ev_window_add_history):
2707         
2708         Correctly handle named destination links
2709
2710 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2711
2712         * NOTES:
2713         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2714         * backend/pdf/ev-poppler.cc:
2715         * libdocument/ev-document-links.h:
2716         * libdocument/ev-link.c: (ev_link_get_page):
2717         * libdocument/ev-link.h:
2718         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2719         (ev_history_add_link):
2720         * shell/ev-history.h:
2721         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2722         (new_history_menu_item), (build_menu):
2723         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2724         * shell/ev-sidebar-links.c: (create_loading_model),
2725         (print_section_cb), (ev_sidebar_links_construct),
2726         (fill_page_labels), (update_page_callback_foreach),
2727         (update_page_callback), (job_finished_callback):
2728         * shell/ev-view.c: (ev_view_handle_link):
2729         * shell/ev-window.c: (ev_window_find_chapter),
2730         (ev_window_add_history), (view_handle_link_cb),
2731         (history_changed_cb):
2732         
2733         Implements another history variant
2734
2735 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * shell/ev-window.c: (view_external_link_cb):
2738         * shell/ev-view.c: (ev_view_button_release_event):
2739
2740         Open links in new window when clicking with middle button. 
2741
2742 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2743
2744         * shell/ev-navigation-action.c: (new_history_menu_item):
2745         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2746         * shell/ev-view.c: (ev_view_handle_link):
2747         * shell/ev-window.c:
2748         
2749         Store link before jump, not the destination. For me it 
2750         seems like more natural history behavior.
2751
2752 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2753
2754         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2755         (ev_navigation_action_class_init):
2756         * shell/ev-navigation-action.h:
2757         * shell/ev-page-action.c: (activate_cb):
2758         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2759         (ev_page_cache_set_current_page_history):
2760         * shell/ev-page-cache.h:
2761         * shell/ev-sidebar-thumbnails.c:
2762         (ev_sidebar_tree_selection_changed),
2763         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2764         * shell/ev-view-private.h:
2765         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2766         * shell/ev-view.h:
2767         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2768         (ev_window_setup_document), (ev_window_load_job_cb):
2769         * shell/ev-window.h:
2770         
2771         History finally works as expected.
2772
2773 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2776
2777         Do not update links treeview if it doesn't have a model assigned yet. 
2778
2779 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2782         (ev_sidebar_links_class_init), (update_page_callback):
2783
2784         Do not update links treeview when sidepane is not visible. 
2785
2786 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2787
2788         * shell/ev-marshal.list:
2789         * shell/ev-page-action.c: (activate_cb),
2790         (ev_page_action_class_init):
2791         * shell/ev-page-action.h:
2792         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2793         * shell/ev-window.c:
2794         
2795         Remove activate_link signal, not required.
2796
2797 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2798
2799         * shell/ev-navigation-action.c: (build_menu):
2800         
2801         Reorder menu items and build menu with fixed length.
2802
2803 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2804
2805         * shell/ev-view.c: (get_selected_text):
2806         
2807         Normalize text to fix ligatures problem. See bug
2808         #341947 for details.
2809
2810 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2813
2814         Fix memory leak in ev-page-cache. 
2815
2816 2007-01-25  Tom Parker <palfrey@tevp.net>
2817
2818         * backend/impress/impress-document.c: (impress_document_load),
2819         (impress_document_finalize), (impress_document_init):
2820         * properties/ev-properties-main.c: (ev_properties_get_pages):
2821         
2822         Correctly handle impress document errors. Fixes nautilus
2823         crash in property page #370491.
2824
2825 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2828         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2829         (ev_job_queue_remove_job):
2830         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2831         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2832         (ev_job_load_run):
2833         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2834         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2835         (ev_window_load_job_cb), (xfer_update_progress_callback),
2836         (ev_window_open_uri), (ev_window_dispose):
2837         * shell/main.c: (main):
2838
2839         Do file transfer asynchronously in the main thread instead of
2840         synchronously in the load thread. Fixes bugs #399694, #398307 and
2841         #343542.
2842
2843 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * shell/ev-jobs.c: (ev_job_xfer_run):
2846
2847         Load the document with the font-config lock held. 
2848
2849 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * backend/ps/ps-document.c: (start_interpreter):
2852
2853         Fix memory leaks in ps backend. 
2854
2855 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * backend/impress/impress-document.c:
2858         (impress_document_render_pixbuf):
2859
2860         Do not acquire fontconfig lock in impress backend, since it is using
2861         the main loop for rendering. 
2862
2863 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * po/POTFILES.in: 
2866
2867         Remove mdvi files that shouldn't be translated. 
2868
2869 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * shell/ev-view-private.h:
2872         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2873         (ev_view_set_zoom):
2874
2875         Render "loading..." text into a cairo surface instead of directly into
2876         the window so that fontconfig lock is only needed once and UI is not
2877         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2878
2879 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2882         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2883
2884         Use icon theme associated with the window screen rather than default. 
2885
2886 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2887
2888         * configure.ac:
2889
2890         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2891
2892 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2893
2894         * data/icons/*/apps/evince.*:
2895
2896         Move Evince icons under new apps directory.
2897
2898         * data/icons/*/actions/*:
2899
2900         Add new custom themeable Evince icons: view-page-continuous, 
2901         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2902         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2903
2904         * configure.ac:
2905
2906         Add new directories to AC_CONFIG_FILES.
2907
2908         * shell/ev-stock-icons.c:
2909         * shell/ev-stock-icons.h:
2910
2911         Use new custom themeable icons.
2912
2913 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2916
2917         Do not draw white background page in presentation mode. 
2918
2919 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2920
2921         * shell/ev-view.c: Remove unused gnome-vfs include.
2922
2923 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2924
2925         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2926         
2927         Format string is corrected, fixes bug #397129.
2928
2929 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2930
2931         * shell/ev-window.c: (ev_window_setup_recent):
2932
2933         Do not include in recent menu inexistent documents. Fixes
2934         bug #339171.
2935
2936 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * po/POTFILES.skip: 
2939
2940         Update POTFILES.skip file according to current source tree. 
2941
2942 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * shell/ev-window.c: (file_save_dialog_response_cb):
2945
2946         Do Save a copy in atomic way. Fixes bug #328266. 
2947
2948 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2951
2952         Keep selected cell always visible in index treeview.
2953
2954 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2955         
2956         * shell/ev-view.c: (ev_view_size_allocate):
2957
2958         Restore horizontal scrollbar after switching to/from fullscreen
2959         or presentation mode. Fixes bug #331728.
2960
2961 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-view-private.h:
2964         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2965         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2966         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2967         (ev_view_can_zoom_out):
2968
2969         Use max and min scale values in the view iby taking dpi into account. 
2970
2971 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * configure.ac:
2974         * NEWS:
2975
2976         Release 0.7.1
2977
2978 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-window.c: (ev_window_print_send):
2981
2982         Send print job to printer with some settings set to default values,
2983         since we have already exported to a file according to such settings
2984         and they could be taken twice by some printers. 
2985
2986 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-jobs.c: (ev_job_xfer_run):
2989         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2990
2991         Show main window and load document with the font-config lock held. 
2992
2993 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * configure.ac:
2996         * shell/ev-application.c: (ev_application_register_service):
2997         * shell/main.c: (load_files_remote):
2998
2999         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3000
3001 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3002
3003         * doc/debugging.txt:
3004         
3005         Remove obsolete documentation.
3006
3007 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * Makefile.am:
3010         * backend/Makefile.am:
3011         * backend/comics/Makefile.am:
3012         * backend/djvu/Makefile.am:
3013         * backend/dvi/Makefile.am:
3014         * backend/ev-async-renderer.c:
3015         * backend/ev-async-renderer.h:
3016         * backend/ev-attachment.c:
3017         * backend/ev-attachment.h:
3018         * backend/ev-backend-marshal.c:
3019         * backend/ev-document-factory.c:
3020         * backend/ev-document-factory.h:
3021         * backend/ev-document-find.c:
3022         * backend/ev-document-find.h:
3023         * backend/ev-document-fonts.c:
3024         * backend/ev-document-fonts.h:
3025         * backend/ev-document-images.c:
3026         * backend/ev-document-images.h:
3027         * backend/ev-document-info.h:
3028         * backend/ev-document-links.c:
3029         * backend/ev-document-links.h:
3030         * backend/ev-document-misc.c:
3031         * backend/ev-document-misc.h:
3032         * backend/ev-document-security.c:
3033         * backend/ev-document-security.h:
3034         * backend/ev-document-thumbnails.c:
3035         * backend/ev-document-thumbnails.h:
3036         * backend/ev-document-transition.c:
3037         * backend/ev-document-transition.h:
3038         * backend/ev-document.c:
3039         * backend/ev-document.h:
3040         * backend/ev-file-exporter.c:
3041         * backend/ev-file-exporter.h:
3042         * backend/ev-image.c:
3043         * backend/ev-image.h:
3044         * backend/ev-link-action.c:
3045         * backend/ev-link-action.h:
3046         * backend/ev-link-dest.c:
3047         * backend/ev-link-dest.h:
3048         * backend/ev-link.c:
3049         * backend/ev-link.h:
3050         * backend/ev-render-context.c:
3051         * backend/ev-render-context.h:
3052         * backend/ev-selection.c:
3053         * backend/ev-selection.h:
3054         * backend/impress/Makefile.am:
3055         * backend/pdf/Makefile.am:
3056         * backend/pixbuf/Makefile.am:
3057         * backend/ps/Makefile.am:
3058         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3059         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3060         (start_interpreter), (stop_interpreter), (document_load),
3061         (ps_document_next_page), (render_page):
3062         * backend/tiff/Makefile.am:
3063         * comics/Makefile.am:
3064         * comics/comics-document.c:
3065         * comics/comics-document.h:
3066         * configure.ac:
3067         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3068         * djvu/Makefile.am:
3069         * djvu/djvu-document-private.h:
3070         * djvu/djvu-document.c:
3071         * djvu/djvu-document.h:
3072         * djvu/djvu-links.c:
3073         * djvu/djvu-links.h:
3074         * djvu/djvu-text-page.c:
3075         * djvu/djvu-text-page.h:
3076         * djvu/djvu-text.c:
3077         * djvu/djvu-text.h:
3078         * dvi/Makefile.am:
3079         * dvi/dvi-document.c:
3080         * dvi/dvi-document.h:
3081         * dvi/fonts.c:
3082         * dvi/fonts.h:
3083         * dvi/mdvi-lib/Makefile.am:
3084         * dvi/mdvi-lib/afmparse.c:
3085         * dvi/mdvi-lib/afmparse.h:
3086         * dvi/mdvi-lib/bitmap.c:
3087         * dvi/mdvi-lib/bitmap.h:
3088         * dvi/mdvi-lib/color.c:
3089         * dvi/mdvi-lib/color.h:
3090         * dvi/mdvi-lib/common.c:
3091         * dvi/mdvi-lib/common.h:
3092         * dvi/mdvi-lib/defaults.h:
3093         * dvi/mdvi-lib/dvimisc.c:
3094         * dvi/mdvi-lib/dviopcodes.h:
3095         * dvi/mdvi-lib/dviread.c:
3096         * dvi/mdvi-lib/files.c:
3097         * dvi/mdvi-lib/font.c:
3098         * dvi/mdvi-lib/fontmap.c:
3099         * dvi/mdvi-lib/fontmap.h:
3100         * dvi/mdvi-lib/fontsrch.c:
3101         * dvi/mdvi-lib/gf.c:
3102         * dvi/mdvi-lib/hash.c:
3103         * dvi/mdvi-lib/hash.h:
3104         * dvi/mdvi-lib/list.c:
3105         * dvi/mdvi-lib/mdvi.h:
3106         * dvi/mdvi-lib/pagesel.c:
3107         * dvi/mdvi-lib/paper.c:
3108         * dvi/mdvi-lib/paper.h:
3109         * dvi/mdvi-lib/pk.c:
3110         * dvi/mdvi-lib/private.h:
3111         * dvi/mdvi-lib/setup.c:
3112         * dvi/mdvi-lib/sp-epsf.c:
3113         * dvi/mdvi-lib/special.c:
3114         * dvi/mdvi-lib/sysdeps.h:
3115         * dvi/mdvi-lib/t1.c:
3116         * dvi/mdvi-lib/tfm.c:
3117         * dvi/mdvi-lib/tfmfile.c:
3118         * dvi/mdvi-lib/tt.c:
3119         * dvi/mdvi-lib/util.c:
3120         * dvi/mdvi-lib/vf.c:
3121         * dvi/pixbuf-device.c:
3122         * dvi/pixbuf-device.h:
3123         * impress/Makefile.am:
3124         * impress/common.h:
3125         * impress/document.c:
3126         * impress/f_oasis.c:
3127         * impress/f_oo13.c:
3128         * impress/iksemel.c:
3129         * impress/iksemel.h:
3130         * impress/imposter.h:
3131         * impress/impress-document.c:
3132         * impress/impress-document.h:
3133         * impress/internal.h:
3134         * impress/r_back.c:
3135         * impress/r_draw.c:
3136         * impress/r_geometry.c:
3137         * impress/r_gradient.c:
3138         * impress/r_style.c:
3139         * impress/r_text.c:
3140         * impress/render.c:
3141         * impress/render.h:
3142         * impress/zip.c:
3143         * impress/zip.h:
3144         * lib/Makefile.am:
3145         * lib/ev-debug.c:
3146         * lib/ev-debug.h:
3147         * lib/ev-file-helpers.c:
3148         * lib/ev-file-helpers.h:
3149         * lib/ev-gui.c:
3150         * lib/ev-gui.h:
3151         * lib/ev-tooltip.c:
3152         * lib/ev-tooltip.h:
3153         * libdocument/Makefile.am:
3154         * libdocument/ev-file-helpers.c:
3155         * pdf/Makefile.am:
3156         * pdf/ev-poppler.cc:
3157         * pdf/ev-poppler.h:
3158         * pixbuf/Makefile.am:
3159         * pixbuf/pixbuf-document.c:
3160         * pixbuf/pixbuf-document.h:
3161         * properties/Makefile.am:
3162         * ps/Makefile.am:
3163         * ps/gsdefaults.c:
3164         * ps/gsdefaults.h:
3165         * ps/gsio.c:
3166         * ps/gsio.h:
3167         * ps/gstypes.h:
3168         * ps/ps-document.c:
3169         * ps/ps-document.h:
3170         * ps/ps.c:
3171         * ps/ps.h:
3172         * shell/Makefile.am:
3173         * shell/ev-application.h:
3174         * shell/ev-sidebar-links.c:
3175         * shell/ev-sidebar-links.h:
3176         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3177         (ev_gui_menu_position_tree_selection):
3178         * shell/ev-utils.h:
3179         * shell/ev-view.c: (ev_view_finalize):
3180         * shell/ev-window.c:
3181         * shell/main.c: (main):
3182         * thumbnailer/Makefile.am:
3183         * tiff/Makefile.am:
3184         * tiff/tiff-document.c:
3185         * tiff/tiff-document.h:
3186         * tiff/tiff2ps.c:
3187         * tiff/tiff2ps.h:
3188         
3189         Reorganize source tree.
3190
3191 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * backend/ev-document-factory.c:
3194
3195         Do not include ev-poppler.h when pdf is disabled. 
3196
3197 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * configure.ac:
3200         * data/evince-ui.xml:
3201         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3202         (pdf_document_document_images_iface_init):
3203         * backend/Makefile.am:
3204         * backend/ev-document-images.[ch]:
3205         * backend/ev-image.[ch]:
3206         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3207         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3208         (ev_job_xfer_run):
3209         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3210         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3211         (ev_pixbuf_cache_get_image_mapping):
3212         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3213         (view_menu_popup_cb), (ev_window_dispose),
3214         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3215         (ev_view_popup_cmd_copy_image):
3216         * shell/ev-view-private.h:
3217         * shell/ev-view.c: (ev_view_get_image_at_location),
3218         (ev_view_do_popup_menu), (ev_view_popup_menu),
3219         (ev_view_button_press_event), (ev_view_drag_data_get),
3220         (ev_view_drag_motion), (ev_view_drag_data_received),
3221         (ev_view_motion_notify_event), (ev_view_button_release_event),
3222         (ev_view_finalize), (ev_view_class_init):
3223
3224         Add image handling support. Fixes bugs #310008 and #325047. Images
3225         selection is not supported yet. 
3226
3227 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3230         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3231         (ev_view_init):
3232
3233         Move view drag and drop stuff to ev-view.
3234
3235 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3238         * shell/ev-view.c: (clear_selection): 
3239
3240         Clear selection also in pixbuf cache.
3241
3242 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3243
3244         * data/evince.desktop.in.in:
3245         
3246         Change icon name in desktop file. See bug #390734
3247         for details.
3248
3249 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3250
3251         * thumbnailer/Makefile.am:
3252
3253         Use top_builddir instead top_srcdir for generated schema
3254         file installation. Fixes bug #390161.
3255
3256 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * configure.ac:
3259         * backend/Makefile.am:
3260         * backend/ev-document-transition.[ch]:
3261         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3262         (pdf_document_page_transition_iface_init):
3263         * shell/ev-view-private.h:
3264         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3265         (ev_view_set_presentation), (transition_next_page),
3266         (ev_view_presentation_transition_stop),
3267         (ev_view_presentation_transition_start), (ev_view_next_page):
3268
3269         Add page transition support in presentation mode. At the moment only
3270         page duration is supported, but not transition effects. Fixes bug
3271         #309815.
3272
3273 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3274
3275         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3276
3277         Run find_link_dest with document lock held, since it's called by links
3278         thread and main thread at the same time. 
3279
3280 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-view.c: (goto_dest):
3283
3284         Update page-cache when page is changed by the view, so that
3285         page-changed signal is emitted. 
3286
3287 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * test/test1.py:
3290         * test/test2.py:
3291
3292         Use C locale in tests. 
3293
3294 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * shell/ev-window.c: (ev_window_run_presentation):
3297         * shell/ev-view-private.h:
3298         * shell/ev-view.c: (ev_view_set_presentation):
3299
3300         Restore zoom settings when back from presentation mode. 
3301
3302 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3303
3304         * shell/ev-window.c: (ev_window_run_presentation):
3305
3306         Always use "best fit" zoom in presentation mode.
3307         Fixes bug #389195.
3308
3309 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3310
3311         * shell/ev-view.c: (ev_view_goto_window_create):
3312
3313         Show "Jump to page" label in the page jumping popup in
3314         presentation mode instead of just a GtkEntry.
3315
3316 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-window.c: (launch_external_uri):
3319
3320         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3321         #378085.
3322
3323 2006-12-22  Elijah Newren  <newren gmail com>
3324
3325         * configure.ac: explicitly check for libxml2.  Fixes #388795
3326
3327 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-view-private.h:
3330         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3331         (ev_view_goto_window_delete_event), (key_is_numeric),
3332         (ev_view_goto_window_key_press_event),
3333         (ev_view_goto_window_button_press_event),
3334         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3335         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3336         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3337
3338         Allow jumping to another page by typing a page number in presentation
3339         mode. It uses a popup window with an entry. Fixes bug #353625.
3340
3341 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3342
3343         * configure.ac:
3344         * properties/ev-properties-view.c: (ev_get_default_user_units),
3345         (ev_regular_paper_size):
3346         
3347         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3348         to Damien Carbery <damien.carbery@sun.com> and
3349         Yevgen Muntyan <muntyan@tamu.edu>.
3350
3351 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3352
3353         * shell/ev-window.c: (setup_document_from_metadata):
3354
3355         Make sure Evince doesn't restore the view on the last
3356         page when a document is reopened. Fixes bug #383381.
3357
3358 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3359
3360         * shell/ev-view.c: (draw_loading_text):
3361
3362         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3363
3364 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * configure.ac:
3367         * NEWS:
3368
3369         Release 0.7.0
3370
3371 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * configure.ac:
3374         * pdf/ev-poppler.cc: (pdf_print_context_free),
3375         (pdf_document_file_exporter_begin),
3376         (pdf_document_file_exporter_do_page):
3377
3378         Make cairo-pdf depedency optional. 
3379
3380 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3383
3384         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3385
3386 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3389         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3390         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3391         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3392         * shell/ev-view.c: (draw_loading_text):
3393         * shell/ev-window.c: (ev_window_cmd_file_properties):
3394
3395         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3396         related to using FontConfig from different threads.
3397         
3398 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-view.c: (draw_loading_text):
3401
3402         Acquire lock document when drawing "Loading..." text so that only one
3403         thread will use FontConfig at the same time. Fixes bug #374750.
3404
3405 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * shell/ev-page-action.[ch]: (activate_cb):
3408         * shell/ev-window.c: (activate_label_cb):
3409
3410         Check if text inserted in page entry is a valid page number when it
3411         doesn't match to any document page label. Fixes bug #383165.
3412
3413 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3414         * shell/ev-window.c:
3415
3416         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3417         available with GTK < 2.10. Added an ifdef to avoid compilation
3418         error.
3419
3420 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3421
3422         * configure.ac:
3423         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3424
3425         Fix ps backend in multihead systems.
3426
3427 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3430         * shell/ev-window.c: (ev_window_get_screen_dpi),
3431         (ev_window_update_actions), (setup_view_from_metadata),
3432         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3433
3434         Take screen DPI into account when zooming. Fixes bug #318285.
3435
3436 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3437
3438         * data/Makefile.am:
3439
3440         Cleaned up/slightly refactored Makefile.am. Added GConf
3441         schemas uninstallation as well.
3442
3443 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3444
3445         * Makefile.am:
3446         * test/Makefile.am:
3447
3448         Fight with autotools to fix make check. Make distcheck
3449         works fine as well now!
3450
3451 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3452
3453         * shell/ev-view.c: (draw_end_presentation_page):
3454
3455         Corrected "end of presentation" string.
3456
3457 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3458
3459         * shell/ev-view.c: (ev_view_key_press_event):
3460
3461         Correctly propagate key press event so that up/down keys
3462         work as expected (correct behaviour was broken by
3463         black/white screen key bindings for presentations).
3464
3465 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3468         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3469         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3470         (pdf_selection_get_selection_region),
3471         (pdf_selection_get_selection_map):
3472
3473         Add "static" to some private functions. 
3474
3475 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3476
3477         * lib/ev-tooltip.h:
3478         * properties/ev-properties-view.h:
3479         * shell/ev-jobs.h:
3480         * shell/ev-properties-dialog.h:
3481         * shell/ev-properties-fonts.h:
3482         * shell/ev-sidebar-links.h:
3483         * shell/ev-sidebar-thumbnails.h:
3484         * shell/ev-sidebar.h:
3485         * shell/ev-window.h:
3486         
3487         Fixes CHACK type in class casts. See bug #385343
3488         for details.
3489
3490 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3491
3492         * shell/ev-view-private.h:
3493         * shell/ev-view.c: (draw_end_presentation_page),
3494         (ev_view_expose_event), (ev_view_key_press_event),
3495         (ev_view_class_init), (ev_view_init):
3496
3497         Blank screen in presentation mode when pressing 'b' (filling with
3498         black) or 'w' (filling with white) keys. Fixes bug #358132.
3499
3500 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3501
3502         * data/evince-toolbar.xml:
3503         * shell/ev-window.c:
3504         
3505         Use stock icon for Select All action. Fixes
3506         bug #382652.
3507
3508 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3509
3510         * shell/ev-view.c: (get_doc_point_from_offset),
3511         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3512
3513         Add links support in rotated documents. Fixes bug #343733.
3514
3515 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * shell/ev-view-private.h:
3518         * shell/ev-view.c: (draw_end_presentation_page),
3519         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3520
3521         Show a blank page after the last page in presentation mode with a
3522         message indicating that presentation has finished and how to exit. 
3523
3524 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-window.c: (fullscreen_timeout_cb):
3527
3528         Hide cursor after a while in presentation mode. 
3529
3530 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3531
3532         * backend/ev-document-info.h:
3533         * data/evince-properties.glade:
3534         * pdf/ev-poppler.cc:
3535         * properties/ev-properties-view.c: (ev_regular_paper_size),
3536         (ev_properties_view_set_info):
3537         * ps/ps-document.c: (ps_document_get_info):
3538
3539         Adds a paper size field to the properties dialog. Fixes
3540         bug #307315. Patch by Kasper Svendsen (with some i18n
3541         changes done by me).
3542
3543 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3544
3545         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3546         (screensaver_init_dbus), (totem_scrsaver_new),
3547         (totem_scrsaver_init):
3548         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3549         * shell/ev-application.c: (ev_application_register_service),
3550         (ev_application_screensaver_enable),
3551         (ev_application_screensaver_disable):
3552         * shell/ev-application.h:
3553         * shell/ev-window.c: (ev_window_run_presentation),
3554         (ev_window_stop_presentation), (build_comments_string),
3555         (ev_window_init):
3556         
3557         Move screensaver handling to application. No more
3558         message on startup.
3559
3560 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * configure.ac:
3563         * backend/Makefile.am:
3564         * backend/ev-file-exporter.[ch]:
3565         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3566         * ps/ps-document.c: (ps_document_file_exporter_*):
3567         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3568         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3569         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3570         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3571
3572         Allow printing to PDF when suppoted by the backend.
3573         
3574 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * shell/ev-window.c: (build_comments_string):
3577
3578         Use always "Document Viewer" in about dialog. 
3579
3580 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3581
3582         * djvu/djvu-document.c: (djvu_document_get_page_size):
3583
3584         Display a warning message when get_pageinfo fails. 
3585
3586 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3587
3588         * Makefile.am:
3589         * backend/Makefile.am:
3590         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3591         * configure.ac:
3592         * shell/ev-window.c: (build_comments_string):
3593         
3594         Make pdf compilation optional. See bug #38007.
3595
3596 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * ps/ps.c: (get_next_text):
3599
3600         Fix CVE-2006-5864.
3601
3602 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3605         * shell/ev-navigation-action.c: (connect_proxy),
3606         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3607         
3608         Do not call g_type_class_peek_parent twice.
3609
3610 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3611
3612         * configure.ac:
3613         * data/icons/24x24/.cvsignore:
3614         * data/icons/24x24/Makefile.am:
3615         * data/icons/24x24/evince.png:
3616         * data/icons/Makefile.am:
3617         
3618         Add 24x24 icon. Thanks to 
3619         Michael Monreal <infernux@web.de>.
3620
3621 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3622
3623         * configure.ac: Fix typo in configure.ac. Thanks
3624         to dmacks@netspace.org for notification.
3625
3626 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3627
3628         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3629         
3630         Drop dbus include, fixes compilation with older dbus.
3631
3632 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3633
3634         * configure.ac:
3635         * cut-n-paste/Makefile.am:
3636         * cut-n-paste/totem-screensaver/.cvsignore
3637         * cut-n-paste/totem-screensaver/Makefile.am:
3638         * cut-n-paste/totem-screensaver/README:
3639         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3640         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3641         * shell/Makefile.am:
3642         * shell/ev-window.c: (ev_window_run_presentation),
3643         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3644         (ev_window_init):
3645
3646         Implemented screensaver enabling/disabling for
3647         presentation mode (not fullscreen mode). Code stolen
3648         from Totem (with some minor tweaks). Fixes bug #338889.
3649
3650 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3651
3652         * configure.ac:
3653
3654         Bump gnome-icon-theme requirements. We use the rotation
3655         icons that appeared recently.
3656
3657 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * shell/ev-history.c: (ev_history_add_page):
3660         * shell/ev-history.h:
3661         * shell/ev-window.c: (page_changed_cb):
3662         
3663         Use page labels instead of numbers.
3664
3665 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3666
3667         * data/evince-toolbar.xml:
3668         * po/POTFILES.in:
3669         * shell/Makefile.am:
3670         * shell/ev-navigation-action-widget.c:
3671         (ev_navigation_action_widget_init),
3672         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3673         (menu_detacher), (ev_navigation_action_widget_set_menu),
3674         (menu_position_func), (popup_menu_under_arrow),
3675         (ev_navigation_action_widget_toggled),
3676         (ev_navigation_action_widget_button_press_event):
3677         * shell/ev-navigation-action-widget.h:
3678         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3679         (ev_navigation_action_set_window), (activate_menu_item_cb),
3680         (new_history_menu_item), (new_empty_history_menu_item),
3681         (build_menu), (menu_activated_cb), (connect_proxy),
3682         (create_tool_item), (ev_navigation_action_init),
3683         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3684         * shell/ev-navigation-action.h:
3685         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3686         (ev_page_action_widget_set_page_cache),
3687         (ev_page_action_widget_finalize),
3688         (ev_page_action_widget_class_init), (match_selected_cb),
3689         (display_completion_text), (match_completion), (build_new_tree_cb),
3690         (get_filter_model_from_model),
3691         (ev_page_action_widget_update_model):
3692         * shell/ev-page-action-widget.h:
3693         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3694         (connect_proxy):
3695         * shell/ev-page-action.h:
3696         * shell/ev-stock-icons.c:
3697         * shell/ev-stock-icons.h:
3698         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3699         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3700         (register_custom_actions):
3701         * shell/main.c:
3702         
3703         Preliminary history implementation
3704
3705 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3706
3707         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3708         (dvi_document_class_init), (dvi_document_init_params):
3709         * dvi/mdvi-lib/font.c: (font_reference):
3710         
3711         Add reference to subfont. Fixes bug #374277.
3712
3713 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3714
3715         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3716         (ev_window_cmd_file_open_copy_at_dest):
3717
3718         Fix a race condition when creating symlink. Increase the counter
3719         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3720         Mathias Hasselmann).
3721
3722 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * backend/Makefile.am:
3725         * backend/ev-attachment.c: (ev_attachment_open):
3726         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3727         (ev_tmp_dir), (ev_tmp_filename):
3728         * shell/ev-sidebar-attachments.c:
3729         (ev_sidebar_attachments_drag_data_get):
3730         * shell/ev-window.c: (ev_window_clear_temp_file):
3731
3732         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3733         in ensure_dir_exists. Abort without crashing when we can't create
3734         user's directory.
3735
3736 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * data/evince-ui.xml:
3739         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3740         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3741         (ev_window_cmd_file_open_copy_at_dest),
3742         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3743         (ev_view_popup_cmd_open_link_new_window):
3744
3745         Allow opening a copy of the current document in a new window. Fixes bug
3746         #357472
3747
3748 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3749
3750         * data/evince-toolbar.xml:
3751         
3752         Add rotate right and rotate left to available items for toolbar.
3753         
3754         * data/evince-ui.xml:
3755         * shell/ev-window.c: (ev_window_init):
3756         
3757         Customize toolbar with right click. Fixes bug #372451.
3758
3759 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3760
3761         * shell/ev-window.c: 
3762         
3763         Use "object-rotate-{left,right}" stock icons. Fixes 
3764         bug #373863.
3765
3766 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3767
3768         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3769         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3770         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3771         (ev_window_open_uri):
3772         * shell/main.c: (arguments_parse):
3773
3774         Remove temp file created when evince is used by GTK+ in
3775         preview mode. Fixes bug #365282. 
3776
3777 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3778
3779         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3780         
3781         Fixes bug #372474 - Side pane disabled when entering 
3782         and leaving fullscreen mode.
3783
3784 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3785
3786         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3787         * data/Makefile.am:
3788         * data/evince-preview-toolbar.xml:
3789         * data/evince-toolbar.xml:
3790         * shell/ev-application.c: (ev_application_shutdown),
3791         (ev_application_init), (ev_application_get_toolbars_model):
3792         * shell/ev-application.h:
3793         * shell/ev-window.c: (update_chrome_visibility),
3794         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3795         (ev_window_cmd_edit_toolbar), (ev_window_init):
3796         
3797         Fixes bug #364364 - toolbar editor shows zoom actions again.
3798
3799 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3802
3803         Do not take margins into consideration for paper size when printing.
3804         Really fixes bug #350491.
3805
3806 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3807
3808         * data/evince-ui.xml:
3809         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3810         (ev_window_cmd_file_print_setup),
3811         (ev_window_print_dialog_response_cb),
3812         (ev_window_setup_action_sensitivity):
3813
3814         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3815
3816 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3817
3818         * shell/ev-window.c: (ev_window_print_range):
3819
3820         Revert my previuos commit, since printing to PDF is not supported by
3821         evince yet. 
3822
3823 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * shell/ev-window.c: (ev_window_print_range):
3826
3827         Enable print to a PDF. Fixes bug #332121.
3828
3829 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-application-service.xml:
3832         * shell/ev-application.[ch]: (ev_application_open_window),
3833         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3834         (ev_application_open_uri), (ev_application_open_uri_list):
3835         * shell/ev-window.c: (file_open_dialog_response_cb),
3836         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3837         (drag_data_received_cb), (open_remote_link):
3838         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3839
3840         Add support for multiscreen systems. Fixes bug #316206.
3841
3842 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * shell/ev-jobs.[ch]: (ev_job_print_new),
3845         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3846         (ev_job_print_do_page):
3847         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3848
3849         Allow printing only odd/even pages. Fixes bug #367289.
3850
3851 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3852
3853         * test/test1.py:
3854         * test/test2.py:
3855
3856         Re-add locale settings to test files.
3857
3858 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3859
3860         * data/evince-ui.xml:
3861         * shell/ev-window.c: (set_action_properties):
3862         
3863         Removed garbage from code and ui.
3864
3865 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3866
3867         * shell/ev-window.c: (ev_window_cmd_help_about):
3868
3869         Shamelessly add my name to the list of contributors.
3870
3871 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3872
3873         * test/test1.py:
3874         * test/test2.py:
3875
3876         Cleaned up the dogtail scripts.
3877
3878 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3879
3880         * shell/ev-view.c: (draw_loading_text): Don't render
3881         "loading..." text in presentation mode. Temporary
3882         workaround for bug #320352.
3883
3884 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3885
3886         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3887         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3888
3889         Use print settings scale, copies, collate and reverse which were
3890         ignored. Fixes bug #359032.
3891
3892 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * configure.ac:
3895         * data/evince-password.glade:
3896         * test/Makefile.am:
3897         * test/test-encrypt.pdf:
3898         * test/test-links.pdf:
3899         * test/test1.py:
3900         * test/test2.py:
3901
3902         Add automated UI tests for evince with dogtail. See
3903         bug #300948.    
3904
3905 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3906
3907         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3908
3909         Hide fullscreen toolbar when switching to another desktop workspace.
3910         Fixes bug #338871
3911
3912 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3913
3914         * shell/ev-window-title.c: 
3915         
3916         Test for .dvi in title of pdf documents.
3917
3918 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3919
3920         * shell/ev-view.c: (ev_view_scroll):
3921
3922         Page Up/Down should do page jumps in "Best fit" mode.
3923         If a user has explicitly chosen to view exactly one page
3924         at a time, scrolling just a part of the page when
3925         pressing Page Up/Down is not right. Fixes bug #323107.
3926
3927 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3928
3929         * NEWS:
3930         * configure.ac:
3931         
3932         Update for 0.6.1
3933
3934 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3935
3936         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3937         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3938         
3939         Correctly disconnect from job signals on destroy.
3940
3941 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3942
3943         * shell/ev-view-private.h:
3944         * shell/ev-view.c: (view_set_adjustment_values),
3945         (view_update_range_and_current_page),
3946         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3947         
3948         Fixes bug #343199, current page now follows find page.
3949
3950 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3951
3952         * backend/ev-document-factory.c:
3953         * configure.ac:
3954         Assigned OpenDocument presenation MIME type to the
3955         Impress backend. Added some missing (but harmless)
3956         #ifdefs in the document factory as well to make things
3957         consistent again. Fixes bug #360658.
3958
3959 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3960
3961         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3962         * backend/ev-document-find.c: (ev_document_find_get_type):
3963         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3964         * backend/ev-document-links.c: (ev_document_links_get_type):
3965         * backend/ev-document-security.c: (ev_document_security_get_type):
3966         * backend/ev-document-thumbnails.c:
3967         (ev_document_thumbnails_get_type):
3968         * backend/ev-document.c: (ev_document_get_type):
3969         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3970         * backend/ev-selection.c: (ev_selection_get_type):
3971         * cut-n-paste/recent-files/egg-recent-model.c:
3972         (egg_recent_model_get_type):
3973         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3974         (egg_recent_view_uimanager_get_type):
3975         * cut-n-paste/recent-files/egg-recent-view.c:
3976         (egg_recent_view_get_type):
3977         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3978         (egg_editable_toolbar_get_type):
3979         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3980         (egg_toolbar_editor_get_type):
3981         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3982         (egg_toolbars_model_get_type):
3983         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3984         (egg_tree_multi_drag_source_get_type):
3985         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3986         (ephy_zoom_action_get_type):
3987         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3988         (ephy_zoom_control_get_type):
3989         * impress/r_back.c: (_imp_fill_back):
3990         * properties/ev-properties-main.c:
3991         (ev_properties_plugin_register_type):
3992         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3993         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3994         (ev_view_accessible_factory_get_type):
3995
3996         Reduce relocations. Bug #360616.
3997
3998 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3999
4000         * backend/ev-document-factory.c:
4001         (ev_document_factory_get_document):
4002         
4003         Load document even if extension is wrong.
4004
4005 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * shell/ev-metadata-manager.c: (save_values):
4008         * shell/ev-window.c: (setup_size_from_metadata),
4009         (setup_view_from_metadata), (ev_window_setup_document),
4010         (ev_window_xfer_job_cb), (window_configure_event_cb):
4011         
4012         Set size according to the document size/page size ratio.
4013         That should correct rather wierd behaviour of the previous
4014         commit.
4015
4016 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4017
4018         * shell/ev-window.c: (setup_view_from_metadata):
4019         
4020         Set size for new windows from previous window size.
4021         See bugs #354968 and #168450 for details. Thanks
4022         to Meik Hellmund.
4023
4024 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * djvu/djvu-links.c: (build_tree):
4027
4028         Fix memory leak.
4029
4030 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4031
4032         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4033         
4034         Don't make sidebar close button insensitive. Fixes
4035         bug #357871.
4036
4037 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4040         (ev_window_set_view_accels_sensitivity):
4041         
4042         Don't enable Slash on documents which don't support
4043         find. Fixes bug #358648.
4044
4045 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4046
4047         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4048         open dialog fall back to the current document uri if the
4049         filechooser hasn't been used before. Fixes bug #356980.
4050
4051 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4052
4053         * shell/ev-window.c: (ev_window_setup_recent), 
4054         (ev_window_get_recent_file_label):
4055
4056         Escape underscores in filenames of recent file items.
4057
4058 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4059
4060         * configure.ac:
4061         
4062         Bumped poppler requirements, really 0.5.3 is very 
4063         buggy, now we require 0.5.4.
4064
4065 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4066
4067         * djvu/Makefile.am:
4068         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4069         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4070         (djvu_document_document_links_iface_init):
4071         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4072         (number_from_string_10), (get_djvu_link_dest),
4073         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4074         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4075         (djvu_links_get_links), (djvu_links_find_link_dest),
4076         (djvu_links_get_links_model):
4077         * djvu/djvu-links.h:
4078         
4079         Add support for links and bookmarks in djvu documents. Thanks
4080         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4081         patch.
4082
4083 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4084
4085         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4086         
4087         Reopen should reload document. Fixes 
4088         bug 327951.
4089
4090 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4091
4092         * configure.ac:
4093         * data/Makefile.am:
4094         * data/evince-16.png:
4095         * data/evince-22.png:
4096         * data/evince.png:
4097         * data/evince.svg:
4098         * data/icons/16x16/Makefile.am:
4099         * data/icons/16x16/evince.png:
4100         * data/icons/22x22/Makefile.am:
4101         * data/icons/22x22/evince.png:
4102         * data/icons/48x48/Makefile.am:
4103         * data/icons/48x48/evince.png:
4104         * data/icons/Makefile.am:
4105         * data/icons/scalable/Makefile.am:
4106         * data/icons/scalable/evince.svg:
4107         
4108         Install icons with correct names. Fixes
4109         bug #354429.
4110
4111 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * shell/ev-view.c: (ev_view_button_release_event):
4114
4115         Don't open links with middle mouse button. Fixes bug #353649
4116
4117 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4118
4119         * NEWS:
4120         * configure.ac:
4121         
4122         Update for release 0.6.0
4123
4124 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4127         Implement Close named action. Patch by Carlos Garcia Campos.
4128
4129 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4130
4131         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4132         
4133         Don't clear link mapping on copy_job_to_job_info. Fixes
4134         bug 346168.
4135
4136 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/main.c: (main):
4139
4140         Revert my previous commit, gnome_program_init owns the option context.
4141         Fix another memory leak in main. Both caught by Christian Persch. 
4142
4143 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/main.c: (main):
4146
4147         Fix memory leak.
4148
4149 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4152
4153         Fix crash when opening a pdf with password protection. 
4154
4155 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * pdf/ev-poppler.cc: (pdf_document_search_free):
4158
4159         Fix memory leak. 
4160
4161 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * backend/ev-document-factory.c:
4164         (ev_document_factory_get_document):
4165         * tiff/tiff-document.c: (tiff_document_finalize):
4166         
4167         More correct handling of document loading. Fixes
4168         bug #349043.
4169
4170 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4171
4172         * backend/ev-attachment.c: (ev_attachment_save):
4173
4174         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4175         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4176
4177 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4178         
4179         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4180         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4181
4182 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * shell/ev-sidebar-thumbnails.c:
4185
4186         Do not render thumbnails unless thumbnails page is active in the
4187         sidebar.
4188
4189 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4190
4191         * shell/ev-properties-dialog.c:
4192
4193         Fix dialogue spacing. Bug #351370.
4194
4195 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4196
4197         * configure.ac:
4198
4199         Use lowercase gettext catalog file names (evince.mo
4200         instead of Evince.mo)
4201
4202 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-sidebar-attachments.c:
4205
4206         GtkIconTheme is now screen safe too. Fixes bug #350878
4207
4208 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * shell/ev-window.c:
4211
4212         GtkRecent manager is now screen safe. Fixes bug #350145
4213
4214 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4215
4216         * shell/ev-sidebar.c: (ev_sidebar_init):
4217         
4218         Make sidebar close icon smaller. Fix for bug 350177.
4219         See also bugs 350176 and 165770.
4220
4221 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4222
4223         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4224
4225         Ignore zoom for xyz destinations when it's <= 1, keeping user
4226         preferences instead. Set correct sizing-mode for fith and fitv
4227         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4228
4229 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4230
4231         * NEWS:
4232         * configure.ac:
4233         
4234         Update for release 0.5.5
4235
4236 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4237         
4238         * shell/ev-window.c: (ev_window_cmd_escape)
4239
4240         Escape unfocus page entry. Fixes bug #345809.
4241
4242 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4245         (build_tree), (pdf_document_links_get_links),
4246         (pdf_document_links_find_link_dest):
4247         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4248         (goto_xyz_dest):
4249
4250         Convert from PDF style coordinates to X style coordinates in the
4251         backend rather than in the view. Fixes bug #338440
4252
4253 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4254
4255         * shell/ev-window.c:
4256         
4257         Remove Ctrl+Shift+T shortcut for toolbars. See
4258         the bug #350098.
4259
4260 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * configure.ac:
4263
4264         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4265         of this. 
4266
4267 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * configure.ac:
4270         * cut-n-paste/Makefile.am:
4271         * data/evince-ui.xml:
4272         * shell/Makefile.am:
4273         * shell/ev-application.[ch]:
4274         * shell/ev-window.c:
4275
4276         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4277         #349273
4278
4279 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4280
4281         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4282         findbar code: s/help/search/
4283
4284 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4285
4286         * shell/ev-window.c: (setup_document_from_metadata),
4287         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4288         (setup_view_from_metadata):
4289         
4290         Fix memory leaks.
4291
4292 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4293
4294         * autogen.sh, configure.ac: 
4295         
4296         Update automake usage. See bug 349292.
4297
4298 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * shell/eggfindbar.c: (egg_find_bar_class_init),
4301         (entry_activate_callback), (egg_find_bar_init),
4302         (egg_find_bar_set_status_text):
4303         * shell/eggfindbar.h:
4304         
4305         Unify Evince findbar with Epiphany. Nice patch
4306         from Fabricio Silva <silva@crans.org> and
4307         Frederic Peters <fpeters@entrouvert.com>. See
4308         bug #339966 for details.
4309
4310 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4311
4312         * data/evince.desktop.in.in:
4313         
4314         Correct information for bugzilla. Thanks to
4315         Olaf Vitters, see bug #348855.
4316
4317 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * shell/ev-jobs.[ch]:
4320         * shell/ev-sidebar-links.c:
4321         * shell/ev-window.[ch]:
4322
4323         GtkPrintJob doesn't support print ranges or current page, so we export
4324         to a ps file now when printing ranges or current page.
4325
4326 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4327
4328         * pdf/ev-poppler.cc:
4329         * shell/ev-window.c: (do_action_named):
4330
4331         We should be more clear about bugzilla. See the
4332         poppler bug #7623.
4333
4334 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4335
4336         * configure.ac:
4337         * shell/Makefile.am:
4338         * shell/ev-job-queue.c:
4339         * shell/ev-jobs.[ch]:
4340         * shell/ev-sidebar-links.c:
4341         * shell/ev-window.[ch]:
4342         
4343         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4344         #348422
4345
4346 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4347
4348         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4349         * shell/ev-application-service.xml:
4350         * shell/ev-application.[ch]:
4351         * shell/ev-jobs.[ch]:
4352         * shell/ev-window.[ch]: (ev_window_run_preview):
4353         * shell/main.c: 
4354
4355         Add preview mode to use evince as a printing previewer. It also adds
4356         other command line options for fullscreen and presentation modes.
4357         Fixes bugs #347822, #317031
4358
4359 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4360
4361         * NEWS:
4362         * configure.ac:
4363         
4364         Update for release 0.5.4
4365
4366 2006-07-11  Bastien Nocera <hadess@hadess.net>
4367
4368         * Makefile.am:
4369         * backend/Makefile.am:
4370         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4371         * backend/ev-document-factory.h:
4372         * configure.ac:
4373         * impress/.cvsignore:
4374         * impress/Makefile.am:
4375         * impress/common.h:
4376         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4377         (imp_get_page), (imp_next_page), (imp_prev_page),
4378         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4379         * impress/f_oasis.c: (render_object), (render_page),
4380         (get_geometry), (_imp_oasis_load):
4381         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4382         (_imp_oo13_load):
4383         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4384         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4385         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4386         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4387         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4388         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4389         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4390         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4391         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4392         (iks_new_within), (iks_insert), (iks_insert_cdata),
4393         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4394         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4395         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4396         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4397         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4398         (iks_cdata), (iks_cdata_size), (iks_has_children),
4399         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4400         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4401         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4402         (iks_tree), (iks_load), (iks_save):
4403         * impress/iksemel.h:
4404         * impress/imposter.h:
4405         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4406         (imp_render_draw_bezier_real), (imp_render_get_size),
4407         (imp_render_set_fg_color), (imp_render_draw_line),
4408         (imp_render_draw_rect), (imp_render_draw_polygon),
4409         (imp_render_draw_arc), (imp_render_draw_bezier),
4410         (imp_render_open_image), (imp_render_get_image_size),
4411         (imp_render_scale_image), (imp_render_draw_image),
4412         (imp_render_close_image), (imp_render_markup),
4413         (imp_render_get_text_size), (imp_render_draw_text),
4414         (impress_document_load), (impress_document_save),
4415         (impress_document_get_n_pages), (impress_document_get_page_size),
4416         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4417         (impress_document_finalize), (impress_document_class_init),
4418         (impress_document_can_get_text), (impress_document_get_info),
4419         (impress_document_document_iface_init),
4420         (impress_document_thumbnails_get_thumbnail),
4421         (impress_document_thumbnails_get_dimensions),
4422         (impress_document_document_thumbnails_iface_init),
4423         (impress_document_init):
4424         * impress/impress-document.h:
4425         * impress/internal.h:
4426         * impress/r_back.c: (_imp_fill_back):
4427         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4428         (_imp_draw_image), (_imp_tile_image):
4429         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4430         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4431         (r_polyline):
4432         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4433         (r_draw_gradient_complex), (r_draw_gradient):
4434         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4435         (r_get_bullet):
4436         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4437         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4438         (r_text):
4439         * impress/render.c: (imp_create_context), (imp_context_set_page),
4440         (imp_context_set_step), (imp_render), (imp_delete_context):
4441         * impress/render.h:
4442         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4443         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4444         (zip_load_xml), (zip_get_size), (zip_load):
4445         * impress/zip.h:
4446         * shell/ev-utils.c:
4447         
4448         New backend to support impress slides. Fixes bug #30867.
4449
4450 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4451
4452         * shell/ev-utils.c: (using_postscript_printer):
4453         
4454         Fixes crash when print using PAPI backend,
4455         bug #345012.
4456
4457 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4458
4459         * shell/ev-jobs.c: (ev_job_xfer_run):
4460         * shell/ev-window.c: (password_dialog_response),
4461         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4462         (ev_window_dispose):
4463         Fixes bug #344160: if the xfer job doesn't complete
4464         because a password is required, reload the existing
4465         instance instead of creating a new one.
4466
4467 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * shell/main.c: (main): Call gdk_threads_init. Thus
4470         we'll avoid errors in auth dialog. Fix for the bug
4471         #343347.
4472
4473 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4474
4475         * configure.ac: Advertise pixbuf support, fix
4476         for the bug 343317.
4477
4478 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4481         (ev_sidebar_thumbnails_set_document):
4482         
4483         Update sidebar thumbnails after reloading.
4484
4485 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4486
4487         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4488         * shell/ev-jobs.h:
4489         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4490         (ev_window_cmd_view_reload), (ev_window_init):
4491         
4492         Don't crash on reload. Fix for the bug #343167.
4493
4494 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * shell/ev-jobs.c: (ev_job_render_run):
4497         
4498         Check for document links.
4499
4500 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4501
4502         * backend/ev-attachment.c: (ev_attachment_save),
4503         (ev_attachment_launch_app), (ev_attachment_open):
4504         * backend/ev-document-factory.c: (get_document_from_uri):
4505         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4506         (egg_recent_view_uimanager_set_list):
4507         * ps/ps-document.c: (check_filecompressed), (document_load),
4508         (ps_document_load):
4509         * shell/ev-metadata-manager.c: (load_values):
4510         * shell/ev-password.c: (ev_password_dialog_set_property):
4511         * shell/ev-view.c: (tip_from_link):
4512         * shell/ev-window.c: (file_save_dialog_response_cb),
4513         (ev_window_print_dialog_response_cb):
4514         
4515         Use consistent quoting style. Fix for the bug #320285.
4516
4517 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * shell/ev-jobs.c: (ev_job_xfer_run):
4520         * shell/main.c: (load_files):
4521                 
4522         Open links with anchors. Fix for the bug #339836.
4523
4524 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4527         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4528         (ev_link_dest_set_property), (ev_link_dest_finalize),
4529         (ev_link_dest_class_init), (ev_link_dest_new_named),
4530         (ev_link_dest_new_page_label):
4531         * backend/ev-link-dest.h:
4532         * shell/ev-application.c: (ev_application_open_uri):
4533         * shell/ev-view.c: (goto_dest):
4534         * shell/ev-window.c:
4535         * shell/ev-window.h:
4536         
4537         Fix page-label command line option. Bug #342070.
4538
4539 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4540
4541         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4542         
4543         Don't show highlight rects if page can't be showed. Fix for 
4544         the bug #342076
4545
4546 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4547
4548         * shell/ev-window.c: (setup_sidebar_from_metadata),
4549         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4550         
4551         Setup sidebar from metadata even if there is no document
4552         loaded. Fix for the bug #342807.
4553
4554 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * cut-n-paste/toolbar-editor/Makefile.am:
4557         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4558         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4559         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4560         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4561         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4562         (popup_context_menu_cb), (button_press_event_cb),
4563         (configure_item_sensitivity), (configure_item_cursor),
4564         (configure_item_tooltip), (connect_widget_signals),
4565         (action_sensitive_cb), (create_item_from_action),
4566         (create_item_from_position), (toolbar_drag_data_received_cb),
4567         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4568         (toolbar_drag_leave_cb), (configure_drag_dest),
4569         (toggled_visibility_cb), (toolbar_visibility_refresh),
4570         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4571         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4572         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4573         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4574         (egg_editable_toolbar_dispose),
4575         (egg_editable_toolbar_set_ui_manager),
4576         (egg_editable_toolbar_get_selected),
4577         (egg_editable_toolbar_set_selected), (set_edit_mode),
4578         (egg_editable_toolbar_set_property),
4579         (egg_editable_toolbar_get_property),
4580         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4581         (egg_editable_toolbar_new_with_model),
4582         (egg_editable_toolbar_get_edit_mode),
4583         (egg_editable_toolbar_set_edit_mode),
4584         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4585         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4586         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4587         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4588         (item_added_or_removed_cb), (toolbar_removed_cb),
4589         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4590         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4591         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4592         (editor_create_item_from_name), (append_table),
4593         (update_editor_sheet), (egg_toolbar_editor_init):
4594         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4595         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4596         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4597         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4598         (toolbar_node_free), (egg_toolbars_model_get_flags),
4599         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4600         (egg_toolbars_model_get_name), (impl_add_item),
4601         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4602         (parse_data_list), (parse_item_list), (parse_toolbars),
4603         (egg_toolbars_model_load_toolbars), (parse_available_list),
4604         (parse_names), (egg_toolbars_model_load_names),
4605         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4606         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4607         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4608         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4609         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4610         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4611         (egg_toolbars_model_set_types), (fill_avail_array),
4612         (egg_toolbars_model_get_name_avail),
4613         (egg_toolbars_model_get_name_flags),
4614         (egg_toolbars_model_set_name_flags):
4615         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4616         * cut-n-paste/toolbar-editor/eggintl.h:
4617         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4618         (egg_tree_multi_drag_source_get_type),
4619         (egg_tree_multi_drag_source_row_draggable),
4620         (egg_tree_multi_drag_source_drag_data_delete),
4621         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4622         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4623         (path_list_free), (set_context_data), (get_context_data),
4624         (get_info), (egg_tree_multi_drag_drag_data_get),
4625         (egg_tree_multi_drag_motion_event),
4626         (egg_tree_multi_drag_button_press_event),
4627         (egg_tree_multi_drag_add_drag_support):
4628         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4629         * shell/ev-application.c: (ev_application_init),
4630         (ev_application_save_toolbars_model):
4631         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4632         (ev_window_cmd_edit_toolbar), (ev_window_init):
4633         
4634         Sync toolbareditor with epiphany and libegg
4635
4636 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4637
4638         * configure.ac: 
4639
4640         Depend on poppler 0.5.2
4641
4642 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-jobs.c: (ev_job_render_run):
4645         
4646         Check if document supports links iterface.
4647
4648 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * NEWS:
4651         * configure.ac:
4652         
4653         Update for release 0.5.3
4654
4655 2006-05-13  Michael Plump  <plumpy@skylab.org>
4656
4657         * configure.ac:
4658         * shell/Makefile.am:
4659         * shell/main.c: (main):
4660         
4661         Port to GOption command line parsing. Fix for the 
4662         bug #327518
4663
4664 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * shell/ev-window.c: (ev_window_cmd_help_about):
4667         
4668         Do not wrap license. Fix for the bug #309460.
4669
4670 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * configure.ac:
4673         * properties/ev-properties-main.c: (ev_properties_get_pages):
4674         * shell/ev-application.c: (ev_application_open_window),
4675         (ev_application_open_uri_at_dest):
4676         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4677         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4678         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4679         * shell/ev-utils.c: (save_print_config_to_file):
4680         * shell/ev-window.c: (ev_window_cmd_save_as),
4681         (ev_attachment_popup_cmd_save_attachment_as):
4682         * shell/main.c: (load_files_remote):
4683         
4684         Bump requirements to gtk 2.8 and drop all ifdefs used.
4685
4686 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4687
4688         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4689         * shell/ev-window.c: (ev_window_init):
4690         
4691         Show attachments page.
4692
4693 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4694
4695         * po/POTFILES.in:
4696         * shell/ev-attachment-bar.c:
4697         * shell/ev-attachment-bar.h:
4698         * shell/ev-sidebar-attachments.c:
4699         (ev_sidebar_attachments_icon_cache_add),
4700         (icon_theme_get_pixbuf_from_mime_type),
4701         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4702         (ev_sidebar_attachments_icon_cache_refresh),
4703         (ev_sidebar_attachments_get_attachment_at_pos),
4704         (ev_sidebar_attachments_popup_menu_show),
4705         (ev_sidebar_attachments_popup_menu),
4706         (ev_sidebar_attachments_button_press),
4707         (ev_sidebar_attachments_update_icons),
4708         (ev_sidebar_attachments_drag_data_get),
4709         (ev_sidebar_attachments_get_property),
4710         (ev_sidebar_attachments_destroy),
4711         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4712         (ev_sidebar_attachments_new),
4713         (ev_sidebar_attachments_set_document),
4714         (ev_sidebar_attachments_support_document),
4715         (ev_sidebar_attachments_get_label),
4716         (ev_sidebar_attachments_page_iface_init):
4717         * shell/ev-sidebar-attachments.h:
4718         * shell/ev-window.c: (update_chrome_visibility),
4719         (setup_sidebar_from_metadata), (ev_window_setup_document),
4720         (ev_window_sidebar_current_page_changed_cb),
4721         (attachment_bar_menu_popup_cb), (ev_window_init):
4722         
4723         Move attachments bar to sidebar.
4724
4725 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * pdf/ev-poppler.cc:
4728         * shell/ev-application.[ch]:
4729         * shell/main.c:
4730
4731         Fix some memory leaks.
4732
4733 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4734
4735         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4736
4737         Change the properties dialog response to
4738         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4739         will make the dialog go away when the user presses
4740         enter. With gtk+ >= 2.9 this will happen anyway, but for
4741         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4742         escape by default. Fixes bug #340539. See also bug
4743         #101293 for the gtk+ part.
4744
4745 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4746
4747         * shell/ev-view.c (tip_from_action_named): Replace some strings
4748         that were wrong. Closes #340970.
4749
4750 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4751
4752         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4753
4754         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4755         #341049
4756
4757 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * djvu/Makefile.am:
4760         * dvi/Makefile.am:
4761         * dvi/mdvi-lib/Makefile.am:
4762         * properties/Makefile.am:
4763         * ps/Makefile.am:
4764         * shell/Makefile.am:
4765         * thumbnailer/Makefile.am:
4766         
4767         Due to broken libtool that is unable to track dependencies
4768         of noinst libraries we are forced to explicitely point
4769         libraries for binary. Fix for the bug #333334.
4770
4771 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4772
4773         * data/evince.desktop.in.in:
4774         * shell/ev-view.c: (view_update_range_and_current_page),
4775         (ev_view_next_page), (ev_view_previous_page):
4776         * shell/ev-window.c: (update_chrome_visibility),
4777         (setup_sidebar_from_metadata), (ev_window_setup_document),
4778         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4779         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4780         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4781         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4782         (ev_window_stop_presentation), (ev_window_focus_in_event),
4783         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4784         (ev_window_init):
4785         * thumbnailer/Makefile.am:
4786         
4787         Update fullscreen and presentation timeout handling. Hide
4788         cursor in presentation after timeout. Fix for the bugs
4789         #136359 and #336981.
4790
4791 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * backend/ev-link-action.[ch]:
4794         * pdf/ev-poppler.cc: (ev_link_from_action):
4795         * shell/ev-view-private.h:
4796         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4797         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4798
4799         Add support for Named Action links
4800
4801 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4802
4803         * backend/Makefile.am:
4804         * backend/ev-document-links.[ch]:
4805         * backend/ev-document.[ch]:
4806         * backend/ev-link-action.[ch]:
4807         * backend/ev-link-dest.[ch]:
4808         * backend/ev-link.[ch]:
4809         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4810         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4811         * shell/ev-page-action.c: (build_new_tree_cb):
4812         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4813         (links_page_num_func), (update_page_callback):
4814         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4815         (tip_from_link):
4816         * shell/ev-jobs.c:
4817         * shell/ev-window.[ch]: (ev_window_open_uri),
4818         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4819         * shell/ev-application.[ch]: (ev_application_open_window),
4820         (ev_application_open_uri):
4821
4822         Rework links system, it adds support for remote links now and it makes
4823         easier to add new kinds of actions and destinations. Fixes bug #317292
4824
4825 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4826
4827         * data/Makefile.am:
4828         * data/evince.png:
4829         * data/evince-16.png:
4830         * data/evince-22.png:
4831         * data/evince.svg:
4832         * shell/main.c: (main):
4833         
4834         Evince use it's own icon. Fix for the bug #313392.
4835
4836         * shell/ev-window.c: (fullscreen_timeout_cb),
4837         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4838         (ev_window_cmd_help_about), (ev_window_dispose):
4839         
4840         Simplify fullscreen timeout code.
4841
4842 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * backend/ev-attachment.c: 
4845         * shell/ev-attachment-bar.c:
4846         * shell/ev-window.c:
4847
4848         Allow multiple selection of attachments
4849
4850 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * shell/ev-view.c: (view_update_range_and_current_page),
4853         (ev_view_scroll):
4854         
4855         Fix for the bug #312573 – Optimal selection of current 
4856         page among visible pages.
4857
4858 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * configure.ac:
4861         * djvu/Makefile.am:
4862         * djvu/djvu-text.h:
4863         
4864         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4865         for the bug 339868.
4866
4867 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4868
4869         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4870
4871 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4872
4873         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4874         dictated by the GNOME HIG. Fixes bug #339235.
4875
4876 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4877
4878         * data/evince-ui.xml:
4879         * shell/ev-view.c: (ev_view_can_find_previous):
4880         * shell/ev-view.h:
4881         * shell/ev-window.c: (ev_window_update_actions),
4882         (ev_window_cmd_edit_find_previous):
4883
4884         Add support for "Find Previous" as dictated by the GNOME HIG. A
4885         menu item is added and some glue code to make it all work is added
4886         to various files.
4887
4888 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4889
4890         * configure.ac: Award myself the "useless use of cat" award.
4891
4892 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4893
4894         * po/LINGUAS: New file listing all supported languages.
4895
4896         * configure.in: Use po/LINGUAS instead of including all languages
4897         directly in this file. See the wiki for more information:
4898         http://live.gnome.org/GnomeGoals/PoLinguas
4899
4900 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4901
4902         * backend/ev-document-factory.c:
4903
4904         Do not load the document twice when there isn't errors
4905
4906 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4907
4908         * backend/ev-attachment.c: 
4909
4910         Fix a crash when there isn't a default application to open an
4911         attachment
4912
4913 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4914
4915         * backend/ev-attachment.[ch]:
4916         * shell/ev-attachment-bar.[ch]:
4917
4918         Added missing files. 
4919
4920 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * backend/Makefile.am:
4923         * data/evince-ui.xml:
4924         * backend/ev-attachment.[ch]:
4925         * backend/ev-document.[ch]: (ev_document_has_attachments),
4926         (ev_document_get_attachments):
4927         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4928         (attachment_save_to_buffer), (pdf_document_get_attachments),
4929         (pdf_document_document_iface_init):
4930         * shell/Makefile.am:
4931         * shell/ev-attachment-bar.[ch]:
4932         * shell/ev-window.c:
4933
4934         Add support for PDF attachments. Fixes bug #325143
4935
4936 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * backend/ev-document-factory.c: (get_document_from_uri),
4939         (ev_document_factory_get_document):
4940         * backend/ev-document-factory.h:
4941         * properties/ev-properties-main.c: (ev_properties_get_pages):
4942         * shell/Makefile.am:
4943         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4944         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4945         (ev_job_queue_remove_job):
4946         * shell/ev-job-queue.h:
4947         * shell/ev-job-xfer.c:
4948         * shell/ev-job-xfer.h:
4949         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4950         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4951         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4952         (ev_job_xfer_run):
4953         * shell/ev-jobs.h:
4954         * shell/ev-window.c: (ev_window_is_empty),
4955         (password_dialog_response), (ev_window_clear_xfer_job),
4956         (ev_window_xfer_job_cb), (ev_window_open_uri),
4957         (ev_window_cmd_focus_page_selector),
4958         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4959         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4960         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4961         (ev_window_dispose):
4962         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4963         
4964         * Cleanup mime type detection on document load. Fix for the
4965         bug #336448.
4966
4967 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4970         
4971         Fix crash on exit, described in the bug #336825.
4972
4973 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4974
4975         * backend/ev-document-factory.c:
4976         (ev_document_factory_get_from_mime),
4977         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4978         (ev_document_factory_get_document),
4979         (file_filter_add_mime_list_and_free),
4980         (ev_document_factory_add_filters):
4981         * backend/ev-document-factory.h:
4982         * properties/ev-properties-main.c: (ev_properties_get_pages):
4983         * shell/Makefile.am:
4984         * shell/ev-application.c:
4985         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4986         * shell/ev-window.c: (ev_window_cmd_file_open),
4987         (ev_window_cmd_save_as):
4988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4989         
4990         Rework factory functions so they are placed now in a single 
4991         file ev-document-factory.c
4992
4993 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4994
4995         * shell/ev-window.c: (update_chrome_visibility):
4996         
4997         Fix for the bug 166566 - don't show menubar in fullscreen
4998         mode.
4999
5000 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5001
5002         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5003
5004 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5005
5006         * shell/ev-view.c: (ev_view_expose_event):
5007         
5008         More correctly draw loading text when document
5009         is empty.
5010
5011 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5012
5013         * shell/ev-view.c: (ev_view_scroll):
5014         
5015         Fix for the bug #334854, page down and page up switch
5016         pages in presentation mode.
5017
5018 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * shell/ev-window.c: (ev_window_set_action_sensitive),
5021         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5022         (ev_window_set_view_accels_sensitivity),
5023         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5024         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5025         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5026         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5027         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5028         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5029         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5030         (view_actions_focus_in_cb), (ev_window_init):
5031         
5032         Fix for the bug #333902, now it's possible to search
5033         words with slash.
5034
5035 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5036
5037         * configure.ac: Added Breton translation.
5038         * po/br.po: Added Breton translation.
5039
5040 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5041
5042         * shell/ev-window-title (ev_window_title_update):
5043
5044         Fix memory leak in window title. Fixes bug #333944
5045
5046 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5047
5048         * shell/ev-metadata-manager.c (parseItem):
5049
5050         Fix memory leaks. Fixes bug #333945
5051
5052 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5053         
5054         * NEWS, configure.ac, TODO:
5055         
5056         Update for release 0.5.2.
5057
5058 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5059
5060         * shell/ev-view.c: (view_update_range_and_current_page),
5061         (page_changed_cb):
5062         
5063         Don't jump on scrolling, fix for the bug #333127.
5064
5065 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5068         
5069         Scroll by one page in presentation mode. Fix for the bug
5070         #332993.
5071
5072 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5073
5074         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5075
5076 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5077
5078         * configure.ac  Added lv in ALL_LINGUAS line.
5079
5080 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5081         
5082         * NEWS, configure.ac:
5083         
5084         Update for release 0.5.1
5085
5086 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5087
5088         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5089         * backend/ev-document-misc.h:
5090         * shell/ev-view.c: (draw_one_page):
5091         
5092          Clairfy what page the toolbar page number applies to. Fix
5093          for the bug #328102.
5094
5095 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5096
5097         * shell/ev-view-private.h:
5098         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5099         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5100         (ev_view_search_changed):
5101         * shell/ev-view.h:
5102         * shell/ev-window.c: (find_bar_search_changed_cb):
5103         
5104         Dont't jump to find result if window was scrolled during search.
5105         Fix for the bug #313266.
5106
5107 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5108
5109         * shell/eggfindbar.c: (egg_find_bar_class_init):
5110         * shell/eggfindbar.h:
5111         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5112         * shell/ev-view-private.h:
5113         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5114         (ev_view_class_init), (ev_sizing_mode_get_type),
5115         (ev_scroll_type_get_type):
5116         * shell/ev-view.h:
5117         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5118         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5119         (ev_window_init):
5120         
5121         Fix for the bug 319133 - Find entry should allow text scroll.
5122
5123 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5124
5125         * shell/ev-view-private.h:
5126         * shell/ev-view.c: (view_update_range_and_current_page),
5127         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5128         (ev_view_set_document), (update_find_status_message),
5129         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5130         (ev_view_find_previous):
5131         
5132         Fix for the bug #319137. Search now takes account for scrolling.
5133
5134 2006-02-19  Michael Hofmann <mh21@piware.de>
5135
5136         * configure.ac:
5137         * djvu/Makefile.am:
5138         * djvu/djvu-document-private.h:
5139         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5140         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5141         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5142         (djvu_document_can_get_text), (djvu_document_get_text),
5143         (djvu_document_document_iface_init),
5144         (djvu_document_thumbnails_get_thumbnail),
5145         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5146         (djvu_document_find_get_result),
5147         (djvu_document_find_page_has_results),
5148         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5149         (djvu_document_find_iface_init):
5150         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5151         (djvu_text_page_selection), (djvu_text_page_limits_process),
5152         (djvu_text_page_limits), (djvu_text_page_copy),
5153         (djvu_text_page_position), (djvu_text_page_union),
5154         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5155         (djvu_text_page_box), (djvu_text_page_append_text),
5156         (djvu_text_page_search), (djvu_text_page_prepare_search),
5157         (djvu_text_page_new), (djvu_text_page_free):
5158         * djvu/djvu-text-page.h:
5159         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5160         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5161         (djvu_text_n_results), (djvu_text_has_results),
5162         (djvu_text_get_result), (djvu_text_get_progress):
5163         * djvu/djvu-text.h:
5164         
5165         Text search in djvu. Fix for the bug #303415.
5166
5167 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * configure.ac:
5170         * shell/ev-window.c: (ev_window_cmd_save_as):
5171         
5172         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5173         Thanks to Gary Coady <gary@lyranthe.org>
5174
5175 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * shell/ev-print-job.c: (idle_print_handler):
5178         
5179         Inverse order printing, bug #320919.
5180
5181 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5182
5183         * data/evince-toolbar.xml:
5184         * shell/ev-window.c:
5185         
5186         Allow to add sidebar checkbutton on toolbar. Fix
5187         for the bug #144577.
5188
5189 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5190
5191         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5192         
5193         Add checks that have sense for empty ps document.
5194
5195 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5196
5197         * configure.ac: Include PS in mime types list. 
5198
5199 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * configure.ac:
5202         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5203         * ps/gsdefaults.h:
5204         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5205         
5206         Runtime check for gs interpreter. Fix for the bug #320868.
5207         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5208
5209 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * shell/ev-application.c: 
5212
5213         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5214         dbus>=0.60, so that the request is not queued. 
5215
5216 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5217
5218         * configure.ac:
5219         * shell/Makefile.am:
5220         * shell/ev-sidebar-links.c: (print_section_cb):
5221         * shell/ev-utils.c:
5222         * shell/ev-utils.h:
5223         * shell/ev-window.c: (update_action_sensitivity),
5224         (ev_window_close_dialogs), (ev_window_print):
5225         * shell/ev-window.h:
5226         
5227         Make printing support optional. Patch from Eduardo de Barros Lima
5228         <eduardo.lima@indt.org.br> for the bug #330546.
5229
5230 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5231
5232         * shell/ev-view-private.h:
5233         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5234         (ev_view_set_document):
5235         * shell/ev-view.h:
5236         * shell/ev-window.c: (ev_window_load_job_cb),
5237         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5238         (ev_window_init):
5239
5240         Draw Loading message during xfer job. Fix for the bug #329495.
5241
5242 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * comics/comics-document.c: (comics_regex_quote),
5245         (comics_document_load), (extract_argv):
5246         
5247         Correcly quote regexp before passing it to unzip.
5248
5249 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * shell/ev-page-cache.c: (build_height_to_page),
5252         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5253         (ev_page_cache_get_dual_even_left):
5254         * shell/ev-page-cache.h:
5255         * shell/ev-view.c: (view_update_range_and_current_page),
5256         (get_page_y_offset), (get_page_extents):
5257         
5258         Place even pages to the left if document has less then
5259         two pages. Fix for the bug #328856.
5260
5261 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5262
5263         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5264         
5265         Correct comics scheme. This make evince create thumbnails
5266         for comic books. Fix for the bug 329088.
5267
5268 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5269
5270         * data/evince-password.glade: Don't explicitly set
5271         invisible_char to the current default value in case
5272         the default changes; let GTK+ do its magic.
5273
5274 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5275
5276         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5277         real filename to tmp filename since often document
5278         type is determined by extension.
5279
5280 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5281
5282         * shell/ev-view.c: (add_scroll_binding_keypad),
5283         (ev_view_binding_activated), (ev_view_class_init):
5284         
5285         Add keybindings for percision-scrolling of display area. 
5286         Fix for the bug #314072.
5287
5288 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * data/evince.desktop.in.in:
5291         
5292         Add GTK to the list of categories. Fix for the bug #328034.
5293
5294 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * shell/ev-application.c: (ev_application_shutdown),
5297         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5298         * shell/ev-application.h:
5299         * shell/ev-window.c: (file_open_dialog_response_cb),
5300         (ev_window_cmd_file_open):
5301         
5302         Save last uri in file chooser dialog. Fix for the bug #327950.
5303
5304 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * NEWS:
5307         * README:
5308         
5309         Final update for release 0.5.0
5310         
5311         * shell/Makefile.am:
5312         
5313         Remove disable deprecated until we'll require libgnome-2.13.7
5314         and port to GOption argument parsing. See bug 327518.
5315
5316 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5317
5318         * comics/comics-document.c: (comics_document_save):
5319         * djvu/djvu-document.c: (djvu_document_save):
5320         * dvi/dvi-document.c: (dvi_document_save):
5321         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5322         * lib/ev-file-helpers.h:
5323         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5324         * tiff/tiff-document.c: (tiff_document_save):
5325         
5326         Use common save function for backends.
5327
5328 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5329
5330         * backend/ev-document-types.c:
5331         
5332         Fix crash on saving pixbuf.
5333
5334 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * cut-n-paste/recent-files/egg-recent-item.c:
5337         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5338         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5339         (parse_info_free), (valid_element), (start_element_handler),
5340         (end_element_handler), (text_handler), (egg_recent_model_filter),
5341         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5342         (egg_recent_model_monitor), (egg_recent_model_read),
5343         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5344         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5345         (egg_recent_model_set_property), (egg_recent_model_class_init),
5346         (egg_recent_model_init), (egg_recent_model_add_full),
5347         (egg_recent_model_delete), (egg_recent_model_get_list),
5348         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5349         (egg_recent_model_set_filter_mime_types),
5350         (egg_recent_model_clear_group_filter),
5351         (egg_recent_model_set_filter_groups),
5352         (egg_recent_model_clear_scheme_filter),
5353         (egg_recent_model_set_filter_uri_schemes),
5354         (egg_recent_model_remove_expired):
5355         * cut-n-paste/recent-files/egg-recent-util.c:
5356         (egg_recent_util_get_icon):
5357         * cut-n-paste/recent-files/egg-recent-util.h:
5358         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5359         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5360         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5361         (egg_recent_view_uimanager_set_property),
5362         (egg_recent_view_uimanager_get_property),
5363         (egg_recent_view_uimanager_class_init),
5364         (egg_recent_view_uimanager_init),
5365         (egg_recent_view_uimanager_set_label_width),
5366         (egg_recent_view_uimanager_get_label_width):
5367         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5368         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5369         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5370         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5371         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5372         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5373         
5374         Update from libegg.
5375
5376 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5377
5378         * shell/ev-page-cache.c: (build_height_to_page),
5379         (ev_page_cache_get_height_to_page):
5380         * shell/ev-page-cache.h:
5381         * shell/ev-view.c: (view_update_range_and_current_page),
5382         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5383         (ev_view_previous_page):
5384         
5385         Dual mode places even pages to the left. Fix for the bug #309393.
5386
5387         * shell/ev-view.h:
5388         * shell/ev-window.c: (update_action_sensitivity),
5389         (setup_view_from_metadata), (view_menu_popup_cb):
5390         
5391         Don't restore presentation in empty windows, more intelligent
5392         next page behaviour in dual mode.
5393
5394         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5395         (ev_pixbuf_cache_clear_job_sizes):
5396         
5397         Cleanup job callback on removal. Fix for the bug #325886.
5398
5399 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5400
5401         * ps/ps.c: (psscan):
5402         
5403         Commit workaround Mozilla problem. Fix for the bug #325919
5404         
5405         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5406         (save_item):
5407         
5408         Fix for year 2038 problem.
5409
5410 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * shell/ev-window.c: (setup_document_from_metadata),
5413         (ev_window_cmd_view_reload):
5414
5415         Clamp page recieved from metadata in valid values. Fix
5416         for the bug #325986.
5417
5418 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * MAINTAINERS: 
5421         Add MAINTAINERS as requested on desktop-devel-list.
5422
5423 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5424
5425         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5426         (mime_type_supported_by_gdk_pixbuf),
5427         (ev_document_factory_get_mime_types),
5428         (ev_document_factory_get_all_mime_types):
5429         
5430         Don't add pixbuf mime types if pixbuf backend is disabled.
5431         
5432         * shell/ev-application.c: (ev_application_get_uri_window):
5433         
5434         Fix for the bug 325815 - unhandled MIME type message doesn't 
5435         appear a second time. 
5436         
5437         * shell/ev-document-types.c: (ev_document_types_add_filters):
5438         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5439         (password_dialog_response), (ev_window_popup_password_dialog),
5440         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5441         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5442         (ev_window_run_presentation), (ev_window_stop_presentation),
5443         (save_sizing_mode), (ev_window_zoom_changed_cb),
5444         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5445         (ev_window_dual_mode_changed_cb),
5446         (ev_window_sidebar_current_page_changed_cb),
5447         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5448         (window_state_event_cb), (window_configure_event_cb):
5449         
5450         Cleanup additional uris holded by EvWindow.
5451
5452 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5453
5454         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5455         (ev_view_can_previous_page), (ev_view_can_next_page):
5456         * shell/ev-view.h:
5457         * shell/ev-window.c: (update_action_sensitivity):
5458         
5459         Two page scrolling with Space and PageUp in dual mode. Second fix 
5460         for the bug #316608.
5461
5462 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5463
5464         * shell/ev-view.c: (scroll_to_current_page):
5465         
5466         Correctly clamp adjustment value. Fix for the bug
5467         #325808.
5468
5469 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5470
5471         * shell/ev-sidebar-links.c: (print_section_cb):
5472         * shell/ev-window.c: (ev_window_get_uri),
5473         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5474         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5475         (ev_window_dispose):
5476         
5477         Make print dialog non-modal. Fix for the bug #325622.
5478
5479 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5480
5481         * shell/ev-metadata-manager.c:
5482         * shell/ev-utils.c: (using_pdf_printer),
5483         (using_postscript_printer), (load_print_config_from_file),
5484         (save_print_config_to_file):
5485         * shell/ev-utils.h:
5486         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5487         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5488         (setup_view_from_metadata), (ev_window_setup_document),
5489         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5490         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5491         (ev_window_run_presentation), (ev_window_stop_presentation),
5492         (save_sizing_mode), (ev_window_zoom_changed_cb),
5493         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5494         (ev_window_dual_mode_changed_cb),
5495         (ev_window_sidebar_current_page_changed_cb),
5496         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5497         (window_state_event_cb), (window_configure_event_cb),
5498         (ev_window_init):
5499         
5500         Setting saving behaviour fixes.
5501
5502 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * configure.ac:
5505         
5506         Make antialiasing gs options better and allow
5507         to change them during configure. Fix for the 
5508         bug #319049.
5509
5510 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * shell/ev-window.c: (setup_view_from_metadata):
5513         
5514         Remember if last window was maximized. Fix for the
5515         bug #323797.
5516
5517 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5518
5519         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5520
5521 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5524         * shell/ev-page-action.c: (build_new_tree_cb):
5525         * shell/ev-sidebar-links.c: (links_page_num_func),
5526         (update_page_callback_foreach), (update_page_callback):
5527         * shell/ev-view.c: (scroll_to_current_page):
5528         
5529         Fix for the bug #325067 with more intelligent selection
5530         of current link in sidebar. Make sidebar handle links
5531         of FITR-like type more correctly.
5532
5533         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5534         (dvi_pixbuf_put_pixel):
5535         
5536         Fix memory consumtion with disabled alpha channel.
5537
5538 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5539
5540         * data/evince-ui.xml:
5541         * shell/ev-window.c: (view_menu_popup_cb),
5542         (ev_popup_cmd_open_link), (ev_window_init):
5543         
5544         Update context menu for internal links. Fix for the bug
5545         #325066.
5546
5547 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5550         
5551         Bind context menu to keyboard also. Fix for the bug
5552         #325065.
5553
5554 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * shell/ev-view.c: (selection_scroll_timeout_cb):
5557         
5558         Horizontal scroll on selection also.
5559
5560 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5561
5562         * shell/ev-metadata-manager.c: (parse_value):
5563         * shell/ev-view.c: (goto_xyz_link):
5564         
5565         Correct zoom setup and metadata save broken in 
5566         some locales.
5567
5568 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * shell/ev-view-private.h:
5571         * shell/ev-view.c: (scroll_to_current_page),
5572         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5573         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5574         (page_changed_cb), (ev_view_set_continuous),
5575         (ev_view_set_dual_page), (ev_view_set_presentation):
5576         
5577         Delay scroll until allocation to correctly position page. Fix
5578         for the bug #317334.
5579
5580 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5581
5582         * NEWS:
5583         * configure.ac:
5584         
5585         Update NEWS and require poppler 0.5.0.
5586
5587 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5588         
5589         * data/evince-ui.xml:
5590         * shell/ev-view-private.h:
5591         * shell/ev-view.c: (ev_view_get_link_at_location),
5592         (handle_link_over_xy), (ev_view_button_press_event),
5593         (ev_view_button_release_event), (ev_view_class_init):
5594         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5595         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5596         (ev_window_init):
5597         
5598         Implement right-click context menu.
5599
5600 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5601
5602         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5603         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5604         (mdvi_pixbuf_device_render):
5605         * pdf/ev-poppler.cc:
5606
5607         Don't generate thumbnails with alpha. See bug #324077.
5608         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5609
5610 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5611
5612         * shell/ev-window.c: (setup_chrome_from_metadata):
5613         
5614         Fix typo that was hiding toolbar.
5615
5616 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-view-private.h:
5619         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5620         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5621         (ev_view_button_release_event), (ev_view_destroy):
5622         
5623         Small cleanup and autoscrolling during selection. Thanks to 
5624         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5625
5626 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5627
5628         * configure.ac:
5629         
5630         Correctly check for comics option.
5631
5632 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5633         * Makefile.am:
5634         * configure.ac:
5635         * backend/Makefile.am:
5636         * backend/ev-document-factory.c:
5637         * shell/ev-document-types.c:
5638
5639         Included option in configure to make ps backend 
5640         compilation optional with --disable-ps.
5641
5642 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5643
5644         * backend/ev-document-factory.c:
5645         * comics/Makefile.am:
5646         * comics/comics-document.c: (comics_document_load):
5647         * comics/ev-cbr-mime.xml:
5648         * configure.ac:
5649         
5650         Comics mime types are added to shared-mime-info CVS. Now
5651         we don't need to install our own mime types.
5652
5653 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * shell/ev-window.c:
5656         
5657         Add shortcut for "save a copy" menu entry. Fix for
5658         the bug #324582.
5659
5660 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5661
5662         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5663         (job_finished_cb), (new_selection_pixbuf_needed),
5664         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5665         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5666         
5667         Rework selection job info logic and fix critical warning.
5668
5669 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5670
5671         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5672
5673 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5674
5675         * data/evince-ui.xml:
5676         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5677         
5678         Enter as shortcut key for next page. Fix for the bug
5679         #321394.
5680
5681 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5682
5683         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5684
5685 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5686
5687         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5688         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5689         (new_selection_pixbuf_needed),
5690         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5691         (clear_job_selection):
5692         
5693         Too early for 0.5. Pixbuf cache code cleaned a bit.
5694
5695 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5696
5697         * NEWS:
5698         * configure.ac:
5699         
5700         Release 0.5.0 preparation
5701
5702 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * comics/Makefile.am:
5705         * configure.ac:
5706         * shell/ev-document-types.c: (ev_document_types_add_filters):
5707         
5708         More advanced handling of custom mime type installation.
5709
5710 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * data/evince.schemas.in:
5713         * shell/ev-metadata-manager.c: (value_free),
5714         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5715         (ev_metadata_manager_get), (ev_metadata_manager_set):
5716         * shell/ev-metadata-manager.h:
5717         * shell/ev-window.c: (update_chrome_flag),
5718         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5719         (setup_document_from_metadata), (setup_chrome_from_metadata),
5720         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5721         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5722         (ev_window_view_toolbar_cb),
5723         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5724         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5725         
5726         Save last document settings and reuse them for new documents.
5727
5728 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5729
5730         * Makefile.am:
5731         * backend/Makefile.am:
5732         * backend/ev-document-factory.c:
5733         * backend/ev-document-factory.h:
5734         * comics/Makefile.am:
5735         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5736         (comics_document_load), (comics_document_save),
5737         (comics_document_get_n_pages), (comics_document_get_page_size),
5738         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5739         (comics_document_class_init), (comics_document_can_get_text),
5740         (comics_document_get_info), (comics_document_document_iface_init),
5741         (comics_document_init), (get_supported_image_extensions),
5742         (comics_document_thumbnails_get_geometry),
5743         (comics_document_thumbnails_get_thumbnail),
5744         (comics_document_thumbnails_get_dimensions),
5745         (comics_document_document_thumbnails_iface_init), (extract_argv):
5746         * comics/comics-document.h:
5747         * comics/ev-cbr-mime.xml:
5748         * configure.ac:
5749         * po/POTFILES.in:
5750         * shell/ev-application.c: (ev_application_register_service):
5751         * shell/ev-document-types.c: (ev_document_types_add_filters):
5752         * thumbnailer/Makefile.am:
5753         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5754         
5755         New CBR/CBZ backend for comic books.
5756
5757 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * shell/main.c: (load_files_remote):
5760
5761         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5762         warning on startup of second instance is fixed. It
5763         is bug #320353.
5764
5765 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5766
5767         * shell/ev-window.c: (ev_window_finalize):
5768         
5769         Fix double free that cause crash.
5770
5771 2005-10-29  Bastien Nocera <hadess@hadess.net>
5772
5773         * tiff/tiff-document.c: (tiff_document_load):
5774         
5775         Fix memory leak.
5776
5777 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5778
5779         * po/POTFILES.in:
5780         * shell/Makefile.am:
5781         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5782         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5783         (ev_view_accessible_get_text),
5784         (ev_view_accessible_get_character_at_offset),
5785         (ev_view_accessible_get_text_before_offset),
5786         (ev_view_accessible_get_text_at_offset),
5787         (ev_view_accessible_get_text_after_offset),
5788         (ev_view_accessible_get_character_count),
5789         (ev_view_accessible_get_caret_offset),
5790         (ev_view_accessible_set_caret_offset),
5791         (ev_view_accessible_get_run_attributes),
5792         (ev_view_accessible_get_default_attributes),
5793         (ev_view_accessible_get_character_extents),
5794         (ev_view_accessible_get_offset_at_point),
5795         (ev_view_accessible_get_n_selections),
5796         (ev_view_accessible_get_selection),
5797         (ev_view_accessible_add_selection),
5798         (ev_view_accessible_remove_selection),
5799         (ev_view_accessible_set_selection),
5800         (ev_view_accessible_text_iface_init),
5801         (ev_view_accessible_idle_do_action),
5802         (ev_view_accessible_action_do_action),
5803         (ev_view_accessible_action_get_n_actions),
5804         (ev_view_accessible_action_get_description),
5805         (ev_view_accessible_action_get_name),
5806         (ev_view_accessible_action_set_description),
5807         (ev_view_accessible_action_iface_init),
5808         (ev_view_accessible_get_type), (ev_view_accessible_new),
5809         (ev_view_accessible_factory_get_accessible_type),
5810         (ev_view_accessible_factory_create_accessible),
5811         (ev_view_accessible_factory_class_init),
5812         (ev_view_accessible_factory_get_type):
5813         * shell/ev-view-accessible.h:
5814         * shell/ev-view-private.h:
5815         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5816         * shell/ev-view.h:
5817         
5818         Initial accessibility support.
5819
5820 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5821
5822         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5823
5824 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5825
5826         * shell/ev-print-job.c: (idle_print_handler):
5827         
5828         Fix for bug Bug 318916: Printing multiple pages.
5829
5830 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5831
5832         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5833
5834 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * pdf/ev-poppler.cc:
5837         
5838         Thumnail dimensions unified with other backends.
5839         
5840         * shell/ev-window-title.c: (ev_window_title_update):
5841         
5842         Fix warning.
5843
5844 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * data/ev-stock-zoom-fit-width.png:
5847         
5848         Remove unused file.
5849
5850 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5851
5852         * configure.ac:
5853         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5854         (djvu_document_finalize):
5855         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5856         (dvi_document_finalize):
5857         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5858         (pixbuf_document_save), (pixbuf_document_finalize):
5859         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5860         (tiff_document_finalize):
5861         
5862         Save a copy implemented for various backends.
5863
5864 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5865
5866         * configure.ac:
5867         
5868         Don't link with ltiff if tiff is disabled.
5869
5870 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5871
5872         * pdf/GDKSplashOutputDev.cc:
5873         * pdf/GDKSplashOutputDev.h:
5874         * pdf/Thumb.cc:
5875         * pdf/Thumb.h:
5876         * pdf/pdf-document.cc:
5877         * pdf/pdf-document.h:
5878         * pdf/test-gdk-output-dev.cc:
5879         
5880         Remove old unused files.
5881
5882 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * shell/ev-window.c: (ev_window_setup_document):
5885         
5886         Fixed warnings on reload and probably crash reason.
5887
5888 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5889
5890         * properties/ev-properties-view.c:
5891         (ev_properties_view_format_date):
5892         
5893         Check if date is invalid. Fix for bug 318134.
5894
5895 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5896
5897         * shell/ev-window-title.c:
5898         
5899         Add .indd files (Adobe Indesign) to the list of "bad
5900         extensions".
5901
5902 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5903
5904         * data/evince-ui.xml:
5905         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5906         
5907         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5908
5909 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5910
5911         * shell/ev-window.c: (launch_link), (launch_external_uri),
5912         (view_external_link_cb):
5913
5914         URL-escape link before passing it to gnome_vfs_url_show.
5915
5916 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5917
5918         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5919         there isn't text selected.
5920
5921 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5922
5923         * shell/ev-view.c: (handle_link_over_xy):
5924
5925         Check tooltip is valid utf8 before showing it
5926
5927 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5928
5929         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5930
5931 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5932
5933         * shell/ev-window-title.c: (ev_window_title_update):
5934
5935         Guard against using g_strstrip on NULL. Fixes bug #317291.
5936
5937 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5938
5939         * pdf/ev-poppler.cc:
5940
5941         Show title even for unknown links
5942
5943 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5944
5945         * shell/ev-window-title.c: (ev_window_title_update):
5946
5947         Strip the title string
5948
5949 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5950
5951         * shell/ev-window-title.c:
5952
5953         Add .rtf to the bad extensions list
5954
5955 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5956
5957         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5958         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5959
5960         Ignore link coordinates if they are outside page bounds
5961
5962 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5963
5964         * backend/ev-link.c: (ev_link_type_get_type),
5965         (ev_link_get_filename), (ev_link_get_params),
5966         (ev_link_get_property), (ev_link_set_property),
5967         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5968         * backend/ev-link.h:
5969         * pdf/ev-poppler.cc:
5970         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5971         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5972         (ev_window_init):
5973
5974         Implement launch links. Delegate external link opening to
5975         the window.
5976
5977 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5978
5979         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5980         (ev_link_get_right), (ev_link_get_property),
5981         (ev_link_set_property), (ev_link_class_init),
5982         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5983         * backend/ev-link.h:
5984         * pdf/ev-poppler.cc:
5985         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5986
5987         Implement fitr links
5988
5989 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5990
5991         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5992         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5993         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5994         (ev_view_size_request_continuous),
5995         (ev_view_size_request_dual_page),
5996         (ev_view_size_request_single_page), (ev_view_size_allocate),
5997         (ev_view_zoom_for_size_continuous_and_dual_page),
5998         (ev_view_zoom_for_size_continuous),
5999         (ev_view_zoom_for_size_dual_page),
6000         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6001         (ev_sizing_mode_get_type):
6002         * shell/ev-view.h:
6003         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6004
6005         Do not use modes for link, we need to calculate size ad hoc.
6006         Still not perfect because of the usual scrollbar issues grrr.
6007
6008 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6009
6010         * backend/ev-link.c: (ev_link_type_get_type),
6011         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6012         * backend/ev-link.h:
6013         * pdf/ev-poppler.cc:
6014         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6015         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6016         (ev_view_size_request_continuous),
6017         (ev_view_size_request_dual_page),
6018         (ev_view_size_request_single_page), (ev_view_size_allocate),
6019         (zoom_for_size_fit_height),
6020         (ev_view_zoom_for_size_continuous_and_dual_page),
6021         (ev_view_zoom_for_size_continuous),
6022         (ev_view_zoom_for_size_dual_page),
6023         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6024         (ev_sizing_mode_get_type):
6025         * shell/ev-view.h:
6026         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6027
6028         Implement FIT_HEIGHT mode (only for links).
6029         Implement FITH links
6030
6031 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6032
6033         * shell/ev-window-title.c: (get_filename_from_uri),
6034         (ev_window_title_sanitize_extension), (ev_window_title_update),
6035         (ev_window_title_set_document), (ev_window_title_set_uri),
6036         (ev_window_title_free):
6037         * shell/ev-window-title.h:
6038         * shell/ev-window.c: (ev_window_setup_document),
6039         (ev_window_popup_password_dialog):
6040
6041         Refactor window title building while fixing it for
6042         password documents.
6043
6044 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6045
6046         * pdf/ev-poppler.cc:
6047
6048         Escape link title before setting it in the model
6049
6050 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6051
6052         * shell/ev-application.c: (removed_from_session), (save_session),
6053         (init_session), (ev_application_get_empty_window),
6054         (ev_application_init), (ev_application_get_windows):
6055         * shell/ev-application.h:
6056         * shell/ev-window.c: (ev_window_finalize):
6057
6058         Add a function to retrieve window list and share it where
6059         necessary.
6060         Implement session handling, works pretty well thanks to the
6061         metadata system.
6062
6063 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6064
6065         * shell/ev-password.c: (ev_password_item_created_callback),
6066         (ev_password_dialog_save_password):
6067         
6068         Fix for bug 316972. Use async gnome-keyring API.
6069
6070 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6071
6072         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6073         Remove unused unrealize handler. Add scroll handling to
6074         ev_view_scroll_event for presentation mode (bug #316708),
6075         and fix the event state checks there.
6076
6077 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6078
6079         * shell/ev-page-action.c: (page_changed_cb):
6080
6081         "marco, maybe we should be crazy and jump right to 6! :)"
6082
6083         Bryan Clark, Sep 2005
6084
6085 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6086
6087         * ps/ps-document.c: (save_document), (ps_document_save),
6088         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6089         (ps_document_ps_export_end):
6090
6091         Fix unstructured documents save and print
6092
6093 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6094
6095         * shell/ev-application.c: (ev_application_open_uri):
6096
6097         Fix window size persistance
6098
6099 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6100
6101         * shell/ev-view.c: (ev_view_button_release_event):
6102
6103         Based on a patch from carlosgc@gnome.org. Mouse buttons
6104         switch pages in presentation mode.
6105
6106 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6107
6108         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6109
6110         Dont cast to int before scaling
6111
6112 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6113
6114         * backend/ev-link.c: (ev_link_type_get_type),
6115         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6116         (ev_link_new_page_fith):
6117         * backend/ev-link.h:
6118         * pdf/ev-poppler.cc:
6119         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6120
6121         Implement FIT and FITH links
6122
6123 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6124
6125         * pdf/ev-poppler.cc:
6126
6127         Return 0 results when search is not in progress.
6128
6129         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6130         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6131
6132         Update menu sensitivity when cancelling search
6133
6134 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6135
6136         * shell/ev-view.c: (ev_view_can_find_next):
6137
6138         Take all pages in consideration, not just current one
6139
6140 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6141
6142         * shell/ev-page-cache.c:
6143         * shell/ev-page-cache.h:
6144         * shell/ev-view.c: (ev_view_binding_activated),
6145         (ev_view_next_page), (ev_view_previous_page),
6146         (ev_sizing_mode_get_type):
6147         * shell/ev-view.h:
6148         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6149         (ev_window_cmd_go_next_page):
6150
6151         Move page next/previous functions from page chace to
6152         view and change it to move by 2 page steps in dual mode.
6153
6154 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6155
6156         * shell/ev-window.c: (update_sidebar_visibility),
6157         (setup_sidebar_from_metadata), (ev_window_setup_document),
6158         (setup_view_from_metadata):
6159
6160         Show the index by default when there is one     
6161
6162 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6163
6164         * shell/ev-window-title.c: (ev_window_title_set_document):
6165
6166         Missing null check
6167
6168 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6169
6170         * shell/ev-view.c: (view_update_range_and_current_page):
6171         
6172         Allow display of last odd page in dual view. Fix for 316347.
6173
6174 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6175
6176         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6177         
6178         Make close button default. Fix for 316383.
6179
6180 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6183         
6184         Mark close button as default. Fix for 316381.
6185
6186 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6187
6188         * backend/ev-link.c: (ev_link_class_init):
6189
6190         Allow negative doubles in left/top properties
6191
6192 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6193
6194         * shell/ev-window.c:
6195
6196         Remove a bunch of strings that was used only
6197         by the statusbar.
6198
6199 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6200
6201         * shell/ev-window-title.c: (get_filename_from_uri),
6202         (ev_window_title_set_document):
6203
6204         When title has a confusing extension, show also
6205         the document filename inside ()
6206
6207 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6208
6209         * shell/Makefile.am:
6210         * shell/ev-window-title.c: (ev_window_title_new),
6211         (ev_window_title_update), (ev_window_title_set_type),
6212         (ev_window_title_set_document), (ev_window_title_free):
6213         * shell/ev-window-title.h:
6214         * shell/ev-window.c: (ev_window_setup_document),
6215         (password_dialog_response), (ev_window_popup_password_dialog),
6216         (ev_window_dispose), (ev_window_init):
6217
6218         Factor out and cleanup window title code
6219
6220 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6221
6222         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6223         (unable_to_load):
6224
6225         Make dialog transient so it doesnt block other windows
6226
6227 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * pdf/ev-poppler.cc:
6230         
6231         Fix pdf thumbnails rendering.
6232
6233 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6234
6235         * shell/ev-window.c: (fullscreen_set_timeout):
6236         
6237         Increase timeout to hide full screen popup. Bug 
6238         316123. 
6239
6240 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6241
6242         * data/evince.schemas.in:
6243         * shell/ev-window.c: (update_action_sensitivity):
6244
6245         Allow the user to override document restrictions. Fix for bug
6246         305818.
6247
6248 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6249
6250         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6251         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6252         (ev_window_class_init): Fix multihead behaviour of fullscreen
6253         toolbar popup. Fixes bug #315451.
6254
6255 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * configure.ac:
6258         * data/evince-password.glade:
6259         * shell/ev-password.c: (ev_password_dialog_set_property),
6260         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6261         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6262         (ev_password_dialog_entry_changed_cb),
6263         (ev_password_dialog_entry_activated_cb),
6264         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6265         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6266         (ev_password_dialog_set_bad_pass):
6267         * shell/ev-password.h:
6268         * shell/ev-window.c: (password_dialog_response),
6269         (ev_window_popup_password_dialog):
6270         
6271         Support for gnome-keyring for encrypted PDF's.
6272
6273 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6276         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6277         (ev_view_enter_notify_event), (ev_view_class_init):
6278         
6279         More precise handling of enter_notify/leave_notify events
6280         in EvView. Fix for bug 315470.
6281
6282 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6283
6284         * shell/ev-window.c: (fullscreen_timeout_cb),
6285         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6286         (ev_window_dispose):
6287
6288         leak fix: unref fullscreen_timeout_source before clearing it
6289
6290 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * configure.ac, dvi/mdvi/Makefile.am: 
6293         
6294         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6295
6296 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6297
6298         * backend/ev-link.c: (ev_link_new_page_xyz):
6299         * pdf/ev-poppler.cc:
6300         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6301
6302         Fix some bugs with xyz links, respect zoom
6303
6304 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6305
6306         * shell/ev-window.c: (page_changed_cb),
6307         (setup_document_from_metadata), (update_sidebar_visibility),
6308         (setup_view_from_metadata), (ev_window_run_fullscreen),
6309         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6310         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6311         (ev_window_dual_mode_changed_cb),
6312         (ev_window_sidebar_current_page_changed_cb):
6313
6314         null check uri before setting and getting metadata
6315
6316 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6317
6318         * dvi/Makefile.am:
6319         * properties/Makefile.am:
6320         * shell/Makefile.am:
6321         * thumbnailer/Makefile.am:
6322
6323         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6324
6325 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6326
6327         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6328         (selection_changed_callback):
6329         * shell/ev-sidebar-links.h:
6330
6331         Add a signal for link activation.
6332
6333         * shell/ev-view.c: (ev_view_goto_link),
6334         (ev_view_button_release_event):
6335         * shell/ev-view.h:
6336         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6337         (ev_window_init):
6338
6339         Implement the signal so that we can handle all link types.
6340
6341         * shell/ev-page-cache.c:
6342
6343         Remove unused set_link function
6344
6345 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6346
6347         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6348
6349         Add some space from the cursor, hardcoded but I couldnt
6350         find a better way.
6351
6352 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6353
6354         * lib/ev-tooltip.c:
6355
6356         Use mozilla style vs gtk style, way better for links.
6357
6358         * shell/ev-view.c: (ev_view_motion_notify_event),
6359         (ev_view_destroy), (ev_view_init):
6360
6361         Deactive tooltip when the link hovered is changed.
6362
6363 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6364
6365         * backend/ev-document.h:
6366         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6367         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6368         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6369         (ev_link_new_page), (ev_link_new_page_xyz):
6370         * backend/ev-link.h:
6371         * pdf/ev-poppler.cc:
6372         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6373         (go_to_link), (tip_from_link):
6374
6375         Implement xyz links, still not functional. Links are a total
6376         mess, will need to refactor and bugfix a lot :(
6377
6378 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6379
6380         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6381
6382 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6383
6384         * data/evince-ui.xml:
6385         * data/evince.schemas.in:
6386         * shell/Makefile.am:
6387         * shell/ev-window.c: (update_chrome_visibility),
6388         (password_dialog_response), (ev_window_load_job_cb),
6389         (ev_window_xfer_job_cb), (ev_window_open_uri),
6390         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6391         (ev_window_init):
6392
6393         Remove the statusbar. This regress loading feedback, need to
6394         check with Bryan what we want to do there...
6395
6396 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6397
6398         * lib/ev-tooltip.c: (ev_tooltip_init):
6399
6400         Fix tooltip border and size handling
6401
6402 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6403
6404         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6405         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6406         (ev_tooltip_timeout), (ev_tooltip_activate),
6407         (ev_tooltip_deactivate):
6408         * lib/ev-tooltip.h:
6409         * shell/ev-view.c: (ev_view_motion_notify_event):
6410
6411         Delay popup showing. Mirror gtk logic/times.
6412
6413 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6414
6415         * lib/Makefile.am:
6416         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6417         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6418         (ev_tooltip_set_text), (ev_tooltip_set_position):
6419         * lib/ev-tooltip.h:
6420
6421         Simple widget to show tooltips at a custom position
6422
6423         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6424         (ev_view_destroy):
6425
6426         Use it for links. First go, needs work
6427
6428 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6429
6430         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6431         HIG fixes.  Use title capitalization for window title. Use 12 
6432         pixels of space between the dialog's vbox and action area.
6433
6434 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6435
6436         * shell/ev-window.c: (file_open_dialog_response_cb),
6437         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6438         (ev_window_cmd_save_as):
6439
6440         Make file pickers not modal and refactor code some
6441
6442 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6443
6444         * shell/ev-sidebar.h:
6445         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6446         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6447         (ev_sidebar_class_init), (ev_sidebar_select_page),
6448         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6449         (ev_sidebar_set_page):
6450
6451         Add a current page property and allow to get/set it
6452
6453         * shell/ev-window.c: (setup_view_from_metadata),
6454         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6455
6456         Persist current sidebar page per document
6457
6458 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6459
6460         * data/evince.schemas.in:
6461         * shell/ev-window.c: (update_chrome_visibility),
6462         (setup_document_from_metadata), (update_sidebar_visibility),
6463         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6464         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6465         (ev_window_run_presentation), (ev_window_stop_presentation),
6466         (ev_window_view_sidebar_cb),
6467         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6468         (load_chrome), (ev_window_init):
6469
6470         Persist size/visibility of sidebar per document
6471
6472 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6473
6474         * shell/ev-view.c (draw_loading_text): Draw loading text.
6475
6476 2005-09-02  Dan Damian  <dand@gnome.ro>
6477
6478         * configure.in: Added "ro" to ALL_LINGUAS.
6479
6480 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6481
6482         * shell/ev-view.c: (clear_caches):
6483
6484         ev_page_cache_get doesnt return a reference,
6485         dont try to unref it.
6486
6487 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6488
6489         * shell/main.c: (load_files_remote):
6490
6491         Fix timestamp parameter with dbus <= 0.33
6492
6493 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6494
6495         * data/evince.schemas.in:
6496
6497         Add missing full stop
6498
6499 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6500
6501         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6502         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6503
6504         Plug some memory leaks
6505
6506 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6507
6508         * configure.ac:
6509         * lib/ev-debug.c: (trap_handler):
6510
6511         Check for execinfo.h and use it only if it exists.
6512         Ported from Epiphany (bug #314776).
6513
6514 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6515
6516         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6517
6518 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6519
6520         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6521         * po/id.po      : Added Indonesian translation
6522
6523 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6524
6525         * shell/main.c:
6526         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6527         * NEWS: Release 0.4.0
6528
6529 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6530
6531         * configure.ac: catch another gtk+-2.8ism
6532         * shell/main.c: Make work with gtk+-2.6
6533
6534 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6535
6536         * shell/ev-application-service.xml: Add 'timestamp' argument to
6537           ev_application_open_window and ev_application_open_uri methods.
6538
6539         * shell/ev-application.h: Add 'timestamp' argument to
6540           ev_application_open_window, ev_application_open_uri,
6541           and ev_application_open_uri_list functions.
6542
6543         * shell/ev-application.c (ev_application_open_window,
6544           ev_application_open_uri, ev_application_open_uri_list): Change
6545           functions that show/present windows to use a timestamp if one
6546           is passed in.
6547
6548         * shell/ev-window.c (ev_window_cmd_file_open,
6549           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6550         * shell/main.c (load_files): Modify calls to ev_application to
6551           include GDK_CURRENT_TIME as timestamp.
6552
6553         * shell/main.c (load_files_remote): Obtain timestamp for client
6554           instance from GDK and pass to server instance so new windows are
6555           focused properly.  Fix dbus_g_proxy_call() calls by including second
6556           G_TYPE_INVALID.
6557           
6558         Closes bug #314475.
6559
6560 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6561
6562         * shell/ev-window.c (ev_window_finalize): Check for
6563         avail. EvWindows when quiting to handle the finalize better,
6564         #314497
6565
6566 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6567         
6568         * properties/ev-properties-view.c: 
6569         
6570         Set textdomain to libglade. Fixes translation problem in property page.
6571
6572 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6573
6574         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6575         * dvi/Makefile.am:
6576         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6577         * dvi/mdvi-lib/Makefile.am:
6578         
6579         Fix rotation of thumbnails, ported to new API. Moved library
6580         dependencies earlier, probably it will fix linkage problem.
6581
6582 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6583
6584         * backend/ev-document-misc.c:
6585         (ev_document_misc_get_thumbnail_frame):
6586         * backend/ev-document-misc.h:
6587         * configure.ac:
6588         * pdf/ev-poppler.cc:
6589         * shell/Makefile.am:
6590         * shell/ev-sidebar-thumbnails.c: (add_range),
6591         (ev_sidebar_thumbnails_set_loading_icon),
6592         (ev_sidebar_thumbnails_refresh),
6593         (ev_sidebar_thumbnails_set_document):
6594         * shell/ev-sidebar-thumbnails.h:
6595         * shell/ev-view.c: (ev_view_motion_notify_event),
6596         (ev_view_set_property), (ev_view_get_property),
6597         (ev_view_class_init), (ev_view_set_rotation):
6598         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6599         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6600         (ev_window_init):
6601         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6602         Redo rotation (again).  prepare for 0.4.0
6603
6604 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6605
6606         * configure.ac: Bump poppler requirement to 0.4.1.
6607
6608         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6609         argument to poppler_page_render_selection() call.
6610
6611 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6612
6613         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6614         (djvu_document_thumbnails_get_thumbnail):
6615         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6616         (dvi_document_thumbnails_get_thumbnail):
6617         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6618         (pixbuf_document_thumbnails_get_thumbnail):
6619         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6620         
6621         Update rotation direction of backends to fit with pdf and ps.
6622
6623 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6624
6625         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6626         * backend/ev-async-renderer.h:
6627         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6628         (setup_page), (ps_document_get_page_size),
6629         (ps_async_renderer_render_pixbuf):
6630         * ps/ps-document.h:
6631         * shell/ev-jobs.c: (ev_job_render_run):
6632
6633         Fix orientation in the postscript document
6634
6635 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6636
6637         * pdf/ev-poppler.cc:
6638         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6639         * shell/ev-view.c: (highlight_find_results):
6640
6641         Adapt to the new poppler rotation API. Fix text maps on landscape
6642         documents.
6643
6644 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6645
6646         * shell/ev-view.c (compute_new_selection_text): get the correct
6647         region when selecting in modes other than continuous.
6648
6649 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6650
6651         * shell/main.c (main): remove redundant g_warnings.
6652
6653 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6654
6655         * shell/Makefile.am: Don't include autogenerated
6656         file ev-application-service.h into distribution, since
6657         it causes dbus crash. Fix for bugs 313724 and 313443. 
6658
6659 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * configure.ac: Fix sed expression for FreeBSD. Thanks
6662         to Joe Marcus Clark <marcus@freebsd.org>
6663         
6664         * shell/eggfindbar.c: (entry_activate_callback),
6665         (entry_changed_callback), (egg_find_bar_init),
6666         (egg_find_bar_set_search_string):
6667         
6668         Made findbar buttons unsensitive if there is no text in
6669         entry. Fix for the bug 313285.
6670
6671 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6672
6673         * ps/ps-document.c: Use g_filename_display_name for displaying
6674         filenames and revert string freeze breackage
6675
6676 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6677
6678         * NEWS:
6679         * configure.ac:
6680
6681         Update for 0.3.4
6682
6683         * shell/Makefile.am:
6684
6685         Add ev-application-service.xml to extra dist
6686
6687         * shell/ev-view.c: (find_page_at_location):
6688
6689         Remove unused function (fix warning)
6690
6691 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6694         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6695         
6696         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6697         bug 313623.
6698
6699 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6702         * shell/ev-window.c:
6703         Fix build warnings
6704
6705 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6706
6707         * configure.ac: Update script to get dbus version.
6708         Fix for the bug #313443.
6709
6710 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6711
6712         * shell/ev-window.c: (ev_window_cmd_escape):
6713         
6714         Return focus back to view on escape. Fix for bug 313295.
6715
6716 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6717
6718         * shell/ev-window.c: (update_window_title),
6719         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6720         (ev_window_cmd_save_as):
6721         
6722         Correct conversion from uri to displayable string. Fix for
6723         bug 313296.
6724
6725 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6726
6727         * ps/ps-document.c: convert filename to utf8 when there is an error
6728         loading document. Fixes #309915
6729
6730 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6731
6732         * configure.ac:
6733
6734         We depend on poppler 0.4.0
6735
6736 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6737
6738         * configure.ac:
6739         * NEWS: Release 0.3.3.
6740         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6741
6742 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6743
6744         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6745         add a couple missing mnemonics to menu items, use title 
6746         capitalization for menu items and window titles, and add 
6747         ellipsis to open menu item.     
6748
6749 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6750
6751         * pdf/ev-poppler.cc:
6752         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6753         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6754         (ev_view_get_rotation):
6755         * shell/ev-view.h:
6756         * shell/ev-window.c: (setup_view_from_metadata),
6757         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6758         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6759         disk.
6760
6761 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6762
6763         * configure.ac: Added tr to ALL_LINGUAS
6764
6765 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6766
6767         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6768         requires several clicks to find word. Thanks to 
6769         Colin Slater <kiltedtaco@gmail.com>.
6770
6771 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6772
6773         * data/evince.desktop.in.in: Hide menu entry and
6774         rename it to "Document Viewer". Fix for bug 
6775         #312399.
6776
6777 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6778
6779         * shell/ev-page-action.c (ev_page_action_class_init): 
6780
6781         Point to the correct function in constructor of the
6782         activate_label signal
6783
6784 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6785
6786         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6787         * shell/ev-jobs.h: Make thread safe.
6788
6789 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * shell/ev-view.c: (view_update_range_and_current_page):
6792         Don't update page range if we are scrolling to some document
6793         point.
6794
6795 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6798         when getting max_page_width, fix drawing in dual mode.
6799
6800 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6801
6802         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6803         getting the area for select_all.
6804
6805 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6806
6807         * backend/ev-selection.c: (ev_selection_render_selection):
6808         * backend/ev-selection.h:
6809         * pdf/ev-poppler.cc:
6810         * shell/ev-jobs.c: (ev_job_render_new):
6811         * shell/ev-jobs.h:
6812         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6813         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6814         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6815         (ev_view_class_init):
6816
6817         Change selection color on focus in and focus out events.  Also,
6818         poppler now uses GdkColor for specifying the selection colors, so
6819         drop some awkward conversion code.
6820
6821 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6822
6823         * configure.ac: Added Hebrew translation
6824
6825 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6826
6827         * NOTES:
6828         * backend/ev-selection.c: (ev_selection_render_selection):
6829         * backend/ev-selection.h:
6830         * pdf/ev-poppler.cc:
6831         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6832         (ev_job_render_run):
6833         * shell/ev-jobs.h:
6834         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6835         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6836         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6837         (ev_pixbuf_cache_style_changed),
6838         (ev_pixbuf_cache_get_selection_pixbuf),
6839         (ev_pixbuf_cache_set_selection_list),
6840         (ev_pixbuf_cache_get_selection_list):
6841         * shell/ev-pixbuf-cache.h:
6842         * shell/ev-utils.c: (ev_print_region_contents):
6843         * shell/ev-utils.h:
6844         * shell/ev-view.c: (ev_view_queue_draw_page),
6845         (selection_update_idle_cb), (ev_view_motion_notify_event),
6846         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6847         (setup_caches), (ev_view_find_next), (merge_selection_region),
6848         (selection_free):
6849         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6850
6851         Clean up selection to be much smoother!
6852
6853 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6854
6855         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6856         to poppler_page_render_selection().
6857
6858 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * ps/ps-document.c: (save_page_list): Use
6861         unzipped document when printing. Thanks to 
6862         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6863         311016.
6864
6865 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6866
6867         * shell/ev-window.c: (update_action_sensitivity):
6868         
6869         Disable print and save respect to lockdown gconf keys. Fix
6870         for 312342.
6871
6872 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * configure.ac:
6875         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6876         (write_to_temp_file), (ev_file_set_contents):
6877         * shell/ev-utils.h:
6878         * shell/ev-window.c: (save_print_config_to_file):
6879         
6880         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6881         Fix for bug 312238
6882
6883 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6884
6885         * shell/ev-window.c: (load_print_config_from_file),
6886         (save_print_config_to_file), (ev_window_print_range):
6887
6888         Persist the print settings. Fixes bug #311578.
6889
6890 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * djvu/djvu-document.c: (djvu_document_get_page_size),
6893         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6894         (djvu_document_thumbnails_get_thumbnail):
6895         * dvi/dvi-document.c: (dvi_document_get_page_size),
6896         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6897         (dvi_document_thumbnails_get_dimensions),
6898         (dvi_document_thumbnails_get_thumbnail):
6899         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6900         (pixbuf_document_render_pixbuf),
6901         (pixbuf_document_document_iface_init),
6902         (pixbuf_document_thumbnails_get_thumbnail):
6903         
6904         Update backends to make them build with new rotation system.
6905
6906 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6907
6908         * help/C/figures/evince_start_window.png:
6909         
6910         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6911
6912 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6913
6914         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6915         * shell/ev-pixbuf-cache.h:
6916         * shell/ev-sidebar-thumbnails.c:
6917         (ev_sidebar_thumbnails_get_property), (add_range),
6918         (adjustment_changed_cb):
6919         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6920         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6921         we were thumbnailing the entire docment on startup, slowing us
6922         down hugely. 
6923
6924 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6925
6926         * shell/ev-page-cache.c: (ev_page_cache_new):
6927         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6928         == 0, fixes #310306.
6929
6930 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6933         (ev_view_rotate_left):
6934
6935         Account rotation in doc_rect_to_view_rect.
6936         Ensure rotation doesnt go out of bounds.
6937
6938 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6939
6940         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6941
6942         Correct and cleanup w/h swapping
6943
6944 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * backend/ev-document-thumbnails.c:
6947         (ev_document_thumbnails_get_thumbnail):
6948         * backend/ev-document-thumbnails.h:
6949         * backend/ev-document.c:
6950         * backend/ev-document.h:
6951         * backend/ev-render-context.c: (ev_render_context_new),
6952         (ev_render_context_set_rotation):
6953         * backend/ev-render-context.h:
6954         * pdf/ev-poppler.cc:
6955         * ps/ps-document.c: (ps_document_document_iface_init):
6956         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6957         * shell/ev-jobs.h:
6958         * shell/ev-page-cache.c: (build_height_to_page),
6959         (ev_page_cache_new), (ev_page_cache_get_size),
6960         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6961         (ev_page_cache_get_height_to_page):
6962         * shell/ev-page-cache.h:
6963         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6964         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6965         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6966         (ev_pixbuf_cache_get_selection_pixbuf):
6967         * shell/ev-pixbuf-cache.h:
6968         * shell/ev-print-job.c: (idle_print_handler):
6969         * shell/ev-sidebar-thumbnails.c: (add_range):
6970         * shell/ev-view.c: (view_update_range_and_current_page),
6971         (get_page_y_offset), (get_page_extents),
6972         (ev_view_size_request_continuous_dual_page),
6973         (ev_view_size_request_continuous),
6974         (ev_view_size_request_dual_page),
6975         (ev_view_size_request_single_page), (draw_one_page),
6976         (ev_view_set_rotation), (ev_view_rotate_right),
6977         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6978         (ev_view_zoom_for_size_continuous_and_dual_page),
6979         (ev_view_zoom_for_size_continuous),
6980         (ev_view_zoom_for_size_dual_page),
6981         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6982         (ev_view_select_all):
6983         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6984         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6985         (tiff_document_document_iface_init),
6986         (tiff_document_thumbnails_get_thumbnail):
6987
6988         Use rotation rather than orientation. It's easier and enough
6989         for our needs.
6990
6991 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6992
6993         * shell/ev-page-cache.c: (build_height_to_page),
6994         (ev_page_cache_new), (ev_page_cache_get_size),
6995         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6996         (ev_page_cache_get_height_to_page):
6997         * shell/ev-page-cache.h:
6998         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6999         (ev_view_size_request_continuous_dual_page),
7000         (ev_view_size_request_continuous),
7001         (ev_view_zoom_for_size_continuous_and_dual_page),
7002         (ev_view_zoom_for_size_continuous):
7003
7004         Make the page cache aware of page orientation.
7005
7006 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7007
7008         * backend/ev-document-thumbnails.c:
7009         (ev_document_thumbnails_get_thumbnail):
7010         * backend/ev-document-thumbnails.h:
7011         * backend/ev-document.c:
7012         * backend/ev-document.h:
7013         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7014         * backend/ev-ps-exporter.h:
7015         * pdf/ev-poppler.cc:
7016         * ps/ps-document.c: (ps_document_document_iface_init),
7017         (ps_document_ps_export_do_page):
7018         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7019         * shell/ev-jobs.h:
7020         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7021         (ev_page_cache_get):
7022         * shell/ev-page-cache.h:
7023         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7024         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7025         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7026         * shell/ev-pixbuf-cache.h:
7027         * shell/ev-print-job.c: (idle_print_handler):
7028         * shell/ev-sidebar-thumbnails.c: (add_range):
7029         * shell/ev-view.c: (view_update_range_and_current_page),
7030         (get_page_extents), (ev_view_size_request_dual_page),
7031         (ev_view_size_request_single_page), (draw_one_page),
7032         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7033         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7034         (ev_view_zoom_for_size_dual_page),
7035         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7036         (ev_view_select_all):
7037         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7038         * tiff/tiff-document.c: (tiff_document_get_page_size),
7039         (tiff_document_get_orientation), (rotate_pixbuf),
7040         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7041         (tiff_document_thumbnails_get_thumbnail),
7042         (tiff_document_ps_export_do_page), (tiff_document_init):
7043
7044         Really make use of the orientation bit of the render context.
7045         Use the render context in a few more places in the backend API.
7046         This regress orientation, but now it's done right. Will try to
7047         fix it up asap...
7048
7049 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7050
7051         * shell/ev-view.c: (ensure_rectangle_is_visible):
7052
7053         Patch by Nickolay V. Shmyrev to fix find flickering
7054
7055 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7056
7057         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7058         duplex parameters to ::begin.
7059
7060         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7061         * shell/ev-print-job.c (idle_print_handler): 
7062         * ps/ps-document.c (ps_document_ps_export_begin): 
7063         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7064         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7065         implementations. Poppler backend needs poppler cvs. Rest has
7066         unchanged behavior.
7067
7068 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7069
7070         * shell/ev-window.c (using_pdf_printer): new function.
7071         (ev_window_print_range): print a less techy message if someone
7072         tries to print to PDF.
7073
7074 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7075
7076         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7077         from "unknown font" string. Bug #311431
7078
7079 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7080
7081         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7082
7083 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7084
7085         Bug #311280
7086         
7087         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7088         name for PopplerFontTypes
7089         (pdf_document_fonts_fill_model): add font type to the detail column
7090
7091         * backend/ev-document-fonts.h: added
7092         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7093
7094         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7095         font name and font details, add a little markup.
7096         (ev_properties_fonts_init): use the new cell data func, specify ypad
7097         property for the cell renderer.
7098         (ev_properties_fonts_set_document): add the details column.
7099
7100 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7101
7102         * configure.ac: Added "pl" to ALL_LINGUAS.
7103
7104 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7105
7106         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7107
7108 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7109
7110         * help/ChangeLog: Started this for translations of manual.
7111         * configure.ac, autogen.sh, .cvsignore: Migrated to
7112         gnome-doc-utils. Patch in bug #311222.
7113
7114 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7115
7116         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7117         #ifdef this away to fix an unused-function warning.
7118
7119 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7120
7121         * configure.ac: Added 'gl' to ALL_LINGUAS.
7122
7123 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7124
7125         * configure.ac: Added ne in ALL_LINGUAS
7126         
7127 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * shell/ev-view.c: (ev_view_leave_notify_event):
7130         
7131         Clear status message when pointer leaves view. Fix for bug
7132         #310818 
7133
7134 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7135
7136         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7137
7138 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7139
7140         * shell/ev-view.c: (ev_view_leave_notify_event),
7141         (ev_view_class_init):
7142         
7143         Set cursor to normal then leaving view.
7144
7145 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7146
7147         * configure.ac:
7148         
7149         Fix required djvulibre version.
7150
7151 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7152
7153         *configure.ac: Hindi (hi) language added
7154
7155 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7156
7157         *configure.ac: Punjabi (pa) Language added
7158
7159 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7160
7161         * data/evince-ui.xml, shell/ev-window.c:
7162         
7163         Add keypad accelerators for zooming. Fix for bug 308128.
7164
7165 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7166
7167         * Makefile.am:
7168         * backend/Makefile.am:
7169         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7170         * configure.ac:
7171         * shell/ev-document-types.c: (ev_document_types_add_filters):
7172
7173         Allow to enable/disable the pixbuf backend.
7174         Default to off for now. If we want it enabled we should
7175         really put mime types in the desktop, implement properties etc.
7176
7177         * properties/evince-properties.c:
7178
7179         Initialize error to NULL.
7180         Check error is not NULL before freeing.
7181
7182 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7183
7184         * shell/ev-window.c:
7185
7186         Use F5 as presentation accell
7187
7188 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7189
7190         * shell/ev-window.c: (update_chrome_visibility),
7191         (ev_window_create_fullscreen_popup), (ev_window_init):
7192
7193         Do not leak the fullscreen toolbar
7194
7195 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7196
7197         * shell/ev-window.c: (view_actions_focus_in_cb),
7198         (view_actions_focus_out_cb):
7199
7200         These has a return value! Fix totally random focus
7201         issues we was seeing.
7202
7203 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7204
7205         * shell/main.c: (load_files_remote):
7206
7207         Allow open more than one file
7208
7209 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7210
7211         * shell/main.c: (load_files_remote):
7212
7213         Fix for dbus 0.33. bug #309975
7214
7215 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7216
7217         * properties/ev-properties-main.c: (ev_properties_get_pages):
7218
7219         Actually return NULL for types we dont support
7220
7221 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7222
7223         * po/POTFILES.in:
7224
7225         Remove empty lines.
7226
7227 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7228
7229         * backend/ev-document-factory.c:
7230         (ev_document_factory_get_document):
7231
7232         Do not try to create the object if type
7233         is invalid.
7234
7235 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7236
7237         * ps/ps-document.c: (ps_document_dispose),
7238         (ps_async_renderer_render_pixbuf):
7239         * ps/ps-document.h:
7240
7241         Do not leak the target window
7242
7243 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * shell/ev-application.c: (ev_application_init):
7246
7247         Let tbe check file existence for us.
7248         Add a comment about eggrecent mime filter.
7249
7250 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7251
7252         * data/evince-ui.xml:
7253         * shell/ev-application.c: (ev_application_shutdown),
7254         (ev_application_init), (ev_application_get_toolbars_model),
7255         (ev_application_get_recent_model),
7256         (ev_application_save_toolbars_model):
7257         * shell/ev-application.h:
7258         * shell/ev-window.c: (ev_window_add_recent),
7259         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7260         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7261         (ev_window_init):
7262
7263         Use common toolbar and recent models for all windows.
7264         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7265
7266 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7267
7268         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7269         successfully check for gtk_icon_view_get_visible_range.
7270
7271 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * djvu/Makefile.am:
7274         * dvi/Makefile.am:
7275         
7276         Fix djvu and dvi backend build.
7277
7278 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7279
7280         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7281         (new_separator_pixbuf):
7282
7283         Don't leak windows.
7284
7285 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7286
7287         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7288
7289         HIGification of toolbar editor dialogue.
7290
7291 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7292
7293         * configure.ac:
7294         * shell/Makefile.am:
7295
7296         Ever build metadata manager since it's just
7297         disabled at runtime now.
7298
7299 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7300
7301         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7302         (ev_metadata_manager_get), (ev_metadata_manager_set):
7303         * shell/ev-metadata-manager.h:
7304
7305         Add an _init functions that enabled metadata management
7306         at runtime.
7307
7308         * shell/ev-window.c: (page_changed_cb),
7309         (setup_document_from_metadata), (ev_window_setup_document),
7310         (setup_view_from_metadata), (ev_window_open_uri),
7311         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7312         (ev_window_run_presentation), (ev_window_stop_presentation),
7313         (save_sizing_mode), (ev_window_zoom_changed_cb),
7314         (ev_window_continuous_changed_cb),
7315         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7316         (window_configure_event_cb):
7317
7318         Remove all ugly metadata define since we deal with it
7319         at runtime now.
7320
7321         * shell/main.c: (load_files_remote), (main):
7322
7323         Add support for dbus cvs head. Hopefully didnt break one
7324         of the other versions now!
7325
7326         If we dont get a response from the dbus server just
7327         give up with it and not enable metadata.
7328
7329 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7330
7331         * Makefile.am:
7332         * backend/Makefile.am:
7333         * configure.ac:
7334         * cut-n-paste/recent-files/Makefile.am:
7335         * cut-n-paste/toolbar-editor/Makefile.am:
7336         * cut-n-paste/zoom-control/Makefile.am:
7337         * lib/Makefile.am:
7338         * pdf/Makefile.am:
7339         * pixbuf/Makefile.am:
7340         * properties/Makefile.am:
7341         * ps/Makefile.am:
7342         * shell/Makefile.am:
7343         * thumbnailer/Makefile.am:
7344         * tiff/Makefile.am:
7345
7346         Make frontends depend on just libev.
7347         Rework and group CFLAGS/LIBS definitions.
7348         Cleanups.
7349
7350 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7351
7352         * shell/ev-window:
7353
7354         do not unnecessarily save zoom
7355
7356         * configure.ac:
7357         * lib/ev-file-helpers.c: (ev_dot_dir):
7358         * shell/Makefile.am:
7359         * shell/dummy.cc:
7360
7361         Some cleanups
7362
7363 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * configure.ac:
7366         
7367         Remove unnecessary dependencies
7368
7369 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7370
7371         * properties/Makefile.am:
7372         * thumbnailer/Makefile.am:
7373         * tiff/Makefile.am:
7374
7375         Some more cleanups. Was really necessary
7376         but I probably introduced bugs, feel free
7377         to flame :)
7378
7379 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7380
7381         * backend/Makefile.am:
7382         * configure.ac:
7383         * cut-n-paste/recent-files/Makefile.am:
7384         * cut-n-paste/toolbar-editor/Makefile.am:
7385         * cut-n-paste/zoom-control/Makefile.am:
7386         * lib/Makefile.am:
7387         * pdf/Makefile.am:
7388         * pixbuf/Makefile.am:
7389         * properties/Makefile.am:
7390         * ps/Makefile.am:
7391         * shell/Makefile.am:
7392         * thumbnailer/Makefile.am:
7393         * tiff/Makefile.am:
7394
7395         Use gnome-common macros when possible.
7396         Cleanup dependencies.
7397         Actually disable deprecated where possible.
7398
7399 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7400
7401         * Makefile.am:
7402         * backend/Makefile.am:
7403         * properties/Makefile.am:
7404         * shell/Makefile.am:
7405         * thumbnailer/Makefile.am:
7406
7407         This should solve the circular dep without
7408         requiring dir reorg!
7409
7410         * shell/ev-window.c: (setup_view_from_metadata):
7411
7412         Never restore window size/position when the
7413         window is already visible.
7414
7415 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7416
7417         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7418
7419         Return a boolean from timeout func. Fix ported from gedit.
7420
7421 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7422
7423         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7424
7425 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7426
7427         * shell/ev-document-types.c: set "All Documents" as default filter in
7428         open dialog
7429
7430 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7431
7432         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7433         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7434         (ev_metadata_manager_set_boolean): fix value/val thinko.
7435
7436 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7437
7438         * shell/ev-window.c: (setup_view_from_metadata),
7439         (window_state_event_cb), (window_configure_event_cb),
7440         (ev_window_init):
7441
7442         Remember window position and maximized state
7443
7444 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7445
7446         * configure.ac:
7447
7448         Fix DBUS configure checks.
7449
7450         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7451         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7452         (ev_metadata_manager_set_boolean):
7453
7454         Plug mem leaks.
7455
7456         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7457         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7458         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7459         (ev_window_continuous_changed_cb),
7460         (ev_window_dual_mode_changed_cb), (ev_window_new):
7461
7462         Fix the build without DBUS.
7463
7464 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7465
7466         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7467         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7468         (ev_metadata_manager_set_string),
7469         (ev_metadata_manager_set_boolean):
7470         * shell/ev-metadata-manager.h:
7471
7472         Add support for some more types
7473
7474         * shell/ev-view.c: (scroll_to_current_page),
7475         (ev_view_get_continuous), (ev_view_set_continuous),
7476         (ev_view_get_dual_page):
7477         * shell/ev-view.h:
7478         * shell/ev-window.c: (page_changed_cb),
7479         (setup_document_from_metadata), (ev_window_setup_document),
7480         (setup_view_from_metadata), (ev_window_open_uri),
7481         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7482         (ev_window_run_presentation), (ev_window_stop_presentation),
7483         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7484         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7485         (ev_window_update_dual_page_action),
7486         (ev_window_continuous_changed_cb),
7487         (ev_window_dual_mode_changed_cb), (ev_window_init):
7488
7489         Remember a bunch of view/document properties. Prolly some
7490         are still missing but it's getting interesting.
7491
7492 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7493
7494         * configure.ac: check if dbus-binding-tool is installed. Not the
7495         case on current Ubuntu breezy, it seems.
7496
7497 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7498
7499         * data/evince.desktop.in.in:
7500         
7501         Allow open uri lists and add TryExec field.
7502
7503 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7504
7505         * configure.ac:
7506
7507         Enable dbus when available, do not require a configure
7508         option.
7509
7510 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7511
7512         * configure.ac:
7513
7514         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7515         disabled.
7516
7517 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7518         Marco Pesenti Gritti  <mpg@redhat.com>
7519
7520         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7521         
7522         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7523         functions to the format required by dbus
7524
7525         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7526         errors. Use the RPC parameters in the expected way
7527
7528 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7529
7530         * Makefile.am:
7531         * properties/Makefile.am:
7532         * properties/ev-properties-main.c: (ev_properties_get_pages):
7533
7534         Support all mime types
7535
7536         * shell/Makefile.am:
7537         * thumbnailer/Makefile.am:
7538         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7539         (evince_thumbnail_pngenc_get):
7540
7541         Use the document factory
7542
7543 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7544
7545         * backend/Makefile.am:
7546         * backend/ev-document-factory.c:
7547         (mime_type_supported_by_gdk_pixbuf),
7548         (ev_document_type_get_from_mime),
7549         (ev_document_factory_get_document),
7550         (ev_document_factory_get_backend),
7551         (ev_document_factory_get_mime_types),
7552         (ev_document_factory_get_all_mime_types):
7553         * backend/ev-document-factory.h:
7554         * shell/Makefile.am:
7555         * shell/ev-document-types.c: (get_document_from_uri),
7556         (ev_document_types_get_document),
7557         (file_filter_add_mime_list_and_free),
7558         (ev_document_types_add_filters):
7559         * shell/ev-document-types.h:
7560         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7561         * shell/ev-properties-dialog.c:
7562         (ev_properties_dialog_set_document):
7563         * shell/ev-window.c: (ev_window_cmd_file_open),
7564         (ev_window_cmd_save_as):
7565         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7566
7567         Rework document types managing to avoid code duplication
7568         and actually abstract from backend implementations.
7569         Also provide a minimal factory api that can be used by
7570         thumbnailer/properties.
7571
7572 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7573
7574         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7575         Plug a mem leak.
7576         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7577         HIG spacings.
7578
7579 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7580
7581         * shell/ev-properties-dialog.c
7582         (ev_properties_dialog_set_document): only call
7583         ev_properties_fonts_set_document() if the document implements the
7584         fonts interface
7585
7586 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7587
7588         * configure.ac:
7589         * properties/Makefile.am:
7590         * properties/ev-properties-view.c:
7591         (ev_properties_view_register_type):
7592         * properties/ev-properties-view.h:
7593         * properties/ev-properties-main.h:
7594
7595         Implement nautilus plugin for properties.
7596         Works only for pdf atm, I need to rework the
7597         document types stuff to get this to work
7598         for all backends...
7599
7600 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7601
7602         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7603         (ev_properties_fonts_set_document): use
7604         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7605
7606 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7607
7608         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7609         them
7610         (PlaceImage, tiff2ps_process_page): use
7611         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7612
7613
7614 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7615
7616         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7617         (main): to call gnome_authentication_manager_init. Should fix
7618         Bug #308510
7619
7620         * configure.ac: that requires libgnomeui 2.6.0.
7621
7622 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7623
7624         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7625         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7626         use the new tiff2ps interfaces
7627
7628         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7629         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7630
7631         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7632         structure instead of global variables.  Remove use of static
7633         variables in functions.
7634
7635 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7636
7637         * shell/ev-page-action.c: unref the completion after setting it to the
7638         entry
7639
7640 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7641
7642         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7643         postscript files
7644
7645 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7646
7647         * shell/ev-window.c (update_action_sensitivity): disable
7648         File->Print if the document does not implement the ps exporter
7649         interface
7650
7651 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7652
7653         * Makefile.am:
7654         * configure.ac:
7655         * data/evince-properties.glade:
7656         * properties/.cvsignore:
7657         * properties/Makefile.am:
7658         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7659         (ev_properties_view_class_init), (ev_properties_view_format_date),
7660         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7661         (ev_properties_view_init), (ev_properties_view_new):
7662         * properties/ev-properties-view.h:
7663         * shell/Makefile.am:
7664         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7665         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7666         (ev_properties_dialog_new):
7667         * shell/ev-properties-dialog.h:
7668         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7669         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7670         (update_progress_label), (job_fonts_finished_cb),
7671         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7672         * shell/ev-properties-fonts.h:
7673         * shell/ev-properties.c:
7674         * shell/ev-properties.h:
7675         * shell/ev-window.c: (ev_window_setup_document),
7676         (ev_window_cmd_file_properties):
7677
7678         Split the properties pages in two different objects, depend
7679         only on the backend where possible, use widgets instead
7680         of gobject for the glade part, reimplement the dialog
7681         itself with gtk.
7682         I need this to implement nautilus properties page.
7683
7684 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7685
7686         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7687         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7688         (tiff_document_document_ps_exporter_iface_init): implement the ps
7689         exporter interface for tiff documents
7690
7691         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7692         libtiff to implement TIFF postscript export
7693
7694         * tiff/tiff2ps.h: added a header file for external tiff2ps
7695         functions.
7696
7697         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7698         tiff2ps.h
7699
7700 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7701
7702         * shell/ev-view.c: (scroll_to_current_page),
7703         (ev_view_set_fullscreen), (ev_view_set_presentation):
7704         
7705         Scroll to current page when exit from presentation
7706
7707 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7708
7709         * shell/ev-window.c: (update_document_mode),
7710         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7711         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7712         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7713         
7714         Exit from fullscreen mode when switch to presentation. Fix for
7715         bug 309365
7716
7717 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7718
7719         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7720         return NULL if the document does not implement the selection
7721         interface.
7722
7723 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7724
7725         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7726         reported height by using the resolution aspect ratio
7727         (tiff_document_render_pixbuf): scale the pixbuf using the
7728         resolution aspect ratio
7729
7730 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7731
7732         * configure.ac:
7733         
7734         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7735         <kiltedaco@gmail.com>
7736         
7737         * djvu/djvu-document.c: (djvu_document_get_orientation),
7738         (djvu_document_set_orientation), (djvu_document_get_page_size),
7739         (rotate_pixbuf), (djvu_document_render_pixbuf),
7740         (djvu_document_document_iface_init):
7741         * dvi/dvi-document.c: (dvi_document_get_orientation),
7742         (dvi_document_set_orientation), (dvi_document_get_page_size),
7743         (rotate_pixbuf), (dvi_document_render_pixbuf),
7744         (dvi_document_document_iface_init):
7745         
7746         Dvi and djvu backends are ported to new API
7747
7748 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7749
7750         * backend/ev-selection.c: (ev_selection_get_selection_region),
7751         (ev_selection_get_selection_map):
7752         * backend/ev-selection.h:
7753         * pdf/ev-poppler.cc:
7754         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7755         * shell/ev-jobs.h:
7756         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7757         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7758         (ev_pixbuf_cache_get_text_mapping):
7759         * shell/ev-pixbuf-cache.h:
7760         * shell/ev-view.c: (location_in_text),
7761         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7762         support to EvView.  Now we can see where we can select!  Sweet!
7763
7764 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7765
7766         * shell/ev-view.c (ev_view_button_press_event): Fix
7767         event->y + view->scroll_x typo.
7768
7769 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7770
7771         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7772         sub-GdkPixbuf instead of passing dest_x and dest_y.
7773         
7774         * shell/ev-view.c: (view_point_to_doc_point),
7775         (view_rect_to_doc_rect), (ev_view_button_press_event),
7776         (ev_view_motion_notify_event), (compute_new_selection_rect),
7777         (gdk_rectangle_point_in), (compute_new_selection_text),
7778         (compute_selections): Update selection code to keep the selection
7779         around as two points and not as a normalized rectangle, and fix
7780         page level selection in two-column mode.
7781
7782 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7783
7784         * shell/ev-window.c: (window_configure_event_cb): 
7785         
7786         Fix compilation
7787         
7788 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7789
7790         * pdf/ev-poppler.cc:
7791
7792         Fix compilation
7793
7794 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * shell/Makefile.am:
7797         * shell/ev-metadata-manager.c: (item_free),
7798         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7799         (parse_value), (parseItem), (load_values),
7800         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7801         (save_values), (save_item), (get_oldest), (resize_items),
7802         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7803         * shell/ev-metadata-manager.h:
7804
7805         Metadata manager from gedit but modified to use GValue, so that
7806         we dont need to keep converting from strings.
7807
7808         * configure.ac:
7809
7810         ENABLE_METADATA conditional, on when dbus is on
7811
7812         * shell/ev-application.c: (ev_application_open_uri):
7813
7814         Show the window after load so that we can initialize
7815         window size before it's showed.
7816
7817         * shell/ev-window.c: (ev_window_setup_from_metadata),
7818         (ev_window_open_uri), (window_configure_event_cb),
7819         (ev_window_init):
7820
7821         Save and load metadata information about window size.
7822         Not yet keeping states in account.
7823
7824         * shell/main.c: (main):
7825
7826         Shutdown metadata manager.
7827
7828 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * shell/ev-application-service.xml:
7831         * configure.ac:
7832         * shell/Makefile.am:
7833         * shell/ev-application.c:
7834         * shell/ev-application.h:
7835         * shell/ev-window.c:
7836         * shell/ev-window.h:
7837         * shell/main.c:
7838
7839         Add an optional dbus interface (--enable-dbus).
7840         Rework application code, mainly to be easier to
7841         use "remotely".
7842         Do not open multiple windows with the same document,
7843         spatial evince!
7844
7845 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7846
7847         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7848         pixbuf iff it exists.
7849
7850 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7851
7852         * shell/*:
7853         * backend/ev-render-context.[ch]:
7854         * backend/ev-selection.[ch]:
7855
7856         Massive changes.  We now support text selection of pdfs, and not
7857         just rectangular selection.  This is pretty broken still, but I
7858         want to get something into CVS.
7859
7860 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7861
7862         * pdf/ev-poppler.cc:
7863         
7864         Fix for Bug 309080: crash on window close.
7865         
7866         * shell/ev-page-action.c: (page_changed_cb):
7867         
7868         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7869         jensgr@gmx.net (Jens Granseuer).
7870
7871 2005-06-25  Marcel Telka  <marcel@telka.sk>
7872
7873         * configure.in (ALL_LINGUAS): Added sk.
7874
7875 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7876
7877         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7878         not a document open
7879
7880 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7881
7882         * NEWS:
7883         * configure.ac:
7884
7885         Release 0.3.2
7886
7887         * cut-n-paste/recent-files/Makefile.am:
7888
7889         Fix make distcheck
7890
7891 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7892
7893         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7894         (pixbuf_document_set_orientation), (rotate_pixbuf),
7895         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7896         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7897
7898         Implement rotation and cleanup the code a bit.
7899
7900         * tiff/tiff-document.c: (tiff_document_get_page_size),
7901         (tiff_document_get_orientation), (tiff_document_set_orientation),
7902         (rotate_pixbuf), (tiff_document_render_pixbuf),
7903         (tiff_document_document_iface_init), (tiff_document_init):
7904
7905         Implement rotation. Was the quicker solution for the release
7906         but we really need to share this code in the shell.
7907
7908 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7909
7910         * pdf/ev-poppler.cc:
7911
7912         Enable rotation, require poppler cvs. Fix a leak.
7913
7914 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * shell/ev-window.c: (update_action_sensitivity):
7917         
7918         Make properties unsensitive if document backend doesn't provide
7919         any info
7920
7921 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7922
7923         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7924         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7925         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7926         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7927         (bitmap_flip_rotate_counter_clockwise):
7928         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7929         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7930         (buff_gets):
7931         * dvi/mdvi-lib/common.h:
7932         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7933         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7934         (opendvi), (mdvi_reload), (mdvi_init_context),
7935         (mdvi_destroy_context), (mdvi_dopage), (special):
7936         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7937         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7938         (file_hash_free), (register_encoding), (parse_spec),
7939         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7940         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7941         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7942         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7943         (mdvi_register_font_type), (mdvi_unregister_font_type),
7944         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7945         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7946         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7947         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7948         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7949         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7950         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7951         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7952         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7953         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7954         (mdvi_unregister_special), (mdvi_flush_specials):
7955         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7956         (t1_font_remove):
7957         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7958         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7959         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7960         (free_font_metrics), (flush_font_metrics):
7961         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7962         (tt_font_remove):
7963         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7964         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7965         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7966         (dstring_insert), (dstring_new), (dstring_reset):
7967         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7968         
7969         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7970         avoid conflict with libtool on FC4
7971         
7972         * shell/ev-window.c: (ev_window_cmd_help_about):
7973         
7974         Update copyright year. Fix for bug 308828.
7975
7976 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7977
7978         * shell/ev-view.c: (add_scroll_binding_keypad),
7979         (ev_view_binding_activated), (ev_view_class_init),
7980         (on_adjustment_value_changed):
7981         
7982         Bug 170874: Arrow keys switch pages in presentation mode
7983
7984 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7985
7986         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7987         
7988         Fix for Bug 308265: Sidebar dissappears coming out of 
7989         Presentation mode
7990
7991 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7992
7993         * shell/ev-application.c: (ev_application_open):
7994         * shell/ev-document-types.c: (ev_document_types_add_filters),
7995         (ev_document_types_add_filters_for_type):
7996         * shell/ev-document-types.h:
7997         * shell/ev-window.c: (ev_window_cmd_save_as):
7998         
7999         Suggest basename as template when saving, provide filters
8000         for save dialog. It's bug 308402
8001
8002 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8003
8004         * pdf/ev-poppler.cc:
8005         * shell/ev-sidebar-links.c: (job_finished_callback):
8006         * shell/ev-view.c: (update_find_status_message):
8007         
8008         Some leaks fixed
8009
8010 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8011
8012         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8013         (egg_recent_view_uimanager_set_list):
8014
8015         Fix buglet in !show_numbers case.
8016
8017 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8018
8019         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8020         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8021
8022         Use pango ellipsisation.
8023
8024         * pdf/ev-poppler.cc:
8025
8026         Fix refcount leak, from nsh.
8027
8028 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8029
8030         * cut-n-paste/recent-files/Makefile.am:
8031         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8032         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8033         
8034         Removed EggRecentViewGtk
8035         
8036         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8037         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8038         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8039         (ev_window_setup_recent):
8040         
8041         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8042         with other projects
8043
8044 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8047         (egg_recent_view_gtk_finalize):
8048
8049         Fix memory leak
8050
8051         * cut-n-paste/toolbar-editor/Makefile.am:
8052         
8053         Fix location of cursor icon.
8054         
8055         * pdf/ev-poppler.cc:
8056         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8057         (display_completion_text), (match_completion):
8058         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8059         (selection_changed_callback), (create_loading_model),
8060         (print_section_cb), (links_page_num_func),
8061         (update_page_callback_foreach):
8062         * shell/ev-window.c: (ev_window_dispose):
8063         
8064         Small memory fixes. Links model now store objects instead
8065         of pointers to improve memory management. 
8066
8067 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8068
8069         * shell/ev-window.c: (zoom_control_changed_cb):
8070         
8071         Fix update of zoom control (bug 308268).
8072
8073 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8074
8075         * shell/ev-properties.c (set_property): escape the text correctly.
8076         Handles non-UTF-8 properties and escaped properties.  Also, sets
8077         the text to "<i>None</i>" if the property isn't set.
8078
8079         * data/evince-properties.glade: Change the label to be ellipsized,
8080         and give it a minimum size.
8081
8082 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8083
8084         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8085         * shell/ev-sidebar-links.c: (create_loading_model):
8086         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8087         * shell/ev-view.c: (ev_view_set_document):
8088         * shell/ev-window.c: (ev_window_dispose):
8089         
8090         Various small fixes, mostly memory leaks. Thanks to valgrind.
8091
8092 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8093
8094         * ps/ps-document.c: remove the locale.h include again ;-). And
8095         kill the (bogus) setlocale/savelocale business.
8096
8097 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8098
8099         * ps/ps-document.c:
8100         
8101         Include locale.h to fix build
8102         
8103         * shell/ev-sidebar.c:
8104         
8105         Remove unnecessary includes
8106
8107 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8108
8109         * dvi/dvi-document.c: (dvi_document_load):
8110         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8111         * po/POTFILES.in:
8112         
8113         Check for incorrect dvi files. Fix parsing dvi on AMD64
8114         platform. Thanks to tester@tester.ca (Olivier Crete).
8115
8116 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8117
8118         * shell/ev-page-action.c: (match_selected_cb),
8119         (display_completion_text), (match_completion), (update_model):
8120         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8121         (expand_open_links):
8122         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8123         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8124         (ev_sidebar_set_document):
8125         * shell/ev-window.c: (ev_window_xfer_job_cb),
8126         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8127         
8128         Fixed lot's of memory leaks, for example, memory leak on reload, 
8129         described in bug 307793.
8130
8131 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8132
8133         * pdf/ev-poppler.cc:
8134         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8135         (update_visible_range), (adjustment_changed_cb),
8136         (ev_sidebar_thumbnails_fill_model),
8137         (ev_sidebar_thumbnails_refresh),
8138         (ev_sidebar_tree_selection_changed),
8139         (ev_sidebar_icon_selection_changed),
8140         (ev_sidebar_thumbnails_use_icon_view),
8141         (ev_sidebar_thumbnails_set_document):
8142         * shell/ev-sidebar-thumbnails.h:
8143         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8144         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8145
8146         Refresh thumbnails when changing orientation. Not fully
8147         working yet becuase of a sidebar bug.
8148
8149         Set page orientation to poppler page everywhere. This sucks
8150         really need to fix poppler.
8151
8152 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8153
8154         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8155         (egg_recent_view_gtk_new_menu_item),
8156         (egg_recent_view_gtk_set_property),
8157         (egg_recent_view_gtk_get_property),
8158         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8159         (egg_recent_view_gtk_set_tooltip_func),
8160         (egg_recent_view_gtk_set_label_width),
8161         (egg_recent_view_gtk_get_label_width):
8162         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8163
8164         Sync with libegg (ellipsize labels)
8165
8166 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8167
8168         * data/evince-ui.xml:
8169         * shell/ev-window.c: (ev_window_cmd_go_forward),
8170         (ev_window_cmd_go_backward):
8171         
8172         Shift + PageUp moves 10 Pages. Fix for 306125
8173
8174 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * pdf/ev-poppler.cc:
8177
8178         Add a flag to check if orientation has been overriden
8179
8180 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8181
8182         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8183         field if necessary.
8184
8185         * ps/ps.h: add creator field to document.
8186
8187         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8188         set creator field.
8189
8190 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8191
8192         * data/evince-properties.glade:
8193         * shell/ev-properties.c: (ev_properties_set_document):
8194
8195         s/PDF Version/Format
8196
8197 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * shell/ev-properties.c: (ev_properties_set_document):
8200
8201         Remove unnecessary translations
8202
8203 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8204
8205         * cut-n-paste/toolbar-editor/Makefile.am:
8206
8207         Correct library name    
8208
8209 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8210
8211         * configure.ac:
8212         * cut-n-paste/recent-files/egg-recent-model.c:
8213         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8214         (egg_recent_model_unlock_file):
8215         * cut-n-paste/recent-files/egg-recent-util.c:
8216         (egg_recent_util_get_unique_id):
8217         * cut-n-paste/recent-files/update-from-egg.sh:
8218         * cut-n-paste/toolbar-editor/Makefile.am:
8219         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8220         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8221         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8222         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8223         (egg_toolbars_model_get_type):
8224         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8225
8226         Better makefile for toolbar editor and update everything
8227         to latest libegg.
8228
8229 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8230
8231         * shell/ev-window.c: (update_document_mode):
8232
8233         Prefer presentation mode when the document
8234         require fullscreen.
8235
8236 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8237
8238         * data/evince-ui.xml:
8239         * shell/ev-window.c:
8240
8241         Add control-equal for zooming
8242
8243 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8244
8245         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8246
8247 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * backend/ev-document.c: (ev_document_get_orientation):
8250         * backend/ev-document.h:
8251         * pdf/ev-poppler.cc:
8252         * ps/ps-document.c: (ps_document_get_orientation),
8253         (ps_document_set_orientation), (ps_document_document_iface_init):
8254
8255         Add a get_orientation api. Improve set_orientation.
8256
8257         * data/evince-ui.xml:
8258         * shell/ev-view.c: (ev_view_set_orientation),
8259         (ev_view_rotate_right), (ev_view_rotate_left):
8260         * shell/ev-view.h:
8261         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8262         (ev_window_cmd_edit_rotate_right):
8263
8264         Better ui for changing document orientation
8265
8266 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8267
8268         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8269         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8270         * shell/ev-sidebar-links.h:
8271         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8272         (ev_sidebar_page_iface_init):
8273         * shell/ev-sidebar-page.h:
8274         * shell/ev-sidebar-thumbnails.c:
8275         (ev_sidebar_thumbnails_get_property),
8276         (ev_sidebar_thumbnails_class_init),
8277         (ev_sidebar_thumbnails_set_document):
8278         * shell/ev-sidebar-thumbnails.h:
8279         * shell/ev-view.c: (ev_view_motion_notify_event):
8280         * shell/ev-window.c: (update_chrome_visibility),
8281         (ev_window_cmd_focus_page_selector),
8282         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8283         (sidebar_page_main_widget_update_cb), (ev_window_init):
8284         
8285         Autoraise toolbar on GoToPage binding and fix bindings in
8286         EvSidebarThumbnails page.
8287
8288 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8289
8290         * shell/ev-properties.c: (update_progress_label):
8291
8292         Hide the progress label when finished; bug #307697.
8293
8294 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8295
8296         * pdf/ev-poppler.cc:
8297
8298         Enable is_open for links, you will need poppler cvs
8299
8300         * shell/ev-properties.c: (job_fonts_finished_cb):
8301
8302         Get a lock on the document when filling the tree view
8303
8304 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8305
8306         * backend/ev-document-links.h:
8307         * pdf/ev-poppler.cc:
8308         * shell/ev-sidebar-links.c: (create_loading_model),
8309         (expand_open_links), (job_finished_callback):
8310
8311         Expand links when specified by the document.
8312         Depend on a poppler api (defined out for now)
8313
8314 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8315
8316         * shell/ev-properties.c: (ev_properties_dispose),
8317         (ev_properties_class_init), (dialog_destroy_cb),
8318         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8319         (ev_properties_set_document), (ev_properties_new),
8320         (ev_properties_show):
8321         * shell/ev-properties.h:
8322
8323         Make it an object, cleanup the code, api to show it as transient
8324         and to set the document.
8325
8326         * shell/ev-window.c: (ev_window_setup_document),
8327         (ev_window_cmd_file_properties):
8328
8329         Adapt to EvProperties changes, do not show multiple
8330         times, update it when document changes.
8331
8332 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8333
8334         * ps/gstypes.h:
8335         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8336         (ps_document_set_orientation), (ps_document_document_iface_init):
8337         * ps/ps-document.h:
8338
8339         Implement orientation here too
8340
8341         * shell/ev-properties.c: (ev_properties_new):
8342         * data/evince-properties.glade:
8343
8344         Hide the fonts page for backends that doesnt
8345         support it.     
8346
8347 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8348
8349         * backend/ev-document.c: (ev_document_set_orientation):
8350         * backend/ev-document.h:
8351         * pdf/ev-poppler.cc:
8352
8353         Add orientation api. Currently poppler api is not optimal,
8354         we need to set orientation every time we _get a page.
8355         I will try to fix that at some point.
8356
8357         * data/evince-ui.xml:
8358         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8359         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8360
8361         Add orientation menu items
8362
8363         * shell/ev-page-cache.c: (ev_page_cache_clear):
8364         * shell/ev-page-cache.h:
8365
8366         Add api to clear the cache
8367
8368         * shell/ev-view.c: (setup_caches), (clear_caches),
8369         (ev_view_set_document), (ev_view_zoom_out),
8370         (ev_view_set_orientation):
8371         * shell/ev-view.h:
8372
8373         Implement orientation changing
8374
8375 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8376
8377         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8378         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8379         * backend/ev-document-fonts.h:
8380
8381         Separate scan and fill so that we can incrementally fill from
8382         the main thread. Add a progress api.
8383
8384         * data/evince-properties.glade:
8385         * pdf/ev-poppler.cc:
8386         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8387         * shell/ev-jobs.h:
8388         * shell/ev-properties.c: (update_progress_label),
8389         (job_fonts_finished_cb), (setup_fonts_view):
8390
8391         Incrementally feel the list and show the progress
8392         percentage in a label like acrobat does.
8393
8394         You are going to need poppler cvs
8395
8396 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8397
8398         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8399         * backend/ev-document-fonts.h:
8400         * pdf/ev-poppler.cc:
8401
8402         Make fonts model fill incrementally.
8403
8404         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8405         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8406         (ev_job_queue_remove_job):
8407         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8408         (ev_job_fonts_new), (ev_job_fonts_run):
8409         * shell/ev-jobs.h:
8410
8411         New job for fonts scanning
8412
8413         * shell/ev-properties.c: (job_fonts_finished_cb),
8414         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8415         * shell/ev-properties.h:
8416         * shell/ev-window.c: (ev_window_cmd_file_properties):
8417
8418         Incrementally feel the treeview using the new job. Show Loading...
8419         message until scanning is completed.
8420
8421         Hopefully I didnt break the build without the poppler patch.
8422
8423 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8424
8425         * shell/ev-application.c: (ev_application_open):
8426         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8427         (ev_document_type_get_type), (ev_document_type_lookup):
8428         * shell/ev-document-types.h:
8429         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8430         * shell/ev-job-xfer.h:
8431         * shell/ev-window.c: (ev_window_clear_local_uri),
8432         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8433         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8434         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8435         
8436         Transfer remote documents to tmp directory to display them later.
8437
8438 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8439
8440         * backend/ev-document-info.h:
8441         * shell/ev-properties.c: (ev_properties_new):
8442
8443         s/GTime*/GTime. Not sure why we was using a pointer
8444         at all there!
8445
8446 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8447
8448         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8449         situations.  That situation is that you're using GTK+-HEAD with
8450         the patch at #306726 is applied, and you have a document with <
8451         1500 pages in it.  It's not quite as uniformly nice as the
8452         TreeView, but should be better in the long run.
8453
8454         I'm pretty sure I guarded against breaking compilation with
8455         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8456         I missed some.
8457
8458         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8459         widget yet, so I commented that code out
8460         enable_view_actions_for_widget() for now.  Need to figure this
8461         out.
8462
8463         * shell/ev-page-action.c (match_selected_cb): emit the right
8464         signals.  Our cool C-l completion now works.
8465
8466 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8467
8468         * backend/Makefile.am:
8469         * backend/ev-document-fonts.c:
8470         * backend/ev-document-links.c:
8471         * backend/ev-document.c: (ev_document_load):
8472         * backend/ev-document.h:
8473         * backend/ev-job-queue.c:
8474         * backend/ev-job-queue.h:
8475         * backend/ev-jobs.c:
8476         * backend/ev-jobs.h:
8477         * backend/ev-page-cache.c:
8478         * backend/ev-page-cache.h:
8479
8480         EvPageCache and EvJobs are moved to shell.
8481
8482         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8483         (ev_tmp_filename):
8484         * lib/ev-file-helpers.h:
8485         
8486         New helper to work with temporary files
8487         
8488         * shell/Makefile.am:
8489         * shell/ev-application.c: (ev_application_open):
8490         * shell/ev-application.h:
8491         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8492         (remove_job_from_async_queue), (add_job_to_async_queue),
8493         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8494         (handle_job), (search_for_jobs_unlocked),
8495         (no_jobs_available_unlocked), (ev_render_thread),
8496         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8497         (ev_job_queue_add_job), (move_job_async), (move_job),
8498         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8499         * shell/ev-job-queue.h:
8500         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8501         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8502         * shell/ev-job-xfer.h:
8503         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8504         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8505         (ev_job_links_class_init), (ev_job_render_init),
8506         (ev_job_render_dispose), (ev_job_render_class_init),
8507         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8508         (ev_job_thumbnail_class_init), (ev_job_load_init),
8509         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8510         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8511         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8512         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8513         * shell/ev-jobs.h:
8514         * shell/ev-page-action.c: (ev_page_action_set_document):
8515         * shell/ev-page-cache.c: (ev_page_cache_init),
8516         (ev_page_cache_class_init), (ev_page_cache_finalize),
8517         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8518         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8519         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8520         (ev_page_cache_get_title), (ev_page_cache_get_size),
8521         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8522         (ev_page_cache_get_height_to_page),
8523         (ev_page_cache_get_max_label_chars),
8524         (ev_page_cache_get_page_label),
8525         (ev_page_cache_has_nonnumeric_page_labels),
8526         (ev_page_cache_get_info), (ev_page_cache_next_page),
8527         (ev_page_cache_prev_page), (ev_page_cache_get):
8528         * shell/ev-page-cache.h:
8529         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8530         (ev_pixbuf_cache_clear_job_sizes),
8531         (ev_pixbuf_cache_add_jobs_if_needed),
8532         (ev_pixbuf_cache_set_page_range):
8533         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8534         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8535         * shell/ev-sidebar-thumbnails.c:
8536         (ev_sidebar_tree_selection_changed),
8537         (ev_sidebar_thumbnails_set_document):
8538         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8539         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8540         (ev_statusbar_get_context_id), (ev_statusbar_push),
8541         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8542         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8543         (ev_statusbar_set_progress):
8544         * shell/ev-statusbar.h:
8545         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8546         (ev_view_find_previous):
8547         * shell/ev-window.c: (ev_window_is_empty),
8548         (ev_window_setup_document), (password_dialog_response),
8549         (ev_window_clear_jobs), (ev_window_load_job_cb),
8550         (ev_window_xfer_job_cb), (ev_window_open_uri),
8551         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8552         (ev_window_print), (ev_window_print_range),
8553         (ev_window_state_event), (ev_window_cmd_view_reload),
8554         (menu_item_select_cb), (menu_item_deselect_cb),
8555         (view_status_changed_cb), (ev_window_dispose),
8556         (drag_data_received_cb), (ev_window_init):
8557         * shell/ev-window.h:
8558         * shell/main.c: (load_files):
8559         
8560         New statusbar to show progress on idle. Two new jobs - 
8561         xfer job and load job to load document in background. And update
8562         of page_cache clients to new location of code.
8563
8564 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8565
8566         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8567         selection in open dialog. It also remembers the last visited directory 
8568         in the current session.
8569
8570 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8571
8572         * shell/ev-properties.c: (ev_properties_new):
8573         * shell/ev-properties.h:
8574         * shell/ev-window.c: (ev_window_cmd_file_properties):
8575         
8576         Get document info from page cache instead of document itself.
8577         This should fix crash related to race conditions described in
8578         bug 306545.
8579
8580 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8581
8582         * ps/ps-document.c: (ps_document_init),
8583         (send_ps), (get_page_box), (output), (catchPipe), (input),
8584         (stop_interpreter), (file_length), (file_readable),
8585         (check_filecompressedb), (ps_document_enable_interpreter),
8586         (document_load), (ps_async_renderer_render_pixbuf):
8587         * ps/ps-document.h:
8588
8589         Big cleanup of the ps code
8590
8591 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8592
8593         * backend/Makefile.am:
8594         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8595         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8596         * backend/ev-async-renderer.h:
8597
8598         Add an async renderer interface (method + callback) which
8599         is useful for backends like ps.
8600
8601         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8602         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8603         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8604         (ev_job_queue_add_job), (move_job_async), (move_job),
8605         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8606
8607         Add queues for async renderer, these are executed on the
8608         main thread.
8609
8610         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8611         (ev_job_render_run):
8612         * backend/ev-jobs.h:
8613
8614         If the backend support async renderer interface use it.
8615
8616         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8617         (setup_pixmap), (ps_document_get_type),
8618         (ps_async_renderer_render_pixbuf),
8619         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8620
8621         Implement async renderer interface.
8622
8623 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8624
8625         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8626
8627         Cleanup links job on exit.
8628
8629 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8630
8631         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8632         (drag_data_get_cb), (drag_data_received_cb):
8633         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8634         (drag_data_get_cb), (parse_item_list),
8635         (egg_toolbar_editor_load_actions):
8636         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8637         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8638         (parse_item_list), (parse_toolbars):
8639         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8640         (dvi_pixbuf_put_pixel):
8641         
8642         Fix gcc 4.0 warnings
8643
8644 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8645
8646         * ps/ps-document.c: (start_interpreter):
8647
8648         Fix warning when loading ps
8649
8650 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8651
8652         * ps/ps-document.c: (output):
8653
8654         Fix crash when priting gs error messages.
8655
8656 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8657
8658         * backend/ev-page-cache.c: (_ev_page_cache_new):
8659         * backend/ev-page-cache.h:
8660
8661         Use a const to return title so that we dont double
8662         free it. Small cleanup and fix a leak.
8663
8664         * shell/ev-window.c: (update_window_title):
8665
8666         strdup value from get_title.
8667
8668 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8669
8670         * shell/ev-sidebar-links.c: (job_finished_callback),
8671         (ev_sidebar_links_set_document):
8672
8673         Cleanup the old job when changing document
8674
8675 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8676
8677         * shell/ev-stock-icons.c:
8678         * shell/ev-stock-icons.h:
8679         * shell/ev-window.c:
8680         
8681         Add stock icons for actions that can appear in toolbar. Fix for
8682         bug 306566.
8683
8684 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8685
8686         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8687         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8688         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8689         * backend/ev-page-cache.h:
8690         * shell/ev-view.c: (scroll_to_current_page),
8691         (view_update_range_and_current_page), (get_page_y_offset),
8692         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8693         (ev_view_size_request_continuous),
8694         (ev_view_zoom_for_size_continuous_and_dual_page),
8695         (ev_view_zoom_for_size_continuous):
8696         
8697         More compact EvView layout in document with pages of different size.
8698
8699 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8700
8701         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8702         compilation.
8703
8704 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8705
8706         * shell/ev-view.c: (view_set_adjustment_values):
8707         * shell/ev-window.c: (ev_window_cmd_file_properties):
8708         
8709         A bit different fix for rounding problem but it has no
8710         problems on startup. Make properties window transient to parent.
8711
8712 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8713
8714         * pdf/ev-poppler.cc:
8715         
8716         More commenting of font stuff.
8717
8718 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8719
8720         * pdf/ev-poppler.cc:
8721
8722         Comment out some more fonts stuff. Should really
8723         work without the poppler patch now.
8724
8725 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8726
8727         * pdf/ev-poppler.cc:
8728
8729         Adapt to api change
8730
8731 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8732
8733         * data/evince-properties.glade:
8734         * pdf/ev-poppler.cc:
8735         * shell/ev-properties.c: (setup_fonts_view):
8736
8737         Set the column title. Show the dialog only
8738         once everything is setup.
8739         Getting font info can be very slow... will
8740         prolly need to make this threaded too.
8741
8742 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8743
8744         * backend/Makefile.am:
8745         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8746         (ev_document_fonts_get_fonts_model):
8747         * backend/ev-document-fonts.h:
8748         * data/evince-properties.glade:
8749         * pdf/ev-poppler.cc:
8750         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8751         * shell/ev-properties.h:
8752         * shell/ev-window.c: (ev_window_cmd_file_properties):
8753
8754         Implement fonts list. Defined out for now, since it depends
8755         on a not yet committed poppler patch.
8756
8757 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8758
8759         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8760         page + 1.
8761
8762         * shell/ev-window.c: Make sure we add the timeout when we get a
8763         focus-in event.
8764
8765         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8766         adjustment->value before calculating the zoom factor to average
8767         out all of our rounding errors.  The page no longer 'drifts' when
8768         resizing.
8769
8770 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8771
8772         * data/evince-properties.glade:
8773         * shell/ev-properties.c: (ev_properties_format_date),
8774         (set_property):
8775         
8776         Labels don't expand when the dialogue is resized.
8777         strftime result needs to be converted to UTF-8. Thanks
8778         to Christian Persch <chpe@gnome.org>.
8779
8780 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8781
8782         * data/evince-properties.glade:
8783
8784         Hide the fonts tab
8785
8786 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8787
8788         * backend/ev-document-info.h:
8789         * backend/ev-document.c: (ev_document_info_free):
8790         * data/evince-properties.glade:
8791         * pdf/ev-poppler.cc:
8792         * ps/ps-document.c: (ps_document_get_info):
8793         * shell/ev-properties.c: (ev_properties_format_date),
8794         (set_property), (ev_properties_new):
8795         * shell/ev-properties.h:
8796         * shell/ev-window.c: (ev_window_cmd_file_properties):
8797
8798         Rework properties code to take only EvPropertyInfo
8799         in the constructor so that it can be useful for
8800         nautilus plugin too.
8801
8802         Deal with backends that doesnt support some properties.
8803         Make set property code generic.
8804
8805 2005-06-04  Christian Persch <chpe@gnome.org>
8806
8807         * data/evince-properties.glade:
8808
8809         fix spacings, make resizeable, and make data labels
8810         selectable + ellipsised
8811
8812 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8813
8814         * backend/ev-document-info.h:
8815         * data/Makefile.am:
8816         * data/evince-ui.xml:
8817         * pdf/ev-poppler.cc:
8818         * shell/Makefile.am:
8819         * shell/ev-window.c: (update_action_sensitivity),
8820         (ev_window_cmd_file_properties):
8821
8822         Initial go at file properties. Patch by
8823         Emil Soleyman-Zomalan <emil@soleyman.com>.
8824         Needs love see #169583
8825
8826 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8827
8828         * ps/ps-document.c: (output):
8829         * ps/ps.c: (psscan):
8830
8831         Try to render even if psscan fails.
8832
8833 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8834
8835         * ps/ps.c: (psscan), (pscopydoc):
8836
8837         Port buffered reading code from gv
8838
8839 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8840
8841         * ps/ps-document.c: (interpreter_message), (output):
8842
8843         Do not fail on interpreter messages
8844
8845 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8846
8847         * backend/ev-document-misc.c:
8848         (ev_document_misc_get_thumbnail_frame):
8849
8850         Pages can be 0 x 0, dont assert on this case
8851
8852 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8853
8854         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8855         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8856
8857         Correctly manage our reference on document. Finally the reload
8858         huge leak is gone...
8859
8860 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8861
8862         * ps/ps-document.c: (ps_document_dispose):
8863
8864         Forgot to chain it to the parent. Thanks chpe.
8865
8866 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8867
8868         * ps/ps-document.c: (ps_document_dispose),
8869         (ps_document_class_init), (stop_interpreter), (document_load):
8870
8871         Cleanup dispose a bit. Dont leak the whole pixmap.
8872
8873 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8874
8875         * pdf/ev-poppler.cc:
8876
8877         Release the poppler document on dispose
8878
8879 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8880
8881         * shell/ev-view.c: (ev_view_set_document):
8882
8883         Release ref on the pixbuf cache when changing
8884         document.
8885
8886 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8887
8888         * ps/ps-document.c: (ps_document_get_info):
8889
8890         Fix a double free
8891
8892 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8893
8894         * backend/ev-page-cache.c: (ev_page_cache_init),
8895         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8896         * backend/ev-page-cache.h:
8897         * shell/ev-page-action.c: (page_changed_cb):
8898         
8899         Set page action entry width depending on labels width. Fix
8900         for bug 305202.
8901
8902 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * backend/ev-link.c: (ev_link_class_init):
8905
8906         Allow -1 as page value (error)
8907
8908 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8909
8910         * shell/ev-sidebar-thumbnails.c:
8911         (ev_sidebar_thumbnails_set_document):
8912         * shell/ev-view.c: (scroll_to_current_page),
8913         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8914         (page_changed_cb), (on_adjustment_value_changed),
8915         (ev_view_set_document):
8916
8917         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8918         Fix bug 305377
8919
8920 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922         * configure.ac:
8923         * djvu/djvu-document.c: (djvu_document_get_page_size):
8924
8925         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8926         bug 301993.
8927
8928 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8929
8930         * shell/ev-view.c (draw_one_page): modify the expose handling to
8931         get the shadows.
8932
8933         * shell/ev-window.c (update_action_sensitivity): Respect
8934         permissions field.  Kowtow to the man.
8935
8936         * pdf/ev-poppler.cc: Get the permissions field.
8937
8938         * tiff/*c: Make a tiny bit more robust.
8939
8940 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8941
8942         * djvu/djvu-document.c:
8943         
8944         Pop messages from djvu context message queue.
8945
8946 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8947
8948         * configure.ac, Makefile.am, shell/Makefile.am:
8949         * tiff/Makefile.am, shell/ev-document-types.c:
8950         
8951         Cleanup tiff configure checks. Fix for bug 305218.
8952
8953 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8954
8955         * configure.ac: Added "uk" to ALL_LINGUAS.
8956
8957 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8958
8959         * cut-n-paste/zoom-control/ephy-zoom.c:
8960         (ephy_zoom_get_changed_zoom_level):
8961         * cut-n-paste/zoom-control/ephy-zoom.h:
8962         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8963         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8964         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8965         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8966         (zoom_control_changed_cb), (ev_window_init):
8967         
8968         Fix minor points related to moving best fit up. Introduce
8969         "zoom" property and make zoom control change it's value on
8970         notify::zoom signals. Fix for 305080.
8971
8972 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8973
8974         * data/evince-ui.xml:
8975         * shell/ev-window.c: (set_view_actions_sensitivity):
8976         
8977         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8978
8979 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8980
8981         * configure.ac:
8982
8983         Depends on poppler 0.3.2
8984
8985 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8986
8987         * cut-n-paste/recent-files/egg-recent-item.c:
8988         (egg_recent_item_get_short_name):
8989         * cut-n-paste/toolbar-editor/Makefile.am:
8990         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8991         (new_pixbuf_from_widget):
8992         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8993         * cut-n-paste/toolbar-editor/egg-marshal.c:
8994         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8995         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8996
8997         Sync
8998
8999 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9000
9001         * tiff/tiff-document.c: Rough TIFF backend.
9002
9003 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9004
9005         * NEWS:
9006         * configure.ac:
9007         * cut-n-paste/toolbar-editor/Makefile.am:
9008
9009         Release 0.3.1
9010
9011 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9012
9013         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9014         (ev_view_find_next), (ev_view_find_previous):
9015
9016         Remove the locks around get_n_results   
9017
9018 2005-05-21  Juerg Billeter  <j@bitron.ch>
9019
9020         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9021
9022         Pass correct number of pages to poppler.
9023
9024 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9025
9026         * configure.ac:
9027         * data/Makefile.am:
9028         * data/evince.desktop.in: 
9029         * data/evince.desktop.in.in:
9030         * po/POTFILES.in:
9031         
9032         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9033
9034 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9035
9036         * shell/ev-view.c: (view_update_adjustments),
9037         (view_set_adjustment_values): cast adjustmen->value to (int)
9038         before using it.  Otherwise, we get off by a pixel in some
9039         situations.
9040
9041         (draw_one_page): Draw the border on expose.
9042
9043 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9044
9045         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9046         adjustment when the mode changes, #304923
9047
9048 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9049
9050         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9051         flickering on resize but still use gdk_window_scroll on
9052         scrolling
9053
9054 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9055
9056         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9057         option, #170458
9058
9059 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9060
9061         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9062         second page on page_changed if possible, #304669
9063
9064 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9065
9066         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9067         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9068
9069 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9070
9071         * .cvsignore:
9072         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9073         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9074         (ev_view_zoom_for_size_presentation),
9075         (ev_view_zoom_for_size_continuous_and_dual_page),
9076         (ev_view_zoom_for_size_continuous),
9077         (ev_view_zoom_for_size_dual_page),
9078         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9079         * shell/ev-view.h:
9080         * shell/ev-window.c: (update_view_size),
9081         (ev_window_sizing_mode_changed_cb):
9082
9083         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9084         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9085         an infinite loop, #304769
9086
9087
9088 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9089
9090         * data/evince-ui.xml:
9091         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9092         * shell/ev-window.c: (set_view_actions_sensitivity):
9093
9094         Make PgUp/Down behave like Space
9095
9096 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9097
9098         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9099         * backend/ev-ps-exporter.h:
9100         * pdf/ev-poppler.cc:
9101         * ps/ps-document.c: (ps_document_ps_export_begin):
9102         * shell/ev-print-job.c: (idle_print_handler):
9103
9104         Adapt to new poppler api
9105
9106 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9107
9108         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9109         (ephy_zoom_control_init):
9110
9111         Translate zoom levels
9112
9113 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9114
9115         * cut-n-paste/zoom-control/ephy-zoom.c:
9116         (ephy_zoom_get_zoom_level_index):
9117
9118         Fix current zoom -> zoom control match
9119
9120 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9121
9122         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9123         rather than the scrolled_window that it's in. Fixes bug #304655.
9124
9125 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9126
9127         * shell/ev-view.c: (view_update_adjustments),
9128         (view_set_adjustment_values), (view_update_range_and_current_page),
9129         (view_scroll_to_page), (set_scroll_adjustment),
9130         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9131         (ev_view_scroll), (ev_view_scroll_view),
9132         (ensure_rectangle_is_visible), (find_page_at_location),
9133         (get_link_at_location), (go_to_link), (status_message_from_link),
9134         (ev_view_size_request_continuous_dual_page),
9135         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9136         (ev_view_unrealize), (ev_view_expose_event),
9137         (ev_view_button_press_event), (ev_view_motion_notify_event),
9138         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9139         (draw_rubberband), (highlight_find_results), (draw_one_page),
9140         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9141         (ev_view_init), (find_changed_cb), (page_changed_cb),
9142         (on_adjustment_value_changed), (ev_view_new),
9143         (ev_view_set_document), (ev_view_set_zoom),
9144         (ev_view_set_continuous), (ev_view_set_dual_page),
9145         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9146         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9147         (ev_view_zoom_for_size_presentation),
9148         (ev_view_zoom_for_size_continuous_dual_page),
9149         (ev_view_zoom_for_size_continuous),
9150         (ev_view_zoom_for_size_dual_page),
9151         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9152         (ev_view_get_status), (ev_view_set_status),
9153         (update_find_status_message), (ev_view_get_find_status),
9154         (ev_view_set_find_status), (jump_to_find_result),
9155         (jump_to_find_page), (compute_selections), (clear_selection),
9156         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9157         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9158         (ev_view_update_primary_selection),
9159         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9160         * shell/ev-view.h:
9161         * shell/ev-window.c: (ev_window_open_page_label),
9162         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9163         (ev_window_init):
9164         * shell/ev-window.h:
9165         * shell/main.c: (load_files):
9166
9167         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9168         when resizing.  Remove the bin_window().  Also, patch from James
9169         Bowes to fix command line page, #300641
9170         
9171 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9172
9173         * data/evince-ui.xml:
9174         * shell/ev-view.c:
9175         * shell/ev-view.h:
9176         * shell/ev-window.c: (update_action_sensitivity):
9177
9178         Get rid of View->Normal Size, it's just confusing
9179
9180 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9181
9182         * backend/ev-document-info.h:
9183         * backend/ev-document.c: (ev_document_info_free): Free the
9184         EvDocumentInfo.
9185
9186         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9187         (clear_range), (add_range), (update_visible_range),
9188         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9189         (ev_sidebar_thumbnails_set_document):
9190         * shell/ev-window.c: (ev_window_setup_document): Only render the
9191         visible thumbnails.  It takes an instant to render, but it uses
9192         much less memory.
9193
9194 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9195
9196         * shell/ev-sidebar-links.c: (popup_menu_cb):
9197
9198         Select first item
9199
9200 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9201
9202         * lib/Makefile.am:
9203         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9204         (button_press_cb), (ev_sidebar_links_construct):
9205
9206         Show the popup menu also on keybindings
9207
9208 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9209
9210         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9211         * shell/ev-window.h:
9212
9213         Expose api to print a range (with dialog). Make private _print use
9214         it.
9215
9216         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9217         (ev_sidebar_links_construct):
9218
9219         Show a print context menu on linkx, it prints the selected
9220         section.
9221
9222 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9223
9224         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9225         button.
9226
9227 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9228
9229         * AUTHORS:
9230
9231         Update
9232
9233         * shell/ev-window.c: (build_comments_string),
9234         (ev_window_cmd_help_about):
9235
9236         Show poppler version/backend and authors
9237
9238 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9239
9240         * cut-n-paste/zoom-control/ephy-zoom.c:
9241         (ephy_zoom_get_zoom_level_index):
9242         * cut-n-paste/zoom-control/ephy-zoom.h:
9243
9244         Move the best fit items at the top of the list
9245
9246 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9247
9248         * shell/ev-marshal.list:
9249         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9250         (activate_cb), (match_selected_cb), (activate_link_cb),
9251         (connect_proxy), (ev_page_action_class_init):
9252         * shell/ev-page-action.h:
9253
9254         Use signals to notify action activation. Hopefully
9255         I did not break completion since I cant test...
9256
9257         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9258         (register_custom_actions):
9259
9260         Connect to page selector actions and also grab focus on
9261         the view when activated.
9262
9263 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9264
9265         * pdf/ev-poppler.cc:
9266         * backend/ev-page-cache.c: make page size calculation consistent
9267         and set it to (int)( width * scale + 0.5).  This makes the weird
9268         line going through the middle of the page go away.
9269
9270         * shell/ev-view.c: move painting the background page after
9271         checking the expose area covers us.
9272
9273 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9274
9275         * data/evince-password.glade:
9276         
9277         Mark labels as not translatable. Fix for bug 302842.
9278
9279 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9280
9281         * configure.ac: Added "es" to ALL_LINGUAS.
9282
9283 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9284
9285         * data/evince-toolbar.xml:
9286         * shell/ev-window.c: (update_action_sensitivity),
9287         (ev_window_setup_document), (ev_window_set_page_mode),
9288         (ev_window_init):
9289
9290         Remove some leftover code from jrb first continous
9291         attempt. Use the new actions, we still need good icons
9292         though...
9293
9294 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9295
9296         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9297
9298         Update label when connecting proxy. Fix a warning with NULL
9299         page_cache.
9300
9301 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9302
9303         * data/evince-ui.xml:
9304         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9305         * shell/ev-page-action.h:
9306         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9307
9308         Add mnemonic for edit toolbar.
9309         ctrl+l focus the page entry.
9310
9311 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9312
9313         * lib/Makefile.am:
9314         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9315         (ev_window_init):
9316         * shell/main.c: (main):
9317
9318         Put the toolbar xml in evince own dot dir
9319
9320 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9321
9322         * shell/ev-window.c: (ev_window_init):
9323
9324         Make the toolbar not removable
9325
9326 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9327
9328         * data/evince-ui.xml:
9329         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9330         * shell/ev-sidebar-links.h:
9331         * shell/ev-sidebar-thumbnails.c:
9332         (ev_sidebar_thumbnails_get_treeview):
9333         * shell/ev-sidebar-thumbnails.h:
9334         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9335         (ev_view_class_init):
9336         * shell/ev-view.h:
9337         * shell/ev-window.c: (update_action_sensitivity),
9338         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9339         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9340         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9341         (ev_window_init):
9342
9343         This is evil... Make space/backspace global accelerators but
9344         enable them only for some widgets (sidebars and view).
9345         I dont like it, but I dont know a better way... :/
9346
9347 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9348
9349         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9350         (ev_page_action_widget_finalize),
9351         (ev_page_action_widget_class_init), (update_page_cache):
9352
9353         Keep a weak reference on proxy->page_cache so that we
9354         dont try to disconnect the signal if the object is already
9355         gone. Maybe there is a better way to cleanup reference handling
9356         in page action though...
9357
9358 2005-05-10  Juerg Billeter  <j@bitron.ch>
9359
9360         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9361         * backend/ev-ps-exporter.h:
9362         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9363         * ps/ps-document.c: (ps_document_ps_export_begin):
9364         
9365         Change api to pass print range to ps_exporter_begin. The pdf backend
9366         requires this information.
9367         
9368         * shell/ev-print-job.c: (idle_print_handler):
9369         
9370         Adapt to api change
9371
9372 2005-05-10  Juerg Billeter  <j@bitron.ch>
9373
9374         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9375         (idle_print_handler)
9376         * shell/ev-window.c: (ev_window_print):
9377
9378         Support printing page range, based on patch by Amaury Jacquot
9379
9380 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9381
9382         * data/evince-toolbar.xml:
9383
9384         Add zoom control to available items
9385
9386 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9387
9388         * shell/ev-window.c: (update_action_sensitivity):
9389
9390         Set slash action insensitive when appropriate
9391
9392 2005-05-10  Christian Persch <chpe@gnome.org>
9393
9394         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9395
9396         Fix warning on the overflow menu
9397
9398 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9399
9400         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9401
9402         Check for uri correctness/existence
9403
9404 2005-05-09  Juerg Billeter  <j@bitron.ch>
9405
9406         * shell/ev-window.c: (using_postscript_printer):
9407
9408         LPD printers use postscript, too
9409
9410 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9411
9412         * shell/ev-window.c: (register_custom_actions):
9413
9414         The zoom one is actually sort of useful,
9415         put it back
9416
9417 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9418
9419         * shell/ev-window.c: (register_custom_actions):
9420
9421         Hide page/zoom controls from overflow, they
9422         are useless.
9423
9424 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9425
9426         * cut-n-paste/update-from-egg.sh:
9427         
9428         Share it between all cut-n-paste subdirs
9429
9430         * cut-n-paste/recent-files/Makefile.am:
9431
9432         Fix to use "global" update-from-egg.sh
9433
9434         * cut-n-paste/recent-files/egg-recent-model.c:
9435         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9436         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9437         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9438         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9439
9440         Update from libegg
9441
9442         * cut-n-paste/toolbar-editor/Makefile.am:
9443
9444         Fix to use "global" update-from-egg.sh
9445
9446         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9447
9448         Update from libegg
9449
9450 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9451
9452         * configure.ac:
9453         * cut-n-paste/Makefile.am:
9454         * cut-n-paste/recent-files/Makefile.am:
9455         * cut-n-paste/toolbar-editor/.cvsignore:
9456         * cut-n-paste/toolbar-editor/Makefile.am:
9457         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9458         (egg_editable_toolbar_get_type), (get_toolbar_position),
9459         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9460         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9461         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9462         (set_item_drag_source), (create_item_from_action), (create_item),
9463         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9464         (popup_toolbar_context_menu_cb), (free_dragged_item),
9465         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9466         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9467         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9468         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9469         (item_added_cb), (item_removed_cb),
9470         (egg_editable_toolbar_construct),
9471         (egg_editable_toolbar_disconnect_model),
9472         (egg_editable_toolbar_deconstruct),
9473         (egg_editable_toolbar_set_model),
9474         (egg_editable_toolbar_set_ui_manager),
9475         (egg_editable_toolbar_set_property),
9476         (egg_editable_toolbar_get_property),
9477         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9478         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9479         (egg_editable_toolbar_new_with_model),
9480         (egg_editable_toolbar_get_edit_mode),
9481         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9482         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9483         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9484         (new_pixbuf_from_widget), (new_separator_pixbuf),
9485         (update_separator_image), (style_set_cb),
9486         (_egg_editable_toolbar_new_separator_image),
9487         (egg_editable_toolbar_get_model):
9488         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9489         * cut-n-paste/toolbar-editor/egg-marshal.c:
9490         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9491         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9492         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9493         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9494         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9495         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9496         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9497         (editor_drag_data_delete_cb), (drag_data_get_cb),
9498         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9499         (editor_create_item), (update_editor_sheet), (setup_editor),
9500         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9501         (parse_item_list), (model_has_action), (update_actions_list),
9502         (egg_toolbar_editor_load_actions):
9503         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9504         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9505         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9506         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9507         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9508         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9509         (egg_toolbars_model_add_separator), (impl_add_item),
9510         (parse_item_list), (egg_toolbars_model_add_toolbar),
9511         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9512         (impl_get_item_data), (impl_get_item_type),
9513         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9514         (egg_toolbars_model_init), (free_toolbar),
9515         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9516         (egg_toolbars_model_remove_toolbar),
9517         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9518         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9519         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9520         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9521         (egg_toolbars_model_get_item_data),
9522         (egg_toolbars_model_get_item_type):
9523         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9524         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9525         * data/Makefile.am:
9526         * data/evince-toolbar.xml:
9527         * data/evince-ui.xml:
9528         * data/hand-open.png:
9529         * po/POTFILES.in:
9530         * shell/Makefile.am:
9531         * shell/ev-window.c: (update_chrome_visibility),
9532         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9533         (ev_window_dispose), (ev_window_init):
9534
9535         Implement epiphany like toolbar editor. Based on patch by
9536         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9537
9538 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9539
9540         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9541
9542         Use set_cursor instead of set_selection, so that
9543         the keyboard focus moves too.
9544
9545 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9546
9547         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9548
9549         Fix infinite loop when loading Type1 fonts
9550
9551 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * data/evince-ui.xml:
9554         * shell/ev-window.c:
9555
9556         Slash -> Find
9557
9558 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9559
9560         * configure.ac:
9561
9562         Make --disable really disable
9563
9564 2005-05-07  Juerg Billeter  <j@bitron.ch>
9565
9566         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9567
9568         Compare page labels even without has_labels set, fixes setting page
9569         with entry
9570
9571 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9572
9573         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9574         (ev_view_set_cursor), (ev_view_button_press_event),
9575         (ev_view_motion_notify_event), (ev_view_button_release_event),
9576         (ev_view_init):
9577
9578         Implement middle button scrolling. Based on a patch
9579         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9580
9581 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9582
9583         * shell/ev-document-types.c: (get_slow_mime_type),
9584         (get_document_type_from_mime), (ev_document_type_lookup):
9585         * shell/ev-document-types.h:
9586
9587         Change api to lookup from uri. Do fast lookup first, if the
9588         type is unknown try with data sniffing.
9589
9590         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9591         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9592
9593         Adapt to api change
9594
9595 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9596
9597         * thumbnailer/Makefile.am:
9598
9599         Fix distcheck
9600
9601 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9602
9603         * NEWS:
9604         * configure.ac:
9605
9606         Release 0.3.0
9607
9608         * data/evince-ui.xml:
9609
9610         Hide presentation mode for now
9611
9612         * shell/ev-view.c: (highlight_find_results):
9613
9614         Show current find selection only on current page
9615
9616 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9617
9618         * shell/ev-view.c: (ev_view_select_all):
9619
9620         Compute size of the actual page, not of
9621         the current one.
9622
9623 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9624
9625         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9626         (view_rect_to_doc_rect), (compute_selections),
9627         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9628         (ev_view_copy), (ev_view_primary_get_cb),
9629         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9630         (ev_view_button_press_event), (ev_view_motion_notify_event),
9631         (ev_view_button_release_event), (page_changed_cb):
9632
9633         Fix text selection
9634
9635 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9636
9637         * shell/ev-view.c: (compute_border), (get_page_extents),
9638         (doc_rect_to_view_rect), (highlight_find_results),
9639         (ev_view_bin_expose), (ev_view_select_all),
9640         (ev_view_motion_notify_event), (update_find_status_message),
9641         (jump_to_find_result), (jump_to_find_page):
9642
9643         First go at fixing search, still buggy
9644
9645 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9646
9647         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9648         dropdown box and button at the top of the sidebar.
9649
9650 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9651
9652         * configure.ac: Output zoom-control Makefile.
9653         * cut-n-paste/Makefile.am: build zoom-control subdir.
9654         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9655         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9656         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9657         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9658         * cut-n-paste/zoom-control/ephy-zoom.c:
9659         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9660         from epiphany, and modified to add a separator into the menu.
9661         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9662         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9663         zoom-control action.
9664         * shell/Makefile.am: Include zoom-control flags.
9665         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9666         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9667         (ev_view_zoom_for_size_presentation),
9668         (ev_view_zoom_for_size_continuous_and_dual_page),
9669         (ev_view_zoom_for_size_continuous),
9670         (ev_view_zoom_for_size_dual_page),
9671         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9672         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9673         ev_view_get_zoom and ev_view_get_sizing_mode.
9674         * shell/ev-view.h:
9675         * shell/ev-window.c: (update_action_sensitivity),
9676         (update_sizing_buttons), (zoom_control_changed_cb),
9677         (register_custom_actions): Initialize and use the zoom-control 
9678         widget.
9679
9680 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9681
9682         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9683         preview cache back to 1.  Don't know when it got set to 0.
9684         
9685         * shell/ev-view.c: (compute_border), (ev_view_realize),
9686         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9687         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9688         (ev_view_get_fullscreen), (ev_view_set_presentation),
9689         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9690         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9691         * shell/ev-view.h:
9692         * shell/ev-window.c:
9693         (update_chrome_visibility),
9694         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9695         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9696         (update_document_mode), (ev_window_update_fullscreen_action),
9697         (ev_window_fullscreen), (ev_window_unfullscreen),
9698         (ev_window_cmd_view_fullscreen),
9699         (ev_window_update_presentation_action),
9700         (ev_window_run_presentation), (ev_window_stop_presentation),
9701         (ev_window_cmd_view_presentation), (ev_window_state_event),
9702         (ev_window_focus_in_event), (ev_window_focus_out_event),
9703         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9704         * data/evince-ui.xml: Initial presentation mode.  We should
9705         probably hide this until it's done, as it's quite rough.  Also,
9706         change full-screen to fullscreen and add two getters to EvView.
9707
9708 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9709
9710         * shell/ev-page-action.c: (update_page_cache),
9711         (ev_page_action_dispose):
9712         * shell/ev-window.c: (destroy_fullscreen_popup),
9713         (ev_window_create_fullscreen_popup):
9714
9715         Use connect_object rather than explicitly
9716         disconnect on dispose.
9717
9718 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9719
9720         * shell/ev-page-action.c: (update_page_cache),
9721         (ev_page_action_dispose):
9722
9723 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * backend/ev-page-cache.c: (_ev_page_cache_new),
9726         (ev_page_cache_set_page_label),
9727         (ev_page_cache_has_nonnumeric_page_labels):
9728         * backend/ev-page-cache.h:
9729         * shell/ev-page-action.c: (update_pages_label):
9730         
9731         If all page labels are numeric, fallback to default
9732         way to display number of pages. See bug 173185.
9733
9734 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9735
9736         * shell/ev-page-action.c: (ev_page_action_dispose):
9737         * shell/ev-view.c: (view_update_range_and_current_page):
9738         * shell/ev-window.c: (ev_window_dispose):
9739         
9740         Set page on scroll in continuous mode. Fixes bug 301986.
9741         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9742
9743 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9744
9745         * configure.ac:
9746
9747         Require poppler 0.3.0
9748
9749 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9750         
9751         * shell/Makefile.am, configure.ac: Fix build problems
9752         with t1lib. Bug 301996.
9753
9754 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9755
9756         * shell/ev-view.c: (ev_view_scroll_event):
9757         
9758         Scroll up increase zoom
9759
9760 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9761
9762         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9763         (ev_view_set_sizing_mode),
9764         (ev_view_zoom_for_size_continuous_and_dual_page),
9765         (ev_view_zoom_for_size_continuous):
9766         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9767         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9768         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9769         (ev_window_init):
9770
9771         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9772         Fix for 165473 and 165472.
9773
9774 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9775
9776         * po/POTFILES.in:
9777         * thumbnailer/Makefile.am:
9778         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9779         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9780         * thumbnailer/evince-thumbnailer.schemas.in:
9781         
9782         Make thumbnailer schemas translatable. Fix for bug 301773
9783         
9784         * thumbnailer/evince-thumbnailer-djvu.schemas:
9785         * thumbnailer/evince-thumbnailer-dvi.schemas:
9786         * thumbnailer/evince-thumbnailer.schemas:
9787
9788         Removed files
9789
9790 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9791
9792         * shell/ev-view.c (ev_view_init): forgot to set this.
9793
9794 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9795
9796         * shell/ev-view.c: (find_page_at_location),
9797         (get_link_at_location),
9798         (ev_view_set_show_border), (ev_view_set_spacing),
9799         (ev_view_zoom_for_size_continuous_and_dual_page),
9800         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9801         Also, add a quick fix measuring of widths.  Also, removed
9802         ev_view_set_spacing and ev_view_set_show_border.
9803         
9804         * shell/ev-window.c: (ev_window_unfullscreen),
9805         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9806
9807 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9808
9809         * shell/ev-view.c: (view_update_range_and_current_page),
9810         (page_changed_cb):
9811         
9812         Fix crash on exit and scrolling to page in continuous view.
9813
9814 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9815
9816         * TODO:
9817         * backend/ev-page-cache.c: (_ev_page_cache_new),
9818         (ev_page_cache_get_max_width_size),
9819         (ev_page_cache_get_max_height_size):
9820         * backend/ev-page-cache.h:
9821         * data/evince-ui.xml:
9822         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9823         * shell/ev-view.c: (view_update_adjustments),
9824         (view_update_range_and_current_page), (get_bounding_box_size),
9825         (ev_view_size_request_continuous_and_dual_page),
9826         (ev_view_size_request_continuous),
9827         (ev_view_size_request_dual_page),
9828         (ev_view_size_request_single_page), (ev_view_size_request),
9829         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9830         (ev_view_bin_expose), (ev_view_expose_event),
9831         (ev_view_set_property), (ev_view_get_property),
9832         (ev_view_class_init), (ev_view_init), (ev_view_new),
9833         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9834         (ev_view_set_dual_page), (ev_view_set_full_screen),
9835         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9836         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9837         (ev_view_zoom_out), (zoom_for_size_fit_width),
9838         (zoom_for_size_best_fit),
9839         (ev_view_zoom_for_size_continuous_and_dual_page),
9840         (ev_view_zoom_for_size_continuous),
9841         (ev_view_zoom_for_size_dual_page),
9842         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9843         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9844         * shell/ev-view.h:
9845         * shell/ev-window.c: (update_action_sensitivity),
9846         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9847         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9848         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9849         (ev_window_cmd_view_zoom_out), (update_view_size),
9850         (ev_window_set_sizing_mode), (ev_window_init):
9851
9852         Add Continuous and Dual page modes.
9853
9854 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9855
9856         * dvi/dvi-document.c: (dvi_document_load),
9857         (dvi_document_thumbnails_get_thumbnail),
9858         (dvi_document_init_params): Fix up some mixups between
9859         width and height to correct thumbnail rendering.
9860
9861 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9862
9863         * dvi/mdvi-lib/private.h:
9864         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9865         
9866         Suppess output for kpathsea during font generation. Thanks to
9867         James Bowes
9868
9869 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9870
9871         * NEWS:
9872         * configure.ac:
9873
9874         Release 0.2.1
9875
9876         * Makefile.am: fix distcheck.
9877
9878 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9879
9880         * shell/ev-sidebar-links.c: (selection_changed_callback),
9881         (update_page_callback), (row_activated_callback),
9882         (job_finished_callback), (ev_sidebar_links_set_document):
9883         
9884         Fix for bug #169901. Double click on links expands tree.
9885
9886 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9887
9888         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9889         hard-coded style. Fix for bug 170111
9890
9891 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9892
9893         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9894         locking.
9895
9896 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9897
9898         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9899
9900 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9901
9902         * pdf/ev-poppler.cc:
9903         * shell/ev-view.c: (highlight_find_results):
9904
9905         Fix find on single page documents
9906
9907 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9908
9909         * data/evince.schemas.in: fix for bug 301390
9910
9911 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9912
9913         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9914         (ev_view_zoom_out), (ev_view_zoom_normal):
9915         * shell/ev-view.h:
9916         * shell/ev-window.c: (update_action_sensitivity),
9917         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9918         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9919         (ev_window_cmd_view_normal_size):
9920
9921         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9922         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9923         better than oom. 
9924
9925 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9926
9927         * configure.ac:
9928
9929         Depend on 2.57, 2.59 doesnt seem to be necessary
9930
9931 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9932
9933         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9934         (create_tool_item):
9935
9936         Put back total number of pages as (1 of 1234)
9937
9938 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9939
9940         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9941         remove the job.
9942
9943         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9944         function.  This helps debugging.
9945
9946 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9947
9948         * djvu/djvu-document.c: (djvu_document_class_init),
9949         (djvu_document_get_info), (djvu_document_document_iface_init):
9950         * dvi/dvi-document.c: (dvi_document_class_init),
9951         (dvi_document_get_info), (dvi_document_document_iface_init):
9952
9953         Dummy implementation of get_info method for dvi and
9954         djvu. Fix crashes with those backends
9955
9956 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9957
9958         * data/evince.desktop.in:
9959
9960         Add application/x-gzpostscript
9961
9962 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9963
9964         * data/evince.schemas.in: Added real long descriptions, 
9965         closes bug 172496 
9966
9967         * README: Added actual text, closes bug 171869
9968
9969 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9970
9971         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9972
9973         Thumbnail page 0
9974
9975 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9976
9977         * backend/ev-document-info.h:
9978
9979         s/GDate */GDate so we can just use g_free
9980
9981 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * shell/ev-window.c: (update_document_mode),
9984         (ev_window_setup_document):
9985
9986         Show the window in fullscreen when specified by
9987         the document
9988
9989 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9990
9991         * backend/ev-document.c: (ev_document_class_init),
9992         (ev_document_get_info), (ev_document_render_pixbuf):
9993         * backend/ev-document.h:
9994         * backend/ev-page-cache.c: (_ev_page_cache_new):
9995         * pdf/ev-poppler.cc:
9996         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9997         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9998         * ps/ps-document.c: (ps_document_class_init), (document_load),
9999         (ps_document_get_info), (ps_document_document_iface_init):
10000
10001         Remove get_title from the interface, we can just use document info
10002
10003 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10004
10005         * backend/Makefile.am:
10006         * backend/ev-document.c: (ev_document_render_get_info):
10007         * backend/ev-document.h:
10008         * pdf/ev-poppler.cc:
10009
10010         Initial support for document info. Based on jrb patch.
10011
10012 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10013
10014         * shell/ev-window.c: (ev_window_state_event),
10015         (ev_window_class_init), (ev_window_init):
10016         
10017         Doesn't show resize grip when maximized. See bug #301053
10018
10019 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10020
10021         * po/POTFILES.in:
10022         
10023         ev-sidebar-thumbnails now has translatable labels
10024         
10025         * shell/Makefile.am:
10026         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10027         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10028         (ev_sidebar_links_page_iface_init):
10029         * shell/ev-sidebar-links.h:
10030         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10031         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10032         (ev_sidebar_page_get_label):
10033         * shell/ev-sidebar-page.h:
10034         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10035         (ev_sidebar_thumbnails_set_document),
10036         (ev_sidebar_thumbnails_support_document),
10037         (ev_sidebar_thumbnails_get_label),
10038         (ev_sidebar_thumbnails_page_iface_init):
10039         * shell/ev-sidebar-thumbnails.h:
10040         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10041         (ev_sidebar_set_document):
10042         * shell/ev-sidebar.h:
10043         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10044         
10045         Small rework of sidebar code. Now sidebar pages should implement
10046         EvSidebarPage interface. That makes page management in EvSidebar
10047         easier. See bug #164811 for details
10048
10049 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10050
10051         * shell/ev-application.c: (ev_application_open):
10052         * shell/ev-document-types.c:
10053         
10054         Fix build error and small problem with application exit
10055
10056 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10057
10058         * thumbnailer/Makefile.am:
10059         * thumbnailer/evince-thumbnailer-djvu.schemas:
10060         * thumbnailer/evince-thumbnailer-dvi.schemas:
10061         
10062         Conditionally install schemas for djvu/dvi thumbnailer
10063
10064 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10065
10066         * shell/ev-document-types.h: 
10067         * shell/ev-document-types.c: 
10068         New files, handling the mapping from mimetypes to backends
10069         
10070         * shell/ev-window.c: 
10071         * thumbnailer/evince-thumbnailer.c:     
10072         Use the ev-document-types code
10073         
10074         * shell/Makefile.am: 
10075         Added new convenience library libevbackendfactory_la, containing
10076         the new mimetype->backend logic; moved the backends into it.
10077
10078         * thumbnailer/Makefile.am:
10079         Make the thumbnailer link with the libevbackend.la convenience
10080         library, rather than having a duplicate of the backend logic here.
10081
10082 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10083
10084         * shell/ev-stock-icons.c: constify some vars.
10085         * shell/ev-window.c: ditto.
10086
10087 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10088
10089         * ps/ps-document.c (get_page_orientation):
10090
10091         Respect document orientation 
10092
10093 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10094
10095         * djvu/Makefile.am:
10096         * dvi/Makefile.am:
10097         * shell/Makefile.am:
10098         
10099         Move library dependencies to components.
10100         
10101         * shell/ev-window.c: (update_window_title),
10102         (start_loading_document):
10103         
10104         Fix display of uris with spaces. Bug 168358.
10105
10106 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10107
10108         * shell/ev-sidebar-links.c: (selection_changed_cb):
10109         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10110         (ev_view_button_release_event), (ev_view_set_document):
10111         * shell/ev-view.h:
10112         * shell/ev-window.c: (find_bar_search_changed_cb):
10113         * shell/ev-window.h: Minor cleanups removing some dead code.
10114
10115 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10116
10117         * backend/ev-page-cache.c: (_ev_page_cache_new):
10118         
10119         Set current page to 0 if document has pages.
10120
10121 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10122
10123         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10124
10125         Initialize GError to NULL, fix a crash when loading fails.
10126
10127 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10128
10129         * shell/ev-window.c: (update_view_size):
10130
10131         Calculate shadow size only when there is actually
10132         a shadow.
10133
10134 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10135
10136         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10137         * shell/ev-view.h:
10138
10139         Allow setting view spacing, default to 0
10140
10141         * shell/ev-window.c: (ev_window_unfullscreen),
10142         (ev_window_cmd_view_fullscreen), (ev_window_init):
10143
10144         Remove spacing in fullscreen mode
10145
10146 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10147
10148         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10149         (ev_view_size_request), (expose_bin_window),
10150         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10151         * shell/ev-view.h:
10152         * shell/ev-window.c: (ev_window_unfullscreen),
10153         (ev_window_cmd_view_fullscreen):
10154
10155         Do not draw the border in fulscreen
10156
10157 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10158
10159         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10160         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10161         (find_page_at_location), (page_changed_cb):
10162
10163         Rework border calculation, so that I can more easily disable it.
10164         Code somewhat cleaner too.
10165
10166 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10167
10168         * backend/ev-page-cache.c: (ev_page_cache_init),
10169         (_ev_page_cache_new):
10170
10171         Remove some assertions, documents can have 0 pages.
10172         Make initial current page -1.
10173
10174         * shell/ev-page-action.c: (page_changed_cb):
10175
10176         Show "" if current page is -1
10177
10178         * shell/ev-window.c: (update_action_sensitivity),
10179         (ev_window_setup_document):
10180
10181         When document has 0 pages do not set the view
10182         and make nearly everything insensitive.
10183
10184 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10185
10186         * shell/ev-page-view.c:
10187         * shell/ev-page-view.h:
10188
10189         Remove unused files.
10190         
10191         * shell/ev-sidebar-thumbnails.c:
10192         (ev_sidebar_thumbnails_set_document):
10193         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10194         (ev_sidebar_supports_document):
10195         * shell/ev-sidebar.h:
10196         * shell/ev-window.c: (ev_window_setup_document):
10197         
10198         Doesn't show thumbnails if document has 1 page. Make
10199         sidebar menu entries sensitive only if if they have 
10200         sense. Fix bug 164811. 
10201
10202 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10203
10204         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10205         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10206         (ev_view_zoom_out), (ev_view_set_size):
10207
10208         Rework sizing to deal with documents with not uniform page
10209         size.
10210
10211 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10212
10213         * backend/ev-page-cache.c: (_ev_page_cache_new):
10214
10215         Fix several page size caching bugs
10216
10217 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10218
10219         * shell/ev-window.c: (set_action_properties):
10220
10221         Make all toolbar items translatable
10222
10223 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10224
10225         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10226         (save_page_list), (ps_document_save),
10227         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10228         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10229         (ps_document_ps_exporter_iface_init):
10230         * ps/ps-document.h:
10231
10232         Based on a patch by J�rg Billeter <j@bitron.ch>
10233         
10234         Implement print and save a copy for the ps backend.
10235
10236 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * backend/ev-document.h:
10239         * djvu/djvu-document.c: (djvu_document_can_get_text),
10240         (djvu_document_document_iface_init):
10241         * dvi/dvi-document.c: (dvi_document_can_get_text),
10242         (dvi_document_document_iface_init):
10243         * pdf/ev-poppler.cc:
10244         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10245         (pixbuf_document_document_iface_init):
10246         * ps/ps-document.c: (ps_document_can_get_text),
10247         (ps_document_document_iface_init):
10248         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10249         * shell/ev-window.c: (update_action_sensitivity):
10250
10251         Fix the crash when trying to copy in backends that doesnt
10252         support it. We can implement a better solution once we
10253         do real text selection.
10254
10255 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10256
10257         * data/evince-ui.xml:
10258         * shell/ev-window.c: (ev_window_cmd_escape):
10259         
10260         Work around the Escape conflict (find bar and unfullscreen)
10261
10262 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10263
10264         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10265         
10266         Fix for #300233. Next page correctly handles document end.
10267         
10268         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10269         (ev_sidebar_thumbnails_class_init),
10270         (ev_sidebar_thumbnails_set_document),
10271         (ev_sidebar_thumbnails_clear_job),
10272         (ev_sidebar_thumbnails_clear_model):
10273         
10274         Cleanup thumbnail jobs on document changes.
10275         
10276         * shell/ev-view.c: (add_scroll_binding_keypad),
10277         (add_scroll_binding_shifted), (ev_view_class_init):
10278         
10279         Shift + Space scrolls up. Fix for #173184
10280         
10281         * shell/ev-window.c: (ev_window_open_page),
10282         (ev_window_cmd_view_reload):
10283         
10284         Fix reload (Bug #300094)
10285
10286 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10287
10288         
10289         * dvi/mdvi-lib/assoc.c:
10290         * dvi/mdvi-lib/assoc.h: Removed garbage files
10291         
10292         * dvi/mdvi-lib/bitmap.c:
10293         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10294         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10295         * dvi/mdvi-lib/color.h: Antialias of rules
10296         
10297         * dvi/mdvi-lib/common.h:
10298         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10299         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10300         * dvi/mdvi-lib/files.c:
10301         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10302         * dvi/mdvi-lib/mdvi.h:
10303         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10304         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10305         * dvi/mdvi-lib/util.c: Fix compile warnings
10306         
10307         * dvi/dvi-document.c:
10308         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10309         (dvi_document_thumbnails_get_thumbnail),
10310         (dvi_document_document_thumbnails_iface_init):
10311         * dvi/mdvi-lib/Makefile.am:
10312         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10313         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10314         
10315         Dvi backend now renders thumbnails
10316
10317 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10318
10319         * shell/main.c: (main): 
10320         
10321         Save accelerators on exit. Fixes bug #172095.
10322
10323 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10324
10325         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10326         update priority" comment.
10327
10328         * backend/ev-job-queue.c: Give a way to change priority.
10329
10330 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10331
10332         * shell/ev-page-action.c: Fix logic.
10333
10334 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10335
10336         * shell/ev-view.c: (ev_view_can_find_next):
10337         * shell/ev-window.c: (ev_window_setup_document):
10338
10339         Check that the document supports find
10340
10341 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10342
10343         * data/evince-ui.xml:
10344         * shell/ev-view.c: (ev_view_can_find_next):
10345         * shell/ev-view.h:
10346         * shell/ev-window.c: (update_action_sensitivity),
10347         (find_changed_cb), (ev_window_setup_document),
10348         (ev_window_cmd_edit_find_next):
10349
10350         Add Edit->Find Next
10351
10352 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10353
10354         * pdf/ev-poppler.cc:
10355         * shell/ev-print-job.c: (idle_print_handler):
10356
10357         Make printing work again
10358
10359 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10360
10361         * shell/ev-page-action.h:
10362         * shell/ev-page-action.c: (ev_page_action_widget_init),
10363         (ev_page_action_widget_class_init), (page_changed_cb),
10364         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10365         (get_filter_model_from_model), (match_selected_cb),
10366         (display_completion_text), (match_completion), (update_model),
10367         (connect_proxy), (ev_page_action_set_property),
10368         (ev_page_action_get_property), (ev_page_action_set_document),
10369         (ev_page_action_set_model), (ev_page_action_class_init): Big
10370         reworking to make completions work iff we have >= GTK-2.7.0
10371                 
10372         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10373         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10374         (job_finished_cb): We now have a 'model' property that is set when
10375         the links are loaded.  This can be caught with "notify::model"
10376
10377         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10378         listen for the model to be set, and propagate it to the action.
10379
10380 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10381
10382         * cut-n-paste/recent-files/egg-recent-item.c:
10383         (egg_recent_item_set_uri), (make_valid_utf8),
10384         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10385         * cut-n-paste/recent-files/egg-recent-item.h:
10386         
10387         Update egg-recent from libegg. This should fix long
10388         startup problem. For details see
10389         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10390
10391 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10392
10393         * cut-n-paste/recent-files/Makefile.am:
10394         * data/evince-ui.xml, shell/Makefile.am:
10395         * shell/ev-application.c, shell/ev-application.h:
10396         * shell/ev-window.c: Recent files support.
10397         
10398         * configure.ac: Added "ru" to ALL_LINGUAS.
10399         
10400         * dvju: new backend to support DJVU files.
10401         * dvi: new backend to support DVI.
10402
10403         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10404         * ev-application.c: Support for new backends.
10405         
10406         * help, ev-window.c, main.c shell/Makefile.am: 
10407         Evince user documentation.
10408
10409 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10410
10411         * po/POTFILES.in:
10412         * shell/ev-window.c:
10413         * thumbnailer/evince-thumbnailer.c:
10414
10415         s/pdf-document/ev-poppler
10416
10417 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10418
10419         * NEWS:
10420         * configure.ac:
10421
10422         Release 0.2.0
10423
10424         * ps/ps-document.c: (setup_pixmap):
10425
10426         Remove debug code
10427
10428 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10429
10430         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10431         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10432         (ev_window_cmd_go_first_page): Fix of by one errors.
10433
10434 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10435
10436         * ps/ps-document.c: (get_page_box):
10437
10438         Fix page size calculation
10439
10440 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10441
10442         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10443         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10444         (get_page_orientation), (setup_page), (document_load),
10445         (ps_document_get_page_size), (render_pixbuf_idle):
10446         * ps/ps-document.h:
10447
10448         More refactoring to adapt to EvDocument changes
10449
10450 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10451
10452         * ps/ps-document.c: (start_interpreter):
10453
10454         Actually add alpha args
10455
10456 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10457
10458         * pdf/ev-poppler.cc:
10459
10460         Make clipboard work again
10461
10462 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10463
10464         Make searching work again.
10465         
10466         * backend/ev-document.c:
10467         * backend/ev-document.h:
10468         * backend/ev-document-find.c:
10469         * backend/ev-document-find.h: Change EvDocumentIface so we no
10470         longer store the current page or zoom level in the document.  The
10471         consequence is that all calls that operate on the current page now
10472         instead take the page number as an extra argument, and all
10473         coordinates are now doubles in document coordinate system.
10474
10475         * pdf/ev-poppler.cc:
10476         * pixbuf/pixbuf-document.c:
10477         * ps/ps-document.c: Update backends accordingly.
10478
10479 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10480
10481         * autogen.sh:
10482
10483         Add required gettext version
10484
10485 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10486
10487         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10488         make F1 bring up non-existent help.
10489
10490         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10491         epiphany's find bar, #167477
10492
10493         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10494         <emil@nishra.com> to add space-bar scrolling, 
10495
10496         * shell/ev-window.c (static GtkActionEntry entries): add default
10497         keybinding for Help (F1)
10498         Fixes #171068
10499
10500         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10501         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10502         170110
10503
10504 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10505
10506         * Makefile.am: 
10507         * pixbuf/pixbuf-document.c: 
10508
10509         Got pixbuf backend working again
10510
10511 2005-04-01  Steve Murphy  <murf@e-tools.com>
10512
10513         * configure.in: Added "rw" to ALL_LINGUAS.
10514
10515 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10516
10517         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10518         model types, noticed by Martin Kretzschmar.
10519
10520 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10521
10522         * pdf/ev-poppler.cc: Implement search based on
10523         poppler_page_find_text().  Currently a bit crude since we remember
10524         all matches from all pages.  Also, we grab the big document lock
10525         when we search since searching changes the underlying stream and
10526         thus conflicts with the rendering thread.
10527         
10528         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10529         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10530         (ev_view_find_previous): Fix some page indexes to be 0 based,
10531         offset rubber band by view offset,
10532
10533 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10534
10535         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10536
10537 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10538
10539         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10540         completely because I didn't understand GtkActions.  I should
10541         read Marco's code more carefully in the future.
10542
10543         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10544         function
10545
10546 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10547
10548         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10549         PopplerRectangle change from poppler CVS.
10550
10551 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10552
10553         * backend/ev-document.c: (ev_document_get_page_label):
10554         * backend/ev-document.h:
10555         * backend/ev-page-cache.c: (_ev_page_cache_new),
10556         (ev_page_cache_get_page_label):
10557         * backend/ev-page-cache.h:
10558         * pdf/ev-poppler.cc:
10559         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10560         (links_page_num_func):
10561         * shell/ev-sidebar-thumbnails.c:
10562         (ev_sidebar_thumbnails_set_document):
10563         * shell/ev-view.c: (status_message_from_link),
10564         (ev_view_motion_notify_event):
10565         * shell/ev-window.c: (document_supports_sidebar): Add in page
10566         label support.  It's not perfect yet, but it's the first 'feature'
10567         in a while.
10568         Also, fix a bogus comment noticed by crispin. 
10569
10570 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10571
10572         * Makefile.am: Remove pixbuf backend for now
10573
10574         * configure.ac: Require poppler-glib instead of just poppler.
10575
10576         * backend/ev-document-thumbnails.h: Add a comment
10577
10578         * backend/ev-document.h:
10579         * backend/ev-document.c: (ev_document_class_init),
10580         (ev_document_load), (ev_document_get_link),
10581         (ev_document_get_links): Remove 3 methods and add get_links.
10582         Also, made 0 based.
10583
10584         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10585         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10586
10587         * backend/ev-link.c: (ev_link_set_title),
10588         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10589         (ev_link_mapping_find):
10590         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10591         
10592         * backend/ev-page-cache.c: (ev_page_cache_init),
10593         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10594         (ev_page_cache_get_size), (ev_page_cache_next_page),
10595         (ev_page_cache_prev_page): Fix to be 0 based.
10596
10597         * pdf/Makefile.am: 
10598         * pdf/ev-poppler.h:
10599         * pdf/ev-poppler.cc: New backend.
10600         
10601         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10602         (ps_document_get_page), (ps_document_document_iface_init):
10603
10604         * shell/ev-pixbuf-cache.h:
10605         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10606         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10607         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10608         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10609         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10610         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10611         based.
10612         
10613         * shell/ev-sidebar-thumbnails.c:
10614         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10615         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10616
10617         * shell/ev-view.c: (status_message_from_link),
10618         (find_page_at_location), (get_link_at_location),
10619         (ev_view_motion_notify_event), (ev_view_button_release_event),
10620         (ev_view_init): Use the new link code.  Fix to be 0 based.
10621
10622         * shell/ev-window.c: (update_action_sensitivity),
10623         (document_supports_sidebar): 0 based.
10624
10625 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10626
10627         * pdf/pdf-document.cc: Patch from Fernando Herrera
10628         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10629         *blush*
10630
10631 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10632
10633         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10634         1 to the page, as this seems to be 1 based.  I thought we has this
10635         fixed.  grump.
10636
10637 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10638
10639         * TODO:
10640         * backend/Makefile.am:
10641         * backend/ev-document-links.c:
10642         (ev_document_links_has_document_links),
10643         (ev_document_links_get_links_model):
10644         * backend/ev-document-links.h:
10645         * backend/ev-document.c: (ev_document_get_page_cache),
10646         (ev_document_get_doc_mutex), (ev_document_load),
10647         (ev_document_save), (ev_document_get_title),
10648         (ev_document_get_n_pages), (ev_document_set_page),
10649         (ev_document_get_page), (ev_document_set_target),
10650         (ev_document_set_scale), (ev_document_set_page_offset),
10651         (ev_document_get_page_size), (ev_document_get_text),
10652         (ev_document_get_link), (ev_document_render),
10653         (ev_document_render_pixbuf), (ev_document_scale_changed):
10654         * backend/ev-document.h:
10655         * backend/ev-job-queue.c: (remove_object_from_queue),
10656         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10657         (no_jobs_available_unlocked), (ev_render_thread),
10658         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10659         (ev_job_queue_remove_job):
10660         * backend/ev-job-queue.h:
10661         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10662         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10663         (ev_job_links_class_init), (ev_job_render_init),
10664         (ev_job_render_dispose), (ev_job_render_class_init),
10665         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10666         (ev_job_thumbnail_class_init), (ev_job_finished),
10667         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10668         (ev_job_render_run), (ev_job_thumbnail_new),
10669         (ev_job_thumbnail_run):
10670         * backend/ev-jobs.h:
10671         * backend/ev-link.c:
10672         * backend/ev-link.h:
10673         * backend/ev-page-cache.c: (ev_page_cache_init),
10674         (ev_page_cache_class_init), (ev_page_cache_finalize),
10675         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10676         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10677         (ev_page_cache_set_link), (ev_page_cache_get_title),
10678         (ev_page_cache_get_size), (ev_page_cache_next_page),
10679         (ev_page_cache_prev_page):
10680         * backend/ev-page-cache.h:
10681         * pdf/pdf-document.cc:
10682         * ps/gsdefaults.c:
10683         * ps/gsdefaults.h:
10684         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10685         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10686         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10687         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10688         (is_interpreter_ready), (output), (catchPipe), (input),
10689         (start_interpreter), (check_filecompressed), (compute_dimensions),
10690         (ps_document_enable_interpreter), (document_load),
10691         (ps_document_next_page), (render_page), (ps_document_set_page),
10692         (ps_document_set_scale), (render_pixbuf_idle),
10693         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10694         * ps/ps-document.h:
10695         * shell/Makefile.am:
10696         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10697         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10698         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10699         (ev_pixbuf_cache_new), (job_finished_cb),
10700         (check_job_size_and_unref), (move_one_job),
10701         (ev_pixbuf_cache_update_range), (find_job_cache),
10702         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10703         (ev_pixbuf_cache_add_jobs_if_needed),
10704         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10705         * shell/ev-pixbuf-cache.h:
10706         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10707         (idle_print_handler):
10708         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10709         (selection_changed_cb), (create_loading_model),
10710         (ev_sidebar_links_construct), (links_page_num_func),
10711         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10712         (update_page_callback), (job_finished_cb),
10713         (ev_sidebar_links_set_document):
10714         * shell/ev-sidebar-thumbnails.c:
10715         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10716         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10717         (page_changed_cb), (thumbnail_job_completed_callback),
10718         (ev_sidebar_thumbnails_set_document):
10719         * shell/ev-sidebar-thumbnails.h:
10720         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10721         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10722         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10723         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10724         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10725         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10726         (ev_view_button_release_event), (ev_view_scroll_view),
10727         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10728         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10729         (ev_view_new), (job_finished_cb), (page_changed_cb),
10730         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10731         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10732         (ev_view_find_previous):
10733         * shell/ev-view.h:
10734         * shell/ev-window.c: (update_action_sensitivity),
10735         (ev_window_open_page), (update_window_title), (update_total_pages),
10736         (page_changed_cb), (ev_window_setup_document),
10737         (password_dialog_response), (ev_window_cmd_save_as),
10738         (ev_window_print), (ev_window_cmd_go_previous_page),
10739         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10740         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10741         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10742         * shell/main.c: (main):
10743
10744         Merge evince-threads branch
10745
10746 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10747
10748         * configure.ac: Added "lt" to ALL_LINGUAS.
10749
10750 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10751
10752         * NEWS:
10753         * configure.ac:
10754
10755         Release 0.1.9
10756
10757 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10758
10759         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10760
10761         Fix here also the thumbnails 1-basedness :)
10762
10763 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10764
10765         * NEWS:
10766         * configure.ac:
10767
10768         Release 0.1.8
10769
10770 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10771
10772         * pdf/pdf-document.cc:
10773         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10774         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10775
10776         Fix the mess we did with thumbnails and 1-basedness
10777
10778 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10779
10780         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10781
10782 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10783
10784         * NEWS:
10785         * configure.ac:
10786
10787         Release 0.1.7
10788
10789 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10790
10791         * ps/Makefile.am:
10792         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10793         (gtk_gs_defaults_get_alpha_parameters),
10794         (gtk_gs_defaults_get_ungzip_cmd),
10795         (gtk_gs_defaults_get_unbzip2_cmd):
10796         * ps/gsdefaults.h:
10797         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10798         (ps_document_get_orientation), (document_load),
10799         (ps_document_goto_page), (ps_document_set_page_size):
10800         * ps/ps-document.h:
10801
10802         Some more sanitization of the ps backend. Remove a lot
10803         of unused code and do not base our defaults on ggv
10804         preferences (ugh!)
10805
10806 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10807
10808         * thumbnailer/evince-thumbnailer.schemas:
10809         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10810         (main): add -s option for thumbnail size.
10811
10812 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10813
10814         * configure.ac:
10815
10816         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10817         remove it.
10818
10819 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10820
10821         * pdf/pdf-document.cc:
10822
10823         Remove 4 pixels of useless border from the
10824         thumbnail.
10825
10826 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10827
10828         * backend/ev-document-thumbnails.c:
10829         (ev_document_thumbnails_get_thumbnail):
10830         * backend/ev-document-thumbnails.h:
10831
10832         Rework API a bit. Add a border flag and
10833         change sizing logic (now the size we specify
10834         applies to the bigger dimension).
10835
10836         * pdf/pdf-document.cc:
10837         * pixbuf/pixbuf-document.c:
10838         (pixbuf_document_thumbnails_get_thumbnail):
10839         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10840         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10841
10842         Adapt to the new API and do not draw a border for nautilus
10843         thumbnailer.
10844
10845 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10846
10847         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10848         take thumbnails from page "0" instead of "1". Added a copyright header.
10849
10850 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10851
10852         * ps/ps-document.c: (set_up_page), (start_interpreter):
10853
10854         Make it C89 compliant
10855
10856 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10857
10858         * Makefile.am:
10859         * configure.ac:
10860         * pdf/.cvsignore:
10861         * pdf/pdf-document.cc:
10862         * thumbnailer/Makefile.am:
10863         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10864         (main):
10865         * thumbnailer/evince-thumbnailer.schemas:
10866         * thumbnailer/pdf-icon.png:
10867
10868         Add a nautilus thumbnailer.
10869         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10870
10871 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10872
10873         * NEWS:
10874         * configure.ac:
10875         * po/POTFILES.in:
10876
10877         Release 0.1.6
10878
10879 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10880
10881         Use poppler instead of including xpdf source code.  Poppler is a
10882         fork of xpdf to build it as a shared library. See
10883         http://freedesktop.org/wiki/Software/poppler.
10884
10885         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10886         xpdf fork.
10887         
10888         * pdf/Makefile.am: Build libpdfdocument.a here.
10889         
10890         * pdf/GDKSplashOutputDev.cc:
10891         * pdf/GDKSplashOutputDev.h:
10892         * pdf/GnomeVFSStream.cc:
10893         * pdf/GnomeVFSStream.h:
10894         * pdf-document.cc:
10895         * pdf-document.h:
10896         * test-gdk-output-dev.cc
10897         * Thumb.cc:
10898         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10899         against poppler.
10900
10901 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10902
10903         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10904
10905         Clear idle stack before unsetting the document
10906
10907 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10908
10909         * ps/ps-document.c: (ps_document_widget_event),
10910         (ps_document_set_target), (ps_document_finalize),
10911         (ps_document_get_page):
10912
10913         Disconnect the widget event signal on finalize.
10914         Some code cleanups.
10915
10916 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10917
10918         * ps/ps-document.c: (set_up_page):
10919
10920         If there is no bpixmap create one, even if size
10921         is not changed.
10922
10923 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10924
10925         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10926         (set_up_page), (document_load), (ps_document_set_zoom):
10927
10928         Default page is 0. Calculate size even when we have no
10929         target yet.
10930
10931 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10932
10933         * shell/ev-sidebar.c: expand the selection widget to be always as
10934         wide as the sidebar
10935
10936 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10937
10938         * shell/ev-sidebar-thumbnails.c:
10939         (ev_sidebar_thumbnails_set_document):
10940
10941         Clear the list store when setting document
10942
10943 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10944
10945         * shell/ev-page-action.c: (update_entry), (sync_entry),
10946         (activate_cb), (entry_size_request_cb), (create_tool_item),
10947         (connect_proxy):
10948
10949         Use an entry for the page control instead of spinbuttons
10950
10951 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10952
10953         * data/evince.schemas.in:
10954
10955         Correct confusing string
10956
10957 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10958
10959         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10960         for real.  Gosh, how long has this been broken.
10961
10962         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10963         check for a NULL link.  We crash otherwise.
10964
10965 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10966
10967         * NEWS:
10968         * configure.ac:
10969
10970         Release 0.1.5
10971
10972 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10973
10974         * configure.ac: add the french translation.
10975
10976 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10977
10978         * shell/ev-window.c:
10979
10980         Remove unused header -> fix distcheck
10981
10982 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10983
10984         * shell/ev-window.c: (update_window_title),
10985         (ev_window_popup_password_dialog):
10986
10987         Unescape filename for display
10988
10989 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10990
10991         * pdf/xpdf/pdf-document.cc:
10992
10993         In get_page_size deal with rotation. Also
10994         cleanup the function a bit.
10995
10996 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10997
10998         * pdf/xpdf/pdf-document.cc:
10999
11000         Fix crash when opening in new window
11001
11002 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11003
11004         * configure.ac:
11005
11006         Check ghostscript >= 7
11007
11008 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11009
11010         * shell/ev-window.c:
11011
11012         Make page width the default sizing mode
11013
11014 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11015         Marco Pesenti Gritti <marco@gnome.org>
11016
11017         * shell/ev-window.c: Remember the sidebar size
11018
11019         * data/evince.schemas.in: Add a new gconf key to store the size of
11020         the sidebar
11021
11022 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11023
11024         * data/evince-ui.xml:
11025         * shell/ev-window.c: (update_action_sensitivity),
11026         (ev_window_cmd_view_reload):
11027         
11028         Add a "Reload" action and menu entry
11029
11030 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11031
11032         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11033         iff the type doesn't support thumbnailing and indexing.
11034
11035 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11036
11037         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11038
11039 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * pdf/splash/Splash.cc:
11042
11043         Port fix for a crasher from kde bug
11044         http://bugs.kde.org/show_bug.cgi?id=97131
11045
11046 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11047
11048         * pdf/xpdf/pdf-document.cc:
11049
11050         Return a link even if it's of an unrecognized
11051         type. Otherwise we go in an infinte cycle.
11052
11053 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11054
11055         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11056         (size_allocate_cb), (ev_window_set_sizing_mode):
11057
11058         Update size when switching mode
11059
11060 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11061
11062         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11063         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11064         (ev_window_cmd_view_normal_size):
11065
11066         Fix size toggle buttons behavior
11067
11068 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11069
11070         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11071         (doc_rect_to_view_rect), (ev_view_size_allocate),
11072         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11073         (scale_changed_callback):
11074
11075         Do not cache offsets in size_allocate.
11076
11077 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11078
11079         * shell/ev-view.c: (ev_view_size_allocate):
11080
11081         Calculate offsets before calling the parent
11082         class (which does a redraw)
11083
11084 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11085
11086         * pdf/xpdf/pdf-document.cc:
11087
11088         Fix a crasher on exit. Unused code, put a TODO
11089
11090 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11091
11092         * backend/ev-document.c: (ev_document_class_init),
11093         (ev_document_page_changed), (ev_document_scale_changed):
11094         * backend/ev-document.h:
11095
11096         Separate page/scale notifications
11097
11098         * pdf/xpdf/pdf-document.cc:
11099
11100         Emit the new signals.
11101         Do not display the pdf page in _render, do it
11102         when scale/page are requested.
11103
11104         * ps/ps-document.c: (ps_document_set_zoom),
11105         (ps_document_widget_event):
11106         * ps/ps-document.h:
11107
11108         Emit the new signals.
11109
11110         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11111         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11112         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11113         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11114         * shell/ev-view.h:
11115         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11116         (ev_window_cmd_view_page_width), (size_allocate_cb),
11117         (ev_window_set_sizing_mode):
11118
11119         Rework sizing to be pixel based.
11120         There are bugs but should be already way better.
11121
11122 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11123
11124         * shell/ev-window.c: (ev_window_init):
11125
11126         Do not allow to shrink sidebar smaller then
11127         child requisition
11128
11129 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11130
11131         * shell/ev-sidebar.[ch]
11132         * shell/ev-window.c:
11133
11134         Improved sidebar widget. Fixes #166683
11135
11136 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11137
11138         * shell/ev-view.c (update_find_status_message): Give translators
11139         more flexibility with ngettext plural handling.
11140
11141 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11142
11143         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11144         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11145         page when we get the page size.
11146
11147 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11148
11149         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11150
11151         ps pages are 0 based, convert 
11152
11153 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11154
11155         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11156
11157         Initialize correct parent class. Set GError on document load
11158
11159 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11160
11161         * pdf/xpdf/pdf-document.cc:
11162
11163         Fixup selection offset calculation
11164
11165         * shell/ev-view.c: (view_rect_to_doc_rect),
11166         (doc_rect_to_view_rect), (ev_view_size_allocate),
11167         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11168         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11169
11170         Store selection as document relative, so that zooming
11171         and offset changing doesnt break it.
11172
11173 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11174
11175         * shell/ev-view.c: (ev_view_best_fit):
11176
11177         Do not try to best fit if the view is not realized
11178
11179 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11180           
11181         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11182
11183 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11184
11185         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11186
11187 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11188
11189         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11190         the popup window.  That prevents it resizing when in full screen
11191         mode.
11192
11193         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11194         multiple rerenders.  This pretty much sucks.
11195
11196         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11197         rest of the toolbar.
11198
11199 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11200
11201         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11202
11203 2005-02-17  Alexander Shopov  <ash@contact.bg>
11204
11205         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11206
11207 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11208
11209         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11210
11211 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11212
11213         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11214         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11215         (set_document_page), (document_changed_callback),
11216         (ev_view_set_document), (ev_view_find_previous),
11217         (ev_view_hide_cursor), (ev_view_show_cursor):
11218         * shell/ev-view.h:
11219         * shell/ev-window.c: (update_chrome_visibility),
11220         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11221         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11222         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11223         (ev_window_unfullscreen):
11224         * shell/main.c: (main):
11225
11226         Automatically hide the fullscreen button.
11227         Patch by Kristian Høgsberg <krh@redhat.com>
11228
11229 2005-02-16  Vincent Noel  <vnoel@cox.net>
11230
11231         * shell/main.c (main): Specify an icon for the window. Patch by
11232         Jaap A. Haitsma. Fixes #166177.
11233
11234 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11235
11236         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11237
11238 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11239
11240         * backend/ev-document-misc.h:
11241         * backend/ev-document-misc.c:
11242         (ev_document_misc_get_page_border_size),
11243         (ev_document_misc_paint_one_page): New function to canonicalize
11244         sizing/painting a border.
11245
11246         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11247         used.
11248
11249         * pdf/xpdf/pdf-document.cc: use new function
11250
11251         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11252         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11253         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11254         shell/ev-window.c: (update_sizing_buttons),
11255         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11256         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11257         (ev_window_cmd_view_page_width), (size_allocate_cb),
11258         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11259         and "fit width" values act as toggle buttons so they stay
11260         toggled.  It's not 100% perfect, and it's a little slow, but it's
11261         good enough to commit I think.
11262
11263 2005-02-15  David Lodge  <dave@cirt.net>
11264
11265         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11266
11267 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11268
11269         * shell/ev-window.c (update_window_title): replace newlines in
11270         the title by spaces. Bug #166107.
11271
11272 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11273
11274         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11275         parameters providing allocation width and height without
11276         scrollbars and width of a possible vertical scrollbar. With this
11277         additional information the functions can work as
11278         intended. Unfortunately they're not idempotent. We should
11279         transform these commands to toggles. Fixes Bug #164976
11280         Initial patch by Stephane Loeuillet, then heavily modified.
11281
11282         * shell/ev-view.h: update prototypes.
11283
11284         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11285         (ev_window_cmd_view_page_width): provide EvView fit functions with
11286         all the information they need. Formulas to calculate this
11287         information taken from GtkScrolledWindow.
11288
11289 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11290
11291         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11292         created a thumbnail, the list store is updated to know
11293         that the thumbnail is set. Fixes bug #166792
11294
11295 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11296
11297         * shell/ev-window.c: fixed typo, closes bug 166897
11298
11299         * TODO: updated TODO with bug numbers that are relevant
11300
11301 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11302
11303         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11304
11305 2005-02-09  Vincent Noel  <vnoel@cox.net>
11306
11307         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11308         and "Next" toolbar buttons as important to make them stand out.
11309
11310 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11311
11312         * lib/ev-debug.c:
11313         * lib/ev-debug.h:
11314         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11315         (start_interpreter), (stop_interpreter), (document_load),
11316         (ps_document_next_page), (ps_document_goto_page),
11317         (ps_document_set_page_size), (ps_document_widget_event),
11318         (ps_document_render):
11319         * shell/ev-page-view.c: (ev_page_view_dispose):
11320         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11321
11322         Fix compilation on non-gcc platforms
11323
11324 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11325
11326         * NEWS:
11327         * configure.ac:
11328
11329         Release 0.1.4
11330
11331         * pdf/xpdf/Catalog.cc:
11332         * pdf/xpdf/XRef.cc:
11333
11334         Fix the fix for CAN-2004-0888
11335
11336 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11337
11338         * data/Makefile.am:
11339         * data/evince-ui.xml:
11340         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11341         * shell/ev-stock-icons.h:
11342         * shell/ev-window.c: (update_action_sensitivity),
11343         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11344         (set_action_properties):
11345
11346         Improve toolbar layout/icons
11347
11348 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * pdf/xpdf/pdf-document.cc:
11351
11352         Add warnings about unimplemented/unknown link
11353         types.
11354
11355 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11356
11357         * ps/ps-document.c: (set_up_page):
11358
11359         Log gs property
11360
11361 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11362
11363         * ps/ps-document.c: (start_interpreter):
11364
11365         Log gs env var
11366
11367 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11368
11369         * shell/ev-page-view.c: (ev_page_view_dispose):
11370         * shell/ev-view.c: (ev_view_finalize):
11371         * shell/ev-window.c: (ev_window_setup_document),
11372         (ev_window_dispose), (ev_window_init):
11373
11374         Solve more refs issues.
11375
11376         I commented out the page_view initialization for now:
11377         it was never destroyed (because it's never added
11378         to a container). Because of that we was leaking
11379         gs processes. Couldnt think to a clean fix.
11380         We need to figure this out, password view has the
11381         same issue probably.
11382
11383 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11384
11385         * ps/ps-document.c: (ps_document_finalize),
11386         (ps_document_get_n_pages), (ps_document_get_page):
11387
11388         Some cleanups, stop the interpreter on finalize
11389
11390         * shell/ev-page-view.c: (ev_page_view_dispose),
11391         (ev_page_view_class_init):
11392
11393         Release our reference on the document
11394
11395 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11396
11397         * Makefile.am:
11398         * configure.ac:
11399         * doc/debugging.txt:
11400         * lib/.cvsignore:
11401         * lib/Makefile.am:
11402         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11403         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11404         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11405         * lib/ev-debug.h:
11406
11407         Add debugging helpers
11408
11409         * ps/Makefile.am:
11410         * ps/ps-document.c: (set_up_page), (start_interpreter),
11411         (stop_interpreter), (document_load), (ps_document_next_page),
11412         (ps_document_goto_page), (ps_document_set_page_size),
11413         (ps_document_widget_event), (ps_document_render):
11414         * shell/Makefile.am:
11415         * shell/ev-view.c: (expose_bin_window):
11416         * shell/main.c: (main):
11417
11418         Add some logs
11419         
11420 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11421
11422         * ps/ps-document.c: (ps_document_widget_event):
11423
11424         Initialize message_window, this should make ps
11425         rendering really work! (Never noticed because I was
11426         testing with a ps that is causing gs to exit every time!)
11427
11428 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11429
11430         * data/evince.schemas.in: updated simple error in applyto closing tag
11431
11432 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11433
11434         * Makefile.am:
11435         * configure.ac:
11436         * data/.cvsignore:
11437         * data/Makefile.am:
11438         * data/evince-ui.xml:
11439         A data/evince.schemas.in:
11440         * po/POTFILES.in:
11441         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11442         * shell/ev-stock-icons.h:
11443         * shell/ev-window.c: (update_chrome_visibility),
11444         (update_chrome_flag), (ev_window_cmd_edit_find),
11445         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11446         (ev_window_unfullscreen), (ev_window_focus_in_event),
11447         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11448         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11449         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11450         (ev_window_dispose), (ev_window_class_init),
11451         (set_action_properties), (set_chrome_actions), (load_chrome),
11452         (ev_window_init):
11453
11454         Implement fullscreen mode changes from bug #164776.
11455         Also implement persistent chrome toggles.
11456
11457 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11458
11459         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11460
11461 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * NEWS:
11464         * configure.ac:
11465         * shell/ev-view.c:
11466
11467         Add another check for find interface
11468
11469         Release 0.1.3
11470
11471 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11472
11473         * shell/ev-application.c: (ev_application_open):
11474         * shell/ev-window.c: (ev_window_open):
11475
11476         Open gzipped ps documents
11477
11478 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * TODO:
11481         * shell/ev-view.c: (set_document_page):
11482
11483         Clamp page number, dont try to move to
11484         not existant pages.
11485
11486 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11487
11488         * backend/ev-document-find.c: (ev_document_find_changed):
11489         * backend/ev-document-find.h:
11490         * pdf/xpdf/pdf-document.cc:
11491         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11492         * shell/ev-window.c: (find_bar_search_changed_cb):
11493
11494         Fix several bugs with find
11495
11496 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11497
11498         * shell/ev-sidebar-thumbnails.c
11499         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11500         document. Prevents warning from scroll_to_cell.
11501
11502 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11503
11504         * configure.ac: Add «nb» to ALL_LINGUAS too.
11505
11506 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11507
11508         * NOTES: New file with some random thoughts.
11509
11510         * TODO: Update.
11511
11512         * backend/ev-document-misc.c:
11513         (ev_document_misc_get_page_border_size): New function to
11514         canonicalize shadow drawing sizes.  Possibly goofy.
11515
11516         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11517         (ev_view_best_fit), (ev_view_fit_width):
11518         * pdf/xpdf/pdf-document.cc:
11519         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11520         * ps/ps-document.c: (ps_document_get_page_size):
11521         * backend/ev-document-misc.h:
11522         * backend/ev-document.c: (ev_document_get_page_size):
11523         * backend/ev-document.h: get_page_size now takes a page number
11524         parameter.  Made all the backends/frontends honor it.
11525
11526         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11527         see.  Doesn't work yet.
11528
11529         * shell/Makefile.am:
11530         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11531         Doesn't do anything yet.
11532
11533         * shell/ev-sidebar-thumbnails.c:
11534         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11535         [0..n_pages-1]
11536
11537         * shell/ev-window.c: (update_action_sensitivity),
11538         (ev_window_setup_document), (ev_window_set_page_mode),
11539         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11540         view-swapping code a bit so we can have multiple views on a
11541         document.  Add the multi-page view, though it can't be turned on
11542         yet.
11543
11544 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11545
11546         * shell/ev-application.c: (ev_application_open):
11547         * shell/ev-view.c: (expose_bin_window):
11548         * shell/ev-window.c: (ev_window_open):
11549
11550         Support eps and check document supports find
11551         before drawing highlightings in expose.
11552
11553 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11554
11555         * pixbuf/pixbuf-document.c:
11556         (pixbuf_document_thumbnails_get_dimensions),
11557         (pixbuf_document_document_thumbnails_iface_init):
11558
11559         implement get_dimensions
11560
11561 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11562
11563         * NEWS:
11564         * configure.ac:
11565
11566         Release 0.1.2
11567
11568 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11569
11570         * shell/ev-view.c: (set_document_page):
11571
11572         Scroll at the top of the page when changing page
11573
11574 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11575
11576         * shell/ev-view.c: (ev_view_motion_notify_event):
11577
11578         Do not redraw unnecessarily
11579
11580 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11581
11582         * pdf/xpdf/pdf-document.cc:
11583         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11584         (expose_bin_window), (find_changed_cb):
11585
11586         Yay! find works now... Now to find bugs...
11587
11588 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * backend/ev-document-find.c: (ev_document_find_base_init),
11591         (ev_document_find_changed):
11592         * backend/ev-document-find.h:
11593         * pdf/xpdf/pdf-document.cc:
11594         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11595         (expose_bin_window), (ev_view_init), (set_document_page),
11596         (ensure_rectangle_is_visible), (jump_to_find_result),
11597         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11598         (ev_view_find_next), (ev_view_find_previous):
11599         * shell/ev-view.h:
11600         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11601
11602         More work on find implementation, mostly there now
11603
11604 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * backend/ev-backend-marshalers.list:
11607         * backend/ev-document-find.c: (ev_document_find_base_init),
11608         (ev_document_find_cancel), (ev_document_find_page_has_results),
11609         (ev_document_find_get_n_results), (ev_document_find_get_result),
11610         (ev_document_find_get_progress), (ev_document_find_changed):
11611         * backend/ev-document-find.h:
11612
11613         Enanche the find interface to be really able to do
11614         multi page find.
11615
11616         * pdf/xpdf/pdf-document.cc:
11617
11618         Implement
11619
11620         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11621         (expose_bin_window), (ev_view_init),
11622         (ev_view_get_find_status_message), (find_changed_cb),
11623         (ev_view_set_document), (set_document_page):
11624
11625         Adapt to the new interface. A few things are regressed sorry,
11626         I will finish it soon.
11627
11628 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11629
11630         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11631         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11632         ev_sidebar_thumbnails_parent_class variable, don't define another
11633         parent_class variable.
11634
11635         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11636         (ev_page_action_class_init): ditto.
11637
11638         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11639         (pixbuf_document_class_init): ditto.
11640
11641         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11642         ditto.
11643
11644         * .cvsignore: ignore various valgrind output files.
11645
11646 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * data/evince-ui.xml:
11649         * shell/Makefile.am:
11650         * shell/ev-history.c:
11651         * shell/ev-history.h:
11652         * shell/ev-navigation-action.c:
11653         * shell/ev-navigation-action.h:
11654         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11655         (ev_view_set_page), (ev_view_fit_width):
11656         * shell/ev-view.h:
11657         * shell/ev-window.c: (update_action_sensitivity),
11658         (ev_window_setup_document), (register_custom_actions):
11659
11660         Kill session history
11661
11662 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11663
11664         * shell/ev-window.c: (update_action_sensitivity):
11665
11666         Fix inverted up/down buttons
11667
11668 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11669
11670         * shell/ev-sidebar-thumbnails.c
11671         (ev_sidebar_thumbnails_select_page): make sure the selected
11672         thumbnail stays visible.
11673
11674 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11675
11676         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11677         scrolled window for Federico.
11678
11679 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11680
11681         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11682
11683 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11684
11685         * configure.ac:
11686         * pdf/splash/SplashFTFontEngine.cc:
11687
11688         Fix CID fonts with freetype 2.1.9
11689
11690 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11691
11692         * TODO: added item for desktop icon thumbnailer
11693
11694 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11695
11696         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11697         unloaded docs when the title is accessed.
11698
11699         * shell/ev-password-view.[hc]: New widget for displaying password
11700         state.
11701
11702         * shell/ev-window.[ch]: Refactor password handling code to handle
11703         the new view.
11704
11705 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11706
11707         * NEWS:
11708         * configure.ac:
11709         * data/Makefile.am:
11710
11711         Release 0.1.1
11712
11713 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11714
11715         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11716         ignore page offset here, to make search results independent of it,
11717
11718         * shell/ev-view.c (expose_bin_window): but take offsets into
11719         account here. Bug #164932
11720
11721         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11722         scale at the right time. Bug #164996
11723
11724 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11725
11726         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11727         fix the problem. Now I just removed the Adobe font names and hope
11728         that the URW fonts are always in outline format. Bug #164934
11729
11730         * shell/ev-window.c (update_window_title): empty titles are
11731         useless, use filename in that case too.
11732
11733         * NEWS: Add some content.
11734
11735 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11736
11737         * TODO: added one more TODO item and a TODONE section :)
11738
11739 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11740
11741         * ps/ps-document.h: add page_[xy]_offset fields.
11742
11743         * ps/ps-document.c (ps_document_set_page_offset)
11744         (ps_document_render): Keep offset in consideration in a few
11745         places. Bug #164752 "postscript documents are not centered in
11746         window"
11747
11748         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11749         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11750
11751         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11752         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11753         stub out missing methods for complete EvDocument implementation.
11754         Fixes segfaults with Save A Copy and Copy actions.
11755
11756         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11757         (ps_document_document_iface_init): ditto.
11758         
11759 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11760
11761         * data/.cvsignore:
11762         * data/Makefile.am:
11763         * data/evince.desktop.in:
11764
11765         Add desktop file
11766
11767 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * shell/ev-view.c: (ev_view_button_press_event),
11770         (ev_view_motion_notify_event):
11771
11772         Make selection work in any direction
11773
11774 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * TODO:
11777         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11778
11779         Use shorter labels for some of the toolbars items
11780
11781 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * pdf/xpdf/pdf-document.cc:
11784
11785         Check the links info is initialized before
11786         using it. Should fix a crash on startup.
11787
11788 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11789
11790         * pixbuf/pixbuf-document.c
11791         (pixbuf_document_thumbnails_get_dimensions): force floating point
11792         division to calculate page_ratio. Fixes crash with landscape
11793         format pixbufs.
11794
11795 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11796
11797         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11798
11799 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11800
11801         * shell/ev-view.c (set_document_page): unset has_selection when
11802         the page changes.
11803         (set_document_page): handle paper size changes when the page
11804         changes (test with Free Culture, page 2).
11805
11806 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11807
11808         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11809         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11810
11811         Use normal style color for the widget background and
11812         draw a black box around the page.
11813
11814 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11815
11816         * pdf/xpdf/pdf-document.cc:
11817
11818         Keep offset in consideration in a few places
11819
11820         * shell/ev-view.c: (expose_bin_window):
11821
11822         Set the offsets so that the document is ever centered
11823
11824 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11825
11826         * TODO: Added TODO items and finished off the first todo item
11827
11828         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11829         reflect current authors
11830
11831 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11832
11833         * pdf/xpdf/pdf-document.cc:
11834         * shell/ev-view.c: (ev_view_set_cursor),
11835         (ev_view_motion_notify_event), (document_changed_callback),
11836         (set_document_page):
11837
11838         Show a wait cursor while the page is rendering
11839
11840 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11841
11842         * shell/ev-sidebar-thumbnails.c:
11843         (ev_sidebar_tree_selection_changed),
11844         (ev_sidebar_thumbnails_select_page):
11845         * shell/ev-sidebar-thumbnails.h:
11846         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11847         (ev_view_can_go_forward):
11848         * shell/ev-window.c: (ev_window_open_page),
11849         (ev_window_setup_document), (update_current_page),
11850         (view_page_changed_cb), (ev_window_init):
11851         * shell/ev-window.h:
11852
11853         Ensure thumbnails selection, toolbar page control and
11854         current page are in sync.
11855
11856 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11857
11858         * pdf/xpdf/XRef.cc:
11859
11860         Fix CAN-2005-0064
11861
11862 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11863
11864         * backend/Makefile.am:
11865         * backend/ev-document-links.h:
11866         * backend/ev-document-security.c: (ev_document_security_get_type),
11867         (ev_document_security_has_document_security),
11868         (ev_document_security_set_password):
11869         * backend/ev-document-security.h:
11870         * backend/ev-document.c: (ev_document_error_quark):
11871         * backend/ev-document.h:
11872         * data/Makefile.am:
11873         * data/evince-password.glade:
11874         * pdf/xpdf/pdf-document.cc:
11875         * shell/Makefile.am:
11876         * shell/ev-password.c: (ev_password_set_bad_password_label),
11877         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11878         (ev_password_dialog_get_password),
11879         (ev_password_dialog_set_bad_pass):
11880         * shell/ev-password.h:
11881         * shell/ev-window.c: (ev_window_get_attribute),
11882         (ev_window_set_property), (update_action_sensitivity),
11883         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11884         (ev_window_setup_document), (ev_window_get_password),
11885         (ev_window_open), (ev_window_cmd_save_as),
11886         (using_postscript_printer), (ev_window_print),
11887         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11888         (update_fullscreen_popup), (ev_window_fullscreen),
11889         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11890         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11891         (menu_item_select_cb), (find_bar_search_changed_cb),
11892         (ev_window_dispose), (ev_window_init):
11893
11894         Add initial support for password-supported dialogs.  This could be
11895         a lot cooler, but it'll do for now.
11896
11897 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11898
11899         * pdf/xpdf/pdf-document.cc:
11900         * shell/ev-view.c: (status_message_from_link),
11901         (ev_view_set_status), (ev_view_set_cursor),
11902         (ev_view_motion_notify_event), (ev_view_init):
11903         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11904
11905         Fix bugs in the links implementation and change cursor
11906         when hovering a link.
11907
11908 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11909
11910         * viewer/.cvsignore: added cvsignore file for viewer directory
11911
11912         * TODO: created TODO document
11913
11914 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11915
11916         * shell/ev-view.h:
11917         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11918         new functions to help with implementation of sensitivity code
11919         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11920         of all actions that might require it.  Fixes a crash when you
11921         click on the Zoom actions in a window lacking a document.
11922
11923 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11924
11925         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11926         of the Find action
11927
11928 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11929
11930         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11931         (pixbuf_document_document_iface_init):
11932         * ps/ps-document.c: (ps_document_get_link),
11933         (ps_document_document_iface_init):
11934         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11935         (status_message_from_link), (ev_view_set_status),
11936         (ev_view_set_find_status), (ev_view_motion_notify_event),
11937         (ev_view_button_release_event), (ev_view_set_property),
11938         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11939         (ev_view_get_find_status_message), (update_find_results),
11940         (ev_view_get_status), (ev_view_get_find_status):
11941         * shell/ev-view.h:
11942         * shell/ev-window.c: (view_status_changed_cb),
11943         (view_find_status_changed_cb), (ev_window_init):
11944
11945         View status message support, use it to show the links.
11946         Needs work...
11947
11948 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11949
11950         * backend/ev-document.c: (ev_document_get_link):
11951         * backend/ev-document.h:
11952         * pdf/xpdf/pdf-document.cc:
11953         * shell/ev-application.c: (ev_application_open):
11954         * shell/ev-application.h:
11955         * shell/ev-sidebar-links.c: (selection_changed_cb):
11956         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11957         (ev_view_go_to_link):
11958
11959         Add support for document links
11960
11961 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11962
11963         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11964         (create_tool_item):
11965         Set the spin button limits correctly.
11966         
11967         * shell/ev-sidebar-thumbnails.c:
11968         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11969         Support changing pages by clicking on the thumbnails.
11970         
11971 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11972
11973         * pixbuf/pixbuf-document.c:
11974         (pixbuf_document_thumbnails_get_dimensions),
11975         (pixbuf_document_document_thumbnails_iface_init):
11976
11977         implement get_dimensions
11978
11979 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11980
11981         * ps/ps-document.c: (ps_document_goto_page):
11982
11983         Fix page switching on multipage documents
11984
11985 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11986
11987         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11988         
11989         check for NULL before assigning to width and height parameters
11990
11991 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11992
11993         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11994         (pixbuf_document_set_property), (pixbuf_document_get_property):
11995
11996         implement get/set properties
11997
11998 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11999
12000         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12001         
12002         return NULL instead of "Unknown", letting the title get set to
12003         the filename when the pdf has no title.
12004
12005 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12006
12007         * ps/ps-document.c: (ps_document_get_page_count),
12008         (ps_document_goto_page):
12009
12010 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * shell/ev-history.c: (ev_history_get_property),
12013         (ev_history_set_property), (ev_history_class_init),
12014         (ev_history_add_page), (ev_history_set_current_index):
12015         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12016         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12017         (ev_navigation_action_finalize):
12018         * shell/ev-navigation-action.h:
12019         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12020         (ev_view_go_forward), (ev_view_get_find_status_message),
12021         (history_index_changed_cb), (ev_view_set_history):
12022         * shell/ev-view.h:
12023         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12024         (update_current_page), (register_custom_actions):
12025
12026         Implement history dropdowns
12027
12028 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12029
12030         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12031         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12032         (ev_view_go_forward):
12033         * shell/ev-window.c: (register_custom_actions):
12034
12035         Fix several history bugs
12036
12037 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12038
12039         * configure.ac: Add «nb» to ALL_LINGUAS.
12040
12041 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12042
12043         * backend/Makefile.am:
12044         * backend/ev-bookmark.c:
12045         * backend/ev-bookmark.h:
12046         * backend/ev-document-bookmarks.c:
12047         * backend/ev-document-bookmarks.h:
12048         * backend/ev-document-links.c: (ev_document_links_get_type),
12049         (ev_document_links_has_document_links),
12050         (ev_document_links_begin_read), (ev_document_links_get_link),
12051         (ev_document_links_get_child), (ev_document_links_next),
12052         (ev_document_links_free_iter):
12053         * backend/ev-document-links.h:
12054         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12055         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12056         (ev_link_get_link_type), (ev_link_set_link_type),
12057         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12058         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12059         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12060         (ev_link_new_external):
12061         * backend/ev-link.h:
12062         * pdf/xpdf/pdf-document.cc:
12063         * shell/Makefile.am:
12064         * shell/ev-application.c: (ev_application_open_link):
12065         * shell/ev-application.h:
12066         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12067         (ev_history_get_link_nth):
12068         * shell/ev-history.h:
12069         * shell/ev-sidebar-bookmarks.c:
12070         * shell/ev-sidebar-bookmarks.h:
12071         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12072         (ev_sidebar_links_class_init), (selection_changed_cb),
12073         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12074         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12075         (do_one_iteration), (populate_links_idle),
12076         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12077         * shell/ev-sidebar-links.h:
12078         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12079         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12080         (go_to_index):
12081         * shell/ev-view.h:
12082         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12083         * shell/ev-window.h:
12084
12085         Rename bookmark to link, and use "Index" for the sidebar panel.
12086
12087 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * shell/Makefile.am:
12090         * shell/ev-application.c: (ev_application_open_bookmark):
12091         * shell/ev-application.h:
12092         * shell/ev-history.c: (ev_history_init), (free_links_list),
12093         (ev_history_finalize), (ev_history_class_init),
12094         (ev_history_add_link), (ev_history_add_page),
12095         (ev_history_get_link_nth), (ev_history_get_n_links),
12096         (ev_history_get_current_index), (ev_history_set_current_index),
12097         (ev_history_new):
12098         * shell/ev-history.h:
12099         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12100         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12101         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12102         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12103         (ev_view_set_page):
12104         * shell/ev-view.h:
12105         * shell/ev-window.c: (ev_window_open_bookmark),
12106         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12107         (goto_page_cb), (register_custom_actions):
12108         * shell/ev-window.h:
12109
12110         Initial history implementation. Needs work.
12111
12112 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12113
12114         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12115
12116 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12117
12118         * cut-n-paste/recent-files/egg-recent-item.c:
12119         * cut-n-paste/recent-files/egg-recent-item.h:
12120         * cut-n-paste/recent-files/egg-recent-model.c:
12121         * cut-n-paste/recent-files/egg-recent-util.c:
12122         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12123         * cut-n-paste/recent-files/egg-recent-view.c:
12124
12125         Update
12126
12127 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12128
12129         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12130         (fillGlyph, fillImageMask, drawImage):
12131         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12132         pdf/splash/SplashTypes.h:
12133         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12134         packed mode for Splash.
12135
12136         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12137         RGB8 packed mode, eliminates the pixbuf data creation loop.
12138
12139         * shell/ev-print-job.c (ev_print_job_finalize)
12140         (ev_print_job_set_property, ev_print_job_get_property)
12141         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12142         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12143         (print_closure_finalize, ev_print_job_print): implement
12144         printing (for backends with EvPsExporter)
12145
12146         * shell/ev_print_job.h: update prototypes.
12147
12148         * shell/ev-window.c (ev_window_print): unref print job after
12149         printing.
12150
12151         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12152         unless the document implements the EvDocumentFind interface.
12153
12154 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12155
12156         * configure.ac: Added ja to ALL_LINGUAS.
12157
12158 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * pdf/xpdf/pdf-document.cc:
12161
12162         add a FIXME. We should probably not allocate
12163         a bookmark object every time
12164
12165 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12166
12167         * shell/ev-application.c: (ev_application_open),
12168         (ev_application_open_bookmark):
12169         * shell/ev-application.h:
12170         
12171         Add a way to open bookmarks
12172
12173         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12174         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12175         (ev_bookmark_set_property), (ev_bookmark_class_init),
12176         (ev_bookmark_new_title), (ev_bookmark_new_link),
12177         (ev_bookmark_new_external):
12178
12179         Support for external uris, better constructors.
12180
12181         * backend/ev-bookmark.h:
12182         * pdf/xpdf/pdf-document.cc:
12183         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12184
12185         Handle external uris
12186
12187 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12188
12189         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12190         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12191
12192         Hook up bookmarks navigation
12193
12194 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12195
12196         * backend/Makefile.am:
12197         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12198         (ev_bookmark_get_title), (ev_bookmark_set_title),
12199         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12200         (ev_bookmark_get_page), (ev_bookmark_set_page),
12201         (ev_bookmark_get_property), (ev_bookmark_set_property),
12202         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12203         (ev_bookmark_new):
12204         * backend/ev-bookmark.h:
12205         * backend/ev-document-bookmarks.c:
12206         (ev_document_bookmarks_get_bookmark):
12207         * backend/ev-document-bookmarks.h:
12208         * pdf/xpdf/pdf-document.cc:
12209         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12210
12211         Add a bookmark object to the backend and use it instead of get_values
12212
12213 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12214
12215         * data/evince-ui.xml:
12216
12217         Cleanup and add select all.
12218
12219         * shell/ev-view.c: (ev_view_select_all),
12220         (ev_view_button_press_event):
12221         * shell/ev-view.h:
12222         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12223
12224         Add select all.
12225         Clear selection on click.
12226
12227 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12228
12229         * shell/ev-sidebar-thumbnails.c
12230         (ev_sidebar_thumbnails_set_document): forgot to unref the
12231         loading_icon.
12232
12233 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12234
12235         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12236         at the visible page, not just linearly.  This makes it look fast.
12237
12238 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12239
12240         * backend/ev-document-misc.c
12241         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12242         white.
12243         * backend/ev-document-thumbnails.h: New interface to get the size
12244         of a page.
12245
12246 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12247
12248         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12249         make dist works
12250
12251 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12252
12253         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12254         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12255         things up a bit.
12256
12257         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12258
12259 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12260
12261         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12262         fonts. Should fix font problems on systems that have the base
12263         fonts in bitmap format. Reported by James Henstridge
12264         <james@jamesh.id.au>.
12265
12266 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12267
12268         * pdf/xpdf/Gfx.cc:
12269         * pdf/xpdf/GfxState.cc:
12270
12271         Fix for CAN-2004-1125
12272
12273 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12274
12275         * shell/ev-view.c: (ev_view_copy):
12276         * shell/ev-view.h:
12277         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12278
12279         Implement Edit->Copy
12280
12281 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12282
12283         * backend/ev-document.c: (ev_document_get_text):
12284         * backend/ev-document.h:
12285         * pdf/xpdf/pdf-document.cc:
12286         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12287         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12288         (ev_view_update_primary_selection), (ev_view_button_press_event),
12289         (ev_view_motion_notify_event), (ev_view_button_release_event):
12290
12291         Beginnings of clipboard support. Incomplete but primary sort
12292         of work.
12293
12294 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12295
12296         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12297         (expose_bin_window):
12298
12299         Nicer rubberband drawing, from GtkIconView.
12300
12301 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12302
12303         * backend/ev-document.c: (ev_document_save):
12304         * backend/ev-document.h:
12305         * data/evince-ui.xml:
12306         * pdf/xpdf/pdf-document.cc:
12307         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12308
12309         Implement "Save a copy..." menu item
12310
12311 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12312
12313         * shell/ev-view.c: (ev_view_zoom):
12314
12315         Queue a resize when zoom changes
12316
12317 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12318
12319         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12320         shadows.
12321
12322         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12323         thumbnails..
12324
12325 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12326
12327         * pdf/xpdf/pdf-document.cc
12328         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12329
12330 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12331
12332         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12333         It's slow, but I'll speed it up next!
12334
12335 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12336
12337         * shell/main.c (load_files):
12338
12339         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12340         from the command line and because it seems more appropriate.
12341
12342 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12343
12344         * data/evince-ui.xml:
12345         * shell/ev-window.c: (update_action_sensitivity),
12346         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12347
12348         s/next page/page down
12349         s/previous page/page up
12350
12351 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * data/evince-ui.xml:
12354
12355         Change the layout to match clarkbw design.
12356
12357         * shell/Makefile.am:
12358         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12359         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12360         (ev_navigation_action_finalize),
12361         (ev_navigation_action_set_property),
12362         (ev_navigation_action_get_property),
12363         (ev_navigation_action_class_init):
12364         * shell/ev-navigation-action.h:
12365
12366         Implement clarkbw toolbar navigation controls (incomplete)
12367
12368         * shell/ev-page-action.c: (update_label), (update_spin),
12369         (value_changed_cb), (create_tool_item), (connect_proxy),
12370         (ev_page_action_init), (ev_page_action_finalize),
12371         (ev_page_action_set_property), (ev_page_action_get_property),
12372         (ev_page_action_set_current_page),
12373         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12374         * shell/ev-page-action.h:
12375
12376         Implement a page switcher in the toolbar
12377
12378         * shell/ev-view.c: (ev_view_scroll_view):
12379         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12380         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12381         (register_custom_actions), (ev_window_init):
12382
12383         Change page on PageUp/Down.
12384
12385 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12386
12387         * pdf/xpdf/pdf-document.cc
12388         (pdf_document_thumbnails_get_thumbnail): initial stab at
12389         implementing thumbnail support for pdfs.  It only does documents
12390         with precached pdfs now.
12391
12392 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12393
12394         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12395         thumbnail code into a time-based idle as well.  Also, turn off the
12396         shadow temporarily as it's really slow.
12397
12398 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * backend/ev-document.c: (ev_document_class_init):
12401         * pdf/xpdf/pdf-document.cc:
12402         * shell/ev-window.c: (ev_window_open):
12403
12404         Fix document title bugs and fallback to
12405         filename when not available.
12406
12407 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12408
12409         * backend/ev-document.c: (ev_document_get_type),
12410         (ev_document_class_init), (ev_document_load),
12411         (ev_document_get_title):
12412         * backend/ev-document.h:
12413         * pdf/xpdf/pdf-document.cc:
12414         * ps/ps-document.c: (ps_document_set_property),
12415         (ps_document_get_property), (ps_document_class_init),
12416         (document_load):
12417         * ps/ps-document.h:
12418         * ps/ps.h:
12419         * shell/ev-window.c: (update_window_title), (ev_window_open),
12420         (ev_window_init):
12421
12422         Initial support for document title. Not working yet.
12423
12424 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12425
12426         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12427
12428         Grab focus on the view when clicking it
12429
12430 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12431
12432         * shell/ev-marshal.list:
12433         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12434         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12435
12436         Add key bindings to the view. Now if the focus would work
12437         right...
12438
12439 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12440
12441         * Makefile.am:
12442         * backend/Makefile.am:
12443         * data/Makefile.am:
12444         * dvi/Makefile.am:
12445         * dvi/dvilib/Makefile.am:
12446         * pdf/xpdf/Makefile.am:
12447         * po/POTFILES.in:
12448         * ps/Makefile.am:
12449
12450         Fix distcheck
12451
12452 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12453
12454         * shell/ev-view.c: (ev_view_realize):
12455
12456         Fix mouse wheel scrolling
12457
12458 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12459
12460         * ps/Makefile.am:
12461         * ps/gstypes.h:
12462         * ps/gtkgs.c:
12463         * ps/gtkgs.h:
12464         * ps/ps-document.c: (catchPipe), (ps_document_init),
12465         (ps_document_class_init), (ps_document_cleanup),
12466         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12467         (set_up_page), (close_pipe), (is_interpreter_ready),
12468         (interpreter_failed), (output), (input), (start_interpreter),
12469         (stop_interpreter), (file_length), (file_readable),
12470         (check_filecompressed), (check_pdf), (compute_xdpi),
12471         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12472         (ps_document_get_type), (ps_document_emit_error_msg),
12473         (document_load), (ps_document_next_page),
12474         (ps_document_get_current_page), (ps_document_get_page_count),
12475         (ps_document_goto_page), (ps_document_set_page_size),
12476         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12477         (ps_document_load), (ps_document_get_n_pages),
12478         (ps_document_set_page), (ps_document_get_page),
12479         (ps_document_widget_event), (ps_document_set_target),
12480         (ps_document_set_scale), (ps_document_set_page_offset),
12481         (ps_document_get_page_size), (ps_document_render),
12482         (ps_document_document_iface_init):
12483         * ps/ps-document.h:
12484         * ps/ps.c:
12485         * shell/ev-window.c: (ev_window_open):
12486
12487         Rename GtkGS to PSDocument
12488
12489 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12490
12491         * ps/gtkgs.c: (gtk_gs_class_init):
12492         * ps/gtkgs.h:
12493
12494         Some more leftover...
12495
12496 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12497
12498         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12499         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12500         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12501         * ps/gtkgs.h:
12502
12503         Remove unused code and make a lot of stuff private
12504
12505 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12506
12507         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12508         (gtk_gs_defaults_changed):
12509         * ps/gsdefaults.h:
12510         * ps/gtkgs.c:
12511         * ps/gtkgs.h:
12512         * ps/ps.h:
12513
12514         Cleanup headers dependencies
12515
12516 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * ps/Makefile.am:
12519         * ps/ggvutils.c:
12520         * ps/ggvutils.h:
12521         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12522         * ps/gsdefaults.h:
12523         * ps/gtkgs.c: (file_length), (file_readable),
12524         (check_filecompressed), (check_pdf), (gtk_gs_load),
12525         (gtk_gs_get_postscript):
12526
12527         Get rid of ggvutils
12528
12529 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12530
12531         * ps/ggvutils.c:
12532         * ps/ggvutils.h:
12533         * ps/gsio.h:
12534         * ps/gtkgs.c: (gtk_gs_set_zoom):
12535
12536         Cleanups
12537
12538 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12539
12540         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12541
12542         Ensure the page is rerendered when changing zoom
12543
12544 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12545
12546         * backend/ev-document.c: (ev_document_base_init),
12547         (ev_document_changed):
12548         * backend/ev-document.h:
12549
12550         Add a changed event that is emitted when the page content
12551         changes. This is necessary to deal with the fact that
12552         in ps backend rendering happen asycrounously.
12553         This makes the ps backend mostly work.
12554
12555         * pdf/xpdf/pdf-document.cc:
12556
12557         Emit changed event
12558
12559         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12560         (ps_document_set_target):
12561
12562         Emit changed event
12563
12564         * shell/ev-view.c: (document_changed_callback),
12565         (ev_view_set_document), (ev_view_set_page):
12566
12567         Redraw on the changed signal
12568
12569 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12570
12571         * configure.ac: Added pt_BR to ALL_LINGUAS.
12572
12573 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12574
12575         * backend/ev-document-bookmarks.c:
12576         (ev_document_bookmarks_get_child): *
12577         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12578         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12579         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12580         (ev_sidebar_bookmarks_destroy),
12581         (ev_sidebar_bookmarks_class_init),
12582         (ev_sidebar_bookmarks_construct), (stack_data_free),
12583         (do_one_iteration), (populate_bookmarks_idle),
12584         (ev_sidebar_bookmarks_clear_document),
12585         (ev_sidebar_bookmarks_set_document): *
12586         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12587         (ev_sidebar_add_page),
12588         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12589         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12590         it displays both the topics and the page numbers.
12591
12592 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12593
12594         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12595         toggle.
12596         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12597         visible.
12598
12599 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12600
12601         * configure.ac: Added en_CA to ALL_LINGUAS.
12602
12603 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12604
12605         * ChangeLog: replace bottom of this ChangeLog (merged history of
12606         ggv and gpdf; where all paths were wrong and most of the files are
12607         not even in this tree) with ChangeLog (from arch) of the shell
12608         code.
12609
12610 2004-12-23  Havoc Pennington  <hp@redhat.com>
12611
12612         * shell/ev-window.c: hook up potentially-questionable "find
12613         results status text" feature - something involving the sidebar or
12614         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12615         might be better in the end.
12616
12617         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12618         with corresponding signal when it should be updated
12619
12620         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12621
12622 2004-12-22  Havoc Pennington  <hp@redhat.com>
12623
12624         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12625         find stuff on other pages, sort of (only returns one result on
12626         invisible pages, to show they have results; updates full results
12627         for a page when you view it). Currently repaints the current page
12628         every time a new result is found on any page, which isn't so nice.
12629
12630 2004-12-22  Havoc Pennington  <hp@redhat.com>
12631
12632         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12633         the document doesn't support find (better ideas?)
12634         (find_bar_search_changed_cb): handle missing document or document
12635         that doesn't support find
12636
12637         * pdf/xpdf/pdf-document.cc: port to implement the new
12638         EvDocumentFindIface
12639
12640         * backend/ev-document-find.c: create a new interface for searching
12641
12642         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12643
12644 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12645
12646         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12647         libevbackend.la.
12648
12649         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12650         EvPrintJob constructor arguments.
12651
12652         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12653         for documents that can export PostScript (page by page).
12654
12655         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12656         
12657         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12658         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12659         (pdf_document_ps_exporter_iface_init:
12660         Implement EvPSExporter.
12661
12662         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12663
12664 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12665
12666         * backend/Makefile.am:
12667         * backend/ev-document-thumbnails.c:
12668         (ev_document_thumbnails_get_type),
12669         (ev_document_thumbnails_get_thumbnail):
12670         * backend/ev-document-thumbnails.h:
12671         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12672         (pixbuf_document_thumbnails_get_thumbnail),
12673         (pixbuf_document_document_thumbnails_iface_init):
12674         * shell/Makefile.am:
12675         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12676         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12677         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12678         * shell/ev-sidebar-thumbnails.h:
12679         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12680         (ev_sidebar_set_document):
12681         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12682         (create_shadow), (ev_pixbuf_add_shadow):
12683         * shell/ev-utils.h:
12684         Add thumbnail support.
12685         
12686 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12687
12688         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12689         (using_postscript_printer): Set up a print dialog for "PostScript
12690         injection" method.
12691
12692         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12693         EvPrintJob.
12694
12695         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12696
12697 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12698
12699         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12700         (ps_document_set_target), (ps_document_get_page_size),
12701         (ps_document_render):
12702         * ps/gtkgs.h:
12703
12704         Fix a few bugs
12705
12706 2004-12-22  Christian Rose  <menthos@menthos.com>
12707
12708         * configure.ac: Added "sv" to ALL_LINGUAS.
12709
12710 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12711
12712         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12713         document supports bookmarks.
12714
12715 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * ps/ggvutils.c: (ggv_file_readable):
12718         * ps/ggvutils.h:
12719         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12720         (gtk_gs_get_postscript):
12721
12722         Remove unused utils
12723
12724 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12725
12726         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12727         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12728         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12729         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12730         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12731         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12732         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12733         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12734         (gtk_gs_set_antialiasing), (ps_document_load),
12735         (ps_document_render):
12736         * ps/gtkgs.h:
12737
12738         Another check point for the ps backend. Now I can get it to show
12739         pages!
12740
12741 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12742
12743         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12744         document setting code.
12745
12746 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12747
12748         * shell/eggfindbar.c: (entry_activate_callback):
12749         Animate the next button when activate is pressed.
12750         
12751 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12752
12753         * shell/ev-window.c: (ev_window_cmd_edit_find),
12754         (update_fullscreen_popup), (ev_window_fullscreen),
12755         (ev_window_unfullscreen), (ev_window_state_event_cb),
12756         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12757         Fix bugs in fullscreen code.
12758         
12759 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12760
12761         * Makefile.am:
12762         * configure.ac:
12763         * pixbuf/Makefile.am:
12764         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12765         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12766         (pixbuf_document_set_page), (pixbuf_document_get_page),
12767         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12768         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12769         (pixbuf_document_render), (pixbuf_document_begin_find),
12770         (pixbuf_document_end_find), (pixbuf_document_finalize),
12771         (pixbuf_document_class_init),
12772         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12773         * pixbuf/pixbuf-document.h:
12774         * shell/Makefile.am:
12775         * shell/ev-application.c: (ev_application_open):
12776         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12777         (ev_window_open):
12778         Add pixbuf backend.
12779         
12780 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12781
12782         * Makefile.am: 
12783         * dvi/dvilib/Makefile.am:
12784         * dvi/Makefile.am:
12785         * configure.ac: Auto*ify dvi and dvi/dvilib
12786
12787         * dvi/Makefile: Remove from CVS
12788         
12789         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12790         confusion.
12791
12792         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12793         
12794         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12795         
12796 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12797
12798         * ps/Makefile.am:
12799         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12800         (gtk_gs_value_adjustment_changed), (compute_size),
12801         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12802         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12803         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12804         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12805         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12806         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12807         (ps_document_load), (ps_document_get_n_pages),
12808         (ps_document_set_page), (ps_document_get_page),
12809         (ps_document_set_target), (ps_document_set_scale),
12810         (ps_document_set_page_offset), (ps_document_get_page_size),
12811         (ps_document_render), (ps_document_begin_find),
12812         (ps_document_end_find), (ps_document_document_iface_init):
12813         * ps/gtkgs.h:
12814         * shell/Makefile.am:
12815         * shell/ev-window.c: (ev_window_open):
12816
12817         Some work to integrate gtkgs with EvDocument
12818
12819 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12820
12821         * shell/ev-window.c: (update_fullscreen_popup),
12822         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12823         (exit_fullscreen_button_clicked_cb),
12824         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12825         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12826         (ev_window_state_event_cb), (ev_window_init):
12827         Add fullscreen support from Epiphany.
12828         
12829 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12830
12831         * data/ev-stock-zoom-fit-width.png: fit-width
12832         stock icon from gpdf.
12833         
12834         * shell/ev-stock-icons.[ch]: copied from gpdf.
12835         
12836         * shell/main.c: (main): init stock icons.
12837         
12838         * shell/ev-window.c: use the fit-width icon.
12839         
12840         * data/evince-ui.xml: add zooming toolbar items.
12841
12842 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12843
12844         * shell/ev-view.c: 
12845         (ev_view_best_fit), (ev_view_fit_width): because
12846         get_page_size() returns the scaled page size, we
12847         need to calculate the scale factor relative to
12848         the previous scale factor. Should really just
12849         add get_real_page_size().
12850
12851 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12852
12853         * shell/ev-view.[ch]:
12854         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12855         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12856         add zooming.
12857         
12858         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12859         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12860         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12861         hook it up.
12862         
12863         * pdf/xpdf/pdf-document.cc:
12864         (pdf_document_begin_find),
12865         (pdf_document_end_find): make static.
12866
12867 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12868
12869         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12870
12871         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12872         names to fontconfig patterns.
12873         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12874
12875         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12876         setupBaseFontsFc.
12877
12878 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12879
12880         * Makefile.am:
12881         * configure.ac:
12882         * ps/Makefile.am:
12883         * ps/ggvutils.c:
12884         * ps/ggvutils.h:
12885         * ps/gsdefaults.c:
12886         * ps/gsdefaults.h:
12887         * ps/gsio.c:
12888         * ps/gsio.h:
12889         * ps/gtkgs.c:
12890         * ps/gtkgs.h:
12891         * ps/ps.c:
12892         * ps/ps.h:
12893
12894         Import ggv backend. Not hooked up yet.
12895
12896 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12897
12898         * shell/main.c: (load_files), (main): load files
12899         from the command line.
12900
12901 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12902
12903         * configure.ac: don't require bonobo.
12904         
12905         * cut-n-paste/recent-files/*: kill bonobo recent
12906         view.
12907
12908         * shell/ev-window.c:
12909         (ev_window_is_empty): upd.
12910         (unable_to_load), (ev_window_open): load backend
12911         based on the mime type.
12912
12913 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12914
12915         * backend/.cvsignore: ignore generated marshalers source.
12916
12917         * shell/main.c (main): this is not epiphany.
12918
12919 2004-12-22  Havoc Pennington  <hp@redhat.com>
12920
12921         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12922         (expose_bin_window): draw find highlights
12923
12924         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12925         
12926         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12927         (pdf_document_end_find): implement this interface
12928
12929         * backend/ev-document.c (ev_document_found): add this to emit
12930         signal
12931
12932 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12933
12934         * data/evince-ui.xml: Add a few more toolbar items.
12935
12936         * shell/ev-window.c: Hook up page navigation toolbar 
12937         items.
12938
12939         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12940         a page-changed signal.
12941
12942         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12943         Add ev_document_get_page().
12944
12945         * shell/ev-window.c: Sensitize/desensitize navigation
12946         actions.
12947
12948 2004-12-21  Havoc Pennington  <hp@redhat.com>
12949
12950         * backend/ev-backend-marshal.c,
12951         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12952         marshaler-generator thingy. I'm sure there's a better way to do
12953         this in the modern world.
12954
12955         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12956         end_find methods and "found" signal.
12957
12958         * configure.ac: find glib-genmarshal
12959
12960 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12961
12962         * shell/ev-sidebar.c: Construct an actual sidebar.
12963         * shell/ev-sidebar-bookmarks.[ch]:
12964         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12965
12966 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12967
12968         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12969         Redo size handling.
12970         
12971         * shell/ev-view.c: Track the size from the document.
12972
12973 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12974
12975         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12976         constructor assumes ownership of the string passed in.
12977         
12978         * shell/ev-window.c (ev_window_open): Destroy the error
12979         dialog once we've displayed it.
12980
12981 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12982
12983         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12984         a bit, it works! (sort of)
12985
12986         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12987         Move to .cc since we need to use C++ in the implementation.
12988
12989         * shell/dummy.cc: Add a CC file to force evince
12990         to be linked as a C++ program.
12991
12992 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12993
12994         * shell/ev-view.[ch]: Start of content-area widget.
12995
12996         * shell/ev-window.c: Create a EvView, update it
12997         as we change documents.
12998
12999         * shell/Makefile.am shell/ev-marshal.list: Add
13000         generated marshalers.
13001
13002 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13003
13004         * Makefile.am (SUBDIRS): move shell.
13005
13006 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13007
13008         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13009         .a to libtool convenience libraries.
13010
13011         * shell/ev-window.c (ev_window_open): Hard code loading
13012         a PDF document.
13013         
13014         * backend/ev-document.h: Add a boolean return to load(),
13015         fix GError * to GError **.
13016
13017         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13018         object for a PDF backend EvDocument.
13019
13020 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13021
13022         * dvi/*: New directory with the beginning of a .dvi backend.
13023
13024 2004-12-21  Havoc Pennington  <hp@redhat.com>
13025
13026         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13027         previous/next instead of back/forward
13028
13029 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13030
13031         * backend/ev-document.[ch]: Fix a couple of problems so
13032         it compile.
13033
13034 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13035
13036         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13037         to backend/ directory, rename EvViewer to EvDocument.
13038
13039 2004-12-21  Havoc Pennington  <hp@redhat.com>
13040
13041         * shell/ev-window.c: hook up the find bar widget; now we just need
13042         a document to find things in
13043
13044         * shell/eggfindbar.c: a find bar widget
13045
13046 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13047
13048         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13049
13050 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13051
13052         * pdf/**: Import of xpdf code from gpdf. 
13053
13054         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13055
13056         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13057         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13058         Fix FreeType includes.
13059
13060         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13061         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13062         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13063         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13064         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13065         Include xpdfconfig.h
13066         
13067 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13068
13069         * shell/ev-window.c (ev_window_dispose): dispose can be called
13070         multiple times.
13071
13072 2004-12-21  Havoc Pennington  <hp@redhat.com>
13073
13074         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13075         rather than Evince
13076
13077         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13078         items; really they should be synced with the strings, etc. from
13079         current gpdf, but just getting the boring typing out of the way 
13080
13081 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * po/POTFILES.in:
13084         * shell/ev-application.c: (window_destroy_cb):
13085         * shell/ev-window.c:
13086         * shell/main.c: (main):
13087
13088         Actually show the window...
13089
13090 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13091
13092         * Makefile.am:
13093         * shell/Makefile.am:
13094         * shell/ev-application.c: (ev_application_class_init):
13095         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13096
13097         Make it build again
13098
13099 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13100
13101         Import to gnome cvs.
13102         
13103         * Remove copies of gpdf and ggv trees.
13104         * Rip out all the recursive configure code.
13105         * Remove bonobo machinery.
13106         * viewer/*: GInterfaces that backends should/can implement.
13107
13108 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13109
13110         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13111         typo
13112
13113 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13114
13115         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13116         (ev_application_finalize, ev_application_class_init)
13117         (ev_application_init): use GType instance private data for priv.
13118
13119         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13120         (ev_window_finalize, ev_window_class_init)
13121         (ev_window_init): ditto.
13122
13123 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13124
13125         * shell/ev-application.c (ev_application_new_window): make public
13126         (ev_application_show_initial_window): kill.
13127
13128         * shell/ev-application.h: update prototypes.
13129
13130         * shell/main.cc (main): inline ev_application_show_initial_window.
13131
13132 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13133
13134         * shell/ev-application.c (ev_application_new_window): impl.
13135         (ev_application_show_initial_window): use it.
13136         (is_window_empty, ev_application_get_empty_window): returns an
13137         existing empty window or a new one.
13138         (ev_application_open): from ev_window_cmd_file_open.
13139
13140         * shell/ev-application.h: update prototypes
13141
13142         * shell/ev-window.c (ev_window_is_empty): impl.
13143         (ev_window_open): make public.
13144         (ev_window_cmd_file_open): use ev_application_open
13145
13146         * shell/ev-window.h: update prototypes, remove unused.
13147
13148 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13149
13150         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13151         move destroy handler out of here...
13152
13153         * shell/ev-application.c, shell/ev-application.h: ...into this new
13154         class. Also handles initial window creation.
13155
13156         * shell/main.cc (main): use EvApplication to create initial
13157         window.
13158
13159 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13160
13161         * Makefile.am (SUBDIRS): add cut-n-paste
13162
13163         * cut-n-paste/Makefile.am: add
13164
13165         * configure.ac: generate Makefiles in cut-n-paste
13166
13167 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13168
13169         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13170         (ev_window_class_init): install ev_window_dispose.
13171
13172 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13173
13174         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13175         char (gchar looks stupid).
13176
13177 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13178
13179         * po/de.po: updated German translation.
13180
13181 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13182
13183         * configure.ac: add more pkg-config library checks for gnome-vfs,
13184         bonobo etc.
13185
13186         * gpdf/configure.in: temporarily disable libpaper
13187         checks. Otherwise I'd have to add the checks for the shell, too.
13188
13189 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13190
13191         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13192         and * file filters to the file choose.
13193
13194 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13195
13196         * po/de.po: Updated German translation.
13197
13198 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13199
13200         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13201
13202 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13203
13204         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13205
13206         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13207         (ev_window_init): implement those menuitems.
13208
13209 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13210
13211         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13212
13213         * shell/ev-window.c (ev_window_init): use the toolbar.
13214
13215 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13216
13217         * shell/ev-window.c (ev_window_init): use menu translations
13218
13219 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13220
13221         * configure.ac: add "de" to ALL_LINGUAS.
13222
13223         * po/de.po: add German translation.
13224
13225 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13226
13227         * Makefile.am (SUBDIRS): add po
13228
13229         * configure.ac: check intltool, glib-gettext etc, generate
13230         po/Makefile.in
13231
13232         * po, po/POTFILES.in, po/POTFILES.skip: new.
13233
13234 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13235
13236         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13237         already use (#ifdef ENABLE_NLS)
13238
13239         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13240         pointer indirection thinko.
13241
13242         * shell/main.c: include gi18n.h for bindtextdomain etc.
13243
13244 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13245
13246         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13247         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13248         tooltips for menu items in the statusbar.
13249
13250 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13251
13252         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13253         pkgdatadir drop UIDIR
13254
13255 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13256
13257         * data/evince-ui.xml: Add File->Open menu item
13258
13259         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13260         chooser), hook it up in the ui manager.
13261
13262 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13263
13264         * shell/ev-window.c: fix Help->About tooltip.
13265
13266 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13267
13268         * configure.ac: set CFLAGS for libevprivate.
13269
13270         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13271         definitions, factory etc.
13272
13273         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13274
13275         * shell/Makefile.am: link against libevprivate.a.
13276
13277         * shell/ev-window.c (entries): add stock icon to Help->About.
13278
13279         * shell/main.c (main): init stock icon code.
13280
13281 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13282
13283         * lib/recent-files: egg recent files code
13284
13285         * lib/Makefile.am: add.
13286
13287         * Makefile.am: add lib subdir.
13288
13289         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13290         set CFLAGS for recent-files.
13291
13292 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13293
13294         * configure.ac: disable -ansi and -pedantic gcc flags. They
13295         disable POSIX stuff in stdio.h, but egg-recent uses them.
13296
13297 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13298
13299         * configure.ac: add --disable-deprecated flag (defaults to on in
13300         "cvs" builds).
13301
13302         * shell/Makefile.am (INCLUDES): use it.
13303
13304 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13305
13306         * shell/main.c: add missing #include.
13307
13308         * shell/ev-window.c: fix for pedantic gcc.
13309         (ev_window_cmd_help_about): split license into paragraphs for
13310         translators and pedantic compilers.
13311
13312 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13313
13314         * configure.ac: add more warning flags if compiling with gcc from
13315         cvs (or explicitly requested with --enable-more-warnings).
13316
13317 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13318
13319         * data/evince-ui.xml: add File and File->Close menu.
13320
13321         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13322         (ev_window_destroy): quit after destroy.
13323         (ev_window_class_init): override GtkObject::destroy.
13324         (entries): install close_window callback.
13325
13326 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13327
13328         * Makefile.am (SUBDIRS): add data subdir.
13329
13330         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13331         gtk+ 2.5.0 for GtkAboutDialog.
13332
13333         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13334         main window.
13335
13336         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13337
13338         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13339         manager.
13340         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13341
13342 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13343
13344         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13345
13346 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13347
13348         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13349
13350 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13351
13352         * shell/*: Added shell directory boilerplate, build it.
13353
13354 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13355
13356         * configure.ac, Makefile.am: Added top-level configure.ac and
13357         Makefile.am