]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use g_file_has_prefix instead of renamed g_file_contains_file.
[evince.git] / ChangeLog
1 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2
3         * shell/ev-window.c (ev_window_clear_temp_file):
4         Use g_file_has_prefix instead of renamed
5         g_file_contains_file.
6
7         * configure.ac:
8         Require new glib for above change.
9         
10 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * libdocument/ev-image.c: (ev_image_finalize),
13         (ev_image_save_tmp):
14
15         Return a real uri instead of a filename when saving an
16         image. Fixes images drag an drop from evince to nautilus. 
17         
18 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * backend/pdf/ev-poppler.cc:
21         (pdf_document_images_get_image_mapping):
22
23         Return the image list in the right order. Fixes bug #516237.
24         
25 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
26
27         * backend/impress/impress-document.c:
28         (impress_document_thumbnails_get_thumbnail):
29
30         Remove unused variable to avoid a compiler warning.
31
32 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
33
34         * configure.ac:
35         
36         Update for release 2.21.91.
37
38 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * configure.ac:
41         * shell/Makefile.am:
42         * shell/ev-application.[ch]:
43         * shell/ev-sidebar-links.c:
44         * shell/ev-utils.[ch]:
45         * shell/ev-window.[ch]:
46
47         Remove libgnomeprint support. Fixes bug #512370.
48         
49 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
50
51         * thumbnailer/evince-thumbnailer.c: (main):
52
53         Initialize glib type system before using it. Fixes bug #513934.
54         
55 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * properties/ev-properties-main.c:
58
59         Add missing #include.
60         
61 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * configure.ac:
64         * backend/djvu/djvu-document.c: (djvu_document_render):
65         * backend/tiff/tiff-document.c: (tiff_document_render):
66
67         Use the new cairo function cairo_format_stride_for_width when
68         available. Fixes bug #482720.
69
70 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
73         (get_mime_type_from_data), (get_document_from_uri):
74
75         Use g_content_type_guess() only when slow is true in
76         get_document_from_uri(). Fix several memory leaks.
77         
78 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
79
80         * libdocument/ev-document-factory.c:
81         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
82         (get_document_from_uri):
83
84         Use g_content_type_guess () to get mimetype for files.
85         Bug #510401.
86
87 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * thumbnailer/Makefile.am:
90
91         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
92         
93 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
94
95         * configure.ac:
96
97         Fix build with --without-libgnome. Fixes bug #512771.
98         
99 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
100
101         * backend/dvi/Makefile.am: Install only dvi
102         module. Fixes bug #512718.
103
104 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
105
106         * properties/ev-properties-main.c: (nautilus_module_initialize):
107         
108         Initialize backends in properties tab. Fixes bug
109         #512720.
110
111 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
112
113         * properties/Makefile.am: No need to link with 
114         libraries. Fixes bug #512719.
115
116 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
117
118         * NEWS:
119         * configure.ac:
120         
121         Update for release 2.21.90.
122
123 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * shell/ev-window.c: (ev_window_cmd_escape):
126
127         Fix compile warning.
128         
129 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
132
133         Fix printing in dvi backend when filename contains white
134         espaces. Fixes bug #502839.
135         
136 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
139         (screensaver_disable_x11):
140         * shell/Makefile.am:
141         * shell/xdg-user-dir-lookup.c: Removed
142         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
143         * shell/ev-view.c: (ev_view_presentation_transition_start):
144         * shell/ev-window.c: (ev_window_cmd_file_open),
145         (ev_window_cmd_save_as), (presentation_set_timeout):
146
147         Remove #ifdefs that are no longer needed.
148         
149 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-view.[ch]: (ev_view_button_release_event),
152         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
153         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
154         (ev_window_cmd_escape):
155
156         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
157         
158 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * configure.ac:
161         * backend/comics/comics-document.c: (comics_document_load):
162         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
163         (ev_attachment_set_property), (ev_attachment_init),
164         (ev_attachment_save), (ev_attachment_launch_app),
165         (ev_attachment_open):
166         * libdocument/ev-document-factory.c: (get_document_from_uri):
167         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
168         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
169         * shell/ev-jobs.c:
170         * shell/ev-password.c: (ev_password_dialog_set_property),
171         (ev_password_dialog_save_password):
172         * shell/ev-sidebar-attachments.c:
173         (ev_sidebar_attachments_drag_data_get):
174         * shell/ev-window-title.c: (get_filename_from_uri):
175         * shell/ev-window.c: (ev_window_clear_temp_file),
176         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
177         (ev_window_open_uri), (window_save_file_copy_ready_cb),
178         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
179         (launch_external_uri), (image_save_dialog_response_cb),
180         (attachment_save_dialog_response_cb):
181         * shell/main.c: (load_files), (load_files_remote), (main):
182         * thumbnailer/evince-thumbnailer.c: (main):
183
184         Port to gio and drop gnome-vfs dependency. Fixes bug
185         #510401. Based on patch by Cosimo Cecchi.
186         
187 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
188
189         * NEWS:
190
191         Fixed formatting inconsistencies (spaces vs. tabs)
192
193 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
194
195         * shell/ev-window.c:
196
197         Use top/up/bottom/down arrows instead of
198         first/left/last/right in the toolbar and menu actions.
199         This fixes issues with RTL languages and is visually
200         consistent with the page view. Fixes bug #170081.
201
202 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
203
204         * NEWS:
205
206         Fixed some inaccuracies pointed out by Carlos Garcia
207         Campos.
208
209 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
210
211         * NEWS:
212         * data/evince.schemas.in:
213         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
214
215         Override PDF restrictions by default. Fixes bug #382700.
216
217 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
218
219         * NEWS: Updated for upcoming release
220
221 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
224
225         Fix memory leak.
226         
227 2008-01-23  Gil Forcada <gilforcada@guifi.net>
228
229         * shell/ev-window.c: (register_custom_actions):
230         
231         Added comment for translators
232
233 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * shell/ev-view.c: (ev_view_button_release_event):
236
237         Do not create the idle function for kinetic scrolling if we are
238         not in a drag operation.
239
240 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
243         (ev_view_button_press_event), (ev_view_motion_notify_event),
244         (ev_view_button_release_event):
245
246         Restore cursor after autoscrolling. Fixes bug #509958.
247
248 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * configure.ac:
251         * backend/pdf/ev-poppler.cc:
252         (pdf_document_images_get_image_mapping),
253         (pdf_document_images_get_image),
254         (pdf_document_document_images_iface_init):
255         * libdocument/ev-document-images.[ch]:
256         (ev_document_images_get_image_mapping),
257         (ev_document_images_get_image):
258         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
259         (ev_image_get_id), (ev_image_save_tmp):
260         * shell/ev-jobs.c: (ev_job_render_run):
261         * shell/ev-view.c: (ev_view_drag_data_get):
262         * shell/ev-window.c: (image_save_dialog_response_cb),
263         (ev_view_popup_cmd_copy_image):
264
265         Do not render images when rendering the page but on demand. It
266         reduces the memory comsumption.
267         
268 2008-01-18  Marcelo Lira  <setanta@gmail.com>
269
270         * configure.a:
271         * shell/ev-password.c:
272
273         Make gnome-keyring optional. Fixes bug #509676.
274         
275 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * shell/ev-pixbuf-cache.c: (add_job):
278
279         Initialize include_images variable as FALSE instead of TRUE.
280         
281 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
282
283         * configure.ac:
284         * cut-n-paste/Makefile.am:
285         * cut-n-paste/fileformatchooser/Makefile.am:
286         * cut-n-paste/fileformatchooser/egg-macros.h:
287         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
288         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
289         * shell/Makefile.am:
290         * shell/ev-utils.c:
291         (file_chooser_dialog_add_writable_pixbuf_formats),
292         (get_gdk_pixbuf_format_by_extension):
293         * shell/ev-utils.h:
294         * shell/ev-window.c: (ev_window_error_message),
295         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
296         
297         Simplify image format selection on save.
298
299 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
300
301         * shell/ev-view.c: (ev_view_scroll_event):
302         
303         Repair gorizontal scrolling with shift. Fixes
304         bug #483412.
305
306 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
307         
308         * MAINTAINERS:
309
310         Fix formatting issues.
311         
312 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
313
314         * backend/comics/comics-document.c: (comics_regex_quote):
315         
316         Don't overquote special chars except of '. See bug 
317         502500. Thanks to Tom Parker.
318
319 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
320
321         * MAINTAINERS:
322         
323         Added Nickolay and Carlos, since they're doing most of
324         the releases nowadays.
325
326 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
327
328         * properties/Makefile.am:
329
330         Get the nautilus extension dir properly instead of using
331         a hack. Fixes bug #505359.
332
333 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
334
335         * properties/Makefile.am:
336         
337         Install nautilus extension into new place. See bug
338         #505359. Thanks to Matthias Clasen, Brian Pepple and
339         Damien Carbery.
340
341 2008-01-13  Djihed Afifi  <djihed@gmail.com>
342
343         * shell/ev-window.c: (ev_window_get_recent_file_label):
344         
345         RTL marker in recent file list. See bug #509076.
346
347 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
350         * shell/ev-window.c: (image_save_dialog_response_cb):
351
352         Fix compile warnings due to unused variables.
353         
354 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * configure.ac:
357         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
358         * backend/ps/ev-spectre.c: (ps_document_render):
359
360         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
361
362 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
363
364         * shell/ev-transition-animation.c (ev_transition_animation_fade)
365         (ev_transition_animation_paint): Implement "fade" effect.
366
367 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
368
369         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
370         (ev_transition_animation_paint): Implement "uncover" effect.
371
372 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
373
374         * shell/ev-transition-animation.c (ev_transition_animation_cover)
375         (ev_transition_animation_paint): Implement "cover" effect.
376
377 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
378
379         * shell/ev-transition-animation.c (ev_transition_animation_push)
380         (ev_transition_animation_paint): Implement "push" effect.
381
382 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
383
384         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
385         (ev_transition_animation_paint): Implement "dissolve" effect.
386
387 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
388
389         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
390         (ev_transition_animation_paint): Implement "wipe" effect.
391
392 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
393
394         * shell/ev-transition-animation.c (ev_transition_animation_box)
395         (ev_transition_animation_paint): Implement "box" effect.
396
397 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
398
399         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
400         (ev_transition_animation_paint): Implement "blinds" effect.
401
402 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
403
404         * shell/ev-transition-animation.c (ev_transition_animation_split)
405         (ev_transition_animation_paint): Implement "split" effect.
406
407 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
408
409         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
410         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
411         (ev_view_transition_animation_start) 
412         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
413         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
414         (ev_view_next_page) (ev_view_previous_page):
415         
416         Use EvTransitionAnimation to drive page changes in the presentation
417         mode, the animation will wait to start until both the origin and 
418         destination page surfaces are available. Fixes #458460.
419
420         (draw_loading_text):
421
422         Remove workaround for bug #320352, it's now fixed properly.
423
424
425 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
426
427         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
428         will contain the implementations for page transition animations, at
429         the moment it just has the "replace" effect.
430         * shell/Makefile.am: Added these files to build.
431
432 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
433
434         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
435         animations.
436         * shell/Makefile.am: Added these files to build.
437
438 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
439
440         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
441         implementation to get_effect() in EvDocumentTransitionIface.
442
443 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
444
445         * libdocument/ev-transition-effect.[ch]: New files, define a page
446         transition effect, at the moment it maps PopplerPageTransition to a
447         GObject.
448         * libdocument/Makefile.am: Added these files to build.
449         * libdocument/ev-document-transition.[ch]
450         (ev_document_transition_get_effect): New method, gets the
451         EvTransitionEffect returned by the interface implementation, with
452         fallback to the "replace" effect.
453
454 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
455
456         * configure.ac:
457         * cut-n-paste/Makefile.am:
458         * cut-n-paste/fileformatchooser/Makefile.am:
459         * cut-n-paste/fileformatchooser/egg-macros.h:
460         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
461         * shell/Makefile.am:
462         * shell/ev-window.c: (image_save_dialog_response_cb),
463         (ev_view_popup_cmd_save_image_as):
464
465         Allow exporting images in any format supported by
466         GdkPixbuf. Fixes bug #500209.
467         
468 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * backend/pixbuf/pixbuf-document.c:
471
472         More warnings fixed.
473         
474 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
477         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
478         * backend/djvu/djvu-text.h:
479         * backend/tiff/tiff-document.c: (tiff_document_render):
480
481         Fix compile warnings.
482         
483 2007-12-28  Christian Persch  <chpe@gnome.org>
484
485         * **/*.c: Include config.h. Bug #504721.
486
487 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * configure.ac:
490         * Makefile.am:
491         * po/POTFILES.in:
492         * backend/comics/Makefile.am:
493         * backend/comics/comics-document.[ch]:
494         * backend/comics/comicsdocument.evince-backend.in:
495         * backend/djvu/Makefile.am:
496         * backend/djvu/djvu-document.[ch]:
497         * backend/djvu/djvudocument.evince-backend.in:
498         * backend/dvi/Makefile.am:
499         * backend/dvi/dvi-document.[c]:
500         * backend/dvi/dvidocument.evince-backend.in:
501         * backend/impress/Makefile.am:
502         * backend/impress/impress-document.[ch]:
503         * backend/impress/impressdocument.evince-backend.in:
504         * backend/pdf/Makefile.am:
505         * backend/pdf/ev-poppler.cc:
506         * backend/pdf/ev-poppler.h:
507         * backend/pdf/pdfdocument.evince-backend.in:
508         * backend/pixbuf/Makefile.am:
509         * backend/pixbuf/pixbuf-document.[ch]:
510         * backend/pixbuf/pixbufdocument.evince-backend.in:
511         * backend/ps/Makefile.am:
512         * backend/ps/ev-spectre.[ch]:
513         * backend/ps/ps-document.[ch]:
514         * backend/ps/psdocument.evince-backend.in:
515         * backend/tiff/Makefile.am:
516         * backend/tiff/tiff-document.[ch]:
517         * backend/tiff/tiffdocument.evince-backend.in:
518         * libdocument/Makefile.am:
519         * libdocument/ev-backends-manager.[ch]:
520         * libdocument/ev-module.[ch]:
521         * libdocument/ev-document.h:
522         * libdocument/ev-document-factory.[ch]:
523         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
524         (get_compression_from_mime_type), (get_document_from_uri),
525         (ev_document_factory_get_document), (file_filter_add_mime_types),
526         (ev_document_factory_add_filters):
527         * shell/Makefile.am:
528         * shell/ev-window-title.c: (get_filename_from_uri):
529         * shell/main.c: (main):
530         * thumbnailer/Makefile.am:
531         * thumbnailer/evince-thumbnailer.c: (main):
532
533         Plugin system for backends. Fixes bug #351348.
534         
535 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
536
537         * shell/ev-view-private.h:
538         * shell/ev-view.c: (ev_view_drag_update_momentum),
539         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
540         (ev_view_button_release_event), (ev_view_destroy):
541         
542         Kinetic scrolling implemented as requested in
543         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
544
545 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
546
547         * data/evince-toolbar.xml:
548         * data/evince-ui.xml:
549         * shell/ev-view-private.h:
550         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
551         (ev_view_button_press_event), (ev_view_motion_notify_event),
552         (ev_view_button_release_event), (ev_view_init),
553         (ev_view_autoscroll_cb), (ev_view_autoscroll),
554         (ev_view_set_cursor):
555         * shell/ev-view.h:
556         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
557         (ev_window_cmd_view_autoscroll):
558         
559         Autoscroll feature with the context menu. Fixes bug 
560         #323670. Thanks to David Turner <cillian64@googlemail.com>.
561
562 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
565
566         Disconnect also page-ready signal when removing a job because the
567         page size has changed. Thanks to kripken
568         <kripkensteiner@gmail.com>.
569
570 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
571
572         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
573         
574         Scroll pages in page entry with mouse wheel. Fixes bug
575         #324122. Thanks to David Turner <cillian64@googlemail.com>.
576
577 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * backend/dvi/Makefile.am:
580         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
581         (mdvi_cairo_device_init):
582         * backend/dvi/mdvi-lib/common.h:
583         * backend/dvi/mdvi-lib/mdvi.h:
584         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
585         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
586         (mdvi_build_path_from_cwd):
587
588         Add ps specials support in dvi backend when libspectre is
589         present. Fixes bug #386005.
590         
591 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * configure.ac:
594         * backend/ps/Makefile.am:
595         * backend/ps/ev-spectre.[ch]:
596         
597         Use libspectre, if available, for the ps backend. Fixes bugs
598         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
599
600 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
601         
602         * backend/comics/comics-document.c: (comics_document_load):
603         
604         Cygwin build issue fix.
605
606 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-view.c: (ev_view_set_zoom):
609
610         Do not limit the minimum zoom factor when sizing mode is best bit
611         or fit width. Fixes bug #503805.
612         
613 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
616         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
617         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
618         (ev_link_dest_get_property), (ev_link_dest_set_property),
619         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
620         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
621         (ev_link_dest_new_fitr):
622         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
623         (goto_fith_dest), (goto_xyz_dest):
624
625         Do not change left, top and zoom values when they are null in PDF
626         destinations. Fixes bug #460658.
627         
628 2007-12-10  Christian Persch  <chpe@gnome.org>
629
630         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
631         (ev_view_accessible_class_init),
632         (ev_view_accessible_idle_do_action),
633         (ev_view_accessible_action_do_action),
634         (ev_view_accessible_action_get_description),
635         (ev_view_accessible_action_set_description),
636         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
637         (ev_view_accessible_factory_init),
638         (ev_view_accessible_factory_get_accessible_type):
639         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
640         private data, and G_DEFINE_TYPE. Bug #502843.
641
642 2007-12-08  Christian Persch  <chpe@gnome.org>
643
644         * shell/ev-metadata-manager.c: (item_free),
645         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
646         (value_free), (parse_value), (parseItem),
647         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
648         (save_values): Use GSlice to allocate small amounts of memory. Bug
649         #475972.
650
651 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
654
655         Restore cursor to normal after a drag operation. Fixes bug
656         #501603.
657         
658 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
659
660         * NEWS:
661         * configure.ac:
662         
663         Update for release 2.21.1
664
665 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * configure.ac:
668         * cut-n-paste/gedit-message-area/Makefile.am:
669         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
670         * shell/Makefile.am:
671         * shell/ev-message-area.[ch]:
672         * shell/ev-window.c: (ev_window_set_message_area),
673         (ev_window_error_message_response_cb), (ev_window_error_message),
674         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
675         (ev_window_save_job_cb), (image_save_dialog_response_cb),
676         (ev_attachment_popup_cmd_open_attachment),
677         (attachment_save_dialog_response_cb), (ev_window_set_document),
678         (ev_window_init):
679
680         Use a message area instead of a popup dialog for error
681         notifications. Fixes bug #337495.
682         
683 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
686         (ev_window_run_fullscreen):
687
688         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
689         
690 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * ev-sidebar-thumbnails.c: (update_visible_range),
693         (ev_sidebar_thumbnails_refresh),
694         (ev_sidebar_thumbnails_set_document),
695         (ev_sidebar_thumbnails_support_document):
696
697         Show thumbnails for documents with one page. Fixes bug #358751.
698         
699 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-window.c:
702         (ev_window_load_print_settings_from_metadata),
703         (ev_window_save_print_settings), (ev_window_print_finished),
704         (ev_window_print_range):
705
706         Print settings that are specific to the document are now saved per
707         document in the metadata file. Fixes bug #488806.
708         
709 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
710
711         * backend/tiff/tiff-document.c: (tiff_document_render):
712
713         Tiff documents were rendered with wrong colors. Fixes bug #497279.
714         
715 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-application.[ch]: (get_find_string_from_args),
718         (ev_application_open_uri_at_dest), (ev_application_open_uri),
719         (ev_application_open_uri_list):
720         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
721         * shell/ev-window.[ch]: (ev_window_load_job_cb),
722         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
723         (ev_window_cmd_recent_file_activate),
724         (ev_window_open_recent_action_item_activated),
725         (ev_window_print_send), (open_remote_link):
726         * shell/main.c: (arguments_parse):
727
728         Add a command line option for search. Fixes bug #497710.
729         
730 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
731
732         * shell/ev-jobs.c: (ev_job_print_new):
733
734         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
735         
736 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * data/evince-toolbar.xml:
739         * shell/Makefile.am:
740         * shell/ev-application.c: (ev_application_init):
741         * shell/ev-open-recent-action.[ch]:
742         * shell/ev-window.c:
743         (ev_window_open_recent_action_item_activated),
744         (register_custom_actions):
745
746         Add an expander to the open toolbar item which pops up a dropdown
747         menu with the recently used documents. Fixes bug #487215.
748         
749 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-window.c: (ev_window_open_uri),
752         (ev_window_cmd_view_reload):
753
754         Do not jump to the first page when reloading by running evince
755         from the command line. Fixes bug #490847.
756         
757 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
758
759         * shell/ev-window.c: (ev_window_cmd_help_contents):
760
761         Plugged memory leak when help file is not found. Fixes bug
762         #490762.
763         
764 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * configure.ac:
767
768         Enable djvu, dvi and comics backends by default. Fixes bug
769         #437121.
770         
771 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * configure.ac:
774         * cut-n-paste/Makefile.am:
775         * cut-n-paste/recent-files/*: Removed
776         * help/reference/Makefile.am:
777         * shell/Makefile.am:
778         * shell/ev-application.[ch]: (ev_application_shutdown),
779         (ev_application_init):
780         * shell/ev-window.c: (ev_window_add_recent),
781         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
782
783         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
784         
785 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
786
787         * shell/ev-window.c: (launch_external_uri):
788
789         Let GnomeVFS check the URL, this allow more URL (like mailto:),
790         and report error if the URL is not supported (#489910).
791
792 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
795         (pdf_document_file_exporter_begin_page),
796         (pdf_document_file_exporter_end_page):
797
798         Fix printing with poppler splash backend. Fixes bug #489774.
799         
800 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
803         * shell/ev-print-job.c: (ev_print_job_class_init):
804
805         Fix a crash when printing with the gnome-print dialog. Fixes bug
806         #488939.
807         
808 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
809
810         * backend/pixbuf/pixbuf-document.c:
811
812         Fix an implicit function definition warning (#487655)
813
814 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-window.c:
817
818         Fix conflicting shortcut for view sade pane and presentation.
819         
820 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * backend/pdf/ev-poppler.cc:
823         (pdf_document_file_exporter_begin_page),
824         (pdf_document_file_exporter_do_page),
825         (pdf_document_file_exporter_end_page),
826         (pdf_document_file_exporter_iface_init):
827         * libdocument/ev-file-exporter.[ch]:
828         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
829         * shell/ev-jobs.c: (ev_job_print_get_page_list),
830         (ev_job_print_run):
831
832         When printing multiple pages per sheet in reverse option, do not
833         invert the order of the pages in every sheet, but the order of the
834         sheets. Do not print blank pages when page range is invalid. Fixes
835         bugs #484857 and #485521.
836         
837 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-jobs.c: (ev_job_print_get_page_list),
840         (ev_job_print_run):
841         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
842
843         Respect ranges order when printing more than one range in random
844         order.
845         
846 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
847
848         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
849         (ev_window_setup_document), (ev_window_rotation_changed_cb):
850
851         Rotate also the window icon when document is rotated. Fixes bug
852         #474681.
853         
854 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
857         (pdf_document_forms_get_form_fields):
858
859         Silently ignore unknown form fields. Fixes bug #482654. Patch by
860         Matthias Drochner.
861         
862 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * configure.ac:
865         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
866
867         Use poppler_page_render_for_printing() instead of
868         poppler_page_render() if available when exporting to a ps or pdf
869         file. Fixes bug #476627.
870         
871 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-window.c: (ev_window_run_fullscreen):
874
875         Do not show the toolbar in fullscreen mode if the main toolbar is
876         not visible. Fixes bug #483048.
877         
878 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-view.c: (ev_view_button_press_event):
881
882         Give priority to form fields over images when deciding whether a
883         button press event is over an image or form field. It allows edit
884         form fields when they are over a background image. Fixes bug
885         #477841.
886         
887 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
888
889         * NEWS:
890         * configure.ac:
891         
892         Update for release 2.20.0
893
894 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * backend/pdf/ev-poppler.cc:
897
898         Remove #ifdef HAVE_FORMS, so that forms support works again.
899
900 2007-09-05  Götz Waschk  <waschk@mandriva.org>
901
902         * configure.ac:
903         * data/evince.desktop.in.in:
904         
905         Fixes desktop file issues. See bug #473471.
906
907 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
910         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
911         (ev_job_queue_remove_job):
912         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
913         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
914         * shell/ev-window.c: (ev_window_clear_save_job),
915         (ev_window_save_job_cb), (file_save_dialog_response_cb),
916         (ev_window_dispose):
917
918         Move save a copy task to its own job so that it's carried out in a
919         thread avoiding another lock in the main thread. Use
920         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
921         can be saved to a pathin another file system. Fixes bug #456891.
922         
923 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
924
925         * NEWS:
926         * configure.ac:
927         
928         Update for release 2.19.92
929
930 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * configure.ac:
933         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
934         (pdf_selection_get_selection_region),
935         (pdf_selection_get_selection_map),
936         (ev_form_field_from_poppler_field):
937
938         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
939         and triple click selections are enabled again now.
940
941 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-window.c: (ev_window_add_history):
944
945         Make sure not to use the history with documents not supporting
946         links. Fixes bug #468954.
947
948 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * shell/ev-window.c: (ev_window_load_job_cb):
951
952         Restart the search when reloading a document with the find bar
953         visible. Fixes bug #461962.
954
955 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-window.c: (setup_document_from_metadata),
958         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
959
960         Do not jump to the first page when reloading a document from the
961         last page.
962
963 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * shell/ev-window.c: (update_chrome_flag),
966         (setup_sidebar_from_metadata),
967         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
968         (ev_window_cmd_edit_find_next),
969         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
970         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
971         (find_bar_close_cb), (view_actions_focus_in_cb):
972
973         Do not update visibility when changing a chrome flag so that it's
974         possible to update several flags and update visibility only once
975         for all of them.
976
977 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
980
981         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
982         supported by gtk+. Fixes bug #460907.
983
984 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * shell/ev-view.c: (view_update_range_and_current_page):
987
988         Make sure current-page <= end-page in continuous mode. Fixes bug
989         #454950.
990
991 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * backend/pdf/ev-poppler.cc: (build_tree):
994
995         Ignore outline items without a title. Fixes bug #453913.
996
997 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1000         (ev_view_button_release_event), (ev_view_leave_notify_event):
1001
1002         Use always drag mouse cursor during a drag operation. Fixes bug
1003         #470564.
1004
1005 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1008         (pdf_selection_get_selection_region),
1009         (pdf_selection_get_selection_map):
1010
1011         Temporarily disable double and triple selections since it depends on
1012         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1013         released and the update of the external dependency minimal version
1014         approved.
1015
1016 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1019         (pdf_document_file_exporter_do_page):
1020         * libdocument/ev-file-exporter.h:
1021         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1022         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1023
1024         Actually fix printing regressions. Remove orientation from
1025         EvPrintContext since it's redundant.
1026
1027 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1030         * backend/impress/impress-document.c:
1031         (impress_document_document_iface_init):
1032         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1033         * backend/djvu/djvu-document.c:
1034         (djvu_document_document_iface_init),
1035         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1036         * backend/tiff/tiff-document.c:
1037         (tiff_document_document_iface_init):
1038         * backend/pixbuf/pixbuf-document.c:
1039         (pixbuf_document_document_iface_init):
1040         * backend/comics/comics-document.c:
1041         (comics_document_document_iface_init):
1042         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1043         (pdf_selection_render_selection),
1044         (pdf_selection_get_selected_text),
1045         (pdf_selection_get_selection_region),
1046         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1047         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1048         (ev_selection_get_selection_region),
1049         (ev_selection_get_selection_map):
1050         * libdocument/ev-document.[ch]:
1051         * shell/ev-pixbuf-cache.[ch]: (add_job),
1052         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1053         * shell/ev-view-private.h:
1054         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1055         (ev_job_render_run):
1056         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1057         * shell/ev-view.c: (start_selection_for_event),
1058         (ev_view_button_press_event), (ev_view_drag_data_get),
1059         (ev_view_drag_data_received), (ev_view_button_release_event),
1060         (compute_new_selection_text), (compute_selections),
1061         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1062         (ev_view_primary_get_cb):
1063
1064         Add support for double and triple click selections.
1065
1066 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1067
1068         * NEWS:
1069         * configure.ac:
1070
1071         Update for release 2.19.4
1072
1073 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1074
1075         * shell/ev-view-private.h:
1076         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1077         (ev_view_set_highlight_search):
1078         * shell/ev-view.h:
1079         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1080         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1081         (find_bar_visibility_changed_cb):
1082         
1083         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1084
1085 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1088         (pdf_document_file_exporter_begin),
1089         (pdf_document_file_exporter_do_page):
1090         * shell/ev-jobs.c: (ev_job_print_run):
1091         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1092
1093         Create always a portrait cairo surface and rotate when needed for
1094         landscape. It fixes printing problems in real printers.
1095
1096 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1099         * libdocument/ev-file-exporter.[ch]:
1100         (ev_file_exporter_get_capabilities):
1101         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1102         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1103
1104         Adjust number of pages per row according to page orientation when
1105         printing 2 or 6 pages per sheet.
1106
1107 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * shell/ev-window.c: (ev_window_print_send):
1110
1111         Reset also cups setting to 1 when printing multiple pages per
1112         sheet. Fixes bug #468853.
1113
1114 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * libdocument/ev-document-misc.c:
1117         (ev_document_misc_surface_rotate_and_scale):
1118
1119         Use directly cairo_surface_get_content() when creating a similar
1120         surface as suggested by Jeff Muizelaar. Thanks again.
1121
1122 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * backend/djvu/djvu-document.c: (djvu_document_render):
1125         * backend/tiff/tiff-document.c: (tiff_document_render):
1126         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1127         * libdocument/ev-document-misc.c:
1128         (ev_document_misc_surface_from_pixbuf),
1129         (ev_document_misc_surface_rotate_and_scale):
1130
1131         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1132         creating page surfaces. Fixes bug #453123. Thank you very much to
1133         Jeff Muizelaar <jeff@infidigm.net>.
1134
1135 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * shell/ev-page-cache.c: (ev_page_cache_new),
1138         (ev_page_cache_get_thumbnail_size):
1139         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1140         (ev_sidebar_thumbnails_set_loading_icon):
1141
1142         Also store in page-cache the dimensions of the thumbnails so that
1143         they can be used to create the correct loading icon in the side
1144         pane. Fixes bug #466857.
1145
1146 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * backend/pdf/ev-poppler.cc:
1149         (pdf_document_thumbnails_get_thumbnail):
1150
1151         Fix thumbnails rotation in pdf documents that include embedded 
1152         thumbnails.
1153
1154 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1155
1156         * backend/pdf/ev-poppler.cc:
1157
1158         Don't use #ifdef in macro expansion. Some compilers don't
1159         like that. Closes bug #467042.
1160
1161 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1162
1163         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1164         
1165         Fixes memory leak in djvu backend.
1166
1167 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1168
1169         * data/icons/32x32/Makefile.am:
1170         * data/icons/32x32/actions/Makefile.am:
1171         * data/icons/32x32/actions/view-page-cont.svg:
1172         * data/icons/32x32/actions/view-page-facing.svg:
1173         * data/icons/48x48/Makefile.am:
1174         * data/icons/48x48/actions/Makefile.am:
1175         * data/icons/48x48/actions/view-page-cont.svg:
1176         * data/icons/48x48/actions/view-page-facing.svg:
1177         
1178         Icons for a new sizes.
1179
1180 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1181
1182         * shell/ev-page-cache.c: (build_height_to_page),
1183         (ev_page_cache_get_height_to_page):
1184         
1185         Fixes invalid read, see bug #466401.
1186
1187 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1190         (set_drag_cursor):
1191         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1192         (configure_item_cursor), (new_pixbuf_from_widget):
1193
1194         Fix multihead problems in toolbar editor. Fixes bug #382055.
1195
1196 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-window.c: (ev_window_cmd_file_open),
1199         (ev_window_cmd_save_as):
1200
1201         Use g_get_user_special_dir when available instead of
1202         xdg_user_dir_lookup.
1203
1204 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1205
1206         * MAINTAINERS:
1207         
1208         Updated according to request on desktop-devel.
1209
1210 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1213
1214         Do not use cairo_rectangle and cairo_clip since we are
1215         not using cairo_fill but cairo_paint. Use the same cairo context
1216         for every page in the same expose event.
1217
1218 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1219
1220         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1221         leak.
1222
1223 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * configure.ac:
1226         * NEWS:
1227
1228         Release 0.9.3
1229
1230 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * libdocument/ev-document-info.h:
1233         * libdocument/ev-document.h:
1234         * shell/ev-page-action.h:
1235         * shell/ev-sidebar-links.h:
1236
1237         Fix a headers problem with ev-link
1238         
1239         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1240         * shell/ev-view-private.h:
1241         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1242         (get_link_area), (ev_view_query_tooltip),
1243         (ev_view_leave_notify_event), (ev_view_destroy),
1244         (ev_view_class_init):
1245
1246         Use new gtk tooltips when available instead of ev-tooltip.
1247         
1248 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (update_chrome_visibility),
1251         (ev_window_sidebar_visibility_changed_cb):
1252
1253         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1254         
1255 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-navigation-action.c:
1258         (ev_navigation_action_history_changed),
1259         (ev_navigation_action_set_history):
1260         * shell/ev-navigation-action-widget.c:
1261         (ev_navigation_action_widget_init):
1262         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1263
1264         Fix compile warnings.
1265         
1266 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1269         (egg_editable_toolbar_dispose):
1270
1271         Fix memory leak.
1272         
1273 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1276         (screensaver_disable_x11):
1277         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1278         * shell/ev-window.c: (presentation_set_timeout):
1279         * shell/ev-view.c: (ev_view_presentation_transition_start):
1280
1281         Use g_timeout_add_seconds instead of g_timeout_add when
1282         available.
1283         
1284 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1287
1288         Set horizontal scrollbar policy to AUTOMATIC instead of
1289         NEVER. Workaround for bug #449462.
1290         
1291 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * shell/ev-jobs.c: (ev_job_render_page_ready):
1294
1295         Add page_ready callback to main loop with high priority and hold
1296         a reference to job during idle.
1297         
1298 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * configure.ac:
1301         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1302         (pdf_document_file_exporter_begin),
1303         (pdf_document_file_exporter_do_page),
1304         (pdf_document_file_exporter_get_capabilities):
1305         * libdocument/ev-file-exporter.h:
1306         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1307         * shell/ev-window.c: (ev_window_print_send),
1308         (ev_window_print_dialog_response_cb):
1309
1310         Allow printing multiple pages per sheet. Fixes bug #395573.
1311         
1312 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1313
1314         * shell/ev-view.c: (tip_from_link):
1315         
1316         Check for NULL, fixes bug #460862.
1317
1318 2007-07-29  Christian Persch  <chpe@gnome.org>
1319
1320         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1321         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1322         (ev_window_cmd_preview_print):
1323         
1324         Fixes bug #437681 - blocks while enumerating printers.
1325
1326 2007-07-29  Christian Persch  <chpe@gnome.org>
1327
1328         * shell/ev-window.c: (ev_window_screen_changed):
1329         
1330         Don't use deprecated gtk+ function. See bug #460909.
1331
1332 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * shell/ev-utils.c: (get_num_monitors):
1335         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1336
1337         Do not use display before initializing it. Remove compile
1338         warnings.
1339
1340 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1341
1342         * shell/ev-view.c: (ev_view_class_init):
1343         
1344         Unix-like hjkl bindings added. See bug #458111.
1345
1346 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1347
1348         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1349         * shell/ev-utils.h:
1350         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1351         (ev_view_update_view_size):
1352         * shell/ev-view.h:
1353         * shell/ev-window.c: (ev_window_update_actions),
1354         (setup_view_from_metadata), (ev_window_screen_changed),
1355         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1356         (zoom_control_changed_cb):
1357         * shell/ev-window.h:
1358         
1359         Reorganizes utility functions.
1360
1361 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1364         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1365         (add_job), (ev_pixbuf_cache_get_surface),
1366         (ev_pixbuf_cache_get_link_mapping),
1367         (ev_pixbuf_cache_get_image_mapping),
1368         (ev_pixbuf_cache_get_form_field_mapping),
1369         (ev_pixbuf_cache_get_text_mapping):
1370         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1371         (notify_page_ready), (ev_job_render_page_ready),
1372         (ev_job_render_run):
1373
1374         Add page_ready signal to notify that page is ready as soon as
1375         possible even if other page elements like links, forms, images or
1376         text mapping are not ready yet.
1377
1378 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1381         (dvi_document_file_exporter_do_page),
1382         (dvi_document_file_exporter_get_capabilities),
1383         (dvi_document_file_exporter_iface_init):
1384         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1385         (ps_document_file_exporter_do_page),
1386         (ps_document_file_exporter_get_capabilities),
1387         (ps_document_file_exporter_iface_init):
1388         * backend/djvu/djvu-document.c:
1389         (djvu_document_file_exporter_begin),
1390         (djvu_document_file_exporter_end),
1391         (djvu_document_file_exporter_get_capabilities),
1392         (djvu_document_file_exporter_iface_init):
1393         * backend/tiff/tiff-document.c:
1394         (tiff_document_file_exporter_begin),
1395         (tiff_document_file_exporter_get_capabilities),
1396         (tiff_document_document_file_exporter_iface_init):
1397         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1398         (pdf_document_file_exporter_do_page),
1399         (pdf_document_file_exporter_get_capabilities),
1400         (pdf_document_file_exporter_iface_init):
1401         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1402         (ev_file_exporter_get_capabilities):
1403         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1404         (idle_print_handler), (ev_print_job_print):
1405         * shell/ev-jobs.c: (ev_job_print_run):
1406         * shell/ev-window.c: (ev_window_print_send),
1407         (ev_window_print_range):
1408
1409         Use capabilities to know which options should be offered by the
1410         print dialog depending on the document backend.
1411
1412 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1415
1416         Give priority to forms over text to set the cursor.
1417
1418 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-view-private.h:
1421         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1422         (ev_view_leave_notify_event), (ev_view_finalize),
1423         (ev_view_get_property), (ev_view_class_init):
1424
1425         Use IBEAM cursor for text form fields and NORMAL cursor for read
1426         only fields. Remove unused status attribute.
1427
1428 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1431
1432         Update region for current selected items also for checkbox
1433         buttons, since they can behave as radio buttons when they are in a
1434         set.
1435
1436 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * configure.ac:
1439         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1440
1441         Get max length of text form fields.
1442
1443 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1446         * libdocument/ev-form-field.h:
1447         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1448
1449         Fix build with current poppler cvs head.
1450
1451 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1454         * shell/eggfindbar.c: (egg_find_bar_init):
1455
1456         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1457         deprecation. Fixes bug #455667
1458
1459 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1460
1461         * NEWS:
1462         * configure.ac:
1463         
1464         Update for release 0.9.2
1465
1466 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * shell/ev-view.c: (ev_view_form_field_text_save),
1469         (ev_view_form_field_choice_save):
1470
1471         Fix a crash when closing whith a form widget visible.
1472
1473 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1476
1477         Update also the region of the current selected button when
1478         clicking on another button if they are radio buttons.
1479
1480 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1483         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1484         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1485         (ev_pixbuf_cache_get_link_mapping),
1486         (ev_pixbuf_cache_get_image_mapping),
1487         (ev_pixbuf_cache_get_form_field_mapping),
1488         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1489         * shell/ev-view.c: (ev_view_form_field_get_region),
1490         (ev_view_form_field_button_create_widget),
1491         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1492         (job_finished_cb):
1493
1494         Redraw only form field region instead of the whole page when
1495         reloading a page to show changes on the form field.
1496
1497 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * shell/ev-view.c: (ev_view_form_field_choice_save):
1500
1501         Fix selection of first item in list form fields.
1502
1503 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1504
1505         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1506         (ev_pixbuf_cache_reload_page),
1507         (ev_pixbuf_cache_get_form_field_mapping):
1508
1509         Some refactoring to avoid duplicated code.
1510
1511 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * configure.ac:
1514         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1515         (ev_form_field_from_poppler_field),
1516         (pdf_document_forms_get_form_fields),
1517         (pdf_document_forms_form_field_text_get_text),
1518         (pdf_document_forms_form_field_text_set_text),
1519         (pdf_document_forms_form_field_button_set_state),
1520         (pdf_document_forms_form_field_button_get_state),
1521         (pdf_document_forms_form_field_choice_get_item),
1522         (pdf_document_forms_form_field_choice_get_n_items),
1523         (pdf_document_forms_form_field_choice_is_item_selected),
1524         (pdf_document_forms_form_field_choice_select_item),
1525         (pdf_document_forms_form_field_choice_toggle_item),
1526         (pdf_document_forms_form_field_choice_unselect_all),
1527         (pdf_document_forms_form_field_choice_set_text),
1528         (pdf_document_forms_form_field_choice_get_text),
1529         (pdf_document_document_forms_iface_init):
1530         * libdocument/Makefile.am:
1531         * libdocument/ev-form-field.[ch]:
1532         * libdocument/ev-document-forms.[ch]:
1533         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1534         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1535         (add_job), (ev_pixbuf_cache_reload_page),
1536         (ev_pixbuf_cache_get_form_field_mapping):
1537         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1538         * shell/ev-view-private.h:
1539         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1540         (ev_view_handle_cursor_over_xy),
1541         (ev_view_get_form_field_at_location),
1542         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1543         (ev_view_form_field_button_create_widget),
1544         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1545         (ev_view_form_field_text_create_widget),
1546         (ev_view_form_field_choice_save),
1547         (ev_view_form_field_choice_changed),
1548         (ev_view_form_field_choice_create_widget),
1549         (ev_view_handle_form_field), (ev_view_size_allocate),
1550         (ev_view_realize), (draw_end_presentation_page),
1551         (ev_view_button_press_event), (ev_view_remove_all),
1552         (ev_view_motion_notify_event), (ev_view_key_press_event),
1553         (ev_view_enter_notify_event), (highlight_find_results),
1554         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1555         (ev_view_class_init), (page_changed_cb),
1556         (on_adjustment_value_changed), (ev_view_set_presentation),
1557         (merge_selection_region), (ev_view_set_cursor),
1558         (ev_view_reset_presentation_state):
1559         
1560         Merge evince-forms branch.
1561
1562 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1563
1564         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1565
1566         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1567         This script also updates itself from libegg
1568
1569         * cut-n-paste/toolbar-editor/egg*:
1570         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1571         libegg
1572
1573 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1574
1575         * shell/ev-window.c:
1576         
1577         Adds a nice icon to page action during toolbar editing.
1578         See bug #452872.
1579
1580 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1581
1582         * data/evince-toolbar.xml:
1583         * shell/ev-window.c:
1584         
1585         Let user add a presentation and fullscreen icons on toolbar.
1586         See bug #449734.
1587
1588 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1589
1590         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1591
1592         new script to keep in sync with toolbareditor in libegg
1593
1594         * cut-n-paste/toolbar-editor/*: 
1595
1596         Run update-toolbareditor-from-libegg so we are in sync again. 
1597         Fixes bug #452850.
1598         
1599
1600 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-sidebar-links.c: (job_finished_callback):
1603
1604         Do not connect selection changed signal more than once. Fixes bug
1605         #349433.
1606
1607 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1610
1611         Do not change sidebar chrome flag when pressing F9 key in
1612         presentation mode.
1613
1614 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * backend/pdf/ev-poppler.cc:
1617         (pdf_document_thumbnails_get_dimensions):
1618
1619         Make sure thumbnails width and height is not <= 0. Fixes a crash
1620         with some pdf documents which have really small pages.
1621
1622 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1623
1624         * shell/main.c: (main):
1625
1626         Fixes program description translation issue.
1627         Bug #450148.
1628
1629 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1630
1631         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1632
1633         Do not change current page when returning from black/white mode
1634         in presentation. Fixes bug #415032.
1635
1636 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1637
1638         * NEWS:
1639         * configure.ac:
1640         
1641         Update for release 0.9.1
1642
1643 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1644
1645         * backend/dvi/dvi-document.c:
1646         (dvi_document_finalize),
1647         (dvi_document_file_exporter_format_supported),
1648         (dvi_document_file_exporter_begin),
1649         (dvi_document_file_exporter_do_page),
1650         (dvi_document_file_exporter_end),
1651         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1652         
1653         PDF exporter for dvi documents. Fixes bug #441319.
1654
1655 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * shell/ev-window.c: (ev_window_clear_print_job):
1658
1659         Clear gtk print job when job has finished. Fixes bug #447612.
1660
1661 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1662
1663         * shell/ev-window.c: (ev_window_print_send),
1664         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1665
1666         Add preview button to print dialog. Fixes bug #445419.
1667
1668 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * backend/dvi/Makefile.am:
1671         * backend/dvi/pixbuf-device.[ch]: Removed
1672         * backend/dvi/cairo-device.[ch]: Added
1673         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1674         * backend/dvi/dvi-document.c: (dvi_document_load),
1675         (dvi_document_render), (dvi_document_finalize),
1676         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1677         (dvi_document_do_color_special):
1678         * libdocument/ev-document-misc.[ch]:
1679         (ev_document_misc_pixbuf_from_surface):
1680
1681         Port dvi backend to cairo and fix a problem with colors. 
1682
1683 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * shell/ev-view.c: (draw_one_page):
1686
1687         Draw only visible region.
1688
1689 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * backend/djvu/djvu-document.c: (djvu_document_render):
1692
1693         Fix rotation in djvu backend.
1694
1695 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1698         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1699         (ev_pixbuf_cache_get_image_mapping),
1700         (ev_pixbuf_cache_get_text_mapping):
1701
1702         Redraw view every time we have a new surface. Fixes bug #443587.
1703
1704 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * libdocument/ev-document.c: (ev_document_info_free):
1707
1708         Fix memory leaks.
1709
1710 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * backend/dvi/dvi-document.c: (dvi_document_render),
1713         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1714         * backend/impress/impress-document.c:
1715         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1716         (impress_document_render), (impress_document_document_iface_init),
1717         (impress_document_thumbnails_get_thumbnail):
1718         * backend/djvu/djvu-document-private.h:
1719         * backend/djvu/djvu-document.c: (djvu_document_render),
1720         (djvu_document_finalize), (djvu_document_document_iface_init),
1721         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1722         * backend/tiff/tiff-document.c: (tiff_document_render),
1723         (tiff_document_render_pixbuf),
1724         (tiff_document_document_iface_init):
1725         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1726         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1727         (pdf_selection_render_selection):
1728         * backend/comics/comics-document.c:
1729         (comics_document_render_pixbuf), (comics_document_render),
1730         (comics_document_document_iface_init):
1731         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1732         (pixbuf_document_document_iface_init):
1733         * libdocument/ev-document-misc.[ch]:
1734         (ev_document_misc_surface_from_pixbuf),
1735         (ev_document_misc_surface_rotate_and_scale):
1736         * libdocument/ev-document.[ch]: (ev_document_render):
1737         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1738         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1739         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1740         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1741         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1742         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1743         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1744         (render_finished_cb), (ev_job_render_run):
1745         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1746         (merge_selection_region):
1747
1748         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1749         and selections.
1750
1751 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * shell/ev-window-title.c: (ev_window_title_update):
1754
1755         Fix memory leak.
1756
1757 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * shell/ev-view.c: (draw_loading_text):
1760
1761         Show loading text centered. Fixes bug #433061
1762
1763 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * shell/ev-sidebar-thumbnails.c:
1766         (ev_sidebar_thumbnails_set_loading_icon):
1767
1768         Remove a mutex in the main thread that blocks the UI in heavy
1769         documents.
1770
1771 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1774
1775         Set points_set to TRUE so that selections don't disappear after a
1776         zoom change.
1777
1778 2007-06-07  Michael Monreal  <infernux@web.de>
1779
1780         * data/icons/16x16/actions/Makefile.am:
1781         * data/icons/16x16/actions/zoom.svg:
1782         * data/icons/22x22/actions/Makefile.am:
1783         * data/icons/22x22/actions/zoom.svg:
1784         * data/icons/24x24/actions/Makefile.am:
1785         * shell/ev-stock-icons.c:
1786         * shell/ev-stock-icons.h:
1787         * shell/ev-window.c:
1788         
1789         Zoom icon artwork. See bug #444795.
1790
1791 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1792
1793         * shell/ev-metadata-manager.c: Remove extraneous function
1794         (Closes: #444386)
1795
1796 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1797
1798         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1799         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1800         (ev_metadata_manager_set), (ev_metadata_manager_save):
1801         Simplify the timeout, no need for modified anymore
1802
1803 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1804
1805         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1806         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1807         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1808         (ev_metadata_manager_save): Adapted patch from Arjan van de
1809         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1810         time, saves on power (Closes: #443851)
1811
1812 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * configure.ac:
1815         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1816         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1817
1818         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1819
1820 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1821
1822         * shell/ev-window.c: (ev_window_add_history):
1823
1824         Check if history is NULL
1825
1826 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * libdocument/ev-image.c: (ev_image_finalize):
1829         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1830         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1831         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1832         (ev_tmp_uri_unlink):
1833
1834         Add functions to delete temporary files created by evince in a safe
1835         way.
1836
1837         * shell/ev-window.c: (ev_window_clear_local_uri),
1838         (open_xfer_update_progress_callback),
1839         (save_xfer_update_progress_callback), (ev_window_save_remote),
1840         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1841         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1842         (attachment_save_dialog_response_cb),
1843         (ev_attachment_popup_cmd_save_attachment_as):
1844
1845         Allow saving a copy of a document, image or attachment to a remote
1846         location. Fixes bug #440754. 
1847
1848 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * configure.ac:
1851         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1852
1853         Fix build with current poppler from cvs head. 
1854
1855 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1856
1857         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1858
1859         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1860         directory exists.
1861
1862 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1863
1864         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1865         * shell/ev-window.c:
1866
1867         Change sidebar ordering. Fixes bug #439939.
1868
1869 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1870
1871         * backend/comics/Makefile.am:
1872         
1873         Fixes build with --without-libgnome.
1874
1875 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1876         
1877         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1878
1879         Update cursor and tooltip on page change and view scroll. Fixes bug
1880         #439217.
1881
1882 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1883
1884         * NEWS:
1885         * configure.ac:
1886         
1887         Update for release 0.9.0
1888
1889 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1890
1891         * backend/djvu/djvu-document-private.h:
1892         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1893         (djvu_document_finalize),
1894         (djvu_document_file_exporter_format_supported),
1895         (djvu_document_file_exporter_begin),
1896         (djvu_document_file_exporter_do_page),
1897         (djvu_document_file_exporter_end),
1898         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1899         
1900         Implemented printing with djvu. Bug #437998.
1901
1902 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * backend/impress/zip.c:
1905         Add missing ulong definition.
1906
1907         * backend/ps/ps-interpreter.c:
1908         Add missing headers.
1909
1910         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1911
1912 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1915
1916         Add missing call to parent class dispose method. 
1917
1918 2007-05-12  Ross Burton  <ross@openedhand.com>
1919
1920         * shell/main.c:
1921         Sync keybindings manually when building without libgnome
1922         (#437925).
1923
1924 2007-05-12  Ross Burton  <ross@openedhand.com>
1925
1926         * shell/ev-window.c:
1927         Respect the screen when opening help (#437866).
1928
1929 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * data/evince-ui.xml:
1932         * shell/ev-application.[ch]: (get_print_settings_from_args),
1933         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1934         (ev_application_open_uri_list):
1935         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1936         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1937         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1938         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1939         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1940         (ev_window_dispose):
1941         * shell/main.c: (arguments_parse):
1942
1943         Add print button in preview mode. Fixes bug #396475. 
1944
1945 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1946
1947         * cut-n-paste/zoom-control/ephy-zoom.h:
1948         
1949         Fixes zoom level factors. See bug #408119 for details.
1950
1951 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1952
1953         * backend/comics/comics-document.c: (comics_regex_quote),
1954         (extract_argv):
1955         
1956         Correctly quote symbols. Fixes crash in the bug
1957         #415370.
1958
1959 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1960
1961         * shell/ev-navigation-action-widget.c:
1962         (ev_navigation_action_widget_init),
1963         (ev_navigation_action_widget_class_init),
1964         (ev_navigation_action_widget_button_press_event):
1965         
1966         Connect to button-press event on correct widget. Fixes
1967         bug #431988
1968
1969 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1970
1971         * shell/ev-application.c: (ev_application_open_window),
1972         (ev_application_add_icon_path_for_screen),
1973         (ev_application_open_uri_at_dest):
1974         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1975         * shell/ev-navigation-action.c: (build_menu):
1976         
1977         Add app-specific icons to our icon theme. Fixes bug
1978         #425508.
1979
1980 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1981
1982         * shell/ev-history.c: (ev_history_class_init),
1983         (ev_history_add_link):
1984         * shell/ev-history.h:
1985         * shell/ev-navigation-action.c:
1986         (ev_navigation_action_history_changed),
1987         (ev_navigation_action_set_history), (build_menu),
1988         (ev_navigation_action_finalize):
1989         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1990         
1991         Make navigation action unsensitive instead of showing
1992         menu with unsensitive word. Fixes bug #417392.
1993
1994 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * shell/ev-application.[ch]: (ev_application_shutdown),
1997         (ev_application_get_print_settings),
1998         (ev_application_set_print_settings):
1999         * shell/ev-window.c:
2000
2001         Remember print settings. Fixes bug #349102. 
2002
2003 2007-05-08  Christian Persch  <chpe@gnome.org>
2004
2005         * configure.ac:
2006         * properties/ev-properties-view.c:
2007
2008         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2009         Bug #382438.
2010
2011 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * configure.ac:
2014         * properties/ev-properties-view.c: (ev_regular_paper_size):
2015
2016         Use gtk+ builtin paper list to identify the document's paper size.
2017         Fixes bug #382438. 
2018
2019 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * configure.ac:
2022
2023         Fix build when compiling with thumbnailer and libgnome support. 
2024
2025 2007-05-04  Ross Burton  <ross@openedhand.com>
2026
2027         * configure.ac:
2028         Add --without-libgnome, check for libgnome and libgnomeui
2029         separately, and add them to the symbols as required.
2030
2031         * libdocument/ev-file-helpers.c:
2032         When building without libgnome, use g_get_user_config_dir instead
2033         of gnome_user_dir_get.
2034
2035         * shell/ev-application.c:
2036         When building without libgnome, don't use session management.
2037
2038         * shell/main.c:
2039         When building without libgnome, don't use GnomeProgram or
2040         initialise the authentication manager.
2041
2042         This fixes #328842.
2043
2044 2007-05-04  Ross Burton  <ross@openedhand.com>
2045
2046         * shell/ev-window.c:
2047         Don't use libgnome to open help, instead call Yelp directly.
2048
2049 2007-05-04  Ross Burton  <ross@openedhand.com>
2050
2051         * shell/ev-sidebar-attachments.c:
2052         Don't use libgnome to lookup icons for MIME types, instead copy
2053         code from GTK+ to do it manually.
2054
2055 2007-05-04  Ross Burton  <ross@openedhand.com>
2056
2057         * configure.ac:
2058         Add libxml to the dependencies for SHELL_CORE (#435818).
2059
2060 2007-05-02  Ross Burton  <ross@openedhand.com>
2061
2062         * configure.ac:
2063         * Makefile.am:
2064         Add --disable-thumbnailer (#434825)
2065
2066 2007-05-02  Ross Burton  <ross@openedhand.com>
2067
2068         * shell/ev-window.c:
2069         Add missing includes, fix indentation.
2070
2071         * shell/main.c:
2072         Fix indentation.
2073
2074 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2075
2076         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2077         ev_application_open_uri_at_dest instead of ev_application_open_uri
2078         preventing new document always being opened in a new window even if there
2079         is an empty window.
2080
2081 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2082
2083         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2084         (egg_recent_view_uimanager_finalize):
2085         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2086         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2087         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2088         (ev_pixbuf_cache_dispose):
2089         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2090         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2091         
2092         Add missing chain to parent class methods. Fixes
2093         bug #433128.
2094
2095 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2096
2097         * data/Makefile.am (update-icon-cache): Updates
2098         gtk-update-icon-cache in uninstall-hook.
2099
2100 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2101
2102         * shell/ev-window.c: (ev_window_setup_document),
2103         (ev_window_set_document), (ev_window_load_job_cb):
2104         * shell/ev-view.c: (setup_caches):
2105         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2106
2107         Start rendering pages before any other jobs. 
2108
2109 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-window.c: (ev_window_stop_fullscreen),
2112         (ev_window_stop_presentation):
2113
2114         Update chrome visibility before window unfullscreen. 
2115
2116 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * data/Makefile.am:
2119         * data/evince-ui.xml:
2120         * shell/ev-stock-icons.[ch]:
2121         * shell/ev-application.[ch]: (ev_application_shutdown),
2122         (ev_application_init), (ev_application_get_toolbars_model):
2123         * shell/ev-window.c: (update_chrome_visibility),
2124         (fullscreen_toolbar_setup_item_properties),
2125         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2126         (ev_window_run_presentation), (ev_window_stop_presentation),
2127         (ev_window_run_preview), (ev_window_screen_changed),
2128         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2129         (ev_window_dispose), (ev_window_init):
2130
2131         Make fullscreen toolbar always visible. Do not use egg toolbars for
2132         fullscreen and preview modes since such toolbars are not editables.
2133         Fixes bugs #300278, #338910 and #316188.  
2134
2135 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2136
2137         * shell/ev-application.c:
2138         * shell/ev-job-queue.c:
2139         * shell/ev-metadata-manager.c:
2140         * shell/ev-stock-icons.c:
2141         * shell/ev-window.c:
2142         * shell/main.c:
2143         
2144         Developers documentation updated.
2145
2146 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2149
2150         Check whether uri is valid before launching it. Fixes bug #427664.
2151
2152 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * shell/ev-window.c:
2155
2156         Change key accelerator for Open a Copy menu entry which is in conflict
2157         with Close. Fixes bug #427321.
2158
2159 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2160
2161         * NEWS:
2162         * configure.ac:
2163         
2164         Update for release 0.8.1
2165
2166 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2167
2168         * shell/ev-window.c: (setup_size_from_metadata):
2169         
2170         Do not make window bigger than screen. Fixes bug 
2171         #388985.
2172
2173 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2176         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2177
2178         Use default resolution when it's not provided by document. Fixes bug
2179         #408762.
2180
2181 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * configure.ac:
2184         * thumbnailer/Makefile.am:
2185         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2186         * thumbnailer/evince-thumbnailer.schemas.in:
2187         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2188
2189         Add support for ps, eps and compressed documents thumbnails. Do not
2190         ignore size parameter. 
2191
2192 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2193
2194         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2195         (dvi_document_do_color_special):
2196         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2197
2198         Implement font color specials in the DVI backend. Fixes bug #303651.
2199
2200 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2201
2202         Fixup the previous commit:
2203
2204         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2205         * shell/xdg-user-dir-lookup.c: Make the function non-static
2206         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2207
2208 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2209
2210         * shell/ev-window.c (file_open_dialog_response_cb): Use
2211         the xdg-user-dirs DOCUMENTS folder as default folder when
2212         opening a file chooser.  (#424858)
2213
2214         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2215         xdg-user-dirs.
2216
2217 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-window.c: (ev_window_load_job_cb):
2220
2221         Do not setup view from metadata on preview mode. 
2222
2223 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * shell/main.c:
2226
2227         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2228
2229 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * shell/ev-view.c: (ev_view_primary_get_cb):
2232
2233         Check pointer != NULL before using it. Fixes bug #416841. 
2234
2235 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2236
2237         * NEWS:
2238         * configure.ac:
2239         
2240         Release 0.8.0
2241
2242 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2245
2246         Do not render thumbnails when sidebar thumbnail page is not visible
2247         at startup. Fixes bug #416447. 
2248
2249 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2250
2251         * data/evince.desktop.in.in:
2252
2253         "Application" is not a valid category in the freedesktop specification.
2254
2255 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * libdocument/ev-file-helpers.[ch]: (compression_run),
2258         (ev_file_uncompress), (ev_file_compress):
2259         * shell/ev-window.c: (file_save_dialog_response_cb):
2260
2261         Save document compressed when saving a copy of a compressed document.
2262         Fixes bug #334542.
2263
2264 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2267
2268         Allow deleting in goto window entry in presentation mode. 
2269
2270 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2271
2272         * Makefile.am: Dist MAINTAINERS.
2273
2274 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * shell/ev-window.c: (ev_window_update_actions):
2277
2278         Fix zoom shortcut keys when searching. Fixes bug #409828.
2279
2280 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * shell/ev-window.c: (ev_window_setup_document):
2283
2284         Fix crash when loading documents with only one page. 
2285
2286 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2287
2288         * backend/dvi/dvi-document.c:
2289         (dvi_document_thumbnails_get_dimensions),
2290         (dvi_document_thumbnails_get_thumbnail):
2291         * backend/impress/impress-document.c:
2292         (impress_document_thumbnails_get_thumbnail),
2293         (impress_document_thumbnails_get_dimensions):
2294         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2295         (ps_document_thumbnails_get_dimensions):
2296         * backend/djvu/djvu-document.c:
2297         (djvu_document_thumbnails_get_dimensions),
2298         (djvu_document_thumbnails_get_thumbnail):
2299         * backend/tiff/tiff-document.c:
2300         (tiff_document_thumbnails_get_thumbnail),
2301         (tiff_document_thumbnails_get_dimensions):
2302         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2303         (pdf_document_thumbnails_get_thumbnail),
2304         (pdf_document_thumbnails_get_dimensions):
2305         * backend/comics/comics-document.c:
2306         (comics_document_thumbnails_get_thumbnail),
2307         (comics_document_thumbnails_get_dimensions):
2308         * backend/pixbuf/pixbuf-document.c:
2309         (pixbuf_document_thumbnails_get_thumbnail),
2310         (pixbuf_document_thumbnails_get_dimensions):
2311         * libdocument/ev-document-thumbnails.[ch]:
2312         (ev_document_thumbnails_get_thumbnail),
2313         (ev_document_thumbnails_get_dimensions):
2314         * libdocument/ev-document-misc.[ch]:
2315         (ev_document_misc_get_thumbnail_frame):
2316         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2317         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2318         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2319         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2320         (ev_sidebar_thumbnails_refresh):
2321         * shell/ev-window.c: (ev_window_setup_document):
2322         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2323
2324         Use an EvRenderContext for rendering thumbnails instead of a suggested
2325         width, so that different sized pages get sized proportionally.
2326
2327 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * shell/ev-view.c: (ev_view_button_press_event),
2330         (ev_view_key_press_event):
2331
2332         Fix critical warnings when there is no document loaded. 
2333
2334 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-page-action-widget.c:
2337         * shell/ev-navigation-action.c:
2338         * shell/ev-window.c:
2339
2340         Fix compile warnings. 
2341
2342 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * backend/djvu/djvu-text.h:
2345         * backend/djvu/djvu-document.c:
2346         * backend/djvu/djvu-text-page.c:
2347         * backend/djvu/djvu-links.c:
2348         * backend/djvu/djvu-text-page.h:
2349         * backend/djvu/djvu-text.c:
2350         
2351         Fix build on Mac. Fixes bug #392186. Patch by
2352         <ephraim_owns@hotmail.com>
2353
2354 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2357
2358         Restore cairo context before rendering every page when printing a PDF
2359         document into a PDF file. 
2360
2361 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * backend/ps/gstypes.h:
2364         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2365         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2366         (ps_document_thumbnails_get_thumbnail):
2367
2368         Handle PostScript page orientation. Fixes bug #318568.
2369
2370 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * backend/ps/Makefile.am:
2373         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2374         (document_load), (ps_document_load), (save_document),
2375         (save_page_list), (ps_document_get_n_pages),
2376         (ps_document_get_page_size), (ps_document_get_info),
2377         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2378         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2379         (ps_document_thumbnails_get_thumbnail),
2380         (ps_document_thumbnails_get_dimensions),
2381         (ps_document_document_thumbnails_iface_init):
2382         * backend/ps/ps.[ch]: (psgetpagebox):
2383         * backend/ps/ps-interpreter.[ch]:
2384
2385         Add support for thumbnails in ps backend. Fixes bug #164755. 
2386
2387 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2388
2389         * NEWS:
2390         * configure.ac:
2391         
2392         Release 0.7.2
2393
2394 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2397         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2398         (ev_window_dispose):
2399
2400         Use document thumbnail as window icon. Fixes bug #384442.
2401
2402 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2403
2404         * configure.ac:
2405
2406         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2407         duplicated adding application/x-bzpostscript instead. 
2408
2409 2007-02-11  Tom Parker  <palfrey@tevp.net>
2410
2411         * backend/ps/ps-document.c: (document_load):
2412
2413         Check return value of psscan before trying
2414         to use it. Fixes bug #372414.
2415
2416 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2419
2420         Fix invalid free in ev-page-cache. Fixes bug #404745.
2421
2422 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2423
2424         * test/Makefile.am:
2425         * test/test3.py:
2426         
2427         Added reload test case.
2428
2429 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * po/POTFILES.in:
2432         * backend/djvu/djvu-document.c: (djvu_document_load):
2433
2434         Check whether there are missing files in indirect multipage djvu
2435         documents. Fixes bug #361683. 
2436
2437 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2438
2439         * test/Makefile.am:
2440         * test/test-mime.bin:
2441         * test/test3.py:
2442         
2443         Added test for slow mime type
2444
2445 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2448
2449         Add some checks and call parent_class->finalize. Fixes bug #404745.
2450
2451 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2452
2453         * shell/ev-navigation-action.c: (connect_proxy):
2454         
2455         Fixes dropdown history menu. Thanks a lot Carlos!
2456
2457 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2460
2461         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2462         bug #373715.
2463
2464 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * backend/ps/ps.c: (psscan):
2467
2468         Fix memory leak. 
2469
2470 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * configure.ac:
2473         * libdocument/ev-file-helpers.c: 
2474
2475         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2476
2477 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * configure.ac:
2480         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2481         (ps_interpreter_start), (document_load), (save_document),
2482         (save_page_list):
2483         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2484         * libdocument/ev-document-factory.c:
2485         (ev_document_factory_get_from_mime), (get_document_from_uri),
2486         (free_uncompressed_uri), (ev_document_factory_get_document):
2487         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2488
2489         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2490
2491 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * libdocument/ev-document.h:
2494
2495         Fix typo in function name. 
2496
2497 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * backend/ps/ps-document.c: (ps_interpreter_finished),
2500         (ps_interpreter_start), (ps_interpreter_failed):
2501
2502         Handle ghostscript interpreter crashes. 
2503
2504 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * shell/ev-window.c: (ev_window_open_uri),
2507         (window_configure_event_cb):
2508
2509         Setup window size and position before showing it. Fixes bug #401711.
2510
2511 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * backend/ps/Makefile.am:
2514         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2515         (ps_document_dispose), (ps_document_class_init),
2516         (ps_interpreter_input), (ps_interpreter_output),
2517         (ps_interpreter_error), (setup_interpreter_env),
2518         (ps_interpreter_start), (ps_interpreter_stop),
2519         (ps_interpreter_failed), (ps_interpreter_is_ready),
2520         (check_filecompressed), (document_load), (ps_document_load),
2521         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2522         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2523         (render_page):
2524
2525         Rework ps-document. Code cleanups, remove deprecated code. 
2526
2527 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * shell/ev-view.c: (ev_view_button_press_event):
2530
2531         Do not start an image drag and drop operation when pointer is on 
2532         text, so that we can select text when the whole background is an
2533         image. 
2534
2535 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * shell/ev-window.c: (ev_window_update_actions): 
2538
2539         Disable all zoom related actions during presentation mode. 
2540
2541 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2542
2543         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2544
2545         Do not zoom in or out on presentation mode. Fixes bug #401305.
2546
2547 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2548
2549         * shell/ev-navigation-action.c: (connect_proxy),
2550         (create_menu_item), (ev_navigation_action_class_init):
2551         
2552         Correctly show menu and fix crash when navigaton 
2553         action is out of toolbar visible area.
2554
2555 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2556
2557         * data/Makefile.am:
2558         * data/evince.1:
2559         
2560         Added man file
2561
2562 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2563
2564         * help/reference/* :
2565         * configure.ac:
2566         
2567         Added gtk-doc based documentation for Evince.
2568         Still in initial state but I hope it will
2569         grow.
2570         
2571         * configure.ac:
2572         
2573         Lower dbus requirement to 0.70
2574
2575 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * shell/ev-window.c: (ev_window_add_history):
2578
2579         Fix memory leak. 
2580
2581 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2582
2583         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2584         * shell/ev-view.h:
2585         * shell/ev-window.c: (ev_window_add_history):
2586         
2587         Correctly handle named destination links
2588
2589 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2590
2591         * NOTES:
2592         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2593         * backend/pdf/ev-poppler.cc:
2594         * libdocument/ev-document-links.h:
2595         * libdocument/ev-link.c: (ev_link_get_page):
2596         * libdocument/ev-link.h:
2597         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2598         (ev_history_add_link):
2599         * shell/ev-history.h:
2600         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2601         (new_history_menu_item), (build_menu):
2602         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2603         * shell/ev-sidebar-links.c: (create_loading_model),
2604         (print_section_cb), (ev_sidebar_links_construct),
2605         (fill_page_labels), (update_page_callback_foreach),
2606         (update_page_callback), (job_finished_callback):
2607         * shell/ev-view.c: (ev_view_handle_link):
2608         * shell/ev-window.c: (ev_window_find_chapter),
2609         (ev_window_add_history), (view_handle_link_cb),
2610         (history_changed_cb):
2611         
2612         Implements another history variant
2613
2614 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * shell/ev-window.c: (view_external_link_cb):
2617         * shell/ev-view.c: (ev_view_button_release_event):
2618
2619         Open links in new window when clicking with middle button. 
2620
2621 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2622
2623         * shell/ev-navigation-action.c: (new_history_menu_item):
2624         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2625         * shell/ev-view.c: (ev_view_handle_link):
2626         * shell/ev-window.c:
2627         
2628         Store link before jump, not the destination. For me it 
2629         seems like more natural history behavior.
2630
2631 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2632
2633         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2634         (ev_navigation_action_class_init):
2635         * shell/ev-navigation-action.h:
2636         * shell/ev-page-action.c: (activate_cb):
2637         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2638         (ev_page_cache_set_current_page_history):
2639         * shell/ev-page-cache.h:
2640         * shell/ev-sidebar-thumbnails.c:
2641         (ev_sidebar_tree_selection_changed),
2642         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2643         * shell/ev-view-private.h:
2644         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2645         * shell/ev-view.h:
2646         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2647         (ev_window_setup_document), (ev_window_load_job_cb):
2648         * shell/ev-window.h:
2649         
2650         History finally works as expected.
2651
2652 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2655
2656         Do not update links treeview if it doesn't have a model assigned yet. 
2657
2658 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2661         (ev_sidebar_links_class_init), (update_page_callback):
2662
2663         Do not update links treeview when sidepane is not visible. 
2664
2665 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2666
2667         * shell/ev-marshal.list:
2668         * shell/ev-page-action.c: (activate_cb),
2669         (ev_page_action_class_init):
2670         * shell/ev-page-action.h:
2671         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2672         * shell/ev-window.c:
2673         
2674         Remove activate_link signal, not required.
2675
2676 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2677
2678         * shell/ev-navigation-action.c: (build_menu):
2679         
2680         Reorder menu items and build menu with fixed length.
2681
2682 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2683
2684         * shell/ev-view.c: (get_selected_text):
2685         
2686         Normalize text to fix ligatures problem. See bug
2687         #341947 for details.
2688
2689 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2692
2693         Fix memory leak in ev-page-cache. 
2694
2695 2007-01-25  Tom Parker <palfrey@tevp.net>
2696
2697         * backend/impress/impress-document.c: (impress_document_load),
2698         (impress_document_finalize), (impress_document_init):
2699         * properties/ev-properties-main.c: (ev_properties_get_pages):
2700         
2701         Correctly handle impress document errors. Fixes nautilus
2702         crash in property page #370491.
2703
2704 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2707         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2708         (ev_job_queue_remove_job):
2709         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2710         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2711         (ev_job_load_run):
2712         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2713         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2714         (ev_window_load_job_cb), (xfer_update_progress_callback),
2715         (ev_window_open_uri), (ev_window_dispose):
2716         * shell/main.c: (main):
2717
2718         Do file transfer asynchronously in the main thread instead of
2719         synchronously in the load thread. Fixes bugs #399694, #398307 and
2720         #343542.
2721
2722 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * shell/ev-jobs.c: (ev_job_xfer_run):
2725
2726         Load the document with the font-config lock held. 
2727
2728 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * backend/ps/ps-document.c: (start_interpreter):
2731
2732         Fix memory leaks in ps backend. 
2733
2734 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2735
2736         * backend/impress/impress-document.c:
2737         (impress_document_render_pixbuf):
2738
2739         Do not acquire fontconfig lock in impress backend, since it is using
2740         the main loop for rendering. 
2741
2742 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * po/POTFILES.in: 
2745
2746         Remove mdvi files that shouldn't be translated. 
2747
2748 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * shell/ev-view-private.h:
2751         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2752         (ev_view_set_zoom):
2753
2754         Render "loading..." text into a cairo surface instead of directly into
2755         the window so that fontconfig lock is only needed once and UI is not
2756         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2757
2758 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2759
2760         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2761         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2762
2763         Use icon theme associated with the window screen rather than default. 
2764
2765 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2766
2767         * configure.ac:
2768
2769         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2770
2771 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2772
2773         * data/icons/*/apps/evince.*:
2774
2775         Move Evince icons under new apps directory.
2776
2777         * data/icons/*/actions/*:
2778
2779         Add new custom themeable Evince icons: view-page-continuous, 
2780         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2781         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2782
2783         * configure.ac:
2784
2785         Add new directories to AC_CONFIG_FILES.
2786
2787         * shell/ev-stock-icons.c:
2788         * shell/ev-stock-icons.h:
2789
2790         Use new custom themeable icons.
2791
2792 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2795
2796         Do not draw white background page in presentation mode. 
2797
2798 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2799
2800         * shell/ev-view.c: Remove unused gnome-vfs include.
2801
2802 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2803
2804         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2805         
2806         Format string is corrected, fixes bug #397129.
2807
2808 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * shell/ev-window.c: (ev_window_setup_recent):
2811
2812         Do not include in recent menu inexistent documents. Fixes
2813         bug #339171.
2814
2815 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * po/POTFILES.skip: 
2818
2819         Update POTFILES.skip file according to current source tree. 
2820
2821 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * shell/ev-window.c: (file_save_dialog_response_cb):
2824
2825         Do Save a copy in atomic way. Fixes bug #328266. 
2826
2827 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2830
2831         Keep selected cell always visible in index treeview.
2832
2833 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2834         
2835         * shell/ev-view.c: (ev_view_size_allocate):
2836
2837         Restore horizontal scrollbar after switching to/from fullscreen
2838         or presentation mode. Fixes bug #331728.
2839
2840 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * shell/ev-view-private.h:
2843         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2844         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2845         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2846         (ev_view_can_zoom_out):
2847
2848         Use max and min scale values in the view iby taking dpi into account. 
2849
2850 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853         * NEWS:
2854
2855         Release 0.7.1
2856
2857 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * shell/ev-window.c: (ev_window_print_send):
2860
2861         Send print job to printer with some settings set to default values,
2862         since we have already exported to a file according to such settings
2863         and they could be taken twice by some printers. 
2864
2865 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-jobs.c: (ev_job_xfer_run):
2868         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2869
2870         Show main window and load document with the font-config lock held. 
2871
2872 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * configure.ac:
2875         * shell/ev-application.c: (ev_application_register_service):
2876         * shell/main.c: (load_files_remote):
2877
2878         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2879
2880 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2881
2882         * doc/debugging.txt:
2883         
2884         Remove obsolete documentation.
2885
2886 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2887
2888         * Makefile.am:
2889         * backend/Makefile.am:
2890         * backend/comics/Makefile.am:
2891         * backend/djvu/Makefile.am:
2892         * backend/dvi/Makefile.am:
2893         * backend/ev-async-renderer.c:
2894         * backend/ev-async-renderer.h:
2895         * backend/ev-attachment.c:
2896         * backend/ev-attachment.h:
2897         * backend/ev-backend-marshal.c:
2898         * backend/ev-document-factory.c:
2899         * backend/ev-document-factory.h:
2900         * backend/ev-document-find.c:
2901         * backend/ev-document-find.h:
2902         * backend/ev-document-fonts.c:
2903         * backend/ev-document-fonts.h:
2904         * backend/ev-document-images.c:
2905         * backend/ev-document-images.h:
2906         * backend/ev-document-info.h:
2907         * backend/ev-document-links.c:
2908         * backend/ev-document-links.h:
2909         * backend/ev-document-misc.c:
2910         * backend/ev-document-misc.h:
2911         * backend/ev-document-security.c:
2912         * backend/ev-document-security.h:
2913         * backend/ev-document-thumbnails.c:
2914         * backend/ev-document-thumbnails.h:
2915         * backend/ev-document-transition.c:
2916         * backend/ev-document-transition.h:
2917         * backend/ev-document.c:
2918         * backend/ev-document.h:
2919         * backend/ev-file-exporter.c:
2920         * backend/ev-file-exporter.h:
2921         * backend/ev-image.c:
2922         * backend/ev-image.h:
2923         * backend/ev-link-action.c:
2924         * backend/ev-link-action.h:
2925         * backend/ev-link-dest.c:
2926         * backend/ev-link-dest.h:
2927         * backend/ev-link.c:
2928         * backend/ev-link.h:
2929         * backend/ev-render-context.c:
2930         * backend/ev-render-context.h:
2931         * backend/ev-selection.c:
2932         * backend/ev-selection.h:
2933         * backend/impress/Makefile.am:
2934         * backend/pdf/Makefile.am:
2935         * backend/pixbuf/Makefile.am:
2936         * backend/ps/Makefile.am:
2937         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2938         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2939         (start_interpreter), (stop_interpreter), (document_load),
2940         (ps_document_next_page), (render_page):
2941         * backend/tiff/Makefile.am:
2942         * comics/Makefile.am:
2943         * comics/comics-document.c:
2944         * comics/comics-document.h:
2945         * configure.ac:
2946         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2947         * djvu/Makefile.am:
2948         * djvu/djvu-document-private.h:
2949         * djvu/djvu-document.c:
2950         * djvu/djvu-document.h:
2951         * djvu/djvu-links.c:
2952         * djvu/djvu-links.h:
2953         * djvu/djvu-text-page.c:
2954         * djvu/djvu-text-page.h:
2955         * djvu/djvu-text.c:
2956         * djvu/djvu-text.h:
2957         * dvi/Makefile.am:
2958         * dvi/dvi-document.c:
2959         * dvi/dvi-document.h:
2960         * dvi/fonts.c:
2961         * dvi/fonts.h:
2962         * dvi/mdvi-lib/Makefile.am:
2963         * dvi/mdvi-lib/afmparse.c:
2964         * dvi/mdvi-lib/afmparse.h:
2965         * dvi/mdvi-lib/bitmap.c:
2966         * dvi/mdvi-lib/bitmap.h:
2967         * dvi/mdvi-lib/color.c:
2968         * dvi/mdvi-lib/color.h:
2969         * dvi/mdvi-lib/common.c:
2970         * dvi/mdvi-lib/common.h:
2971         * dvi/mdvi-lib/defaults.h:
2972         * dvi/mdvi-lib/dvimisc.c:
2973         * dvi/mdvi-lib/dviopcodes.h:
2974         * dvi/mdvi-lib/dviread.c:
2975         * dvi/mdvi-lib/files.c:
2976         * dvi/mdvi-lib/font.c:
2977         * dvi/mdvi-lib/fontmap.c:
2978         * dvi/mdvi-lib/fontmap.h:
2979         * dvi/mdvi-lib/fontsrch.c:
2980         * dvi/mdvi-lib/gf.c:
2981         * dvi/mdvi-lib/hash.c:
2982         * dvi/mdvi-lib/hash.h:
2983         * dvi/mdvi-lib/list.c:
2984         * dvi/mdvi-lib/mdvi.h:
2985         * dvi/mdvi-lib/pagesel.c:
2986         * dvi/mdvi-lib/paper.c:
2987         * dvi/mdvi-lib/paper.h:
2988         * dvi/mdvi-lib/pk.c:
2989         * dvi/mdvi-lib/private.h:
2990         * dvi/mdvi-lib/setup.c:
2991         * dvi/mdvi-lib/sp-epsf.c:
2992         * dvi/mdvi-lib/special.c:
2993         * dvi/mdvi-lib/sysdeps.h:
2994         * dvi/mdvi-lib/t1.c:
2995         * dvi/mdvi-lib/tfm.c:
2996         * dvi/mdvi-lib/tfmfile.c:
2997         * dvi/mdvi-lib/tt.c:
2998         * dvi/mdvi-lib/util.c:
2999         * dvi/mdvi-lib/vf.c:
3000         * dvi/pixbuf-device.c:
3001         * dvi/pixbuf-device.h:
3002         * impress/Makefile.am:
3003         * impress/common.h:
3004         * impress/document.c:
3005         * impress/f_oasis.c:
3006         * impress/f_oo13.c:
3007         * impress/iksemel.c:
3008         * impress/iksemel.h:
3009         * impress/imposter.h:
3010         * impress/impress-document.c:
3011         * impress/impress-document.h:
3012         * impress/internal.h:
3013         * impress/r_back.c:
3014         * impress/r_draw.c:
3015         * impress/r_geometry.c:
3016         * impress/r_gradient.c:
3017         * impress/r_style.c:
3018         * impress/r_text.c:
3019         * impress/render.c:
3020         * impress/render.h:
3021         * impress/zip.c:
3022         * impress/zip.h:
3023         * lib/Makefile.am:
3024         * lib/ev-debug.c:
3025         * lib/ev-debug.h:
3026         * lib/ev-file-helpers.c:
3027         * lib/ev-file-helpers.h:
3028         * lib/ev-gui.c:
3029         * lib/ev-gui.h:
3030         * lib/ev-tooltip.c:
3031         * lib/ev-tooltip.h:
3032         * libdocument/Makefile.am:
3033         * libdocument/ev-file-helpers.c:
3034         * pdf/Makefile.am:
3035         * pdf/ev-poppler.cc:
3036         * pdf/ev-poppler.h:
3037         * pixbuf/Makefile.am:
3038         * pixbuf/pixbuf-document.c:
3039         * pixbuf/pixbuf-document.h:
3040         * properties/Makefile.am:
3041         * ps/Makefile.am:
3042         * ps/gsdefaults.c:
3043         * ps/gsdefaults.h:
3044         * ps/gsio.c:
3045         * ps/gsio.h:
3046         * ps/gstypes.h:
3047         * ps/ps-document.c:
3048         * ps/ps-document.h:
3049         * ps/ps.c:
3050         * ps/ps.h:
3051         * shell/Makefile.am:
3052         * shell/ev-application.h:
3053         * shell/ev-sidebar-links.c:
3054         * shell/ev-sidebar-links.h:
3055         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3056         (ev_gui_menu_position_tree_selection):
3057         * shell/ev-utils.h:
3058         * shell/ev-view.c: (ev_view_finalize):
3059         * shell/ev-window.c:
3060         * shell/main.c: (main):
3061         * thumbnailer/Makefile.am:
3062         * tiff/Makefile.am:
3063         * tiff/tiff-document.c:
3064         * tiff/tiff-document.h:
3065         * tiff/tiff2ps.c:
3066         * tiff/tiff2ps.h:
3067         
3068         Reorganize source tree.
3069
3070 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * backend/ev-document-factory.c:
3073
3074         Do not include ev-poppler.h when pdf is disabled. 
3075
3076 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * configure.ac:
3079         * data/evince-ui.xml:
3080         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3081         (pdf_document_document_images_iface_init):
3082         * backend/Makefile.am:
3083         * backend/ev-document-images.[ch]:
3084         * backend/ev-image.[ch]:
3085         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3086         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3087         (ev_job_xfer_run):
3088         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3089         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3090         (ev_pixbuf_cache_get_image_mapping):
3091         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3092         (view_menu_popup_cb), (ev_window_dispose),
3093         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3094         (ev_view_popup_cmd_copy_image):
3095         * shell/ev-view-private.h:
3096         * shell/ev-view.c: (ev_view_get_image_at_location),
3097         (ev_view_do_popup_menu), (ev_view_popup_menu),
3098         (ev_view_button_press_event), (ev_view_drag_data_get),
3099         (ev_view_drag_motion), (ev_view_drag_data_received),
3100         (ev_view_motion_notify_event), (ev_view_button_release_event),
3101         (ev_view_finalize), (ev_view_class_init):
3102
3103         Add image handling support. Fixes bugs #310008 and #325047. Images
3104         selection is not supported yet. 
3105
3106 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3109         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3110         (ev_view_init):
3111
3112         Move view drag and drop stuff to ev-view.
3113
3114 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3117         * shell/ev-view.c: (clear_selection): 
3118
3119         Clear selection also in pixbuf cache.
3120
3121 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3122
3123         * data/evince.desktop.in.in:
3124         
3125         Change icon name in desktop file. See bug #390734
3126         for details.
3127
3128 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3129
3130         * thumbnailer/Makefile.am:
3131
3132         Use top_builddir instead top_srcdir for generated schema
3133         file installation. Fixes bug #390161.
3134
3135 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * configure.ac:
3138         * backend/Makefile.am:
3139         * backend/ev-document-transition.[ch]:
3140         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3141         (pdf_document_page_transition_iface_init):
3142         * shell/ev-view-private.h:
3143         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3144         (ev_view_set_presentation), (transition_next_page),
3145         (ev_view_presentation_transition_stop),
3146         (ev_view_presentation_transition_start), (ev_view_next_page):
3147
3148         Add page transition support in presentation mode. At the moment only
3149         page duration is supported, but not transition effects. Fixes bug
3150         #309815.
3151
3152 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3155
3156         Run find_link_dest with document lock held, since it's called by links
3157         thread and main thread at the same time. 
3158
3159 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-view.c: (goto_dest):
3162
3163         Update page-cache when page is changed by the view, so that
3164         page-changed signal is emitted. 
3165
3166 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * test/test1.py:
3169         * test/test2.py:
3170
3171         Use C locale in tests. 
3172
3173 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * shell/ev-window.c: (ev_window_run_presentation):
3176         * shell/ev-view-private.h:
3177         * shell/ev-view.c: (ev_view_set_presentation):
3178
3179         Restore zoom settings when back from presentation mode. 
3180
3181 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3182
3183         * shell/ev-window.c: (ev_window_run_presentation):
3184
3185         Always use "best fit" zoom in presentation mode.
3186         Fixes bug #389195.
3187
3188 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3189
3190         * shell/ev-view.c: (ev_view_goto_window_create):
3191
3192         Show "Jump to page" label in the page jumping popup in
3193         presentation mode instead of just a GtkEntry.
3194
3195 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * shell/ev-window.c: (launch_external_uri):
3198
3199         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3200         #378085.
3201
3202 2006-12-22  Elijah Newren  <newren gmail com>
3203
3204         * configure.ac: explicitly check for libxml2.  Fixes #388795
3205
3206 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-view-private.h:
3209         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3210         (ev_view_goto_window_delete_event), (key_is_numeric),
3211         (ev_view_goto_window_key_press_event),
3212         (ev_view_goto_window_button_press_event),
3213         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3214         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3215         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3216
3217         Allow jumping to another page by typing a page number in presentation
3218         mode. It uses a popup window with an entry. Fixes bug #353625.
3219
3220 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3221
3222         * configure.ac:
3223         * properties/ev-properties-view.c: (ev_get_default_user_units),
3224         (ev_regular_paper_size):
3225         
3226         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3227         to Damien Carbery <damien.carbery@sun.com> and
3228         Yevgen Muntyan <muntyan@tamu.edu>.
3229
3230 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3231
3232         * shell/ev-window.c: (setup_document_from_metadata):
3233
3234         Make sure Evince doesn't restore the view on the last
3235         page when a document is reopened. Fixes bug #383381.
3236
3237 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3238
3239         * shell/ev-view.c: (draw_loading_text):
3240
3241         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3242
3243 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * configure.ac:
3246         * NEWS:
3247
3248         Release 0.7.0
3249
3250 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * configure.ac:
3253         * pdf/ev-poppler.cc: (pdf_print_context_free),
3254         (pdf_document_file_exporter_begin),
3255         (pdf_document_file_exporter_do_page):
3256
3257         Make cairo-pdf depedency optional. 
3258
3259 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3262
3263         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3264
3265 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3268         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3269         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3270         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3271         * shell/ev-view.c: (draw_loading_text):
3272         * shell/ev-window.c: (ev_window_cmd_file_properties):
3273
3274         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3275         related to using FontConfig from different threads.
3276         
3277 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * shell/ev-view.c: (draw_loading_text):
3280
3281         Acquire lock document when drawing "Loading..." text so that only one
3282         thread will use FontConfig at the same time. Fixes bug #374750.
3283
3284 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * shell/ev-page-action.[ch]: (activate_cb):
3287         * shell/ev-window.c: (activate_label_cb):
3288
3289         Check if text inserted in page entry is a valid page number when it
3290         doesn't match to any document page label. Fixes bug #383165.
3291
3292 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3293         * shell/ev-window.c:
3294
3295         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3296         available with GTK < 2.10. Added an ifdef to avoid compilation
3297         error.
3298
3299 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * configure.ac:
3302         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3303
3304         Fix ps backend in multihead systems.
3305
3306 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3309         * shell/ev-window.c: (ev_window_get_screen_dpi),
3310         (ev_window_update_actions), (setup_view_from_metadata),
3311         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3312
3313         Take screen DPI into account when zooming. Fixes bug #318285.
3314
3315 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3316
3317         * data/Makefile.am:
3318
3319         Cleaned up/slightly refactored Makefile.am. Added GConf
3320         schemas uninstallation as well.
3321
3322 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3323
3324         * Makefile.am:
3325         * test/Makefile.am:
3326
3327         Fight with autotools to fix make check. Make distcheck
3328         works fine as well now!
3329
3330 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3331
3332         * shell/ev-view.c: (draw_end_presentation_page):
3333
3334         Corrected "end of presentation" string.
3335
3336 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3337
3338         * shell/ev-view.c: (ev_view_key_press_event):
3339
3340         Correctly propagate key press event so that up/down keys
3341         work as expected (correct behaviour was broken by
3342         black/white screen key bindings for presentations).
3343
3344 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3347         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3348         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3349         (pdf_selection_get_selection_region),
3350         (pdf_selection_get_selection_map):
3351
3352         Add "static" to some private functions. 
3353
3354 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3355
3356         * lib/ev-tooltip.h:
3357         * properties/ev-properties-view.h:
3358         * shell/ev-jobs.h:
3359         * shell/ev-properties-dialog.h:
3360         * shell/ev-properties-fonts.h:
3361         * shell/ev-sidebar-links.h:
3362         * shell/ev-sidebar-thumbnails.h:
3363         * shell/ev-sidebar.h:
3364         * shell/ev-window.h:
3365         
3366         Fixes CHACK type in class casts. See bug #385343
3367         for details.
3368
3369 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * shell/ev-view-private.h:
3372         * shell/ev-view.c: (draw_end_presentation_page),
3373         (ev_view_expose_event), (ev_view_key_press_event),
3374         (ev_view_class_init), (ev_view_init):
3375
3376         Blank screen in presentation mode when pressing 'b' (filling with
3377         black) or 'w' (filling with white) keys. Fixes bug #358132.
3378
3379 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3380
3381         * data/evince-toolbar.xml:
3382         * shell/ev-window.c:
3383         
3384         Use stock icon for Select All action. Fixes
3385         bug #382652.
3386
3387 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3388
3389         * shell/ev-view.c: (get_doc_point_from_offset),
3390         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3391
3392         Add links support in rotated documents. Fixes bug #343733.
3393
3394 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3395
3396         * shell/ev-view-private.h:
3397         * shell/ev-view.c: (draw_end_presentation_page),
3398         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3399
3400         Show a blank page after the last page in presentation mode with a
3401         message indicating that presentation has finished and how to exit. 
3402
3403 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * shell/ev-window.c: (fullscreen_timeout_cb):
3406
3407         Hide cursor after a while in presentation mode. 
3408
3409 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3410
3411         * backend/ev-document-info.h:
3412         * data/evince-properties.glade:
3413         * pdf/ev-poppler.cc:
3414         * properties/ev-properties-view.c: (ev_regular_paper_size),
3415         (ev_properties_view_set_info):
3416         * ps/ps-document.c: (ps_document_get_info):
3417
3418         Adds a paper size field to the properties dialog. Fixes
3419         bug #307315. Patch by Kasper Svendsen (with some i18n
3420         changes done by me).
3421
3422 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3423
3424         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3425         (screensaver_init_dbus), (totem_scrsaver_new),
3426         (totem_scrsaver_init):
3427         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3428         * shell/ev-application.c: (ev_application_register_service),
3429         (ev_application_screensaver_enable),
3430         (ev_application_screensaver_disable):
3431         * shell/ev-application.h:
3432         * shell/ev-window.c: (ev_window_run_presentation),
3433         (ev_window_stop_presentation), (build_comments_string),
3434         (ev_window_init):
3435         
3436         Move screensaver handling to application. No more
3437         message on startup.
3438
3439 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * configure.ac:
3442         * backend/Makefile.am:
3443         * backend/ev-file-exporter.[ch]:
3444         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3445         * ps/ps-document.c: (ps_document_file_exporter_*):
3446         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3447         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3448         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3449         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3450
3451         Allow printing to PDF when suppoted by the backend.
3452         
3453 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-window.c: (build_comments_string):
3456
3457         Use always "Document Viewer" in about dialog. 
3458
3459 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * djvu/djvu-document.c: (djvu_document_get_page_size):
3462
3463         Display a warning message when get_pageinfo fails. 
3464
3465 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3466
3467         * Makefile.am:
3468         * backend/Makefile.am:
3469         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3470         * configure.ac:
3471         * shell/ev-window.c: (build_comments_string):
3472         
3473         Make pdf compilation optional. See bug #38007.
3474
3475 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * ps/ps.c: (get_next_text):
3478
3479         Fix CVE-2006-5864.
3480
3481 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3484         * shell/ev-navigation-action.c: (connect_proxy),
3485         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3486         
3487         Do not call g_type_class_peek_parent twice.
3488
3489 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * configure.ac:
3492         * data/icons/24x24/.cvsignore:
3493         * data/icons/24x24/Makefile.am:
3494         * data/icons/24x24/evince.png:
3495         * data/icons/Makefile.am:
3496         
3497         Add 24x24 icon. Thanks to 
3498         Michael Monreal <infernux@web.de>.
3499
3500 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3501
3502         * configure.ac: Fix typo in configure.ac. Thanks
3503         to dmacks@netspace.org for notification.
3504
3505 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3506
3507         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3508         
3509         Drop dbus include, fixes compilation with older dbus.
3510
3511 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3512
3513         * configure.ac:
3514         * cut-n-paste/Makefile.am:
3515         * cut-n-paste/totem-screensaver/.cvsignore
3516         * cut-n-paste/totem-screensaver/Makefile.am:
3517         * cut-n-paste/totem-screensaver/README:
3518         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3519         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3520         * shell/Makefile.am:
3521         * shell/ev-window.c: (ev_window_run_presentation),
3522         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3523         (ev_window_init):
3524
3525         Implemented screensaver enabling/disabling for
3526         presentation mode (not fullscreen mode). Code stolen
3527         from Totem (with some minor tweaks). Fixes bug #338889.
3528
3529 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3530
3531         * configure.ac:
3532
3533         Bump gnome-icon-theme requirements. We use the rotation
3534         icons that appeared recently.
3535
3536 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3537
3538         * shell/ev-history.c: (ev_history_add_page):
3539         * shell/ev-history.h:
3540         * shell/ev-window.c: (page_changed_cb):
3541         
3542         Use page labels instead of numbers.
3543
3544 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3545
3546         * data/evince-toolbar.xml:
3547         * po/POTFILES.in:
3548         * shell/Makefile.am:
3549         * shell/ev-navigation-action-widget.c:
3550         (ev_navigation_action_widget_init),
3551         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3552         (menu_detacher), (ev_navigation_action_widget_set_menu),
3553         (menu_position_func), (popup_menu_under_arrow),
3554         (ev_navigation_action_widget_toggled),
3555         (ev_navigation_action_widget_button_press_event):
3556         * shell/ev-navigation-action-widget.h:
3557         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3558         (ev_navigation_action_set_window), (activate_menu_item_cb),
3559         (new_history_menu_item), (new_empty_history_menu_item),
3560         (build_menu), (menu_activated_cb), (connect_proxy),
3561         (create_tool_item), (ev_navigation_action_init),
3562         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3563         * shell/ev-navigation-action.h:
3564         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3565         (ev_page_action_widget_set_page_cache),
3566         (ev_page_action_widget_finalize),
3567         (ev_page_action_widget_class_init), (match_selected_cb),
3568         (display_completion_text), (match_completion), (build_new_tree_cb),
3569         (get_filter_model_from_model),
3570         (ev_page_action_widget_update_model):
3571         * shell/ev-page-action-widget.h:
3572         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3573         (connect_proxy):
3574         * shell/ev-page-action.h:
3575         * shell/ev-stock-icons.c:
3576         * shell/ev-stock-icons.h:
3577         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3578         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3579         (register_custom_actions):
3580         * shell/main.c:
3581         
3582         Preliminary history implementation
3583
3584 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3585
3586         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3587         (dvi_document_class_init), (dvi_document_init_params):
3588         * dvi/mdvi-lib/font.c: (font_reference):
3589         
3590         Add reference to subfont. Fixes bug #374277.
3591
3592 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3595         (ev_window_cmd_file_open_copy_at_dest):
3596
3597         Fix a race condition when creating symlink. Increase the counter
3598         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3599         Mathias Hasselmann).
3600
3601 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * backend/Makefile.am:
3604         * backend/ev-attachment.c: (ev_attachment_open):
3605         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3606         (ev_tmp_dir), (ev_tmp_filename):
3607         * shell/ev-sidebar-attachments.c:
3608         (ev_sidebar_attachments_drag_data_get):
3609         * shell/ev-window.c: (ev_window_clear_temp_file):
3610
3611         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3612         in ensure_dir_exists. Abort without crashing when we can't create
3613         user's directory.
3614
3615 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * data/evince-ui.xml:
3618         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3619         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3620         (ev_window_cmd_file_open_copy_at_dest),
3621         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3622         (ev_view_popup_cmd_open_link_new_window):
3623
3624         Allow opening a copy of the current document in a new window. Fixes bug
3625         #357472
3626
3627 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3628
3629         * data/evince-toolbar.xml:
3630         
3631         Add rotate right and rotate left to available items for toolbar.
3632         
3633         * data/evince-ui.xml:
3634         * shell/ev-window.c: (ev_window_init):
3635         
3636         Customize toolbar with right click. Fixes bug #372451.
3637
3638 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3639
3640         * shell/ev-window.c: 
3641         
3642         Use "object-rotate-{left,right}" stock icons. Fixes 
3643         bug #373863.
3644
3645 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3648         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3649         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3650         (ev_window_open_uri):
3651         * shell/main.c: (arguments_parse):
3652
3653         Remove temp file created when evince is used by GTK+ in
3654         preview mode. Fixes bug #365282. 
3655
3656 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3657
3658         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3659         
3660         Fixes bug #372474 - Side pane disabled when entering 
3661         and leaving fullscreen mode.
3662
3663 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3664
3665         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3666         * data/Makefile.am:
3667         * data/evince-preview-toolbar.xml:
3668         * data/evince-toolbar.xml:
3669         * shell/ev-application.c: (ev_application_shutdown),
3670         (ev_application_init), (ev_application_get_toolbars_model):
3671         * shell/ev-application.h:
3672         * shell/ev-window.c: (update_chrome_visibility),
3673         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3674         (ev_window_cmd_edit_toolbar), (ev_window_init):
3675         
3676         Fixes bug #364364 - toolbar editor shows zoom actions again.
3677
3678 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3681
3682         Do not take margins into consideration for paper size when printing.
3683         Really fixes bug #350491.
3684
3685 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * data/evince-ui.xml:
3688         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3689         (ev_window_cmd_file_print_setup),
3690         (ev_window_print_dialog_response_cb),
3691         (ev_window_setup_action_sensitivity):
3692
3693         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3694
3695 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * shell/ev-window.c: (ev_window_print_range):
3698
3699         Revert my previuos commit, since printing to PDF is not supported by
3700         evince yet. 
3701
3702 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3703
3704         * shell/ev-window.c: (ev_window_print_range):
3705
3706         Enable print to a PDF. Fixes bug #332121.
3707
3708 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * shell/ev-application-service.xml:
3711         * shell/ev-application.[ch]: (ev_application_open_window),
3712         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3713         (ev_application_open_uri), (ev_application_open_uri_list):
3714         * shell/ev-window.c: (file_open_dialog_response_cb),
3715         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3716         (drag_data_received_cb), (open_remote_link):
3717         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3718
3719         Add support for multiscreen systems. Fixes bug #316206.
3720
3721 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * shell/ev-jobs.[ch]: (ev_job_print_new),
3724         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3725         (ev_job_print_do_page):
3726         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3727
3728         Allow printing only odd/even pages. Fixes bug #367289.
3729
3730 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3731
3732         * test/test1.py:
3733         * test/test2.py:
3734
3735         Re-add locale settings to test files.
3736
3737 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3738
3739         * data/evince-ui.xml:
3740         * shell/ev-window.c: (set_action_properties):
3741         
3742         Removed garbage from code and ui.
3743
3744 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3745
3746         * shell/ev-window.c: (ev_window_cmd_help_about):
3747
3748         Shamelessly add my name to the list of contributors.
3749
3750 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3751
3752         * test/test1.py:
3753         * test/test2.py:
3754
3755         Cleaned up the dogtail scripts.
3756
3757 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3758
3759         * shell/ev-view.c: (draw_loading_text): Don't render
3760         "loading..." text in presentation mode. Temporary
3761         workaround for bug #320352.
3762
3763 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3766         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3767
3768         Use print settings scale, copies, collate and reverse which were
3769         ignored. Fixes bug #359032.
3770
3771 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3772
3773         * configure.ac:
3774         * data/evince-password.glade:
3775         * test/Makefile.am:
3776         * test/test-encrypt.pdf:
3777         * test/test-links.pdf:
3778         * test/test1.py:
3779         * test/test2.py:
3780
3781         Add automated UI tests for evince with dogtail. See
3782         bug #300948.    
3783
3784 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3787
3788         Hide fullscreen toolbar when switching to another desktop workspace.
3789         Fixes bug #338871
3790
3791 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3792
3793         * shell/ev-window-title.c: 
3794         
3795         Test for .dvi in title of pdf documents.
3796
3797 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3798
3799         * shell/ev-view.c: (ev_view_scroll):
3800
3801         Page Up/Down should do page jumps in "Best fit" mode.
3802         If a user has explicitly chosen to view exactly one page
3803         at a time, scrolling just a part of the page when
3804         pressing Page Up/Down is not right. Fixes bug #323107.
3805
3806 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3807
3808         * NEWS:
3809         * configure.ac:
3810         
3811         Update for 0.6.1
3812
3813 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3814
3815         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3816         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3817         
3818         Correctly disconnect from job signals on destroy.
3819
3820 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3821
3822         * shell/ev-view-private.h:
3823         * shell/ev-view.c: (view_set_adjustment_values),
3824         (view_update_range_and_current_page),
3825         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3826         
3827         Fixes bug #343199, current page now follows find page.
3828
3829 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3830
3831         * backend/ev-document-factory.c:
3832         * configure.ac:
3833         Assigned OpenDocument presenation MIME type to the
3834         Impress backend. Added some missing (but harmless)
3835         #ifdefs in the document factory as well to make things
3836         consistent again. Fixes bug #360658.
3837
3838 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3839
3840         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3841         * backend/ev-document-find.c: (ev_document_find_get_type):
3842         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3843         * backend/ev-document-links.c: (ev_document_links_get_type):
3844         * backend/ev-document-security.c: (ev_document_security_get_type):
3845         * backend/ev-document-thumbnails.c:
3846         (ev_document_thumbnails_get_type):
3847         * backend/ev-document.c: (ev_document_get_type):
3848         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3849         * backend/ev-selection.c: (ev_selection_get_type):
3850         * cut-n-paste/recent-files/egg-recent-model.c:
3851         (egg_recent_model_get_type):
3852         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3853         (egg_recent_view_uimanager_get_type):
3854         * cut-n-paste/recent-files/egg-recent-view.c:
3855         (egg_recent_view_get_type):
3856         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3857         (egg_editable_toolbar_get_type):
3858         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3859         (egg_toolbar_editor_get_type):
3860         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3861         (egg_toolbars_model_get_type):
3862         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3863         (egg_tree_multi_drag_source_get_type):
3864         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3865         (ephy_zoom_action_get_type):
3866         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3867         (ephy_zoom_control_get_type):
3868         * impress/r_back.c: (_imp_fill_back):
3869         * properties/ev-properties-main.c:
3870         (ev_properties_plugin_register_type):
3871         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3872         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3873         (ev_view_accessible_factory_get_type):
3874
3875         Reduce relocations. Bug #360616.
3876
3877 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * backend/ev-document-factory.c:
3880         (ev_document_factory_get_document):
3881         
3882         Load document even if extension is wrong.
3883
3884 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * shell/ev-metadata-manager.c: (save_values):
3887         * shell/ev-window.c: (setup_size_from_metadata),
3888         (setup_view_from_metadata), (ev_window_setup_document),
3889         (ev_window_xfer_job_cb), (window_configure_event_cb):
3890         
3891         Set size according to the document size/page size ratio.
3892         That should correct rather wierd behaviour of the previous
3893         commit.
3894
3895 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3896
3897         * shell/ev-window.c: (setup_view_from_metadata):
3898         
3899         Set size for new windows from previous window size.
3900         See bugs #354968 and #168450 for details. Thanks
3901         to Meik Hellmund.
3902
3903 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * djvu/djvu-links.c: (build_tree):
3906
3907         Fix memory leak.
3908
3909 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3912         
3913         Don't make sidebar close button insensitive. Fixes
3914         bug #357871.
3915
3916 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3917
3918         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3919         (ev_window_set_view_accels_sensitivity):
3920         
3921         Don't enable Slash on documents which don't support
3922         find. Fixes bug #358648.
3923
3924 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3925
3926         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3927         open dialog fall back to the current document uri if the
3928         filechooser hasn't been used before. Fixes bug #356980.
3929
3930 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3931
3932         * shell/ev-window.c: (ev_window_setup_recent), 
3933         (ev_window_get_recent_file_label):
3934
3935         Escape underscores in filenames of recent file items.
3936
3937 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3938
3939         * configure.ac:
3940         
3941         Bumped poppler requirements, really 0.5.3 is very 
3942         buggy, now we require 0.5.4.
3943
3944 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3945
3946         * djvu/Makefile.am:
3947         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3948         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3949         (djvu_document_document_links_iface_init):
3950         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3951         (number_from_string_10), (get_djvu_link_dest),
3952         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3953         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3954         (djvu_links_get_links), (djvu_links_find_link_dest),
3955         (djvu_links_get_links_model):
3956         * djvu/djvu-links.h:
3957         
3958         Add support for links and bookmarks in djvu documents. Thanks
3959         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3960         patch.
3961
3962 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3963
3964         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3965         
3966         Reopen should reload document. Fixes 
3967         bug 327951.
3968
3969 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3970
3971         * configure.ac:
3972         * data/Makefile.am:
3973         * data/evince-16.png:
3974         * data/evince-22.png:
3975         * data/evince.png:
3976         * data/evince.svg:
3977         * data/icons/16x16/Makefile.am:
3978         * data/icons/16x16/evince.png:
3979         * data/icons/22x22/Makefile.am:
3980         * data/icons/22x22/evince.png:
3981         * data/icons/48x48/Makefile.am:
3982         * data/icons/48x48/evince.png:
3983         * data/icons/Makefile.am:
3984         * data/icons/scalable/Makefile.am:
3985         * data/icons/scalable/evince.svg:
3986         
3987         Install icons with correct names. Fixes
3988         bug #354429.
3989
3990 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3991
3992         * shell/ev-view.c: (ev_view_button_release_event):
3993
3994         Don't open links with middle mouse button. Fixes bug #353649
3995
3996 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * NEWS:
3999         * configure.ac:
4000         
4001         Update for release 0.6.0
4002
4003 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4004
4005         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4006         Implement Close named action. Patch by Carlos Garcia Campos.
4007
4008 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4011         
4012         Don't clear link mapping on copy_job_to_job_info. Fixes
4013         bug 346168.
4014
4015 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4016
4017         * shell/main.c: (main):
4018
4019         Revert my previous commit, gnome_program_init owns the option context.
4020         Fix another memory leak in main. Both caught by Christian Persch. 
4021
4022 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4023
4024         * shell/main.c: (main):
4025
4026         Fix memory leak.
4027
4028 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4029
4030         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4031
4032         Fix crash when opening a pdf with password protection. 
4033
4034 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4035
4036         * pdf/ev-poppler.cc: (pdf_document_search_free):
4037
4038         Fix memory leak. 
4039
4040 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4041
4042         * backend/ev-document-factory.c:
4043         (ev_document_factory_get_document):
4044         * tiff/tiff-document.c: (tiff_document_finalize):
4045         
4046         More correct handling of document loading. Fixes
4047         bug #349043.
4048
4049 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * backend/ev-attachment.c: (ev_attachment_save):
4052
4053         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4054         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4055
4056 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4057         
4058         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4059         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4060
4061 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-sidebar-thumbnails.c:
4064
4065         Do not render thumbnails unless thumbnails page is active in the
4066         sidebar.
4067
4068 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4069
4070         * shell/ev-properties-dialog.c:
4071
4072         Fix dialogue spacing. Bug #351370.
4073
4074 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4075
4076         * configure.ac:
4077
4078         Use lowercase gettext catalog file names (evince.mo
4079         instead of Evince.mo)
4080
4081 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4082
4083         * shell/ev-sidebar-attachments.c:
4084
4085         GtkIconTheme is now screen safe too. Fixes bug #350878
4086
4087 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4088
4089         * shell/ev-window.c:
4090
4091         GtkRecent manager is now screen safe. Fixes bug #350145
4092
4093 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4094
4095         * shell/ev-sidebar.c: (ev_sidebar_init):
4096         
4097         Make sidebar close icon smaller. Fix for bug 350177.
4098         See also bugs 350176 and 165770.
4099
4100 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4103
4104         Ignore zoom for xyz destinations when it's <= 1, keeping user
4105         preferences instead. Set correct sizing-mode for fith and fitv
4106         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4107
4108 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4109
4110         * NEWS:
4111         * configure.ac:
4112         
4113         Update for release 0.5.5
4114
4115 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4116         
4117         * shell/ev-window.c: (ev_window_cmd_escape)
4118
4119         Escape unfocus page entry. Fixes bug #345809.
4120
4121 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4124         (build_tree), (pdf_document_links_get_links),
4125         (pdf_document_links_find_link_dest):
4126         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4127         (goto_xyz_dest):
4128
4129         Convert from PDF style coordinates to X style coordinates in the
4130         backend rather than in the view. Fixes bug #338440
4131
4132 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4133
4134         * shell/ev-window.c:
4135         
4136         Remove Ctrl+Shift+T shortcut for toolbars. See
4137         the bug #350098.
4138
4139 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * configure.ac:
4142
4143         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4144         of this. 
4145
4146 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * configure.ac:
4149         * cut-n-paste/Makefile.am:
4150         * data/evince-ui.xml:
4151         * shell/Makefile.am:
4152         * shell/ev-application.[ch]:
4153         * shell/ev-window.c:
4154
4155         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4156         #349273
4157
4158 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4159
4160         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4161         findbar code: s/help/search/
4162
4163 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4164
4165         * shell/ev-window.c: (setup_document_from_metadata),
4166         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4167         (setup_view_from_metadata):
4168         
4169         Fix memory leaks.
4170
4171 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4172
4173         * autogen.sh, configure.ac: 
4174         
4175         Update automake usage. See bug 349292.
4176
4177 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4178
4179         * shell/eggfindbar.c: (egg_find_bar_class_init),
4180         (entry_activate_callback), (egg_find_bar_init),
4181         (egg_find_bar_set_status_text):
4182         * shell/eggfindbar.h:
4183         
4184         Unify Evince findbar with Epiphany. Nice patch
4185         from Fabricio Silva <silva@crans.org> and
4186         Frederic Peters <fpeters@entrouvert.com>. See
4187         bug #339966 for details.
4188
4189 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * data/evince.desktop.in.in:
4192         
4193         Correct information for bugzilla. Thanks to
4194         Olaf Vitters, see bug #348855.
4195
4196 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-jobs.[ch]:
4199         * shell/ev-sidebar-links.c:
4200         * shell/ev-window.[ch]:
4201
4202         GtkPrintJob doesn't support print ranges or current page, so we export
4203         to a ps file now when printing ranges or current page.
4204
4205 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * pdf/ev-poppler.cc:
4208         * shell/ev-window.c: (do_action_named):
4209
4210         We should be more clear about bugzilla. See the
4211         poppler bug #7623.
4212
4213 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * configure.ac:
4216         * shell/Makefile.am:
4217         * shell/ev-job-queue.c:
4218         * shell/ev-jobs.[ch]:
4219         * shell/ev-sidebar-links.c:
4220         * shell/ev-window.[ch]:
4221         
4222         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4223         #348422
4224
4225 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4226
4227         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4228         * shell/ev-application-service.xml:
4229         * shell/ev-application.[ch]:
4230         * shell/ev-jobs.[ch]:
4231         * shell/ev-window.[ch]: (ev_window_run_preview):
4232         * shell/main.c: 
4233
4234         Add preview mode to use evince as a printing previewer. It also adds
4235         other command line options for fullscreen and presentation modes.
4236         Fixes bugs #347822, #317031
4237
4238 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4239
4240         * NEWS:
4241         * configure.ac:
4242         
4243         Update for release 0.5.4
4244
4245 2006-07-11  Bastien Nocera <hadess@hadess.net>
4246
4247         * Makefile.am:
4248         * backend/Makefile.am:
4249         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4250         * backend/ev-document-factory.h:
4251         * configure.ac:
4252         * impress/.cvsignore:
4253         * impress/Makefile.am:
4254         * impress/common.h:
4255         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4256         (imp_get_page), (imp_next_page), (imp_prev_page),
4257         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4258         * impress/f_oasis.c: (render_object), (render_page),
4259         (get_geometry), (_imp_oasis_load):
4260         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4261         (_imp_oo13_load):
4262         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4263         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4264         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4265         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4266         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4267         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4268         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4269         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4270         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4271         (iks_new_within), (iks_insert), (iks_insert_cdata),
4272         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4273         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4274         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4275         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4276         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4277         (iks_cdata), (iks_cdata_size), (iks_has_children),
4278         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4279         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4280         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4281         (iks_tree), (iks_load), (iks_save):
4282         * impress/iksemel.h:
4283         * impress/imposter.h:
4284         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4285         (imp_render_draw_bezier_real), (imp_render_get_size),
4286         (imp_render_set_fg_color), (imp_render_draw_line),
4287         (imp_render_draw_rect), (imp_render_draw_polygon),
4288         (imp_render_draw_arc), (imp_render_draw_bezier),
4289         (imp_render_open_image), (imp_render_get_image_size),
4290         (imp_render_scale_image), (imp_render_draw_image),
4291         (imp_render_close_image), (imp_render_markup),
4292         (imp_render_get_text_size), (imp_render_draw_text),
4293         (impress_document_load), (impress_document_save),
4294         (impress_document_get_n_pages), (impress_document_get_page_size),
4295         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4296         (impress_document_finalize), (impress_document_class_init),
4297         (impress_document_can_get_text), (impress_document_get_info),
4298         (impress_document_document_iface_init),
4299         (impress_document_thumbnails_get_thumbnail),
4300         (impress_document_thumbnails_get_dimensions),
4301         (impress_document_document_thumbnails_iface_init),
4302         (impress_document_init):
4303         * impress/impress-document.h:
4304         * impress/internal.h:
4305         * impress/r_back.c: (_imp_fill_back):
4306         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4307         (_imp_draw_image), (_imp_tile_image):
4308         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4309         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4310         (r_polyline):
4311         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4312         (r_draw_gradient_complex), (r_draw_gradient):
4313         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4314         (r_get_bullet):
4315         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4316         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4317         (r_text):
4318         * impress/render.c: (imp_create_context), (imp_context_set_page),
4319         (imp_context_set_step), (imp_render), (imp_delete_context):
4320         * impress/render.h:
4321         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4322         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4323         (zip_load_xml), (zip_get_size), (zip_load):
4324         * impress/zip.h:
4325         * shell/ev-utils.c:
4326         
4327         New backend to support impress slides. Fixes bug #30867.
4328
4329 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4330
4331         * shell/ev-utils.c: (using_postscript_printer):
4332         
4333         Fixes crash when print using PAPI backend,
4334         bug #345012.
4335
4336 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4337
4338         * shell/ev-jobs.c: (ev_job_xfer_run):
4339         * shell/ev-window.c: (password_dialog_response),
4340         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4341         (ev_window_dispose):
4342         Fixes bug #344160: if the xfer job doesn't complete
4343         because a password is required, reload the existing
4344         instance instead of creating a new one.
4345
4346 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * shell/main.c: (main): Call gdk_threads_init. Thus
4349         we'll avoid errors in auth dialog. Fix for the bug
4350         #343347.
4351
4352 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4353
4354         * configure.ac: Advertise pixbuf support, fix
4355         for the bug 343317.
4356
4357 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4358
4359         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4360         (ev_sidebar_thumbnails_set_document):
4361         
4362         Update sidebar thumbnails after reloading.
4363
4364 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4367         * shell/ev-jobs.h:
4368         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4369         (ev_window_cmd_view_reload), (ev_window_init):
4370         
4371         Don't crash on reload. Fix for the bug #343167.
4372
4373 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4374
4375         * shell/ev-jobs.c: (ev_job_render_run):
4376         
4377         Check for document links.
4378
4379 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4380
4381         * backend/ev-attachment.c: (ev_attachment_save),
4382         (ev_attachment_launch_app), (ev_attachment_open):
4383         * backend/ev-document-factory.c: (get_document_from_uri):
4384         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4385         (egg_recent_view_uimanager_set_list):
4386         * ps/ps-document.c: (check_filecompressed), (document_load),
4387         (ps_document_load):
4388         * shell/ev-metadata-manager.c: (load_values):
4389         * shell/ev-password.c: (ev_password_dialog_set_property):
4390         * shell/ev-view.c: (tip_from_link):
4391         * shell/ev-window.c: (file_save_dialog_response_cb),
4392         (ev_window_print_dialog_response_cb):
4393         
4394         Use consistent quoting style. Fix for the bug #320285.
4395
4396 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4397
4398         * shell/ev-jobs.c: (ev_job_xfer_run):
4399         * shell/main.c: (load_files):
4400                 
4401         Open links with anchors. Fix for the bug #339836.
4402
4403 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4404
4405         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4406         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4407         (ev_link_dest_set_property), (ev_link_dest_finalize),
4408         (ev_link_dest_class_init), (ev_link_dest_new_named),
4409         (ev_link_dest_new_page_label):
4410         * backend/ev-link-dest.h:
4411         * shell/ev-application.c: (ev_application_open_uri):
4412         * shell/ev-view.c: (goto_dest):
4413         * shell/ev-window.c:
4414         * shell/ev-window.h:
4415         
4416         Fix page-label command line option. Bug #342070.
4417
4418 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4419
4420         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4421         
4422         Don't show highlight rects if page can't be showed. Fix for 
4423         the bug #342076
4424
4425 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * shell/ev-window.c: (setup_sidebar_from_metadata),
4428         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4429         
4430         Setup sidebar from metadata even if there is no document
4431         loaded. Fix for the bug #342807.
4432
4433 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4434
4435         * cut-n-paste/toolbar-editor/Makefile.am:
4436         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4437         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4438         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4439         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4440         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4441         (popup_context_menu_cb), (button_press_event_cb),
4442         (configure_item_sensitivity), (configure_item_cursor),
4443         (configure_item_tooltip), (connect_widget_signals),
4444         (action_sensitive_cb), (create_item_from_action),
4445         (create_item_from_position), (toolbar_drag_data_received_cb),
4446         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4447         (toolbar_drag_leave_cb), (configure_drag_dest),
4448         (toggled_visibility_cb), (toolbar_visibility_refresh),
4449         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4450         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4451         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4452         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4453         (egg_editable_toolbar_dispose),
4454         (egg_editable_toolbar_set_ui_manager),
4455         (egg_editable_toolbar_get_selected),
4456         (egg_editable_toolbar_set_selected), (set_edit_mode),
4457         (egg_editable_toolbar_set_property),
4458         (egg_editable_toolbar_get_property),
4459         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4460         (egg_editable_toolbar_new_with_model),
4461         (egg_editable_toolbar_get_edit_mode),
4462         (egg_editable_toolbar_set_edit_mode),
4463         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4464         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4465         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4466         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4467         (item_added_or_removed_cb), (toolbar_removed_cb),
4468         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4469         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4470         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4471         (editor_create_item_from_name), (append_table),
4472         (update_editor_sheet), (egg_toolbar_editor_init):
4473         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4474         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4475         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4476         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4477         (toolbar_node_free), (egg_toolbars_model_get_flags),
4478         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4479         (egg_toolbars_model_get_name), (impl_add_item),
4480         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4481         (parse_data_list), (parse_item_list), (parse_toolbars),
4482         (egg_toolbars_model_load_toolbars), (parse_available_list),
4483         (parse_names), (egg_toolbars_model_load_names),
4484         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4485         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4486         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4487         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4488         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4489         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4490         (egg_toolbars_model_set_types), (fill_avail_array),
4491         (egg_toolbars_model_get_name_avail),
4492         (egg_toolbars_model_get_name_flags),
4493         (egg_toolbars_model_set_name_flags):
4494         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4495         * cut-n-paste/toolbar-editor/eggintl.h:
4496         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4497         (egg_tree_multi_drag_source_get_type),
4498         (egg_tree_multi_drag_source_row_draggable),
4499         (egg_tree_multi_drag_source_drag_data_delete),
4500         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4501         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4502         (path_list_free), (set_context_data), (get_context_data),
4503         (get_info), (egg_tree_multi_drag_drag_data_get),
4504         (egg_tree_multi_drag_motion_event),
4505         (egg_tree_multi_drag_button_press_event),
4506         (egg_tree_multi_drag_add_drag_support):
4507         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4508         * shell/ev-application.c: (ev_application_init),
4509         (ev_application_save_toolbars_model):
4510         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4511         (ev_window_cmd_edit_toolbar), (ev_window_init):
4512         
4513         Sync toolbareditor with epiphany and libegg
4514
4515 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * configure.ac: 
4518
4519         Depend on poppler 0.5.2
4520
4521 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4522
4523         * shell/ev-jobs.c: (ev_job_render_run):
4524         
4525         Check if document supports links iterface.
4526
4527 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * NEWS:
4530         * configure.ac:
4531         
4532         Update for release 0.5.3
4533
4534 2006-05-13  Michael Plump  <plumpy@skylab.org>
4535
4536         * configure.ac:
4537         * shell/Makefile.am:
4538         * shell/main.c: (main):
4539         
4540         Port to GOption command line parsing. Fix for the 
4541         bug #327518
4542
4543 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * shell/ev-window.c: (ev_window_cmd_help_about):
4546         
4547         Do not wrap license. Fix for the bug #309460.
4548
4549 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * configure.ac:
4552         * properties/ev-properties-main.c: (ev_properties_get_pages):
4553         * shell/ev-application.c: (ev_application_open_window),
4554         (ev_application_open_uri_at_dest):
4555         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4556         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4557         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4558         * shell/ev-utils.c: (save_print_config_to_file):
4559         * shell/ev-window.c: (ev_window_cmd_save_as),
4560         (ev_attachment_popup_cmd_save_attachment_as):
4561         * shell/main.c: (load_files_remote):
4562         
4563         Bump requirements to gtk 2.8 and drop all ifdefs used.
4564
4565 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4566
4567         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4568         * shell/ev-window.c: (ev_window_init):
4569         
4570         Show attachments page.
4571
4572 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * po/POTFILES.in:
4575         * shell/ev-attachment-bar.c:
4576         * shell/ev-attachment-bar.h:
4577         * shell/ev-sidebar-attachments.c:
4578         (ev_sidebar_attachments_icon_cache_add),
4579         (icon_theme_get_pixbuf_from_mime_type),
4580         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4581         (ev_sidebar_attachments_icon_cache_refresh),
4582         (ev_sidebar_attachments_get_attachment_at_pos),
4583         (ev_sidebar_attachments_popup_menu_show),
4584         (ev_sidebar_attachments_popup_menu),
4585         (ev_sidebar_attachments_button_press),
4586         (ev_sidebar_attachments_update_icons),
4587         (ev_sidebar_attachments_drag_data_get),
4588         (ev_sidebar_attachments_get_property),
4589         (ev_sidebar_attachments_destroy),
4590         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4591         (ev_sidebar_attachments_new),
4592         (ev_sidebar_attachments_set_document),
4593         (ev_sidebar_attachments_support_document),
4594         (ev_sidebar_attachments_get_label),
4595         (ev_sidebar_attachments_page_iface_init):
4596         * shell/ev-sidebar-attachments.h:
4597         * shell/ev-window.c: (update_chrome_visibility),
4598         (setup_sidebar_from_metadata), (ev_window_setup_document),
4599         (ev_window_sidebar_current_page_changed_cb),
4600         (attachment_bar_menu_popup_cb), (ev_window_init):
4601         
4602         Move attachments bar to sidebar.
4603
4604 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4605
4606         * pdf/ev-poppler.cc:
4607         * shell/ev-application.[ch]:
4608         * shell/main.c:
4609
4610         Fix some memory leaks.
4611
4612 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4613
4614         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4615
4616         Change the properties dialog response to
4617         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4618         will make the dialog go away when the user presses
4619         enter. With gtk+ >= 2.9 this will happen anyway, but for
4620         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4621         escape by default. Fixes bug #340539. See also bug
4622         #101293 for the gtk+ part.
4623
4624 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4625
4626         * shell/ev-view.c (tip_from_action_named): Replace some strings
4627         that were wrong. Closes #340970.
4628
4629 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4632
4633         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4634         #341049
4635
4636 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * djvu/Makefile.am:
4639         * dvi/Makefile.am:
4640         * dvi/mdvi-lib/Makefile.am:
4641         * properties/Makefile.am:
4642         * ps/Makefile.am:
4643         * shell/Makefile.am:
4644         * thumbnailer/Makefile.am:
4645         
4646         Due to broken libtool that is unable to track dependencies
4647         of noinst libraries we are forced to explicitely point
4648         libraries for binary. Fix for the bug #333334.
4649
4650 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * data/evince.desktop.in.in:
4653         * shell/ev-view.c: (view_update_range_and_current_page),
4654         (ev_view_next_page), (ev_view_previous_page):
4655         * shell/ev-window.c: (update_chrome_visibility),
4656         (setup_sidebar_from_metadata), (ev_window_setup_document),
4657         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4658         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4659         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4660         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4661         (ev_window_stop_presentation), (ev_window_focus_in_event),
4662         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4663         (ev_window_init):
4664         * thumbnailer/Makefile.am:
4665         
4666         Update fullscreen and presentation timeout handling. Hide
4667         cursor in presentation after timeout. Fix for the bugs
4668         #136359 and #336981.
4669
4670 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4671
4672         * backend/ev-link-action.[ch]:
4673         * pdf/ev-poppler.cc: (ev_link_from_action):
4674         * shell/ev-view-private.h:
4675         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4676         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4677
4678         Add support for Named Action links
4679
4680 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * backend/Makefile.am:
4683         * backend/ev-document-links.[ch]:
4684         * backend/ev-document.[ch]:
4685         * backend/ev-link-action.[ch]:
4686         * backend/ev-link-dest.[ch]:
4687         * backend/ev-link.[ch]:
4688         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4689         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4690         * shell/ev-page-action.c: (build_new_tree_cb):
4691         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4692         (links_page_num_func), (update_page_callback):
4693         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4694         (tip_from_link):
4695         * shell/ev-jobs.c:
4696         * shell/ev-window.[ch]: (ev_window_open_uri),
4697         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4698         * shell/ev-application.[ch]: (ev_application_open_window),
4699         (ev_application_open_uri):
4700
4701         Rework links system, it adds support for remote links now and it makes
4702         easier to add new kinds of actions and destinations. Fixes bug #317292
4703
4704 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * data/Makefile.am:
4707         * data/evince.png:
4708         * data/evince-16.png:
4709         * data/evince-22.png:
4710         * data/evince.svg:
4711         * shell/main.c: (main):
4712         
4713         Evince use it's own icon. Fix for the bug #313392.
4714
4715         * shell/ev-window.c: (fullscreen_timeout_cb),
4716         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4717         (ev_window_cmd_help_about), (ev_window_dispose):
4718         
4719         Simplify fullscreen timeout code.
4720
4721 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * backend/ev-attachment.c: 
4724         * shell/ev-attachment-bar.c:
4725         * shell/ev-window.c:
4726
4727         Allow multiple selection of attachments
4728
4729 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4730
4731         * shell/ev-view.c: (view_update_range_and_current_page),
4732         (ev_view_scroll):
4733         
4734         Fix for the bug #312573 – Optimal selection of current 
4735         page among visible pages.
4736
4737 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4738
4739         * configure.ac:
4740         * djvu/Makefile.am:
4741         * djvu/djvu-text.h:
4742         
4743         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4744         for the bug 339868.
4745
4746 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4747
4748         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4749
4750 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4751
4752         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4753         dictated by the GNOME HIG. Fixes bug #339235.
4754
4755 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4756
4757         * data/evince-ui.xml:
4758         * shell/ev-view.c: (ev_view_can_find_previous):
4759         * shell/ev-view.h:
4760         * shell/ev-window.c: (ev_window_update_actions),
4761         (ev_window_cmd_edit_find_previous):
4762
4763         Add support for "Find Previous" as dictated by the GNOME HIG. A
4764         menu item is added and some glue code to make it all work is added
4765         to various files.
4766
4767 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4768
4769         * configure.ac: Award myself the "useless use of cat" award.
4770
4771 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4772
4773         * po/LINGUAS: New file listing all supported languages.
4774
4775         * configure.in: Use po/LINGUAS instead of including all languages
4776         directly in this file. See the wiki for more information:
4777         http://live.gnome.org/GnomeGoals/PoLinguas
4778
4779 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4780
4781         * backend/ev-document-factory.c:
4782
4783         Do not load the document twice when there isn't errors
4784
4785 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * backend/ev-attachment.c: 
4788
4789         Fix a crash when there isn't a default application to open an
4790         attachment
4791
4792 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4793
4794         * backend/ev-attachment.[ch]:
4795         * shell/ev-attachment-bar.[ch]:
4796
4797         Added missing files. 
4798
4799 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * backend/Makefile.am:
4802         * data/evince-ui.xml:
4803         * backend/ev-attachment.[ch]:
4804         * backend/ev-document.[ch]: (ev_document_has_attachments),
4805         (ev_document_get_attachments):
4806         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4807         (attachment_save_to_buffer), (pdf_document_get_attachments),
4808         (pdf_document_document_iface_init):
4809         * shell/Makefile.am:
4810         * shell/ev-attachment-bar.[ch]:
4811         * shell/ev-window.c:
4812
4813         Add support for PDF attachments. Fixes bug #325143
4814
4815 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4816
4817         * backend/ev-document-factory.c: (get_document_from_uri),
4818         (ev_document_factory_get_document):
4819         * backend/ev-document-factory.h:
4820         * properties/ev-properties-main.c: (ev_properties_get_pages):
4821         * shell/Makefile.am:
4822         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4823         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4824         (ev_job_queue_remove_job):
4825         * shell/ev-job-queue.h:
4826         * shell/ev-job-xfer.c:
4827         * shell/ev-job-xfer.h:
4828         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4829         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4830         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4831         (ev_job_xfer_run):
4832         * shell/ev-jobs.h:
4833         * shell/ev-window.c: (ev_window_is_empty),
4834         (password_dialog_response), (ev_window_clear_xfer_job),
4835         (ev_window_xfer_job_cb), (ev_window_open_uri),
4836         (ev_window_cmd_focus_page_selector),
4837         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4838         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4839         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4840         (ev_window_dispose):
4841         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4842         
4843         * Cleanup mime type detection on document load. Fix for the
4844         bug #336448.
4845
4846 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4847
4848         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4849         
4850         Fix crash on exit, described in the bug #336825.
4851
4852 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * backend/ev-document-factory.c:
4855         (ev_document_factory_get_from_mime),
4856         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4857         (ev_document_factory_get_document),
4858         (file_filter_add_mime_list_and_free),
4859         (ev_document_factory_add_filters):
4860         * backend/ev-document-factory.h:
4861         * properties/ev-properties-main.c: (ev_properties_get_pages):
4862         * shell/Makefile.am:
4863         * shell/ev-application.c:
4864         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4865         * shell/ev-window.c: (ev_window_cmd_file_open),
4866         (ev_window_cmd_save_as):
4867         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4868         
4869         Rework factory functions so they are placed now in a single 
4870         file ev-document-factory.c
4871
4872 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * shell/ev-window.c: (update_chrome_visibility):
4875         
4876         Fix for the bug 166566 - don't show menubar in fullscreen
4877         mode.
4878
4879 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4880
4881         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4882
4883 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4884
4885         * shell/ev-view.c: (ev_view_expose_event):
4886         
4887         More correctly draw loading text when document
4888         is empty.
4889
4890 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4891
4892         * shell/ev-view.c: (ev_view_scroll):
4893         
4894         Fix for the bug #334854, page down and page up switch
4895         pages in presentation mode.
4896
4897 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * shell/ev-window.c: (ev_window_set_action_sensitive),
4900         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4901         (ev_window_set_view_accels_sensitivity),
4902         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4903         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4904         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4905         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4906         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4907         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4908         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4909         (view_actions_focus_in_cb), (ev_window_init):
4910         
4911         Fix for the bug #333902, now it's possible to search
4912         words with slash.
4913
4914 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4915
4916         * configure.ac: Added Breton translation.
4917         * po/br.po: Added Breton translation.
4918
4919 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4920
4921         * shell/ev-window-title (ev_window_title_update):
4922
4923         Fix memory leak in window title. Fixes bug #333944
4924
4925 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4926
4927         * shell/ev-metadata-manager.c (parseItem):
4928
4929         Fix memory leaks. Fixes bug #333945
4930
4931 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4932         
4933         * NEWS, configure.ac, TODO:
4934         
4935         Update for release 0.5.2.
4936
4937 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4938
4939         * shell/ev-view.c: (view_update_range_and_current_page),
4940         (page_changed_cb):
4941         
4942         Don't jump on scrolling, fix for the bug #333127.
4943
4944 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4947         
4948         Scroll by one page in presentation mode. Fix for the bug
4949         #332993.
4950
4951 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4952
4953         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4954
4955 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4956
4957         * configure.ac  Added lv in ALL_LINGUAS line.
4958
4959 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4960         
4961         * NEWS, configure.ac:
4962         
4963         Update for release 0.5.1
4964
4965 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4966
4967         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4968         * backend/ev-document-misc.h:
4969         * shell/ev-view.c: (draw_one_page):
4970         
4971          Clairfy what page the toolbar page number applies to. Fix
4972          for the bug #328102.
4973
4974 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4975
4976         * shell/ev-view-private.h:
4977         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4978         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4979         (ev_view_search_changed):
4980         * shell/ev-view.h:
4981         * shell/ev-window.c: (find_bar_search_changed_cb):
4982         
4983         Dont't jump to find result if window was scrolled during search.
4984         Fix for the bug #313266.
4985
4986 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4987
4988         * shell/eggfindbar.c: (egg_find_bar_class_init):
4989         * shell/eggfindbar.h:
4990         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4991         * shell/ev-view-private.h:
4992         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4993         (ev_view_class_init), (ev_sizing_mode_get_type),
4994         (ev_scroll_type_get_type):
4995         * shell/ev-view.h:
4996         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4997         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4998         (ev_window_init):
4999         
5000         Fix for the bug 319133 - Find entry should allow text scroll.
5001
5002 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5003
5004         * shell/ev-view-private.h:
5005         * shell/ev-view.c: (view_update_range_and_current_page),
5006         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5007         (ev_view_set_document), (update_find_status_message),
5008         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5009         (ev_view_find_previous):
5010         
5011         Fix for the bug #319137. Search now takes account for scrolling.
5012
5013 2006-02-19  Michael Hofmann <mh21@piware.de>
5014
5015         * configure.ac:
5016         * djvu/Makefile.am:
5017         * djvu/djvu-document-private.h:
5018         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5019         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5020         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5021         (djvu_document_can_get_text), (djvu_document_get_text),
5022         (djvu_document_document_iface_init),
5023         (djvu_document_thumbnails_get_thumbnail),
5024         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5025         (djvu_document_find_get_result),
5026         (djvu_document_find_page_has_results),
5027         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5028         (djvu_document_find_iface_init):
5029         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5030         (djvu_text_page_selection), (djvu_text_page_limits_process),
5031         (djvu_text_page_limits), (djvu_text_page_copy),
5032         (djvu_text_page_position), (djvu_text_page_union),
5033         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5034         (djvu_text_page_box), (djvu_text_page_append_text),
5035         (djvu_text_page_search), (djvu_text_page_prepare_search),
5036         (djvu_text_page_new), (djvu_text_page_free):
5037         * djvu/djvu-text-page.h:
5038         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5039         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5040         (djvu_text_n_results), (djvu_text_has_results),
5041         (djvu_text_get_result), (djvu_text_get_progress):
5042         * djvu/djvu-text.h:
5043         
5044         Text search in djvu. Fix for the bug #303415.
5045
5046 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5047
5048         * configure.ac:
5049         * shell/ev-window.c: (ev_window_cmd_save_as):
5050         
5051         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5052         Thanks to Gary Coady <gary@lyranthe.org>
5053
5054 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * shell/ev-print-job.c: (idle_print_handler):
5057         
5058         Inverse order printing, bug #320919.
5059
5060 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * data/evince-toolbar.xml:
5063         * shell/ev-window.c:
5064         
5065         Allow to add sidebar checkbutton on toolbar. Fix
5066         for the bug #144577.
5067
5068 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5071         
5072         Add checks that have sense for empty ps document.
5073
5074 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5075
5076         * configure.ac: Include PS in mime types list. 
5077
5078 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5079
5080         * configure.ac:
5081         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5082         * ps/gsdefaults.h:
5083         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5084         
5085         Runtime check for gs interpreter. Fix for the bug #320868.
5086         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5087
5088 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5089
5090         * shell/ev-application.c: 
5091
5092         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5093         dbus>=0.60, so that the request is not queued. 
5094
5095 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * configure.ac:
5098         * shell/Makefile.am:
5099         * shell/ev-sidebar-links.c: (print_section_cb):
5100         * shell/ev-utils.c:
5101         * shell/ev-utils.h:
5102         * shell/ev-window.c: (update_action_sensitivity),
5103         (ev_window_close_dialogs), (ev_window_print):
5104         * shell/ev-window.h:
5105         
5106         Make printing support optional. Patch from Eduardo de Barros Lima
5107         <eduardo.lima@indt.org.br> for the bug #330546.
5108
5109 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * shell/ev-view-private.h:
5112         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5113         (ev_view_set_document):
5114         * shell/ev-view.h:
5115         * shell/ev-window.c: (ev_window_load_job_cb),
5116         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5117         (ev_window_init):
5118
5119         Draw Loading message during xfer job. Fix for the bug #329495.
5120
5121 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * comics/comics-document.c: (comics_regex_quote),
5124         (comics_document_load), (extract_argv):
5125         
5126         Correcly quote regexp before passing it to unzip.
5127
5128 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-page-cache.c: (build_height_to_page),
5131         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5132         (ev_page_cache_get_dual_even_left):
5133         * shell/ev-page-cache.h:
5134         * shell/ev-view.c: (view_update_range_and_current_page),
5135         (get_page_y_offset), (get_page_extents):
5136         
5137         Place even pages to the left if document has less then
5138         two pages. Fix for the bug #328856.
5139
5140 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5143         
5144         Correct comics scheme. This make evince create thumbnails
5145         for comic books. Fix for the bug 329088.
5146
5147 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5148
5149         * data/evince-password.glade: Don't explicitly set
5150         invisible_char to the current default value in case
5151         the default changes; let GTK+ do its magic.
5152
5153 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5156         real filename to tmp filename since often document
5157         type is determined by extension.
5158
5159 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5160
5161         * shell/ev-view.c: (add_scroll_binding_keypad),
5162         (ev_view_binding_activated), (ev_view_class_init):
5163         
5164         Add keybindings for percision-scrolling of display area. 
5165         Fix for the bug #314072.
5166
5167 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * data/evince.desktop.in.in:
5170         
5171         Add GTK to the list of categories. Fix for the bug #328034.
5172
5173 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5174
5175         * shell/ev-application.c: (ev_application_shutdown),
5176         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5177         * shell/ev-application.h:
5178         * shell/ev-window.c: (file_open_dialog_response_cb),
5179         (ev_window_cmd_file_open):
5180         
5181         Save last uri in file chooser dialog. Fix for the bug #327950.
5182
5183 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * NEWS:
5186         * README:
5187         
5188         Final update for release 0.5.0
5189         
5190         * shell/Makefile.am:
5191         
5192         Remove disable deprecated until we'll require libgnome-2.13.7
5193         and port to GOption argument parsing. See bug 327518.
5194
5195 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5196
5197         * comics/comics-document.c: (comics_document_save):
5198         * djvu/djvu-document.c: (djvu_document_save):
5199         * dvi/dvi-document.c: (dvi_document_save):
5200         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5201         * lib/ev-file-helpers.h:
5202         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5203         * tiff/tiff-document.c: (tiff_document_save):
5204         
5205         Use common save function for backends.
5206
5207 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5208
5209         * backend/ev-document-types.c:
5210         
5211         Fix crash on saving pixbuf.
5212
5213 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * cut-n-paste/recent-files/egg-recent-item.c:
5216         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5217         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5218         (parse_info_free), (valid_element), (start_element_handler),
5219         (end_element_handler), (text_handler), (egg_recent_model_filter),
5220         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5221         (egg_recent_model_monitor), (egg_recent_model_read),
5222         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5223         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5224         (egg_recent_model_set_property), (egg_recent_model_class_init),
5225         (egg_recent_model_init), (egg_recent_model_add_full),
5226         (egg_recent_model_delete), (egg_recent_model_get_list),
5227         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5228         (egg_recent_model_set_filter_mime_types),
5229         (egg_recent_model_clear_group_filter),
5230         (egg_recent_model_set_filter_groups),
5231         (egg_recent_model_clear_scheme_filter),
5232         (egg_recent_model_set_filter_uri_schemes),
5233         (egg_recent_model_remove_expired):
5234         * cut-n-paste/recent-files/egg-recent-util.c:
5235         (egg_recent_util_get_icon):
5236         * cut-n-paste/recent-files/egg-recent-util.h:
5237         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5238         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5239         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5240         (egg_recent_view_uimanager_set_property),
5241         (egg_recent_view_uimanager_get_property),
5242         (egg_recent_view_uimanager_class_init),
5243         (egg_recent_view_uimanager_init),
5244         (egg_recent_view_uimanager_set_label_width),
5245         (egg_recent_view_uimanager_get_label_width):
5246         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5247         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5248         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5249         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5250         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5251         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5252         
5253         Update from libegg.
5254
5255 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * shell/ev-page-cache.c: (build_height_to_page),
5258         (ev_page_cache_get_height_to_page):
5259         * shell/ev-page-cache.h:
5260         * shell/ev-view.c: (view_update_range_and_current_page),
5261         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5262         (ev_view_previous_page):
5263         
5264         Dual mode places even pages to the left. Fix for the bug #309393.
5265
5266         * shell/ev-view.h:
5267         * shell/ev-window.c: (update_action_sensitivity),
5268         (setup_view_from_metadata), (view_menu_popup_cb):
5269         
5270         Don't restore presentation in empty windows, more intelligent
5271         next page behaviour in dual mode.
5272
5273         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5274         (ev_pixbuf_cache_clear_job_sizes):
5275         
5276         Cleanup job callback on removal. Fix for the bug #325886.
5277
5278 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * ps/ps.c: (psscan):
5281         
5282         Commit workaround Mozilla problem. Fix for the bug #325919
5283         
5284         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5285         (save_item):
5286         
5287         Fix for year 2038 problem.
5288
5289 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * shell/ev-window.c: (setup_document_from_metadata),
5292         (ev_window_cmd_view_reload):
5293
5294         Clamp page recieved from metadata in valid values. Fix
5295         for the bug #325986.
5296
5297 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5298
5299         * MAINTAINERS: 
5300         Add MAINTAINERS as requested on desktop-devel-list.
5301
5302 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5303
5304         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5305         (mime_type_supported_by_gdk_pixbuf),
5306         (ev_document_factory_get_mime_types),
5307         (ev_document_factory_get_all_mime_types):
5308         
5309         Don't add pixbuf mime types if pixbuf backend is disabled.
5310         
5311         * shell/ev-application.c: (ev_application_get_uri_window):
5312         
5313         Fix for the bug 325815 - unhandled MIME type message doesn't 
5314         appear a second time. 
5315         
5316         * shell/ev-document-types.c: (ev_document_types_add_filters):
5317         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5318         (password_dialog_response), (ev_window_popup_password_dialog),
5319         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5320         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5321         (ev_window_run_presentation), (ev_window_stop_presentation),
5322         (save_sizing_mode), (ev_window_zoom_changed_cb),
5323         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5324         (ev_window_dual_mode_changed_cb),
5325         (ev_window_sidebar_current_page_changed_cb),
5326         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5327         (window_state_event_cb), (window_configure_event_cb):
5328         
5329         Cleanup additional uris holded by EvWindow.
5330
5331 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5334         (ev_view_can_previous_page), (ev_view_can_next_page):
5335         * shell/ev-view.h:
5336         * shell/ev-window.c: (update_action_sensitivity):
5337         
5338         Two page scrolling with Space and PageUp in dual mode. Second fix 
5339         for the bug #316608.
5340
5341 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5342
5343         * shell/ev-view.c: (scroll_to_current_page):
5344         
5345         Correctly clamp adjustment value. Fix for the bug
5346         #325808.
5347
5348 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5349
5350         * shell/ev-sidebar-links.c: (print_section_cb):
5351         * shell/ev-window.c: (ev_window_get_uri),
5352         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5353         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5354         (ev_window_dispose):
5355         
5356         Make print dialog non-modal. Fix for the bug #325622.
5357
5358 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * shell/ev-metadata-manager.c:
5361         * shell/ev-utils.c: (using_pdf_printer),
5362         (using_postscript_printer), (load_print_config_from_file),
5363         (save_print_config_to_file):
5364         * shell/ev-utils.h:
5365         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5366         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5367         (setup_view_from_metadata), (ev_window_setup_document),
5368         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5369         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5370         (ev_window_run_presentation), (ev_window_stop_presentation),
5371         (save_sizing_mode), (ev_window_zoom_changed_cb),
5372         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5373         (ev_window_dual_mode_changed_cb),
5374         (ev_window_sidebar_current_page_changed_cb),
5375         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5376         (window_state_event_cb), (window_configure_event_cb),
5377         (ev_window_init):
5378         
5379         Setting saving behaviour fixes.
5380
5381 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * configure.ac:
5384         
5385         Make antialiasing gs options better and allow
5386         to change them during configure. Fix for the 
5387         bug #319049.
5388
5389 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * shell/ev-window.c: (setup_view_from_metadata):
5392         
5393         Remember if last window was maximized. Fix for the
5394         bug #323797.
5395
5396 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5397
5398         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5399
5400 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5401
5402         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5403         * shell/ev-page-action.c: (build_new_tree_cb):
5404         * shell/ev-sidebar-links.c: (links_page_num_func),
5405         (update_page_callback_foreach), (update_page_callback):
5406         * shell/ev-view.c: (scroll_to_current_page):
5407         
5408         Fix for the bug #325067 with more intelligent selection
5409         of current link in sidebar. Make sidebar handle links
5410         of FITR-like type more correctly.
5411
5412         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5413         (dvi_pixbuf_put_pixel):
5414         
5415         Fix memory consumtion with disabled alpha channel.
5416
5417 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5418
5419         * data/evince-ui.xml:
5420         * shell/ev-window.c: (view_menu_popup_cb),
5421         (ev_popup_cmd_open_link), (ev_window_init):
5422         
5423         Update context menu for internal links. Fix for the bug
5424         #325066.
5425
5426 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5429         
5430         Bind context menu to keyboard also. Fix for the bug
5431         #325065.
5432
5433 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5434
5435         * shell/ev-view.c: (selection_scroll_timeout_cb):
5436         
5437         Horizontal scroll on selection also.
5438
5439 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5440
5441         * shell/ev-metadata-manager.c: (parse_value):
5442         * shell/ev-view.c: (goto_xyz_link):
5443         
5444         Correct zoom setup and metadata save broken in 
5445         some locales.
5446
5447 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5448
5449         * shell/ev-view-private.h:
5450         * shell/ev-view.c: (scroll_to_current_page),
5451         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5452         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5453         (page_changed_cb), (ev_view_set_continuous),
5454         (ev_view_set_dual_page), (ev_view_set_presentation):
5455         
5456         Delay scroll until allocation to correctly position page. Fix
5457         for the bug #317334.
5458
5459 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5460
5461         * NEWS:
5462         * configure.ac:
5463         
5464         Update NEWS and require poppler 0.5.0.
5465
5466 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5467         
5468         * data/evince-ui.xml:
5469         * shell/ev-view-private.h:
5470         * shell/ev-view.c: (ev_view_get_link_at_location),
5471         (handle_link_over_xy), (ev_view_button_press_event),
5472         (ev_view_button_release_event), (ev_view_class_init):
5473         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5474         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5475         (ev_window_init):
5476         
5477         Implement right-click context menu.
5478
5479 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5480
5481         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5482         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5483         (mdvi_pixbuf_device_render):
5484         * pdf/ev-poppler.cc:
5485
5486         Don't generate thumbnails with alpha. See bug #324077.
5487         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5488
5489 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5490
5491         * shell/ev-window.c: (setup_chrome_from_metadata):
5492         
5493         Fix typo that was hiding toolbar.
5494
5495 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5496
5497         * shell/ev-view-private.h:
5498         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5499         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5500         (ev_view_button_release_event), (ev_view_destroy):
5501         
5502         Small cleanup and autoscrolling during selection. Thanks to 
5503         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5504
5505 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5506
5507         * configure.ac:
5508         
5509         Correctly check for comics option.
5510
5511 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5512         * Makefile.am:
5513         * configure.ac:
5514         * backend/Makefile.am:
5515         * backend/ev-document-factory.c:
5516         * shell/ev-document-types.c:
5517
5518         Included option in configure to make ps backend 
5519         compilation optional with --disable-ps.
5520
5521 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * backend/ev-document-factory.c:
5524         * comics/Makefile.am:
5525         * comics/comics-document.c: (comics_document_load):
5526         * comics/ev-cbr-mime.xml:
5527         * configure.ac:
5528         
5529         Comics mime types are added to shared-mime-info CVS. Now
5530         we don't need to install our own mime types.
5531
5532 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5533
5534         * shell/ev-window.c:
5535         
5536         Add shortcut for "save a copy" menu entry. Fix for
5537         the bug #324582.
5538
5539 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5542         (job_finished_cb), (new_selection_pixbuf_needed),
5543         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5544         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5545         
5546         Rework selection job info logic and fix critical warning.
5547
5548 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5549
5550         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5551
5552 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5553
5554         * data/evince-ui.xml:
5555         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5556         
5557         Enter as shortcut key for next page. Fix for the bug
5558         #321394.
5559
5560 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5561
5562         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5563
5564 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5565
5566         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5567         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5568         (new_selection_pixbuf_needed),
5569         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5570         (clear_job_selection):
5571         
5572         Too early for 0.5. Pixbuf cache code cleaned a bit.
5573
5574 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5575
5576         * NEWS:
5577         * configure.ac:
5578         
5579         Release 0.5.0 preparation
5580
5581 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5582
5583         * comics/Makefile.am:
5584         * configure.ac:
5585         * shell/ev-document-types.c: (ev_document_types_add_filters):
5586         
5587         More advanced handling of custom mime type installation.
5588
5589 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * data/evince.schemas.in:
5592         * shell/ev-metadata-manager.c: (value_free),
5593         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5594         (ev_metadata_manager_get), (ev_metadata_manager_set):
5595         * shell/ev-metadata-manager.h:
5596         * shell/ev-window.c: (update_chrome_flag),
5597         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5598         (setup_document_from_metadata), (setup_chrome_from_metadata),
5599         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5600         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5601         (ev_window_view_toolbar_cb),
5602         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5603         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5604         
5605         Save last document settings and reuse them for new documents.
5606
5607 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5608
5609         * Makefile.am:
5610         * backend/Makefile.am:
5611         * backend/ev-document-factory.c:
5612         * backend/ev-document-factory.h:
5613         * comics/Makefile.am:
5614         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5615         (comics_document_load), (comics_document_save),
5616         (comics_document_get_n_pages), (comics_document_get_page_size),
5617         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5618         (comics_document_class_init), (comics_document_can_get_text),
5619         (comics_document_get_info), (comics_document_document_iface_init),
5620         (comics_document_init), (get_supported_image_extensions),
5621         (comics_document_thumbnails_get_geometry),
5622         (comics_document_thumbnails_get_thumbnail),
5623         (comics_document_thumbnails_get_dimensions),
5624         (comics_document_document_thumbnails_iface_init), (extract_argv):
5625         * comics/comics-document.h:
5626         * comics/ev-cbr-mime.xml:
5627         * configure.ac:
5628         * po/POTFILES.in:
5629         * shell/ev-application.c: (ev_application_register_service):
5630         * shell/ev-document-types.c: (ev_document_types_add_filters):
5631         * thumbnailer/Makefile.am:
5632         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5633         
5634         New CBR/CBZ backend for comic books.
5635
5636 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5637
5638         * shell/main.c: (load_files_remote):
5639
5640         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5641         warning on startup of second instance is fixed. It
5642         is bug #320353.
5643
5644 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * shell/ev-window.c: (ev_window_finalize):
5647         
5648         Fix double free that cause crash.
5649
5650 2005-10-29  Bastien Nocera <hadess@hadess.net>
5651
5652         * tiff/tiff-document.c: (tiff_document_load):
5653         
5654         Fix memory leak.
5655
5656 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5657
5658         * po/POTFILES.in:
5659         * shell/Makefile.am:
5660         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5661         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5662         (ev_view_accessible_get_text),
5663         (ev_view_accessible_get_character_at_offset),
5664         (ev_view_accessible_get_text_before_offset),
5665         (ev_view_accessible_get_text_at_offset),
5666         (ev_view_accessible_get_text_after_offset),
5667         (ev_view_accessible_get_character_count),
5668         (ev_view_accessible_get_caret_offset),
5669         (ev_view_accessible_set_caret_offset),
5670         (ev_view_accessible_get_run_attributes),
5671         (ev_view_accessible_get_default_attributes),
5672         (ev_view_accessible_get_character_extents),
5673         (ev_view_accessible_get_offset_at_point),
5674         (ev_view_accessible_get_n_selections),
5675         (ev_view_accessible_get_selection),
5676         (ev_view_accessible_add_selection),
5677         (ev_view_accessible_remove_selection),
5678         (ev_view_accessible_set_selection),
5679         (ev_view_accessible_text_iface_init),
5680         (ev_view_accessible_idle_do_action),
5681         (ev_view_accessible_action_do_action),
5682         (ev_view_accessible_action_get_n_actions),
5683         (ev_view_accessible_action_get_description),
5684         (ev_view_accessible_action_get_name),
5685         (ev_view_accessible_action_set_description),
5686         (ev_view_accessible_action_iface_init),
5687         (ev_view_accessible_get_type), (ev_view_accessible_new),
5688         (ev_view_accessible_factory_get_accessible_type),
5689         (ev_view_accessible_factory_create_accessible),
5690         (ev_view_accessible_factory_class_init),
5691         (ev_view_accessible_factory_get_type):
5692         * shell/ev-view-accessible.h:
5693         * shell/ev-view-private.h:
5694         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5695         * shell/ev-view.h:
5696         
5697         Initial accessibility support.
5698
5699 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5700
5701         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5702
5703 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5704
5705         * shell/ev-print-job.c: (idle_print_handler):
5706         
5707         Fix for bug Bug 318916: Printing multiple pages.
5708
5709 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5710
5711         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5712
5713 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5714
5715         * pdf/ev-poppler.cc:
5716         
5717         Thumnail dimensions unified with other backends.
5718         
5719         * shell/ev-window-title.c: (ev_window_title_update):
5720         
5721         Fix warning.
5722
5723 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * data/ev-stock-zoom-fit-width.png:
5726         
5727         Remove unused file.
5728
5729 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5730
5731         * configure.ac:
5732         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5733         (djvu_document_finalize):
5734         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5735         (dvi_document_finalize):
5736         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5737         (pixbuf_document_save), (pixbuf_document_finalize):
5738         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5739         (tiff_document_finalize):
5740         
5741         Save a copy implemented for various backends.
5742
5743 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5744
5745         * configure.ac:
5746         
5747         Don't link with ltiff if tiff is disabled.
5748
5749 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5750
5751         * pdf/GDKSplashOutputDev.cc:
5752         * pdf/GDKSplashOutputDev.h:
5753         * pdf/Thumb.cc:
5754         * pdf/Thumb.h:
5755         * pdf/pdf-document.cc:
5756         * pdf/pdf-document.h:
5757         * pdf/test-gdk-output-dev.cc:
5758         
5759         Remove old unused files.
5760
5761 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * shell/ev-window.c: (ev_window_setup_document):
5764         
5765         Fixed warnings on reload and probably crash reason.
5766
5767 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * properties/ev-properties-view.c:
5770         (ev_properties_view_format_date):
5771         
5772         Check if date is invalid. Fix for bug 318134.
5773
5774 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5775
5776         * shell/ev-window-title.c:
5777         
5778         Add .indd files (Adobe Indesign) to the list of "bad
5779         extensions".
5780
5781 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * data/evince-ui.xml:
5784         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5785         
5786         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5787
5788 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5789
5790         * shell/ev-window.c: (launch_link), (launch_external_uri),
5791         (view_external_link_cb):
5792
5793         URL-escape link before passing it to gnome_vfs_url_show.
5794
5795 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5796
5797         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5798         there isn't text selected.
5799
5800 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5801
5802         * shell/ev-view.c: (handle_link_over_xy):
5803
5804         Check tooltip is valid utf8 before showing it
5805
5806 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5807
5808         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5809
5810 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5811
5812         * shell/ev-window-title.c: (ev_window_title_update):
5813
5814         Guard against using g_strstrip on NULL. Fixes bug #317291.
5815
5816 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5817
5818         * pdf/ev-poppler.cc:
5819
5820         Show title even for unknown links
5821
5822 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5823
5824         * shell/ev-window-title.c: (ev_window_title_update):
5825
5826         Strip the title string
5827
5828 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5829
5830         * shell/ev-window-title.c:
5831
5832         Add .rtf to the bad extensions list
5833
5834 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5835
5836         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5837         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5838
5839         Ignore link coordinates if they are outside page bounds
5840
5841 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5842
5843         * backend/ev-link.c: (ev_link_type_get_type),
5844         (ev_link_get_filename), (ev_link_get_params),
5845         (ev_link_get_property), (ev_link_set_property),
5846         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5847         * backend/ev-link.h:
5848         * pdf/ev-poppler.cc:
5849         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5850         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5851         (ev_window_init):
5852
5853         Implement launch links. Delegate external link opening to
5854         the window.
5855
5856 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5857
5858         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5859         (ev_link_get_right), (ev_link_get_property),
5860         (ev_link_set_property), (ev_link_class_init),
5861         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5862         * backend/ev-link.h:
5863         * pdf/ev-poppler.cc:
5864         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5865
5866         Implement fitr links
5867
5868 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5869
5870         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5871         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5872         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5873         (ev_view_size_request_continuous),
5874         (ev_view_size_request_dual_page),
5875         (ev_view_size_request_single_page), (ev_view_size_allocate),
5876         (ev_view_zoom_for_size_continuous_and_dual_page),
5877         (ev_view_zoom_for_size_continuous),
5878         (ev_view_zoom_for_size_dual_page),
5879         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5880         (ev_sizing_mode_get_type):
5881         * shell/ev-view.h:
5882         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5883
5884         Do not use modes for link, we need to calculate size ad hoc.
5885         Still not perfect because of the usual scrollbar issues grrr.
5886
5887 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5888
5889         * backend/ev-link.c: (ev_link_type_get_type),
5890         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5891         * backend/ev-link.h:
5892         * pdf/ev-poppler.cc:
5893         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5894         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5895         (ev_view_size_request_continuous),
5896         (ev_view_size_request_dual_page),
5897         (ev_view_size_request_single_page), (ev_view_size_allocate),
5898         (zoom_for_size_fit_height),
5899         (ev_view_zoom_for_size_continuous_and_dual_page),
5900         (ev_view_zoom_for_size_continuous),
5901         (ev_view_zoom_for_size_dual_page),
5902         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5903         (ev_sizing_mode_get_type):
5904         * shell/ev-view.h:
5905         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5906
5907         Implement FIT_HEIGHT mode (only for links).
5908         Implement FITH links
5909
5910 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5911
5912         * shell/ev-window-title.c: (get_filename_from_uri),
5913         (ev_window_title_sanitize_extension), (ev_window_title_update),
5914         (ev_window_title_set_document), (ev_window_title_set_uri),
5915         (ev_window_title_free):
5916         * shell/ev-window-title.h:
5917         * shell/ev-window.c: (ev_window_setup_document),
5918         (ev_window_popup_password_dialog):
5919
5920         Refactor window title building while fixing it for
5921         password documents.
5922
5923 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5924
5925         * pdf/ev-poppler.cc:
5926
5927         Escape link title before setting it in the model
5928
5929 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5930
5931         * shell/ev-application.c: (removed_from_session), (save_session),
5932         (init_session), (ev_application_get_empty_window),
5933         (ev_application_init), (ev_application_get_windows):
5934         * shell/ev-application.h:
5935         * shell/ev-window.c: (ev_window_finalize):
5936
5937         Add a function to retrieve window list and share it where
5938         necessary.
5939         Implement session handling, works pretty well thanks to the
5940         metadata system.
5941
5942 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5943
5944         * shell/ev-password.c: (ev_password_item_created_callback),
5945         (ev_password_dialog_save_password):
5946         
5947         Fix for bug 316972. Use async gnome-keyring API.
5948
5949 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5950
5951         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5952         Remove unused unrealize handler. Add scroll handling to
5953         ev_view_scroll_event for presentation mode (bug #316708),
5954         and fix the event state checks there.
5955
5956 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * shell/ev-page-action.c: (page_changed_cb):
5959
5960         "marco, maybe we should be crazy and jump right to 6! :)"
5961
5962         Bryan Clark, Sep 2005
5963
5964 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5965
5966         * ps/ps-document.c: (save_document), (ps_document_save),
5967         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5968         (ps_document_ps_export_end):
5969
5970         Fix unstructured documents save and print
5971
5972 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5973
5974         * shell/ev-application.c: (ev_application_open_uri):
5975
5976         Fix window size persistance
5977
5978 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5979
5980         * shell/ev-view.c: (ev_view_button_release_event):
5981
5982         Based on a patch from carlosgc@gnome.org. Mouse buttons
5983         switch pages in presentation mode.
5984
5985 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5986
5987         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5988
5989         Dont cast to int before scaling
5990
5991 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5992
5993         * backend/ev-link.c: (ev_link_type_get_type),
5994         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5995         (ev_link_new_page_fith):
5996         * backend/ev-link.h:
5997         * pdf/ev-poppler.cc:
5998         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5999
6000         Implement FIT and FITH links
6001
6002 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6003
6004         * pdf/ev-poppler.cc:
6005
6006         Return 0 results when search is not in progress.
6007
6008         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6009         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6010
6011         Update menu sensitivity when cancelling search
6012
6013 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6014
6015         * shell/ev-view.c: (ev_view_can_find_next):
6016
6017         Take all pages in consideration, not just current one
6018
6019 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6020
6021         * shell/ev-page-cache.c:
6022         * shell/ev-page-cache.h:
6023         * shell/ev-view.c: (ev_view_binding_activated),
6024         (ev_view_next_page), (ev_view_previous_page),
6025         (ev_sizing_mode_get_type):
6026         * shell/ev-view.h:
6027         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6028         (ev_window_cmd_go_next_page):
6029
6030         Move page next/previous functions from page chace to
6031         view and change it to move by 2 page steps in dual mode.
6032
6033 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6034
6035         * shell/ev-window.c: (update_sidebar_visibility),
6036         (setup_sidebar_from_metadata), (ev_window_setup_document),
6037         (setup_view_from_metadata):
6038
6039         Show the index by default when there is one     
6040
6041 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6042
6043         * shell/ev-window-title.c: (ev_window_title_set_document):
6044
6045         Missing null check
6046
6047 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6048
6049         * shell/ev-view.c: (view_update_range_and_current_page):
6050         
6051         Allow display of last odd page in dual view. Fix for 316347.
6052
6053 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6054
6055         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6056         
6057         Make close button default. Fix for 316383.
6058
6059 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6062         
6063         Mark close button as default. Fix for 316381.
6064
6065 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6066
6067         * backend/ev-link.c: (ev_link_class_init):
6068
6069         Allow negative doubles in left/top properties
6070
6071 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6072
6073         * shell/ev-window.c:
6074
6075         Remove a bunch of strings that was used only
6076         by the statusbar.
6077
6078 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6079
6080         * shell/ev-window-title.c: (get_filename_from_uri),
6081         (ev_window_title_set_document):
6082
6083         When title has a confusing extension, show also
6084         the document filename inside ()
6085
6086 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6087
6088         * shell/Makefile.am:
6089         * shell/ev-window-title.c: (ev_window_title_new),
6090         (ev_window_title_update), (ev_window_title_set_type),
6091         (ev_window_title_set_document), (ev_window_title_free):
6092         * shell/ev-window-title.h:
6093         * shell/ev-window.c: (ev_window_setup_document),
6094         (password_dialog_response), (ev_window_popup_password_dialog),
6095         (ev_window_dispose), (ev_window_init):
6096
6097         Factor out and cleanup window title code
6098
6099 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6100
6101         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6102         (unable_to_load):
6103
6104         Make dialog transient so it doesnt block other windows
6105
6106 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6107
6108         * pdf/ev-poppler.cc:
6109         
6110         Fix pdf thumbnails rendering.
6111
6112 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6113
6114         * shell/ev-window.c: (fullscreen_set_timeout):
6115         
6116         Increase timeout to hide full screen popup. Bug 
6117         316123. 
6118
6119 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * data/evince.schemas.in:
6122         * shell/ev-window.c: (update_action_sensitivity):
6123
6124         Allow the user to override document restrictions. Fix for bug
6125         305818.
6126
6127 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6128
6129         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6130         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6131         (ev_window_class_init): Fix multihead behaviour of fullscreen
6132         toolbar popup. Fixes bug #315451.
6133
6134 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * configure.ac:
6137         * data/evince-password.glade:
6138         * shell/ev-password.c: (ev_password_dialog_set_property),
6139         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6140         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6141         (ev_password_dialog_entry_changed_cb),
6142         (ev_password_dialog_entry_activated_cb),
6143         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6144         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6145         (ev_password_dialog_set_bad_pass):
6146         * shell/ev-password.h:
6147         * shell/ev-window.c: (password_dialog_response),
6148         (ev_window_popup_password_dialog):
6149         
6150         Support for gnome-keyring for encrypted PDF's.
6151
6152 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6155         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6156         (ev_view_enter_notify_event), (ev_view_class_init):
6157         
6158         More precise handling of enter_notify/leave_notify events
6159         in EvView. Fix for bug 315470.
6160
6161 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6162
6163         * shell/ev-window.c: (fullscreen_timeout_cb),
6164         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6165         (ev_window_dispose):
6166
6167         leak fix: unref fullscreen_timeout_source before clearing it
6168
6169 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * configure.ac, dvi/mdvi/Makefile.am: 
6172         
6173         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6174
6175 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6176
6177         * backend/ev-link.c: (ev_link_new_page_xyz):
6178         * pdf/ev-poppler.cc:
6179         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6180
6181         Fix some bugs with xyz links, respect zoom
6182
6183 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6184
6185         * shell/ev-window.c: (page_changed_cb),
6186         (setup_document_from_metadata), (update_sidebar_visibility),
6187         (setup_view_from_metadata), (ev_window_run_fullscreen),
6188         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6189         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6190         (ev_window_dual_mode_changed_cb),
6191         (ev_window_sidebar_current_page_changed_cb):
6192
6193         null check uri before setting and getting metadata
6194
6195 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6196
6197         * dvi/Makefile.am:
6198         * properties/Makefile.am:
6199         * shell/Makefile.am:
6200         * thumbnailer/Makefile.am:
6201
6202         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6203
6204 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6207         (selection_changed_callback):
6208         * shell/ev-sidebar-links.h:
6209
6210         Add a signal for link activation.
6211
6212         * shell/ev-view.c: (ev_view_goto_link),
6213         (ev_view_button_release_event):
6214         * shell/ev-view.h:
6215         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6216         (ev_window_init):
6217
6218         Implement the signal so that we can handle all link types.
6219
6220         * shell/ev-page-cache.c:
6221
6222         Remove unused set_link function
6223
6224 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6225
6226         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6227
6228         Add some space from the cursor, hardcoded but I couldnt
6229         find a better way.
6230
6231 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6232
6233         * lib/ev-tooltip.c:
6234
6235         Use mozilla style vs gtk style, way better for links.
6236
6237         * shell/ev-view.c: (ev_view_motion_notify_event),
6238         (ev_view_destroy), (ev_view_init):
6239
6240         Deactive tooltip when the link hovered is changed.
6241
6242 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6243
6244         * backend/ev-document.h:
6245         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6246         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6247         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6248         (ev_link_new_page), (ev_link_new_page_xyz):
6249         * backend/ev-link.h:
6250         * pdf/ev-poppler.cc:
6251         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6252         (go_to_link), (tip_from_link):
6253
6254         Implement xyz links, still not functional. Links are a total
6255         mess, will need to refactor and bugfix a lot :(
6256
6257 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6258
6259         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6260
6261 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6262
6263         * data/evince-ui.xml:
6264         * data/evince.schemas.in:
6265         * shell/Makefile.am:
6266         * shell/ev-window.c: (update_chrome_visibility),
6267         (password_dialog_response), (ev_window_load_job_cb),
6268         (ev_window_xfer_job_cb), (ev_window_open_uri),
6269         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6270         (ev_window_init):
6271
6272         Remove the statusbar. This regress loading feedback, need to
6273         check with Bryan what we want to do there...
6274
6275 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * lib/ev-tooltip.c: (ev_tooltip_init):
6278
6279         Fix tooltip border and size handling
6280
6281 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6282
6283         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6284         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6285         (ev_tooltip_timeout), (ev_tooltip_activate),
6286         (ev_tooltip_deactivate):
6287         * lib/ev-tooltip.h:
6288         * shell/ev-view.c: (ev_view_motion_notify_event):
6289
6290         Delay popup showing. Mirror gtk logic/times.
6291
6292 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6293
6294         * lib/Makefile.am:
6295         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6296         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6297         (ev_tooltip_set_text), (ev_tooltip_set_position):
6298         * lib/ev-tooltip.h:
6299
6300         Simple widget to show tooltips at a custom position
6301
6302         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6303         (ev_view_destroy):
6304
6305         Use it for links. First go, needs work
6306
6307 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6308
6309         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6310         HIG fixes.  Use title capitalization for window title. Use 12 
6311         pixels of space between the dialog's vbox and action area.
6312
6313 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6314
6315         * shell/ev-window.c: (file_open_dialog_response_cb),
6316         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6317         (ev_window_cmd_save_as):
6318
6319         Make file pickers not modal and refactor code some
6320
6321 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6322
6323         * shell/ev-sidebar.h:
6324         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6325         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6326         (ev_sidebar_class_init), (ev_sidebar_select_page),
6327         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6328         (ev_sidebar_set_page):
6329
6330         Add a current page property and allow to get/set it
6331
6332         * shell/ev-window.c: (setup_view_from_metadata),
6333         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6334
6335         Persist current sidebar page per document
6336
6337 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6338
6339         * data/evince.schemas.in:
6340         * shell/ev-window.c: (update_chrome_visibility),
6341         (setup_document_from_metadata), (update_sidebar_visibility),
6342         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6343         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6344         (ev_window_run_presentation), (ev_window_stop_presentation),
6345         (ev_window_view_sidebar_cb),
6346         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6347         (load_chrome), (ev_window_init):
6348
6349         Persist size/visibility of sidebar per document
6350
6351 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6352
6353         * shell/ev-view.c (draw_loading_text): Draw loading text.
6354
6355 2005-09-02  Dan Damian  <dand@gnome.ro>
6356
6357         * configure.in: Added "ro" to ALL_LINGUAS.
6358
6359 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6360
6361         * shell/ev-view.c: (clear_caches):
6362
6363         ev_page_cache_get doesnt return a reference,
6364         dont try to unref it.
6365
6366 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6367
6368         * shell/main.c: (load_files_remote):
6369
6370         Fix timestamp parameter with dbus <= 0.33
6371
6372 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6373
6374         * data/evince.schemas.in:
6375
6376         Add missing full stop
6377
6378 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6379
6380         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6381         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6382
6383         Plug some memory leaks
6384
6385 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6386
6387         * configure.ac:
6388         * lib/ev-debug.c: (trap_handler):
6389
6390         Check for execinfo.h and use it only if it exists.
6391         Ported from Epiphany (bug #314776).
6392
6393 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6394
6395         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6396
6397 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6398
6399         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6400         * po/id.po      : Added Indonesian translation
6401
6402 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6403
6404         * shell/main.c:
6405         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6406         * NEWS: Release 0.4.0
6407
6408 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6409
6410         * configure.ac: catch another gtk+-2.8ism
6411         * shell/main.c: Make work with gtk+-2.6
6412
6413 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6414
6415         * shell/ev-application-service.xml: Add 'timestamp' argument to
6416           ev_application_open_window and ev_application_open_uri methods.
6417
6418         * shell/ev-application.h: Add 'timestamp' argument to
6419           ev_application_open_window, ev_application_open_uri,
6420           and ev_application_open_uri_list functions.
6421
6422         * shell/ev-application.c (ev_application_open_window,
6423           ev_application_open_uri, ev_application_open_uri_list): Change
6424           functions that show/present windows to use a timestamp if one
6425           is passed in.
6426
6427         * shell/ev-window.c (ev_window_cmd_file_open,
6428           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6429         * shell/main.c (load_files): Modify calls to ev_application to
6430           include GDK_CURRENT_TIME as timestamp.
6431
6432         * shell/main.c (load_files_remote): Obtain timestamp for client
6433           instance from GDK and pass to server instance so new windows are
6434           focused properly.  Fix dbus_g_proxy_call() calls by including second
6435           G_TYPE_INVALID.
6436           
6437         Closes bug #314475.
6438
6439 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6440
6441         * shell/ev-window.c (ev_window_finalize): Check for
6442         avail. EvWindows when quiting to handle the finalize better,
6443         #314497
6444
6445 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446         
6447         * properties/ev-properties-view.c: 
6448         
6449         Set textdomain to libglade. Fixes translation problem in property page.
6450
6451 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6452
6453         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6454         * dvi/Makefile.am:
6455         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6456         * dvi/mdvi-lib/Makefile.am:
6457         
6458         Fix rotation of thumbnails, ported to new API. Moved library
6459         dependencies earlier, probably it will fix linkage problem.
6460
6461 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6462
6463         * backend/ev-document-misc.c:
6464         (ev_document_misc_get_thumbnail_frame):
6465         * backend/ev-document-misc.h:
6466         * configure.ac:
6467         * pdf/ev-poppler.cc:
6468         * shell/Makefile.am:
6469         * shell/ev-sidebar-thumbnails.c: (add_range),
6470         (ev_sidebar_thumbnails_set_loading_icon),
6471         (ev_sidebar_thumbnails_refresh),
6472         (ev_sidebar_thumbnails_set_document):
6473         * shell/ev-sidebar-thumbnails.h:
6474         * shell/ev-view.c: (ev_view_motion_notify_event),
6475         (ev_view_set_property), (ev_view_get_property),
6476         (ev_view_class_init), (ev_view_set_rotation):
6477         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6478         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6479         (ev_window_init):
6480         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6481         Redo rotation (again).  prepare for 0.4.0
6482
6483 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6484
6485         * configure.ac: Bump poppler requirement to 0.4.1.
6486
6487         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6488         argument to poppler_page_render_selection() call.
6489
6490 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6493         (djvu_document_thumbnails_get_thumbnail):
6494         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6495         (dvi_document_thumbnails_get_thumbnail):
6496         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6497         (pixbuf_document_thumbnails_get_thumbnail):
6498         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6499         
6500         Update rotation direction of backends to fit with pdf and ps.
6501
6502 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6503
6504         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6505         * backend/ev-async-renderer.h:
6506         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6507         (setup_page), (ps_document_get_page_size),
6508         (ps_async_renderer_render_pixbuf):
6509         * ps/ps-document.h:
6510         * shell/ev-jobs.c: (ev_job_render_run):
6511
6512         Fix orientation in the postscript document
6513
6514 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6515
6516         * pdf/ev-poppler.cc:
6517         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6518         * shell/ev-view.c: (highlight_find_results):
6519
6520         Adapt to the new poppler rotation API. Fix text maps on landscape
6521         documents.
6522
6523 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6524
6525         * shell/ev-view.c (compute_new_selection_text): get the correct
6526         region when selecting in modes other than continuous.
6527
6528 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6529
6530         * shell/main.c (main): remove redundant g_warnings.
6531
6532 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * shell/Makefile.am: Don't include autogenerated
6535         file ev-application-service.h into distribution, since
6536         it causes dbus crash. Fix for bugs 313724 and 313443. 
6537
6538 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * configure.ac: Fix sed expression for FreeBSD. Thanks
6541         to Joe Marcus Clark <marcus@freebsd.org>
6542         
6543         * shell/eggfindbar.c: (entry_activate_callback),
6544         (entry_changed_callback), (egg_find_bar_init),
6545         (egg_find_bar_set_search_string):
6546         
6547         Made findbar buttons unsensitive if there is no text in
6548         entry. Fix for the bug 313285.
6549
6550 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6551
6552         * ps/ps-document.c: Use g_filename_display_name for displaying
6553         filenames and revert string freeze breackage
6554
6555 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6556
6557         * NEWS:
6558         * configure.ac:
6559
6560         Update for 0.3.4
6561
6562         * shell/Makefile.am:
6563
6564         Add ev-application-service.xml to extra dist
6565
6566         * shell/ev-view.c: (find_page_at_location):
6567
6568         Remove unused function (fix warning)
6569
6570 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6571
6572         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6573         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6574         
6575         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6576         bug 313623.
6577
6578 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6581         * shell/ev-window.c:
6582         Fix build warnings
6583
6584 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6585
6586         * configure.ac: Update script to get dbus version.
6587         Fix for the bug #313443.
6588
6589 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6590
6591         * shell/ev-window.c: (ev_window_cmd_escape):
6592         
6593         Return focus back to view on escape. Fix for bug 313295.
6594
6595 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6596
6597         * shell/ev-window.c: (update_window_title),
6598         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6599         (ev_window_cmd_save_as):
6600         
6601         Correct conversion from uri to displayable string. Fix for
6602         bug 313296.
6603
6604 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6605
6606         * ps/ps-document.c: convert filename to utf8 when there is an error
6607         loading document. Fixes #309915
6608
6609 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6610
6611         * configure.ac:
6612
6613         We depend on poppler 0.4.0
6614
6615 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6616
6617         * configure.ac:
6618         * NEWS: Release 0.3.3.
6619         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6620
6621 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6622
6623         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6624         add a couple missing mnemonics to menu items, use title 
6625         capitalization for menu items and window titles, and add 
6626         ellipsis to open menu item.     
6627
6628 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6629
6630         * pdf/ev-poppler.cc:
6631         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6632         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6633         (ev_view_get_rotation):
6634         * shell/ev-view.h:
6635         * shell/ev-window.c: (setup_view_from_metadata),
6636         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6637         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6638         disk.
6639
6640 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6641
6642         * configure.ac: Added tr to ALL_LINGUAS
6643
6644 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6645
6646         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6647         requires several clicks to find word. Thanks to 
6648         Colin Slater <kiltedtaco@gmail.com>.
6649
6650 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6651
6652         * data/evince.desktop.in.in: Hide menu entry and
6653         rename it to "Document Viewer". Fix for bug 
6654         #312399.
6655
6656 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6657
6658         * shell/ev-page-action.c (ev_page_action_class_init): 
6659
6660         Point to the correct function in constructor of the
6661         activate_label signal
6662
6663 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6664
6665         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6666         * shell/ev-jobs.h: Make thread safe.
6667
6668 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * shell/ev-view.c: (view_update_range_and_current_page):
6671         Don't update page range if we are scrolling to some document
6672         point.
6673
6674 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6677         when getting max_page_width, fix drawing in dual mode.
6678
6679 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6680
6681         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6682         getting the area for select_all.
6683
6684 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6685
6686         * backend/ev-selection.c: (ev_selection_render_selection):
6687         * backend/ev-selection.h:
6688         * pdf/ev-poppler.cc:
6689         * shell/ev-jobs.c: (ev_job_render_new):
6690         * shell/ev-jobs.h:
6691         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6692         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6693         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6694         (ev_view_class_init):
6695
6696         Change selection color on focus in and focus out events.  Also,
6697         poppler now uses GdkColor for specifying the selection colors, so
6698         drop some awkward conversion code.
6699
6700 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6701
6702         * configure.ac: Added Hebrew translation
6703
6704 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6705
6706         * NOTES:
6707         * backend/ev-selection.c: (ev_selection_render_selection):
6708         * backend/ev-selection.h:
6709         * pdf/ev-poppler.cc:
6710         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6711         (ev_job_render_run):
6712         * shell/ev-jobs.h:
6713         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6714         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6715         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6716         (ev_pixbuf_cache_style_changed),
6717         (ev_pixbuf_cache_get_selection_pixbuf),
6718         (ev_pixbuf_cache_set_selection_list),
6719         (ev_pixbuf_cache_get_selection_list):
6720         * shell/ev-pixbuf-cache.h:
6721         * shell/ev-utils.c: (ev_print_region_contents):
6722         * shell/ev-utils.h:
6723         * shell/ev-view.c: (ev_view_queue_draw_page),
6724         (selection_update_idle_cb), (ev_view_motion_notify_event),
6725         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6726         (setup_caches), (ev_view_find_next), (merge_selection_region),
6727         (selection_free):
6728         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6729
6730         Clean up selection to be much smoother!
6731
6732 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6733
6734         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6735         to poppler_page_render_selection().
6736
6737 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6738
6739         * ps/ps-document.c: (save_page_list): Use
6740         unzipped document when printing. Thanks to 
6741         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6742         311016.
6743
6744 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6745
6746         * shell/ev-window.c: (update_action_sensitivity):
6747         
6748         Disable print and save respect to lockdown gconf keys. Fix
6749         for 312342.
6750
6751 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6752
6753         * configure.ac:
6754         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6755         (write_to_temp_file), (ev_file_set_contents):
6756         * shell/ev-utils.h:
6757         * shell/ev-window.c: (save_print_config_to_file):
6758         
6759         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6760         Fix for bug 312238
6761
6762 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6763
6764         * shell/ev-window.c: (load_print_config_from_file),
6765         (save_print_config_to_file), (ev_window_print_range):
6766
6767         Persist the print settings. Fixes bug #311578.
6768
6769 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * djvu/djvu-document.c: (djvu_document_get_page_size),
6772         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6773         (djvu_document_thumbnails_get_thumbnail):
6774         * dvi/dvi-document.c: (dvi_document_get_page_size),
6775         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6776         (dvi_document_thumbnails_get_dimensions),
6777         (dvi_document_thumbnails_get_thumbnail):
6778         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6779         (pixbuf_document_render_pixbuf),
6780         (pixbuf_document_document_iface_init),
6781         (pixbuf_document_thumbnails_get_thumbnail):
6782         
6783         Update backends to make them build with new rotation system.
6784
6785 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * help/C/figures/evince_start_window.png:
6788         
6789         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6790
6791 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6792
6793         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6794         * shell/ev-pixbuf-cache.h:
6795         * shell/ev-sidebar-thumbnails.c:
6796         (ev_sidebar_thumbnails_get_property), (add_range),
6797         (adjustment_changed_cb):
6798         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6799         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6800         we were thumbnailing the entire docment on startup, slowing us
6801         down hugely. 
6802
6803 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6804
6805         * shell/ev-page-cache.c: (ev_page_cache_new):
6806         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6807         == 0, fixes #310306.
6808
6809 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6810
6811         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6812         (ev_view_rotate_left):
6813
6814         Account rotation in doc_rect_to_view_rect.
6815         Ensure rotation doesnt go out of bounds.
6816
6817 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6820
6821         Correct and cleanup w/h swapping
6822
6823 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * backend/ev-document-thumbnails.c:
6826         (ev_document_thumbnails_get_thumbnail):
6827         * backend/ev-document-thumbnails.h:
6828         * backend/ev-document.c:
6829         * backend/ev-document.h:
6830         * backend/ev-render-context.c: (ev_render_context_new),
6831         (ev_render_context_set_rotation):
6832         * backend/ev-render-context.h:
6833         * pdf/ev-poppler.cc:
6834         * ps/ps-document.c: (ps_document_document_iface_init):
6835         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6836         * shell/ev-jobs.h:
6837         * shell/ev-page-cache.c: (build_height_to_page),
6838         (ev_page_cache_new), (ev_page_cache_get_size),
6839         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6840         (ev_page_cache_get_height_to_page):
6841         * shell/ev-page-cache.h:
6842         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6843         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6844         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6845         (ev_pixbuf_cache_get_selection_pixbuf):
6846         * shell/ev-pixbuf-cache.h:
6847         * shell/ev-print-job.c: (idle_print_handler):
6848         * shell/ev-sidebar-thumbnails.c: (add_range):
6849         * shell/ev-view.c: (view_update_range_and_current_page),
6850         (get_page_y_offset), (get_page_extents),
6851         (ev_view_size_request_continuous_dual_page),
6852         (ev_view_size_request_continuous),
6853         (ev_view_size_request_dual_page),
6854         (ev_view_size_request_single_page), (draw_one_page),
6855         (ev_view_set_rotation), (ev_view_rotate_right),
6856         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6857         (ev_view_zoom_for_size_continuous_and_dual_page),
6858         (ev_view_zoom_for_size_continuous),
6859         (ev_view_zoom_for_size_dual_page),
6860         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6861         (ev_view_select_all):
6862         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6863         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6864         (tiff_document_document_iface_init),
6865         (tiff_document_thumbnails_get_thumbnail):
6866
6867         Use rotation rather than orientation. It's easier and enough
6868         for our needs.
6869
6870 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6871
6872         * shell/ev-page-cache.c: (build_height_to_page),
6873         (ev_page_cache_new), (ev_page_cache_get_size),
6874         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6875         (ev_page_cache_get_height_to_page):
6876         * shell/ev-page-cache.h:
6877         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6878         (ev_view_size_request_continuous_dual_page),
6879         (ev_view_size_request_continuous),
6880         (ev_view_zoom_for_size_continuous_and_dual_page),
6881         (ev_view_zoom_for_size_continuous):
6882
6883         Make the page cache aware of page orientation.
6884
6885 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6886
6887         * backend/ev-document-thumbnails.c:
6888         (ev_document_thumbnails_get_thumbnail):
6889         * backend/ev-document-thumbnails.h:
6890         * backend/ev-document.c:
6891         * backend/ev-document.h:
6892         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6893         * backend/ev-ps-exporter.h:
6894         * pdf/ev-poppler.cc:
6895         * ps/ps-document.c: (ps_document_document_iface_init),
6896         (ps_document_ps_export_do_page):
6897         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6898         * shell/ev-jobs.h:
6899         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6900         (ev_page_cache_get):
6901         * shell/ev-page-cache.h:
6902         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6903         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6904         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6905         * shell/ev-pixbuf-cache.h:
6906         * shell/ev-print-job.c: (idle_print_handler):
6907         * shell/ev-sidebar-thumbnails.c: (add_range):
6908         * shell/ev-view.c: (view_update_range_and_current_page),
6909         (get_page_extents), (ev_view_size_request_dual_page),
6910         (ev_view_size_request_single_page), (draw_one_page),
6911         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6912         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6913         (ev_view_zoom_for_size_dual_page),
6914         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6915         (ev_view_select_all):
6916         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6917         * tiff/tiff-document.c: (tiff_document_get_page_size),
6918         (tiff_document_get_orientation), (rotate_pixbuf),
6919         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6920         (tiff_document_thumbnails_get_thumbnail),
6921         (tiff_document_ps_export_do_page), (tiff_document_init):
6922
6923         Really make use of the orientation bit of the render context.
6924         Use the render context in a few more places in the backend API.
6925         This regress orientation, but now it's done right. Will try to
6926         fix it up asap...
6927
6928 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6929
6930         * shell/ev-view.c: (ensure_rectangle_is_visible):
6931
6932         Patch by Nickolay V. Shmyrev to fix find flickering
6933
6934 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6935
6936         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6937         duplex parameters to ::begin.
6938
6939         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6940         * shell/ev-print-job.c (idle_print_handler): 
6941         * ps/ps-document.c (ps_document_ps_export_begin): 
6942         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6943         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6944         implementations. Poppler backend needs poppler cvs. Rest has
6945         unchanged behavior.
6946
6947 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6948
6949         * shell/ev-window.c (using_pdf_printer): new function.
6950         (ev_window_print_range): print a less techy message if someone
6951         tries to print to PDF.
6952
6953 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6954
6955         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6956         from "unknown font" string. Bug #311431
6957
6958 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6959
6960         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6961
6962 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6963
6964         Bug #311280
6965         
6966         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6967         name for PopplerFontTypes
6968         (pdf_document_fonts_fill_model): add font type to the detail column
6969
6970         * backend/ev-document-fonts.h: added
6971         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6972
6973         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6974         font name and font details, add a little markup.
6975         (ev_properties_fonts_init): use the new cell data func, specify ypad
6976         property for the cell renderer.
6977         (ev_properties_fonts_set_document): add the details column.
6978
6979 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6980
6981         * configure.ac: Added "pl" to ALL_LINGUAS.
6982
6983 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6984
6985         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6986
6987 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6988
6989         * help/ChangeLog: Started this for translations of manual.
6990         * configure.ac, autogen.sh, .cvsignore: Migrated to
6991         gnome-doc-utils. Patch in bug #311222.
6992
6993 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6994
6995         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6996         #ifdef this away to fix an unused-function warning.
6997
6998 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6999
7000         * configure.ac: Added 'gl' to ALL_LINGUAS.
7001
7002 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7003
7004         * configure.ac: Added ne in ALL_LINGUAS
7005         
7006 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7007
7008         * shell/ev-view.c: (ev_view_leave_notify_event):
7009         
7010         Clear status message when pointer leaves view. Fix for bug
7011         #310818 
7012
7013 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7014
7015         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7016
7017 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7018
7019         * shell/ev-view.c: (ev_view_leave_notify_event),
7020         (ev_view_class_init):
7021         
7022         Set cursor to normal then leaving view.
7023
7024 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7025
7026         * configure.ac:
7027         
7028         Fix required djvulibre version.
7029
7030 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7031
7032         *configure.ac: Hindi (hi) language added
7033
7034 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7035
7036         *configure.ac: Punjabi (pa) Language added
7037
7038 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7039
7040         * data/evince-ui.xml, shell/ev-window.c:
7041         
7042         Add keypad accelerators for zooming. Fix for bug 308128.
7043
7044 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7045
7046         * Makefile.am:
7047         * backend/Makefile.am:
7048         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7049         * configure.ac:
7050         * shell/ev-document-types.c: (ev_document_types_add_filters):
7051
7052         Allow to enable/disable the pixbuf backend.
7053         Default to off for now. If we want it enabled we should
7054         really put mime types in the desktop, implement properties etc.
7055
7056         * properties/evince-properties.c:
7057
7058         Initialize error to NULL.
7059         Check error is not NULL before freeing.
7060
7061 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * shell/ev-window.c:
7064
7065         Use F5 as presentation accell
7066
7067 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7068
7069         * shell/ev-window.c: (update_chrome_visibility),
7070         (ev_window_create_fullscreen_popup), (ev_window_init):
7071
7072         Do not leak the fullscreen toolbar
7073
7074 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7075
7076         * shell/ev-window.c: (view_actions_focus_in_cb),
7077         (view_actions_focus_out_cb):
7078
7079         These has a return value! Fix totally random focus
7080         issues we was seeing.
7081
7082 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7083
7084         * shell/main.c: (load_files_remote):
7085
7086         Allow open more than one file
7087
7088 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7089
7090         * shell/main.c: (load_files_remote):
7091
7092         Fix for dbus 0.33. bug #309975
7093
7094 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7095
7096         * properties/ev-properties-main.c: (ev_properties_get_pages):
7097
7098         Actually return NULL for types we dont support
7099
7100 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7101
7102         * po/POTFILES.in:
7103
7104         Remove empty lines.
7105
7106 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7107
7108         * backend/ev-document-factory.c:
7109         (ev_document_factory_get_document):
7110
7111         Do not try to create the object if type
7112         is invalid.
7113
7114 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7115
7116         * ps/ps-document.c: (ps_document_dispose),
7117         (ps_async_renderer_render_pixbuf):
7118         * ps/ps-document.h:
7119
7120         Do not leak the target window
7121
7122 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7123
7124         * shell/ev-application.c: (ev_application_init):
7125
7126         Let tbe check file existence for us.
7127         Add a comment about eggrecent mime filter.
7128
7129 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7130
7131         * data/evince-ui.xml:
7132         * shell/ev-application.c: (ev_application_shutdown),
7133         (ev_application_init), (ev_application_get_toolbars_model),
7134         (ev_application_get_recent_model),
7135         (ev_application_save_toolbars_model):
7136         * shell/ev-application.h:
7137         * shell/ev-window.c: (ev_window_add_recent),
7138         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7139         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7140         (ev_window_init):
7141
7142         Use common toolbar and recent models for all windows.
7143         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7144
7145 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7146
7147         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7148         successfully check for gtk_icon_view_get_visible_range.
7149
7150 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * djvu/Makefile.am:
7153         * dvi/Makefile.am:
7154         
7155         Fix djvu and dvi backend build.
7156
7157 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7158
7159         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7160         (new_separator_pixbuf):
7161
7162         Don't leak windows.
7163
7164 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7165
7166         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7167
7168         HIGification of toolbar editor dialogue.
7169
7170 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7171
7172         * configure.ac:
7173         * shell/Makefile.am:
7174
7175         Ever build metadata manager since it's just
7176         disabled at runtime now.
7177
7178 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7179
7180         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7181         (ev_metadata_manager_get), (ev_metadata_manager_set):
7182         * shell/ev-metadata-manager.h:
7183
7184         Add an _init functions that enabled metadata management
7185         at runtime.
7186
7187         * shell/ev-window.c: (page_changed_cb),
7188         (setup_document_from_metadata), (ev_window_setup_document),
7189         (setup_view_from_metadata), (ev_window_open_uri),
7190         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7191         (ev_window_run_presentation), (ev_window_stop_presentation),
7192         (save_sizing_mode), (ev_window_zoom_changed_cb),
7193         (ev_window_continuous_changed_cb),
7194         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7195         (window_configure_event_cb):
7196
7197         Remove all ugly metadata define since we deal with it
7198         at runtime now.
7199
7200         * shell/main.c: (load_files_remote), (main):
7201
7202         Add support for dbus cvs head. Hopefully didnt break one
7203         of the other versions now!
7204
7205         If we dont get a response from the dbus server just
7206         give up with it and not enable metadata.
7207
7208 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7209
7210         * Makefile.am:
7211         * backend/Makefile.am:
7212         * configure.ac:
7213         * cut-n-paste/recent-files/Makefile.am:
7214         * cut-n-paste/toolbar-editor/Makefile.am:
7215         * cut-n-paste/zoom-control/Makefile.am:
7216         * lib/Makefile.am:
7217         * pdf/Makefile.am:
7218         * pixbuf/Makefile.am:
7219         * properties/Makefile.am:
7220         * ps/Makefile.am:
7221         * shell/Makefile.am:
7222         * thumbnailer/Makefile.am:
7223         * tiff/Makefile.am:
7224
7225         Make frontends depend on just libev.
7226         Rework and group CFLAGS/LIBS definitions.
7227         Cleanups.
7228
7229 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7230
7231         * shell/ev-window:
7232
7233         do not unnecessarily save zoom
7234
7235         * configure.ac:
7236         * lib/ev-file-helpers.c: (ev_dot_dir):
7237         * shell/Makefile.am:
7238         * shell/dummy.cc:
7239
7240         Some cleanups
7241
7242 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7243
7244         * configure.ac:
7245         
7246         Remove unnecessary dependencies
7247
7248 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7249
7250         * properties/Makefile.am:
7251         * thumbnailer/Makefile.am:
7252         * tiff/Makefile.am:
7253
7254         Some more cleanups. Was really necessary
7255         but I probably introduced bugs, feel free
7256         to flame :)
7257
7258 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7259
7260         * backend/Makefile.am:
7261         * configure.ac:
7262         * cut-n-paste/recent-files/Makefile.am:
7263         * cut-n-paste/toolbar-editor/Makefile.am:
7264         * cut-n-paste/zoom-control/Makefile.am:
7265         * lib/Makefile.am:
7266         * pdf/Makefile.am:
7267         * pixbuf/Makefile.am:
7268         * properties/Makefile.am:
7269         * ps/Makefile.am:
7270         * shell/Makefile.am:
7271         * thumbnailer/Makefile.am:
7272         * tiff/Makefile.am:
7273
7274         Use gnome-common macros when possible.
7275         Cleanup dependencies.
7276         Actually disable deprecated where possible.
7277
7278 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7279
7280         * Makefile.am:
7281         * backend/Makefile.am:
7282         * properties/Makefile.am:
7283         * shell/Makefile.am:
7284         * thumbnailer/Makefile.am:
7285
7286         This should solve the circular dep without
7287         requiring dir reorg!
7288
7289         * shell/ev-window.c: (setup_view_from_metadata):
7290
7291         Never restore window size/position when the
7292         window is already visible.
7293
7294 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7295
7296         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7297
7298         Return a boolean from timeout func. Fix ported from gedit.
7299
7300 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7301
7302         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7303
7304 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7305
7306         * shell/ev-document-types.c: set "All Documents" as default filter in
7307         open dialog
7308
7309 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7310
7311         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7312         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7313         (ev_metadata_manager_set_boolean): fix value/val thinko.
7314
7315 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * shell/ev-window.c: (setup_view_from_metadata),
7318         (window_state_event_cb), (window_configure_event_cb),
7319         (ev_window_init):
7320
7321         Remember window position and maximized state
7322
7323 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7324
7325         * configure.ac:
7326
7327         Fix DBUS configure checks.
7328
7329         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7330         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7331         (ev_metadata_manager_set_boolean):
7332
7333         Plug mem leaks.
7334
7335         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7336         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7337         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7338         (ev_window_continuous_changed_cb),
7339         (ev_window_dual_mode_changed_cb), (ev_window_new):
7340
7341         Fix the build without DBUS.
7342
7343 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7344
7345         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7346         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7347         (ev_metadata_manager_set_string),
7348         (ev_metadata_manager_set_boolean):
7349         * shell/ev-metadata-manager.h:
7350
7351         Add support for some more types
7352
7353         * shell/ev-view.c: (scroll_to_current_page),
7354         (ev_view_get_continuous), (ev_view_set_continuous),
7355         (ev_view_get_dual_page):
7356         * shell/ev-view.h:
7357         * shell/ev-window.c: (page_changed_cb),
7358         (setup_document_from_metadata), (ev_window_setup_document),
7359         (setup_view_from_metadata), (ev_window_open_uri),
7360         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7361         (ev_window_run_presentation), (ev_window_stop_presentation),
7362         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7363         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7364         (ev_window_update_dual_page_action),
7365         (ev_window_continuous_changed_cb),
7366         (ev_window_dual_mode_changed_cb), (ev_window_init):
7367
7368         Remember a bunch of view/document properties. Prolly some
7369         are still missing but it's getting interesting.
7370
7371 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7372
7373         * configure.ac: check if dbus-binding-tool is installed. Not the
7374         case on current Ubuntu breezy, it seems.
7375
7376 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7377
7378         * data/evince.desktop.in.in:
7379         
7380         Allow open uri lists and add TryExec field.
7381
7382 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7383
7384         * configure.ac:
7385
7386         Enable dbus when available, do not require a configure
7387         option.
7388
7389 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7390
7391         * configure.ac:
7392
7393         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7394         disabled.
7395
7396 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7397         Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7400         
7401         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7402         functions to the format required by dbus
7403
7404         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7405         errors. Use the RPC parameters in the expected way
7406
7407 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7408
7409         * Makefile.am:
7410         * properties/Makefile.am:
7411         * properties/ev-properties-main.c: (ev_properties_get_pages):
7412
7413         Support all mime types
7414
7415         * shell/Makefile.am:
7416         * thumbnailer/Makefile.am:
7417         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7418         (evince_thumbnail_pngenc_get):
7419
7420         Use the document factory
7421
7422 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7423
7424         * backend/Makefile.am:
7425         * backend/ev-document-factory.c:
7426         (mime_type_supported_by_gdk_pixbuf),
7427         (ev_document_type_get_from_mime),
7428         (ev_document_factory_get_document),
7429         (ev_document_factory_get_backend),
7430         (ev_document_factory_get_mime_types),
7431         (ev_document_factory_get_all_mime_types):
7432         * backend/ev-document-factory.h:
7433         * shell/Makefile.am:
7434         * shell/ev-document-types.c: (get_document_from_uri),
7435         (ev_document_types_get_document),
7436         (file_filter_add_mime_list_and_free),
7437         (ev_document_types_add_filters):
7438         * shell/ev-document-types.h:
7439         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7440         * shell/ev-properties-dialog.c:
7441         (ev_properties_dialog_set_document):
7442         * shell/ev-window.c: (ev_window_cmd_file_open),
7443         (ev_window_cmd_save_as):
7444         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7445
7446         Rework document types managing to avoid code duplication
7447         and actually abstract from backend implementations.
7448         Also provide a minimal factory api that can be used by
7449         thumbnailer/properties.
7450
7451 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7452
7453         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7454         Plug a mem leak.
7455         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7456         HIG spacings.
7457
7458 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7459
7460         * shell/ev-properties-dialog.c
7461         (ev_properties_dialog_set_document): only call
7462         ev_properties_fonts_set_document() if the document implements the
7463         fonts interface
7464
7465 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7466
7467         * configure.ac:
7468         * properties/Makefile.am:
7469         * properties/ev-properties-view.c:
7470         (ev_properties_view_register_type):
7471         * properties/ev-properties-view.h:
7472         * properties/ev-properties-main.h:
7473
7474         Implement nautilus plugin for properties.
7475         Works only for pdf atm, I need to rework the
7476         document types stuff to get this to work
7477         for all backends...
7478
7479 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7480
7481         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7482         (ev_properties_fonts_set_document): use
7483         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7484
7485 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7486
7487         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7488         them
7489         (PlaceImage, tiff2ps_process_page): use
7490         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7491
7492
7493 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7494
7495         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7496         (main): to call gnome_authentication_manager_init. Should fix
7497         Bug #308510
7498
7499         * configure.ac: that requires libgnomeui 2.6.0.
7500
7501 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7502
7503         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7504         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7505         use the new tiff2ps interfaces
7506
7507         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7508         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7509
7510         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7511         structure instead of global variables.  Remove use of static
7512         variables in functions.
7513
7514 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7515
7516         * shell/ev-page-action.c: unref the completion after setting it to the
7517         entry
7518
7519 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7520
7521         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7522         postscript files
7523
7524 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7525
7526         * shell/ev-window.c (update_action_sensitivity): disable
7527         File->Print if the document does not implement the ps exporter
7528         interface
7529
7530 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7531
7532         * Makefile.am:
7533         * configure.ac:
7534         * data/evince-properties.glade:
7535         * properties/.cvsignore:
7536         * properties/Makefile.am:
7537         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7538         (ev_properties_view_class_init), (ev_properties_view_format_date),
7539         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7540         (ev_properties_view_init), (ev_properties_view_new):
7541         * properties/ev-properties-view.h:
7542         * shell/Makefile.am:
7543         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7544         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7545         (ev_properties_dialog_new):
7546         * shell/ev-properties-dialog.h:
7547         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7548         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7549         (update_progress_label), (job_fonts_finished_cb),
7550         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7551         * shell/ev-properties-fonts.h:
7552         * shell/ev-properties.c:
7553         * shell/ev-properties.h:
7554         * shell/ev-window.c: (ev_window_setup_document),
7555         (ev_window_cmd_file_properties):
7556
7557         Split the properties pages in two different objects, depend
7558         only on the backend where possible, use widgets instead
7559         of gobject for the glade part, reimplement the dialog
7560         itself with gtk.
7561         I need this to implement nautilus properties page.
7562
7563 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7564
7565         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7566         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7567         (tiff_document_document_ps_exporter_iface_init): implement the ps
7568         exporter interface for tiff documents
7569
7570         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7571         libtiff to implement TIFF postscript export
7572
7573         * tiff/tiff2ps.h: added a header file for external tiff2ps
7574         functions.
7575
7576         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7577         tiff2ps.h
7578
7579 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * shell/ev-view.c: (scroll_to_current_page),
7582         (ev_view_set_fullscreen), (ev_view_set_presentation):
7583         
7584         Scroll to current page when exit from presentation
7585
7586 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7587
7588         * shell/ev-window.c: (update_document_mode),
7589         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7590         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7591         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7592         
7593         Exit from fullscreen mode when switch to presentation. Fix for
7594         bug 309365
7595
7596 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7597
7598         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7599         return NULL if the document does not implement the selection
7600         interface.
7601
7602 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7603
7604         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7605         reported height by using the resolution aspect ratio
7606         (tiff_document_render_pixbuf): scale the pixbuf using the
7607         resolution aspect ratio
7608
7609 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7610
7611         * configure.ac:
7612         
7613         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7614         <kiltedaco@gmail.com>
7615         
7616         * djvu/djvu-document.c: (djvu_document_get_orientation),
7617         (djvu_document_set_orientation), (djvu_document_get_page_size),
7618         (rotate_pixbuf), (djvu_document_render_pixbuf),
7619         (djvu_document_document_iface_init):
7620         * dvi/dvi-document.c: (dvi_document_get_orientation),
7621         (dvi_document_set_orientation), (dvi_document_get_page_size),
7622         (rotate_pixbuf), (dvi_document_render_pixbuf),
7623         (dvi_document_document_iface_init):
7624         
7625         Dvi and djvu backends are ported to new API
7626
7627 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7628
7629         * backend/ev-selection.c: (ev_selection_get_selection_region),
7630         (ev_selection_get_selection_map):
7631         * backend/ev-selection.h:
7632         * pdf/ev-poppler.cc:
7633         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7634         * shell/ev-jobs.h:
7635         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7636         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7637         (ev_pixbuf_cache_get_text_mapping):
7638         * shell/ev-pixbuf-cache.h:
7639         * shell/ev-view.c: (location_in_text),
7640         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7641         support to EvView.  Now we can see where we can select!  Sweet!
7642
7643 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7644
7645         * shell/ev-view.c (ev_view_button_press_event): Fix
7646         event->y + view->scroll_x typo.
7647
7648 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7649
7650         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7651         sub-GdkPixbuf instead of passing dest_x and dest_y.
7652         
7653         * shell/ev-view.c: (view_point_to_doc_point),
7654         (view_rect_to_doc_rect), (ev_view_button_press_event),
7655         (ev_view_motion_notify_event), (compute_new_selection_rect),
7656         (gdk_rectangle_point_in), (compute_new_selection_text),
7657         (compute_selections): Update selection code to keep the selection
7658         around as two points and not as a normalized rectangle, and fix
7659         page level selection in two-column mode.
7660
7661 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7662
7663         * shell/ev-window.c: (window_configure_event_cb): 
7664         
7665         Fix compilation
7666         
7667 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7668
7669         * pdf/ev-poppler.cc:
7670
7671         Fix compilation
7672
7673 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7674
7675         * shell/Makefile.am:
7676         * shell/ev-metadata-manager.c: (item_free),
7677         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7678         (parse_value), (parseItem), (load_values),
7679         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7680         (save_values), (save_item), (get_oldest), (resize_items),
7681         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7682         * shell/ev-metadata-manager.h:
7683
7684         Metadata manager from gedit but modified to use GValue, so that
7685         we dont need to keep converting from strings.
7686
7687         * configure.ac:
7688
7689         ENABLE_METADATA conditional, on when dbus is on
7690
7691         * shell/ev-application.c: (ev_application_open_uri):
7692
7693         Show the window after load so that we can initialize
7694         window size before it's showed.
7695
7696         * shell/ev-window.c: (ev_window_setup_from_metadata),
7697         (ev_window_open_uri), (window_configure_event_cb),
7698         (ev_window_init):
7699
7700         Save and load metadata information about window size.
7701         Not yet keeping states in account.
7702
7703         * shell/main.c: (main):
7704
7705         Shutdown metadata manager.
7706
7707 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7708
7709         * shell/ev-application-service.xml:
7710         * configure.ac:
7711         * shell/Makefile.am:
7712         * shell/ev-application.c:
7713         * shell/ev-application.h:
7714         * shell/ev-window.c:
7715         * shell/ev-window.h:
7716         * shell/main.c:
7717
7718         Add an optional dbus interface (--enable-dbus).
7719         Rework application code, mainly to be easier to
7720         use "remotely".
7721         Do not open multiple windows with the same document,
7722         spatial evince!
7723
7724 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7725
7726         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7727         pixbuf iff it exists.
7728
7729 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7730
7731         * shell/*:
7732         * backend/ev-render-context.[ch]:
7733         * backend/ev-selection.[ch]:
7734
7735         Massive changes.  We now support text selection of pdfs, and not
7736         just rectangular selection.  This is pretty broken still, but I
7737         want to get something into CVS.
7738
7739 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7740
7741         * pdf/ev-poppler.cc:
7742         
7743         Fix for Bug 309080: crash on window close.
7744         
7745         * shell/ev-page-action.c: (page_changed_cb):
7746         
7747         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7748         jensgr@gmx.net (Jens Granseuer).
7749
7750 2005-06-25  Marcel Telka  <marcel@telka.sk>
7751
7752         * configure.in (ALL_LINGUAS): Added sk.
7753
7754 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7755
7756         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7757         not a document open
7758
7759 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7760
7761         * NEWS:
7762         * configure.ac:
7763
7764         Release 0.3.2
7765
7766         * cut-n-paste/recent-files/Makefile.am:
7767
7768         Fix make distcheck
7769
7770 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7771
7772         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7773         (pixbuf_document_set_orientation), (rotate_pixbuf),
7774         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7775         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7776
7777         Implement rotation and cleanup the code a bit.
7778
7779         * tiff/tiff-document.c: (tiff_document_get_page_size),
7780         (tiff_document_get_orientation), (tiff_document_set_orientation),
7781         (rotate_pixbuf), (tiff_document_render_pixbuf),
7782         (tiff_document_document_iface_init), (tiff_document_init):
7783
7784         Implement rotation. Was the quicker solution for the release
7785         but we really need to share this code in the shell.
7786
7787 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7788
7789         * pdf/ev-poppler.cc:
7790
7791         Enable rotation, require poppler cvs. Fix a leak.
7792
7793 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-window.c: (update_action_sensitivity):
7796         
7797         Make properties unsensitive if document backend doesn't provide
7798         any info
7799
7800 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7801
7802         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7803         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7804         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7805         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7806         (bitmap_flip_rotate_counter_clockwise):
7807         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7808         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7809         (buff_gets):
7810         * dvi/mdvi-lib/common.h:
7811         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7812         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7813         (opendvi), (mdvi_reload), (mdvi_init_context),
7814         (mdvi_destroy_context), (mdvi_dopage), (special):
7815         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7816         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7817         (file_hash_free), (register_encoding), (parse_spec),
7818         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7819         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7820         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7821         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7822         (mdvi_register_font_type), (mdvi_unregister_font_type),
7823         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7824         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7825         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7826         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7827         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7828         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7829         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7830         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7831         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7832         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7833         (mdvi_unregister_special), (mdvi_flush_specials):
7834         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7835         (t1_font_remove):
7836         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7837         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7838         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7839         (free_font_metrics), (flush_font_metrics):
7840         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7841         (tt_font_remove):
7842         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7843         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7844         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7845         (dstring_insert), (dstring_new), (dstring_reset):
7846         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7847         
7848         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7849         avoid conflict with libtool on FC4
7850         
7851         * shell/ev-window.c: (ev_window_cmd_help_about):
7852         
7853         Update copyright year. Fix for bug 308828.
7854
7855 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * shell/ev-view.c: (add_scroll_binding_keypad),
7858         (ev_view_binding_activated), (ev_view_class_init),
7859         (on_adjustment_value_changed):
7860         
7861         Bug 170874: Arrow keys switch pages in presentation mode
7862
7863 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7864
7865         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7866         
7867         Fix for Bug 308265: Sidebar dissappears coming out of 
7868         Presentation mode
7869
7870 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7871
7872         * shell/ev-application.c: (ev_application_open):
7873         * shell/ev-document-types.c: (ev_document_types_add_filters),
7874         (ev_document_types_add_filters_for_type):
7875         * shell/ev-document-types.h:
7876         * shell/ev-window.c: (ev_window_cmd_save_as):
7877         
7878         Suggest basename as template when saving, provide filters
7879         for save dialog. It's bug 308402
7880
7881 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * pdf/ev-poppler.cc:
7884         * shell/ev-sidebar-links.c: (job_finished_callback):
7885         * shell/ev-view.c: (update_find_status_message):
7886         
7887         Some leaks fixed
7888
7889 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7890
7891         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7892         (egg_recent_view_uimanager_set_list):
7893
7894         Fix buglet in !show_numbers case.
7895
7896 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7897
7898         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7899         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7900
7901         Use pango ellipsisation.
7902
7903         * pdf/ev-poppler.cc:
7904
7905         Fix refcount leak, from nsh.
7906
7907 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * cut-n-paste/recent-files/Makefile.am:
7910         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7911         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7912         
7913         Removed EggRecentViewGtk
7914         
7915         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7916         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7917         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7918         (ev_window_setup_recent):
7919         
7920         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7921         with other projects
7922
7923 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7924
7925         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7926         (egg_recent_view_gtk_finalize):
7927
7928         Fix memory leak
7929
7930         * cut-n-paste/toolbar-editor/Makefile.am:
7931         
7932         Fix location of cursor icon.
7933         
7934         * pdf/ev-poppler.cc:
7935         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7936         (display_completion_text), (match_completion):
7937         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7938         (selection_changed_callback), (create_loading_model),
7939         (print_section_cb), (links_page_num_func),
7940         (update_page_callback_foreach):
7941         * shell/ev-window.c: (ev_window_dispose):
7942         
7943         Small memory fixes. Links model now store objects instead
7944         of pointers to improve memory management. 
7945
7946 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7947
7948         * shell/ev-window.c: (zoom_control_changed_cb):
7949         
7950         Fix update of zoom control (bug 308268).
7951
7952 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7953
7954         * shell/ev-properties.c (set_property): escape the text correctly.
7955         Handles non-UTF-8 properties and escaped properties.  Also, sets
7956         the text to "<i>None</i>" if the property isn't set.
7957
7958         * data/evince-properties.glade: Change the label to be ellipsized,
7959         and give it a minimum size.
7960
7961 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7964         * shell/ev-sidebar-links.c: (create_loading_model):
7965         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7966         * shell/ev-view.c: (ev_view_set_document):
7967         * shell/ev-window.c: (ev_window_dispose):
7968         
7969         Various small fixes, mostly memory leaks. Thanks to valgrind.
7970
7971 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7972
7973         * ps/ps-document.c: remove the locale.h include again ;-). And
7974         kill the (bogus) setlocale/savelocale business.
7975
7976 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7977
7978         * ps/ps-document.c:
7979         
7980         Include locale.h to fix build
7981         
7982         * shell/ev-sidebar.c:
7983         
7984         Remove unnecessary includes
7985
7986 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7987
7988         * dvi/dvi-document.c: (dvi_document_load):
7989         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7990         * po/POTFILES.in:
7991         
7992         Check for incorrect dvi files. Fix parsing dvi on AMD64
7993         platform. Thanks to tester@tester.ca (Olivier Crete).
7994
7995 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7996
7997         * shell/ev-page-action.c: (match_selected_cb),
7998         (display_completion_text), (match_completion), (update_model):
7999         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8000         (expand_open_links):
8001         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8002         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8003         (ev_sidebar_set_document):
8004         * shell/ev-window.c: (ev_window_xfer_job_cb),
8005         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8006         
8007         Fixed lot's of memory leaks, for example, memory leak on reload, 
8008         described in bug 307793.
8009
8010 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8011
8012         * pdf/ev-poppler.cc:
8013         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8014         (update_visible_range), (adjustment_changed_cb),
8015         (ev_sidebar_thumbnails_fill_model),
8016         (ev_sidebar_thumbnails_refresh),
8017         (ev_sidebar_tree_selection_changed),
8018         (ev_sidebar_icon_selection_changed),
8019         (ev_sidebar_thumbnails_use_icon_view),
8020         (ev_sidebar_thumbnails_set_document):
8021         * shell/ev-sidebar-thumbnails.h:
8022         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8023         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8024
8025         Refresh thumbnails when changing orientation. Not fully
8026         working yet becuase of a sidebar bug.
8027
8028         Set page orientation to poppler page everywhere. This sucks
8029         really need to fix poppler.
8030
8031 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8032
8033         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8034         (egg_recent_view_gtk_new_menu_item),
8035         (egg_recent_view_gtk_set_property),
8036         (egg_recent_view_gtk_get_property),
8037         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8038         (egg_recent_view_gtk_set_tooltip_func),
8039         (egg_recent_view_gtk_set_label_width),
8040         (egg_recent_view_gtk_get_label_width):
8041         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8042
8043         Sync with libegg (ellipsize labels)
8044
8045 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8046
8047         * data/evince-ui.xml:
8048         * shell/ev-window.c: (ev_window_cmd_go_forward),
8049         (ev_window_cmd_go_backward):
8050         
8051         Shift + PageUp moves 10 Pages. Fix for 306125
8052
8053 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * pdf/ev-poppler.cc:
8056
8057         Add a flag to check if orientation has been overriden
8058
8059 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8060
8061         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8062         field if necessary.
8063
8064         * ps/ps.h: add creator field to document.
8065
8066         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8067         set creator field.
8068
8069 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8070
8071         * data/evince-properties.glade:
8072         * shell/ev-properties.c: (ev_properties_set_document):
8073
8074         s/PDF Version/Format
8075
8076 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8077
8078         * shell/ev-properties.c: (ev_properties_set_document):
8079
8080         Remove unnecessary translations
8081
8082 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8083
8084         * cut-n-paste/toolbar-editor/Makefile.am:
8085
8086         Correct library name    
8087
8088 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8089
8090         * configure.ac:
8091         * cut-n-paste/recent-files/egg-recent-model.c:
8092         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8093         (egg_recent_model_unlock_file):
8094         * cut-n-paste/recent-files/egg-recent-util.c:
8095         (egg_recent_util_get_unique_id):
8096         * cut-n-paste/recent-files/update-from-egg.sh:
8097         * cut-n-paste/toolbar-editor/Makefile.am:
8098         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8099         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8100         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8101         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8102         (egg_toolbars_model_get_type):
8103         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8104
8105         Better makefile for toolbar editor and update everything
8106         to latest libegg.
8107
8108 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * shell/ev-window.c: (update_document_mode):
8111
8112         Prefer presentation mode when the document
8113         require fullscreen.
8114
8115 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * data/evince-ui.xml:
8118         * shell/ev-window.c:
8119
8120         Add control-equal for zooming
8121
8122 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8123
8124         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8125
8126 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8127
8128         * backend/ev-document.c: (ev_document_get_orientation):
8129         * backend/ev-document.h:
8130         * pdf/ev-poppler.cc:
8131         * ps/ps-document.c: (ps_document_get_orientation),
8132         (ps_document_set_orientation), (ps_document_document_iface_init):
8133
8134         Add a get_orientation api. Improve set_orientation.
8135
8136         * data/evince-ui.xml:
8137         * shell/ev-view.c: (ev_view_set_orientation),
8138         (ev_view_rotate_right), (ev_view_rotate_left):
8139         * shell/ev-view.h:
8140         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8141         (ev_window_cmd_edit_rotate_right):
8142
8143         Better ui for changing document orientation
8144
8145 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8148         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8149         * shell/ev-sidebar-links.h:
8150         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8151         (ev_sidebar_page_iface_init):
8152         * shell/ev-sidebar-page.h:
8153         * shell/ev-sidebar-thumbnails.c:
8154         (ev_sidebar_thumbnails_get_property),
8155         (ev_sidebar_thumbnails_class_init),
8156         (ev_sidebar_thumbnails_set_document):
8157         * shell/ev-sidebar-thumbnails.h:
8158         * shell/ev-view.c: (ev_view_motion_notify_event):
8159         * shell/ev-window.c: (update_chrome_visibility),
8160         (ev_window_cmd_focus_page_selector),
8161         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8162         (sidebar_page_main_widget_update_cb), (ev_window_init):
8163         
8164         Autoraise toolbar on GoToPage binding and fix bindings in
8165         EvSidebarThumbnails page.
8166
8167 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8168
8169         * shell/ev-properties.c: (update_progress_label):
8170
8171         Hide the progress label when finished; bug #307697.
8172
8173 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8174
8175         * pdf/ev-poppler.cc:
8176
8177         Enable is_open for links, you will need poppler cvs
8178
8179         * shell/ev-properties.c: (job_fonts_finished_cb):
8180
8181         Get a lock on the document when filling the tree view
8182
8183 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8184
8185         * backend/ev-document-links.h:
8186         * pdf/ev-poppler.cc:
8187         * shell/ev-sidebar-links.c: (create_loading_model),
8188         (expand_open_links), (job_finished_callback):
8189
8190         Expand links when specified by the document.
8191         Depend on a poppler api (defined out for now)
8192
8193 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8194
8195         * shell/ev-properties.c: (ev_properties_dispose),
8196         (ev_properties_class_init), (dialog_destroy_cb),
8197         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8198         (ev_properties_set_document), (ev_properties_new),
8199         (ev_properties_show):
8200         * shell/ev-properties.h:
8201
8202         Make it an object, cleanup the code, api to show it as transient
8203         and to set the document.
8204
8205         * shell/ev-window.c: (ev_window_setup_document),
8206         (ev_window_cmd_file_properties):
8207
8208         Adapt to EvProperties changes, do not show multiple
8209         times, update it when document changes.
8210
8211 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8212
8213         * ps/gstypes.h:
8214         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8215         (ps_document_set_orientation), (ps_document_document_iface_init):
8216         * ps/ps-document.h:
8217
8218         Implement orientation here too
8219
8220         * shell/ev-properties.c: (ev_properties_new):
8221         * data/evince-properties.glade:
8222
8223         Hide the fonts page for backends that doesnt
8224         support it.     
8225
8226 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8227
8228         * backend/ev-document.c: (ev_document_set_orientation):
8229         * backend/ev-document.h:
8230         * pdf/ev-poppler.cc:
8231
8232         Add orientation api. Currently poppler api is not optimal,
8233         we need to set orientation every time we _get a page.
8234         I will try to fix that at some point.
8235
8236         * data/evince-ui.xml:
8237         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8238         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8239
8240         Add orientation menu items
8241
8242         * shell/ev-page-cache.c: (ev_page_cache_clear):
8243         * shell/ev-page-cache.h:
8244
8245         Add api to clear the cache
8246
8247         * shell/ev-view.c: (setup_caches), (clear_caches),
8248         (ev_view_set_document), (ev_view_zoom_out),
8249         (ev_view_set_orientation):
8250         * shell/ev-view.h:
8251
8252         Implement orientation changing
8253
8254 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8255
8256         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8257         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8258         * backend/ev-document-fonts.h:
8259
8260         Separate scan and fill so that we can incrementally fill from
8261         the main thread. Add a progress api.
8262
8263         * data/evince-properties.glade:
8264         * pdf/ev-poppler.cc:
8265         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8266         * shell/ev-jobs.h:
8267         * shell/ev-properties.c: (update_progress_label),
8268         (job_fonts_finished_cb), (setup_fonts_view):
8269
8270         Incrementally feel the list and show the progress
8271         percentage in a label like acrobat does.
8272
8273         You are going to need poppler cvs
8274
8275 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8276
8277         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8278         * backend/ev-document-fonts.h:
8279         * pdf/ev-poppler.cc:
8280
8281         Make fonts model fill incrementally.
8282
8283         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8284         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8285         (ev_job_queue_remove_job):
8286         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8287         (ev_job_fonts_new), (ev_job_fonts_run):
8288         * shell/ev-jobs.h:
8289
8290         New job for fonts scanning
8291
8292         * shell/ev-properties.c: (job_fonts_finished_cb),
8293         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8294         * shell/ev-properties.h:
8295         * shell/ev-window.c: (ev_window_cmd_file_properties):
8296
8297         Incrementally feel the treeview using the new job. Show Loading...
8298         message until scanning is completed.
8299
8300         Hopefully I didnt break the build without the poppler patch.
8301
8302 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8303
8304         * shell/ev-application.c: (ev_application_open):
8305         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8306         (ev_document_type_get_type), (ev_document_type_lookup):
8307         * shell/ev-document-types.h:
8308         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8309         * shell/ev-job-xfer.h:
8310         * shell/ev-window.c: (ev_window_clear_local_uri),
8311         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8312         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8313         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8314         
8315         Transfer remote documents to tmp directory to display them later.
8316
8317 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8318
8319         * backend/ev-document-info.h:
8320         * shell/ev-properties.c: (ev_properties_new):
8321
8322         s/GTime*/GTime. Not sure why we was using a pointer
8323         at all there!
8324
8325 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8326
8327         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8328         situations.  That situation is that you're using GTK+-HEAD with
8329         the patch at #306726 is applied, and you have a document with <
8330         1500 pages in it.  It's not quite as uniformly nice as the
8331         TreeView, but should be better in the long run.
8332
8333         I'm pretty sure I guarded against breaking compilation with
8334         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8335         I missed some.
8336
8337         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8338         widget yet, so I commented that code out
8339         enable_view_actions_for_widget() for now.  Need to figure this
8340         out.
8341
8342         * shell/ev-page-action.c (match_selected_cb): emit the right
8343         signals.  Our cool C-l completion now works.
8344
8345 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8346
8347         * backend/Makefile.am:
8348         * backend/ev-document-fonts.c:
8349         * backend/ev-document-links.c:
8350         * backend/ev-document.c: (ev_document_load):
8351         * backend/ev-document.h:
8352         * backend/ev-job-queue.c:
8353         * backend/ev-job-queue.h:
8354         * backend/ev-jobs.c:
8355         * backend/ev-jobs.h:
8356         * backend/ev-page-cache.c:
8357         * backend/ev-page-cache.h:
8358
8359         EvPageCache and EvJobs are moved to shell.
8360
8361         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8362         (ev_tmp_filename):
8363         * lib/ev-file-helpers.h:
8364         
8365         New helper to work with temporary files
8366         
8367         * shell/Makefile.am:
8368         * shell/ev-application.c: (ev_application_open):
8369         * shell/ev-application.h:
8370         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8371         (remove_job_from_async_queue), (add_job_to_async_queue),
8372         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8373         (handle_job), (search_for_jobs_unlocked),
8374         (no_jobs_available_unlocked), (ev_render_thread),
8375         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8376         (ev_job_queue_add_job), (move_job_async), (move_job),
8377         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8378         * shell/ev-job-queue.h:
8379         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8380         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8381         * shell/ev-job-xfer.h:
8382         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8383         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8384         (ev_job_links_class_init), (ev_job_render_init),
8385         (ev_job_render_dispose), (ev_job_render_class_init),
8386         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8387         (ev_job_thumbnail_class_init), (ev_job_load_init),
8388         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8389         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8390         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8391         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8392         * shell/ev-jobs.h:
8393         * shell/ev-page-action.c: (ev_page_action_set_document):
8394         * shell/ev-page-cache.c: (ev_page_cache_init),
8395         (ev_page_cache_class_init), (ev_page_cache_finalize),
8396         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8397         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8398         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8399         (ev_page_cache_get_title), (ev_page_cache_get_size),
8400         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8401         (ev_page_cache_get_height_to_page),
8402         (ev_page_cache_get_max_label_chars),
8403         (ev_page_cache_get_page_label),
8404         (ev_page_cache_has_nonnumeric_page_labels),
8405         (ev_page_cache_get_info), (ev_page_cache_next_page),
8406         (ev_page_cache_prev_page), (ev_page_cache_get):
8407         * shell/ev-page-cache.h:
8408         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8409         (ev_pixbuf_cache_clear_job_sizes),
8410         (ev_pixbuf_cache_add_jobs_if_needed),
8411         (ev_pixbuf_cache_set_page_range):
8412         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8413         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8414         * shell/ev-sidebar-thumbnails.c:
8415         (ev_sidebar_tree_selection_changed),
8416         (ev_sidebar_thumbnails_set_document):
8417         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8418         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8419         (ev_statusbar_get_context_id), (ev_statusbar_push),
8420         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8421         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8422         (ev_statusbar_set_progress):
8423         * shell/ev-statusbar.h:
8424         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8425         (ev_view_find_previous):
8426         * shell/ev-window.c: (ev_window_is_empty),
8427         (ev_window_setup_document), (password_dialog_response),
8428         (ev_window_clear_jobs), (ev_window_load_job_cb),
8429         (ev_window_xfer_job_cb), (ev_window_open_uri),
8430         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8431         (ev_window_print), (ev_window_print_range),
8432         (ev_window_state_event), (ev_window_cmd_view_reload),
8433         (menu_item_select_cb), (menu_item_deselect_cb),
8434         (view_status_changed_cb), (ev_window_dispose),
8435         (drag_data_received_cb), (ev_window_init):
8436         * shell/ev-window.h:
8437         * shell/main.c: (load_files):
8438         
8439         New statusbar to show progress on idle. Two new jobs - 
8440         xfer job and load job to load document in background. And update
8441         of page_cache clients to new location of code.
8442
8443 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8444
8445         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8446         selection in open dialog. It also remembers the last visited directory 
8447         in the current session.
8448
8449 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8450
8451         * shell/ev-properties.c: (ev_properties_new):
8452         * shell/ev-properties.h:
8453         * shell/ev-window.c: (ev_window_cmd_file_properties):
8454         
8455         Get document info from page cache instead of document itself.
8456         This should fix crash related to race conditions described in
8457         bug 306545.
8458
8459 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8460
8461         * ps/ps-document.c: (ps_document_init),
8462         (send_ps), (get_page_box), (output), (catchPipe), (input),
8463         (stop_interpreter), (file_length), (file_readable),
8464         (check_filecompressedb), (ps_document_enable_interpreter),
8465         (document_load), (ps_async_renderer_render_pixbuf):
8466         * ps/ps-document.h:
8467
8468         Big cleanup of the ps code
8469
8470 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8471
8472         * backend/Makefile.am:
8473         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8474         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8475         * backend/ev-async-renderer.h:
8476
8477         Add an async renderer interface (method + callback) which
8478         is useful for backends like ps.
8479
8480         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8481         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8482         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8483         (ev_job_queue_add_job), (move_job_async), (move_job),
8484         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8485
8486         Add queues for async renderer, these are executed on the
8487         main thread.
8488
8489         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8490         (ev_job_render_run):
8491         * backend/ev-jobs.h:
8492
8493         If the backend support async renderer interface use it.
8494
8495         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8496         (setup_pixmap), (ps_document_get_type),
8497         (ps_async_renderer_render_pixbuf),
8498         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8499
8500         Implement async renderer interface.
8501
8502 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8503
8504         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8505
8506         Cleanup links job on exit.
8507
8508 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8509
8510         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8511         (drag_data_get_cb), (drag_data_received_cb):
8512         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8513         (drag_data_get_cb), (parse_item_list),
8514         (egg_toolbar_editor_load_actions):
8515         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8516         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8517         (parse_item_list), (parse_toolbars):
8518         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8519         (dvi_pixbuf_put_pixel):
8520         
8521         Fix gcc 4.0 warnings
8522
8523 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8524
8525         * ps/ps-document.c: (start_interpreter):
8526
8527         Fix warning when loading ps
8528
8529 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8530
8531         * ps/ps-document.c: (output):
8532
8533         Fix crash when priting gs error messages.
8534
8535 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8536
8537         * backend/ev-page-cache.c: (_ev_page_cache_new):
8538         * backend/ev-page-cache.h:
8539
8540         Use a const to return title so that we dont double
8541         free it. Small cleanup and fix a leak.
8542
8543         * shell/ev-window.c: (update_window_title):
8544
8545         strdup value from get_title.
8546
8547 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8548
8549         * shell/ev-sidebar-links.c: (job_finished_callback),
8550         (ev_sidebar_links_set_document):
8551
8552         Cleanup the old job when changing document
8553
8554 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8555
8556         * shell/ev-stock-icons.c:
8557         * shell/ev-stock-icons.h:
8558         * shell/ev-window.c:
8559         
8560         Add stock icons for actions that can appear in toolbar. Fix for
8561         bug 306566.
8562
8563 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8564
8565         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8566         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8567         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8568         * backend/ev-page-cache.h:
8569         * shell/ev-view.c: (scroll_to_current_page),
8570         (view_update_range_and_current_page), (get_page_y_offset),
8571         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8572         (ev_view_size_request_continuous),
8573         (ev_view_zoom_for_size_continuous_and_dual_page),
8574         (ev_view_zoom_for_size_continuous):
8575         
8576         More compact EvView layout in document with pages of different size.
8577
8578 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8579
8580         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8581         compilation.
8582
8583 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8584
8585         * shell/ev-view.c: (view_set_adjustment_values):
8586         * shell/ev-window.c: (ev_window_cmd_file_properties):
8587         
8588         A bit different fix for rounding problem but it has no
8589         problems on startup. Make properties window transient to parent.
8590
8591 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8592
8593         * pdf/ev-poppler.cc:
8594         
8595         More commenting of font stuff.
8596
8597 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8598
8599         * pdf/ev-poppler.cc:
8600
8601         Comment out some more fonts stuff. Should really
8602         work without the poppler patch now.
8603
8604 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8605
8606         * pdf/ev-poppler.cc:
8607
8608         Adapt to api change
8609
8610 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8611
8612         * data/evince-properties.glade:
8613         * pdf/ev-poppler.cc:
8614         * shell/ev-properties.c: (setup_fonts_view):
8615
8616         Set the column title. Show the dialog only
8617         once everything is setup.
8618         Getting font info can be very slow... will
8619         prolly need to make this threaded too.
8620
8621 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8622
8623         * backend/Makefile.am:
8624         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8625         (ev_document_fonts_get_fonts_model):
8626         * backend/ev-document-fonts.h:
8627         * data/evince-properties.glade:
8628         * pdf/ev-poppler.cc:
8629         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8630         * shell/ev-properties.h:
8631         * shell/ev-window.c: (ev_window_cmd_file_properties):
8632
8633         Implement fonts list. Defined out for now, since it depends
8634         on a not yet committed poppler patch.
8635
8636 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8637
8638         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8639         page + 1.
8640
8641         * shell/ev-window.c: Make sure we add the timeout when we get a
8642         focus-in event.
8643
8644         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8645         adjustment->value before calculating the zoom factor to average
8646         out all of our rounding errors.  The page no longer 'drifts' when
8647         resizing.
8648
8649 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8650
8651         * data/evince-properties.glade:
8652         * shell/ev-properties.c: (ev_properties_format_date),
8653         (set_property):
8654         
8655         Labels don't expand when the dialogue is resized.
8656         strftime result needs to be converted to UTF-8. Thanks
8657         to Christian Persch <chpe@gnome.org>.
8658
8659 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8660
8661         * data/evince-properties.glade:
8662
8663         Hide the fonts tab
8664
8665 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8666
8667         * backend/ev-document-info.h:
8668         * backend/ev-document.c: (ev_document_info_free):
8669         * data/evince-properties.glade:
8670         * pdf/ev-poppler.cc:
8671         * ps/ps-document.c: (ps_document_get_info):
8672         * shell/ev-properties.c: (ev_properties_format_date),
8673         (set_property), (ev_properties_new):
8674         * shell/ev-properties.h:
8675         * shell/ev-window.c: (ev_window_cmd_file_properties):
8676
8677         Rework properties code to take only EvPropertyInfo
8678         in the constructor so that it can be useful for
8679         nautilus plugin too.
8680
8681         Deal with backends that doesnt support some properties.
8682         Make set property code generic.
8683
8684 2005-06-04  Christian Persch <chpe@gnome.org>
8685
8686         * data/evince-properties.glade:
8687
8688         fix spacings, make resizeable, and make data labels
8689         selectable + ellipsised
8690
8691 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8692
8693         * backend/ev-document-info.h:
8694         * data/Makefile.am:
8695         * data/evince-ui.xml:
8696         * pdf/ev-poppler.cc:
8697         * shell/Makefile.am:
8698         * shell/ev-window.c: (update_action_sensitivity),
8699         (ev_window_cmd_file_properties):
8700
8701         Initial go at file properties. Patch by
8702         Emil Soleyman-Zomalan <emil@soleyman.com>.
8703         Needs love see #169583
8704
8705 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8706
8707         * ps/ps-document.c: (output):
8708         * ps/ps.c: (psscan):
8709
8710         Try to render even if psscan fails.
8711
8712 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8713
8714         * ps/ps.c: (psscan), (pscopydoc):
8715
8716         Port buffered reading code from gv
8717
8718 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8719
8720         * ps/ps-document.c: (interpreter_message), (output):
8721
8722         Do not fail on interpreter messages
8723
8724 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8725
8726         * backend/ev-document-misc.c:
8727         (ev_document_misc_get_thumbnail_frame):
8728
8729         Pages can be 0 x 0, dont assert on this case
8730
8731 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8732
8733         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8734         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8735
8736         Correctly manage our reference on document. Finally the reload
8737         huge leak is gone...
8738
8739 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8740
8741         * ps/ps-document.c: (ps_document_dispose):
8742
8743         Forgot to chain it to the parent. Thanks chpe.
8744
8745 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8746
8747         * ps/ps-document.c: (ps_document_dispose),
8748         (ps_document_class_init), (stop_interpreter), (document_load):
8749
8750         Cleanup dispose a bit. Dont leak the whole pixmap.
8751
8752 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8753
8754         * pdf/ev-poppler.cc:
8755
8756         Release the poppler document on dispose
8757
8758 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8759
8760         * shell/ev-view.c: (ev_view_set_document):
8761
8762         Release ref on the pixbuf cache when changing
8763         document.
8764
8765 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8766
8767         * ps/ps-document.c: (ps_document_get_info):
8768
8769         Fix a double free
8770
8771 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8772
8773         * backend/ev-page-cache.c: (ev_page_cache_init),
8774         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8775         * backend/ev-page-cache.h:
8776         * shell/ev-page-action.c: (page_changed_cb):
8777         
8778         Set page action entry width depending on labels width. Fix
8779         for bug 305202.
8780
8781 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * backend/ev-link.c: (ev_link_class_init):
8784
8785         Allow -1 as page value (error)
8786
8787 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8788
8789         * shell/ev-sidebar-thumbnails.c:
8790         (ev_sidebar_thumbnails_set_document):
8791         * shell/ev-view.c: (scroll_to_current_page),
8792         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8793         (page_changed_cb), (on_adjustment_value_changed),
8794         (ev_view_set_document):
8795
8796         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8797         Fix bug 305377
8798
8799 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8800
8801         * configure.ac:
8802         * djvu/djvu-document.c: (djvu_document_get_page_size):
8803
8804         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8805         bug 301993.
8806
8807 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8808
8809         * shell/ev-view.c (draw_one_page): modify the expose handling to
8810         get the shadows.
8811
8812         * shell/ev-window.c (update_action_sensitivity): Respect
8813         permissions field.  Kowtow to the man.
8814
8815         * pdf/ev-poppler.cc: Get the permissions field.
8816
8817         * tiff/*c: Make a tiny bit more robust.
8818
8819 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8820
8821         * djvu/djvu-document.c:
8822         
8823         Pop messages from djvu context message queue.
8824
8825 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8826
8827         * configure.ac, Makefile.am, shell/Makefile.am:
8828         * tiff/Makefile.am, shell/ev-document-types.c:
8829         
8830         Cleanup tiff configure checks. Fix for bug 305218.
8831
8832 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8833
8834         * configure.ac: Added "uk" to ALL_LINGUAS.
8835
8836 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8837
8838         * cut-n-paste/zoom-control/ephy-zoom.c:
8839         (ephy_zoom_get_changed_zoom_level):
8840         * cut-n-paste/zoom-control/ephy-zoom.h:
8841         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8842         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8843         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8844         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8845         (zoom_control_changed_cb), (ev_window_init):
8846         
8847         Fix minor points related to moving best fit up. Introduce
8848         "zoom" property and make zoom control change it's value on
8849         notify::zoom signals. Fix for 305080.
8850
8851 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8852
8853         * data/evince-ui.xml:
8854         * shell/ev-window.c: (set_view_actions_sensitivity):
8855         
8856         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8857
8858 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * configure.ac:
8861
8862         Depends on poppler 0.3.2
8863
8864 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8865
8866         * cut-n-paste/recent-files/egg-recent-item.c:
8867         (egg_recent_item_get_short_name):
8868         * cut-n-paste/toolbar-editor/Makefile.am:
8869         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8870         (new_pixbuf_from_widget):
8871         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8872         * cut-n-paste/toolbar-editor/egg-marshal.c:
8873         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8874         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8875
8876         Sync
8877
8878 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8879
8880         * tiff/tiff-document.c: Rough TIFF backend.
8881
8882 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8883
8884         * NEWS:
8885         * configure.ac:
8886         * cut-n-paste/toolbar-editor/Makefile.am:
8887
8888         Release 0.3.1
8889
8890 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8891
8892         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8893         (ev_view_find_next), (ev_view_find_previous):
8894
8895         Remove the locks around get_n_results   
8896
8897 2005-05-21  Juerg Billeter  <j@bitron.ch>
8898
8899         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8900
8901         Pass correct number of pages to poppler.
8902
8903 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8904
8905         * configure.ac:
8906         * data/Makefile.am:
8907         * data/evince.desktop.in: 
8908         * data/evince.desktop.in.in:
8909         * po/POTFILES.in:
8910         
8911         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8912
8913 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8914
8915         * shell/ev-view.c: (view_update_adjustments),
8916         (view_set_adjustment_values): cast adjustmen->value to (int)
8917         before using it.  Otherwise, we get off by a pixel in some
8918         situations.
8919
8920         (draw_one_page): Draw the border on expose.
8921
8922 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8923
8924         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8925         adjustment when the mode changes, #304923
8926
8927 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8928
8929         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8930         flickering on resize but still use gdk_window_scroll on
8931         scrolling
8932
8933 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8934
8935         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8936         option, #170458
8937
8938 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8939
8940         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8941         second page on page_changed if possible, #304669
8942
8943 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8944
8945         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8946         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8947
8948 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8949
8950         * .cvsignore:
8951         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8952         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8953         (ev_view_zoom_for_size_presentation),
8954         (ev_view_zoom_for_size_continuous_and_dual_page),
8955         (ev_view_zoom_for_size_continuous),
8956         (ev_view_zoom_for_size_dual_page),
8957         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8958         * shell/ev-view.h:
8959         * shell/ev-window.c: (update_view_size),
8960         (ev_window_sizing_mode_changed_cb):
8961
8962         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8963         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8964         an infinite loop, #304769
8965
8966
8967 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8968
8969         * data/evince-ui.xml:
8970         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8971         * shell/ev-window.c: (set_view_actions_sensitivity):
8972
8973         Make PgUp/Down behave like Space
8974
8975 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8976
8977         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8978         * backend/ev-ps-exporter.h:
8979         * pdf/ev-poppler.cc:
8980         * ps/ps-document.c: (ps_document_ps_export_begin):
8981         * shell/ev-print-job.c: (idle_print_handler):
8982
8983         Adapt to new poppler api
8984
8985 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8986
8987         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8988         (ephy_zoom_control_init):
8989
8990         Translate zoom levels
8991
8992 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8993
8994         * cut-n-paste/zoom-control/ephy-zoom.c:
8995         (ephy_zoom_get_zoom_level_index):
8996
8997         Fix current zoom -> zoom control match
8998
8999 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9000
9001         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9002         rather than the scrolled_window that it's in. Fixes bug #304655.
9003
9004 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9005
9006         * shell/ev-view.c: (view_update_adjustments),
9007         (view_set_adjustment_values), (view_update_range_and_current_page),
9008         (view_scroll_to_page), (set_scroll_adjustment),
9009         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9010         (ev_view_scroll), (ev_view_scroll_view),
9011         (ensure_rectangle_is_visible), (find_page_at_location),
9012         (get_link_at_location), (go_to_link), (status_message_from_link),
9013         (ev_view_size_request_continuous_dual_page),
9014         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9015         (ev_view_unrealize), (ev_view_expose_event),
9016         (ev_view_button_press_event), (ev_view_motion_notify_event),
9017         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9018         (draw_rubberband), (highlight_find_results), (draw_one_page),
9019         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9020         (ev_view_init), (find_changed_cb), (page_changed_cb),
9021         (on_adjustment_value_changed), (ev_view_new),
9022         (ev_view_set_document), (ev_view_set_zoom),
9023         (ev_view_set_continuous), (ev_view_set_dual_page),
9024         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9025         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9026         (ev_view_zoom_for_size_presentation),
9027         (ev_view_zoom_for_size_continuous_dual_page),
9028         (ev_view_zoom_for_size_continuous),
9029         (ev_view_zoom_for_size_dual_page),
9030         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9031         (ev_view_get_status), (ev_view_set_status),
9032         (update_find_status_message), (ev_view_get_find_status),
9033         (ev_view_set_find_status), (jump_to_find_result),
9034         (jump_to_find_page), (compute_selections), (clear_selection),
9035         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9036         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9037         (ev_view_update_primary_selection),
9038         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9039         * shell/ev-view.h:
9040         * shell/ev-window.c: (ev_window_open_page_label),
9041         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9042         (ev_window_init):
9043         * shell/ev-window.h:
9044         * shell/main.c: (load_files):
9045
9046         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9047         when resizing.  Remove the bin_window().  Also, patch from James
9048         Bowes to fix command line page, #300641
9049         
9050 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9051
9052         * data/evince-ui.xml:
9053         * shell/ev-view.c:
9054         * shell/ev-view.h:
9055         * shell/ev-window.c: (update_action_sensitivity):
9056
9057         Get rid of View->Normal Size, it's just confusing
9058
9059 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9060
9061         * backend/ev-document-info.h:
9062         * backend/ev-document.c: (ev_document_info_free): Free the
9063         EvDocumentInfo.
9064
9065         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9066         (clear_range), (add_range), (update_visible_range),
9067         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9068         (ev_sidebar_thumbnails_set_document):
9069         * shell/ev-window.c: (ev_window_setup_document): Only render the
9070         visible thumbnails.  It takes an instant to render, but it uses
9071         much less memory.
9072
9073 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9074
9075         * shell/ev-sidebar-links.c: (popup_menu_cb):
9076
9077         Select first item
9078
9079 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * lib/Makefile.am:
9082         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9083         (button_press_cb), (ev_sidebar_links_construct):
9084
9085         Show the popup menu also on keybindings
9086
9087 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9088
9089         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9090         * shell/ev-window.h:
9091
9092         Expose api to print a range (with dialog). Make private _print use
9093         it.
9094
9095         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9096         (ev_sidebar_links_construct):
9097
9098         Show a print context menu on linkx, it prints the selected
9099         section.
9100
9101 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9102
9103         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9104         button.
9105
9106 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9107
9108         * AUTHORS:
9109
9110         Update
9111
9112         * shell/ev-window.c: (build_comments_string),
9113         (ev_window_cmd_help_about):
9114
9115         Show poppler version/backend and authors
9116
9117 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9118
9119         * cut-n-paste/zoom-control/ephy-zoom.c:
9120         (ephy_zoom_get_zoom_level_index):
9121         * cut-n-paste/zoom-control/ephy-zoom.h:
9122
9123         Move the best fit items at the top of the list
9124
9125 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9126
9127         * shell/ev-marshal.list:
9128         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9129         (activate_cb), (match_selected_cb), (activate_link_cb),
9130         (connect_proxy), (ev_page_action_class_init):
9131         * shell/ev-page-action.h:
9132
9133         Use signals to notify action activation. Hopefully
9134         I did not break completion since I cant test...
9135
9136         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9137         (register_custom_actions):
9138
9139         Connect to page selector actions and also grab focus on
9140         the view when activated.
9141
9142 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9143
9144         * pdf/ev-poppler.cc:
9145         * backend/ev-page-cache.c: make page size calculation consistent
9146         and set it to (int)( width * scale + 0.5).  This makes the weird
9147         line going through the middle of the page go away.
9148
9149         * shell/ev-view.c: move painting the background page after
9150         checking the expose area covers us.
9151
9152 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9153
9154         * data/evince-password.glade:
9155         
9156         Mark labels as not translatable. Fix for bug 302842.
9157
9158 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9159
9160         * configure.ac: Added "es" to ALL_LINGUAS.
9161
9162 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9163
9164         * data/evince-toolbar.xml:
9165         * shell/ev-window.c: (update_action_sensitivity),
9166         (ev_window_setup_document), (ev_window_set_page_mode),
9167         (ev_window_init):
9168
9169         Remove some leftover code from jrb first continous
9170         attempt. Use the new actions, we still need good icons
9171         though...
9172
9173 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9174
9175         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9176
9177         Update label when connecting proxy. Fix a warning with NULL
9178         page_cache.
9179
9180 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * data/evince-ui.xml:
9183         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9184         * shell/ev-page-action.h:
9185         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9186
9187         Add mnemonic for edit toolbar.
9188         ctrl+l focus the page entry.
9189
9190 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9191
9192         * lib/Makefile.am:
9193         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9194         (ev_window_init):
9195         * shell/main.c: (main):
9196
9197         Put the toolbar xml in evince own dot dir
9198
9199 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9200
9201         * shell/ev-window.c: (ev_window_init):
9202
9203         Make the toolbar not removable
9204
9205 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9206
9207         * data/evince-ui.xml:
9208         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9209         * shell/ev-sidebar-links.h:
9210         * shell/ev-sidebar-thumbnails.c:
9211         (ev_sidebar_thumbnails_get_treeview):
9212         * shell/ev-sidebar-thumbnails.h:
9213         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9214         (ev_view_class_init):
9215         * shell/ev-view.h:
9216         * shell/ev-window.c: (update_action_sensitivity),
9217         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9218         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9219         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9220         (ev_window_init):
9221
9222         This is evil... Make space/backspace global accelerators but
9223         enable them only for some widgets (sidebars and view).
9224         I dont like it, but I dont know a better way... :/
9225
9226 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9227
9228         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9229         (ev_page_action_widget_finalize),
9230         (ev_page_action_widget_class_init), (update_page_cache):
9231
9232         Keep a weak reference on proxy->page_cache so that we
9233         dont try to disconnect the signal if the object is already
9234         gone. Maybe there is a better way to cleanup reference handling
9235         in page action though...
9236
9237 2005-05-10  Juerg Billeter  <j@bitron.ch>
9238
9239         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9240         * backend/ev-ps-exporter.h:
9241         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9242         * ps/ps-document.c: (ps_document_ps_export_begin):
9243         
9244         Change api to pass print range to ps_exporter_begin. The pdf backend
9245         requires this information.
9246         
9247         * shell/ev-print-job.c: (idle_print_handler):
9248         
9249         Adapt to api change
9250
9251 2005-05-10  Juerg Billeter  <j@bitron.ch>
9252
9253         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9254         (idle_print_handler)
9255         * shell/ev-window.c: (ev_window_print):
9256
9257         Support printing page range, based on patch by Amaury Jacquot
9258
9259 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9260
9261         * data/evince-toolbar.xml:
9262
9263         Add zoom control to available items
9264
9265 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9266
9267         * shell/ev-window.c: (update_action_sensitivity):
9268
9269         Set slash action insensitive when appropriate
9270
9271 2005-05-10  Christian Persch <chpe@gnome.org>
9272
9273         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9274
9275         Fix warning on the overflow menu
9276
9277 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9278
9279         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9280
9281         Check for uri correctness/existence
9282
9283 2005-05-09  Juerg Billeter  <j@bitron.ch>
9284
9285         * shell/ev-window.c: (using_postscript_printer):
9286
9287         LPD printers use postscript, too
9288
9289 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9290
9291         * shell/ev-window.c: (register_custom_actions):
9292
9293         The zoom one is actually sort of useful,
9294         put it back
9295
9296 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9297
9298         * shell/ev-window.c: (register_custom_actions):
9299
9300         Hide page/zoom controls from overflow, they
9301         are useless.
9302
9303 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * cut-n-paste/update-from-egg.sh:
9306         
9307         Share it between all cut-n-paste subdirs
9308
9309         * cut-n-paste/recent-files/Makefile.am:
9310
9311         Fix to use "global" update-from-egg.sh
9312
9313         * cut-n-paste/recent-files/egg-recent-model.c:
9314         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9315         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9316         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9317         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9318
9319         Update from libegg
9320
9321         * cut-n-paste/toolbar-editor/Makefile.am:
9322
9323         Fix to use "global" update-from-egg.sh
9324
9325         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9326
9327         Update from libegg
9328
9329 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9330
9331         * configure.ac:
9332         * cut-n-paste/Makefile.am:
9333         * cut-n-paste/recent-files/Makefile.am:
9334         * cut-n-paste/toolbar-editor/.cvsignore:
9335         * cut-n-paste/toolbar-editor/Makefile.am:
9336         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9337         (egg_editable_toolbar_get_type), (get_toolbar_position),
9338         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9339         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9340         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9341         (set_item_drag_source), (create_item_from_action), (create_item),
9342         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9343         (popup_toolbar_context_menu_cb), (free_dragged_item),
9344         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9345         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9346         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9347         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9348         (item_added_cb), (item_removed_cb),
9349         (egg_editable_toolbar_construct),
9350         (egg_editable_toolbar_disconnect_model),
9351         (egg_editable_toolbar_deconstruct),
9352         (egg_editable_toolbar_set_model),
9353         (egg_editable_toolbar_set_ui_manager),
9354         (egg_editable_toolbar_set_property),
9355         (egg_editable_toolbar_get_property),
9356         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9357         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9358         (egg_editable_toolbar_new_with_model),
9359         (egg_editable_toolbar_get_edit_mode),
9360         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9361         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9362         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9363         (new_pixbuf_from_widget), (new_separator_pixbuf),
9364         (update_separator_image), (style_set_cb),
9365         (_egg_editable_toolbar_new_separator_image),
9366         (egg_editable_toolbar_get_model):
9367         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9368         * cut-n-paste/toolbar-editor/egg-marshal.c:
9369         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9370         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9371         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9372         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9373         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9374         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9375         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9376         (editor_drag_data_delete_cb), (drag_data_get_cb),
9377         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9378         (editor_create_item), (update_editor_sheet), (setup_editor),
9379         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9380         (parse_item_list), (model_has_action), (update_actions_list),
9381         (egg_toolbar_editor_load_actions):
9382         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9383         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9384         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9385         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9386         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9387         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9388         (egg_toolbars_model_add_separator), (impl_add_item),
9389         (parse_item_list), (egg_toolbars_model_add_toolbar),
9390         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9391         (impl_get_item_data), (impl_get_item_type),
9392         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9393         (egg_toolbars_model_init), (free_toolbar),
9394         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9395         (egg_toolbars_model_remove_toolbar),
9396         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9397         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9398         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9399         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9400         (egg_toolbars_model_get_item_data),
9401         (egg_toolbars_model_get_item_type):
9402         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9403         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9404         * data/Makefile.am:
9405         * data/evince-toolbar.xml:
9406         * data/evince-ui.xml:
9407         * data/hand-open.png:
9408         * po/POTFILES.in:
9409         * shell/Makefile.am:
9410         * shell/ev-window.c: (update_chrome_visibility),
9411         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9412         (ev_window_dispose), (ev_window_init):
9413
9414         Implement epiphany like toolbar editor. Based on patch by
9415         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9416
9417 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9418
9419         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9420
9421         Use set_cursor instead of set_selection, so that
9422         the keyboard focus moves too.
9423
9424 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9425
9426         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9427
9428         Fix infinite loop when loading Type1 fonts
9429
9430 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9431
9432         * data/evince-ui.xml:
9433         * shell/ev-window.c:
9434
9435         Slash -> Find
9436
9437 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9438
9439         * configure.ac:
9440
9441         Make --disable really disable
9442
9443 2005-05-07  Juerg Billeter  <j@bitron.ch>
9444
9445         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9446
9447         Compare page labels even without has_labels set, fixes setting page
9448         with entry
9449
9450 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9451
9452         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9453         (ev_view_set_cursor), (ev_view_button_press_event),
9454         (ev_view_motion_notify_event), (ev_view_button_release_event),
9455         (ev_view_init):
9456
9457         Implement middle button scrolling. Based on a patch
9458         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9459
9460 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * shell/ev-document-types.c: (get_slow_mime_type),
9463         (get_document_type_from_mime), (ev_document_type_lookup):
9464         * shell/ev-document-types.h:
9465
9466         Change api to lookup from uri. Do fast lookup first, if the
9467         type is unknown try with data sniffing.
9468
9469         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9470         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9471
9472         Adapt to api change
9473
9474 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9475
9476         * thumbnailer/Makefile.am:
9477
9478         Fix distcheck
9479
9480 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9481
9482         * NEWS:
9483         * configure.ac:
9484
9485         Release 0.3.0
9486
9487         * data/evince-ui.xml:
9488
9489         Hide presentation mode for now
9490
9491         * shell/ev-view.c: (highlight_find_results):
9492
9493         Show current find selection only on current page
9494
9495 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9496
9497         * shell/ev-view.c: (ev_view_select_all):
9498
9499         Compute size of the actual page, not of
9500         the current one.
9501
9502 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9503
9504         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9505         (view_rect_to_doc_rect), (compute_selections),
9506         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9507         (ev_view_copy), (ev_view_primary_get_cb),
9508         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9509         (ev_view_button_press_event), (ev_view_motion_notify_event),
9510         (ev_view_button_release_event), (page_changed_cb):
9511
9512         Fix text selection
9513
9514 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9515
9516         * shell/ev-view.c: (compute_border), (get_page_extents),
9517         (doc_rect_to_view_rect), (highlight_find_results),
9518         (ev_view_bin_expose), (ev_view_select_all),
9519         (ev_view_motion_notify_event), (update_find_status_message),
9520         (jump_to_find_result), (jump_to_find_page):
9521
9522         First go at fixing search, still buggy
9523
9524 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9525
9526         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9527         dropdown box and button at the top of the sidebar.
9528
9529 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9530
9531         * configure.ac: Output zoom-control Makefile.
9532         * cut-n-paste/Makefile.am: build zoom-control subdir.
9533         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9534         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9535         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9536         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9537         * cut-n-paste/zoom-control/ephy-zoom.c:
9538         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9539         from epiphany, and modified to add a separator into the menu.
9540         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9541         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9542         zoom-control action.
9543         * shell/Makefile.am: Include zoom-control flags.
9544         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9545         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9546         (ev_view_zoom_for_size_presentation),
9547         (ev_view_zoom_for_size_continuous_and_dual_page),
9548         (ev_view_zoom_for_size_continuous),
9549         (ev_view_zoom_for_size_dual_page),
9550         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9551         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9552         ev_view_get_zoom and ev_view_get_sizing_mode.
9553         * shell/ev-view.h:
9554         * shell/ev-window.c: (update_action_sensitivity),
9555         (update_sizing_buttons), (zoom_control_changed_cb),
9556         (register_custom_actions): Initialize and use the zoom-control 
9557         widget.
9558
9559 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9560
9561         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9562         preview cache back to 1.  Don't know when it got set to 0.
9563         
9564         * shell/ev-view.c: (compute_border), (ev_view_realize),
9565         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9566         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9567         (ev_view_get_fullscreen), (ev_view_set_presentation),
9568         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9569         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9570         * shell/ev-view.h:
9571         * shell/ev-window.c:
9572         (update_chrome_visibility),
9573         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9574         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9575         (update_document_mode), (ev_window_update_fullscreen_action),
9576         (ev_window_fullscreen), (ev_window_unfullscreen),
9577         (ev_window_cmd_view_fullscreen),
9578         (ev_window_update_presentation_action),
9579         (ev_window_run_presentation), (ev_window_stop_presentation),
9580         (ev_window_cmd_view_presentation), (ev_window_state_event),
9581         (ev_window_focus_in_event), (ev_window_focus_out_event),
9582         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9583         * data/evince-ui.xml: Initial presentation mode.  We should
9584         probably hide this until it's done, as it's quite rough.  Also,
9585         change full-screen to fullscreen and add two getters to EvView.
9586
9587 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * shell/ev-page-action.c: (update_page_cache),
9590         (ev_page_action_dispose):
9591         * shell/ev-window.c: (destroy_fullscreen_popup),
9592         (ev_window_create_fullscreen_popup):
9593
9594         Use connect_object rather than explicitly
9595         disconnect on dispose.
9596
9597 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9598
9599         * shell/ev-page-action.c: (update_page_cache),
9600         (ev_page_action_dispose):
9601
9602 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9603
9604         * backend/ev-page-cache.c: (_ev_page_cache_new),
9605         (ev_page_cache_set_page_label),
9606         (ev_page_cache_has_nonnumeric_page_labels):
9607         * backend/ev-page-cache.h:
9608         * shell/ev-page-action.c: (update_pages_label):
9609         
9610         If all page labels are numeric, fallback to default
9611         way to display number of pages. See bug 173185.
9612
9613 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9614
9615         * shell/ev-page-action.c: (ev_page_action_dispose):
9616         * shell/ev-view.c: (view_update_range_and_current_page):
9617         * shell/ev-window.c: (ev_window_dispose):
9618         
9619         Set page on scroll in continuous mode. Fixes bug 301986.
9620         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9621
9622 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9623
9624         * configure.ac:
9625
9626         Require poppler 0.3.0
9627
9628 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9629         
9630         * shell/Makefile.am, configure.ac: Fix build problems
9631         with t1lib. Bug 301996.
9632
9633 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9634
9635         * shell/ev-view.c: (ev_view_scroll_event):
9636         
9637         Scroll up increase zoom
9638
9639 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9640
9641         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9642         (ev_view_set_sizing_mode),
9643         (ev_view_zoom_for_size_continuous_and_dual_page),
9644         (ev_view_zoom_for_size_continuous):
9645         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9646         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9647         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9648         (ev_window_init):
9649
9650         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9651         Fix for 165473 and 165472.
9652
9653 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655         * po/POTFILES.in:
9656         * thumbnailer/Makefile.am:
9657         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9658         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9659         * thumbnailer/evince-thumbnailer.schemas.in:
9660         
9661         Make thumbnailer schemas translatable. Fix for bug 301773
9662         
9663         * thumbnailer/evince-thumbnailer-djvu.schemas:
9664         * thumbnailer/evince-thumbnailer-dvi.schemas:
9665         * thumbnailer/evince-thumbnailer.schemas:
9666
9667         Removed files
9668
9669 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9670
9671         * shell/ev-view.c (ev_view_init): forgot to set this.
9672
9673 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9674
9675         * shell/ev-view.c: (find_page_at_location),
9676         (get_link_at_location),
9677         (ev_view_set_show_border), (ev_view_set_spacing),
9678         (ev_view_zoom_for_size_continuous_and_dual_page),
9679         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9680         Also, add a quick fix measuring of widths.  Also, removed
9681         ev_view_set_spacing and ev_view_set_show_border.
9682         
9683         * shell/ev-window.c: (ev_window_unfullscreen),
9684         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9685
9686 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9687
9688         * shell/ev-view.c: (view_update_range_and_current_page),
9689         (page_changed_cb):
9690         
9691         Fix crash on exit and scrolling to page in continuous view.
9692
9693 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9694
9695         * TODO:
9696         * backend/ev-page-cache.c: (_ev_page_cache_new),
9697         (ev_page_cache_get_max_width_size),
9698         (ev_page_cache_get_max_height_size):
9699         * backend/ev-page-cache.h:
9700         * data/evince-ui.xml:
9701         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9702         * shell/ev-view.c: (view_update_adjustments),
9703         (view_update_range_and_current_page), (get_bounding_box_size),
9704         (ev_view_size_request_continuous_and_dual_page),
9705         (ev_view_size_request_continuous),
9706         (ev_view_size_request_dual_page),
9707         (ev_view_size_request_single_page), (ev_view_size_request),
9708         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9709         (ev_view_bin_expose), (ev_view_expose_event),
9710         (ev_view_set_property), (ev_view_get_property),
9711         (ev_view_class_init), (ev_view_init), (ev_view_new),
9712         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9713         (ev_view_set_dual_page), (ev_view_set_full_screen),
9714         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9715         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9716         (ev_view_zoom_out), (zoom_for_size_fit_width),
9717         (zoom_for_size_best_fit),
9718         (ev_view_zoom_for_size_continuous_and_dual_page),
9719         (ev_view_zoom_for_size_continuous),
9720         (ev_view_zoom_for_size_dual_page),
9721         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9722         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9723         * shell/ev-view.h:
9724         * shell/ev-window.c: (update_action_sensitivity),
9725         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9726         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9727         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9728         (ev_window_cmd_view_zoom_out), (update_view_size),
9729         (ev_window_set_sizing_mode), (ev_window_init):
9730
9731         Add Continuous and Dual page modes.
9732
9733 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9734
9735         * dvi/dvi-document.c: (dvi_document_load),
9736         (dvi_document_thumbnails_get_thumbnail),
9737         (dvi_document_init_params): Fix up some mixups between
9738         width and height to correct thumbnail rendering.
9739
9740 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9741
9742         * dvi/mdvi-lib/private.h:
9743         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9744         
9745         Suppess output for kpathsea during font generation. Thanks to
9746         James Bowes
9747
9748 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9749
9750         * NEWS:
9751         * configure.ac:
9752
9753         Release 0.2.1
9754
9755         * Makefile.am: fix distcheck.
9756
9757 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9758
9759         * shell/ev-sidebar-links.c: (selection_changed_callback),
9760         (update_page_callback), (row_activated_callback),
9761         (job_finished_callback), (ev_sidebar_links_set_document):
9762         
9763         Fix for bug #169901. Double click on links expands tree.
9764
9765 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9766
9767         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9768         hard-coded style. Fix for bug 170111
9769
9770 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9771
9772         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9773         locking.
9774
9775 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9776
9777         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9778
9779 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9780
9781         * pdf/ev-poppler.cc:
9782         * shell/ev-view.c: (highlight_find_results):
9783
9784         Fix find on single page documents
9785
9786 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9787
9788         * data/evince.schemas.in: fix for bug 301390
9789
9790 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9791
9792         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9793         (ev_view_zoom_out), (ev_view_zoom_normal):
9794         * shell/ev-view.h:
9795         * shell/ev-window.c: (update_action_sensitivity),
9796         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9797         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9798         (ev_window_cmd_view_normal_size):
9799
9800         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9801         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9802         better than oom. 
9803
9804 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * configure.ac:
9807
9808         Depend on 2.57, 2.59 doesnt seem to be necessary
9809
9810 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9813         (create_tool_item):
9814
9815         Put back total number of pages as (1 of 1234)
9816
9817 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9818
9819         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9820         remove the job.
9821
9822         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9823         function.  This helps debugging.
9824
9825 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9826
9827         * djvu/djvu-document.c: (djvu_document_class_init),
9828         (djvu_document_get_info), (djvu_document_document_iface_init):
9829         * dvi/dvi-document.c: (dvi_document_class_init),
9830         (dvi_document_get_info), (dvi_document_document_iface_init):
9831
9832         Dummy implementation of get_info method for dvi and
9833         djvu. Fix crashes with those backends
9834
9835 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9836
9837         * data/evince.desktop.in:
9838
9839         Add application/x-gzpostscript
9840
9841 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9842
9843         * data/evince.schemas.in: Added real long descriptions, 
9844         closes bug 172496 
9845
9846         * README: Added actual text, closes bug 171869
9847
9848 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9849
9850         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9851
9852         Thumbnail page 0
9853
9854 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9855
9856         * backend/ev-document-info.h:
9857
9858         s/GDate */GDate so we can just use g_free
9859
9860 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9861
9862         * shell/ev-window.c: (update_document_mode),
9863         (ev_window_setup_document):
9864
9865         Show the window in fullscreen when specified by
9866         the document
9867
9868 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9869
9870         * backend/ev-document.c: (ev_document_class_init),
9871         (ev_document_get_info), (ev_document_render_pixbuf):
9872         * backend/ev-document.h:
9873         * backend/ev-page-cache.c: (_ev_page_cache_new):
9874         * pdf/ev-poppler.cc:
9875         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9876         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9877         * ps/ps-document.c: (ps_document_class_init), (document_load),
9878         (ps_document_get_info), (ps_document_document_iface_init):
9879
9880         Remove get_title from the interface, we can just use document info
9881
9882 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * backend/Makefile.am:
9885         * backend/ev-document.c: (ev_document_render_get_info):
9886         * backend/ev-document.h:
9887         * pdf/ev-poppler.cc:
9888
9889         Initial support for document info. Based on jrb patch.
9890
9891 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9892
9893         * shell/ev-window.c: (ev_window_state_event),
9894         (ev_window_class_init), (ev_window_init):
9895         
9896         Doesn't show resize grip when maximized. See bug #301053
9897
9898 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9899
9900         * po/POTFILES.in:
9901         
9902         ev-sidebar-thumbnails now has translatable labels
9903         
9904         * shell/Makefile.am:
9905         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9906         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9907         (ev_sidebar_links_page_iface_init):
9908         * shell/ev-sidebar-links.h:
9909         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9910         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9911         (ev_sidebar_page_get_label):
9912         * shell/ev-sidebar-page.h:
9913         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9914         (ev_sidebar_thumbnails_set_document),
9915         (ev_sidebar_thumbnails_support_document),
9916         (ev_sidebar_thumbnails_get_label),
9917         (ev_sidebar_thumbnails_page_iface_init):
9918         * shell/ev-sidebar-thumbnails.h:
9919         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9920         (ev_sidebar_set_document):
9921         * shell/ev-sidebar.h:
9922         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9923         
9924         Small rework of sidebar code. Now sidebar pages should implement
9925         EvSidebarPage interface. That makes page management in EvSidebar
9926         easier. See bug #164811 for details
9927
9928 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9929
9930         * shell/ev-application.c: (ev_application_open):
9931         * shell/ev-document-types.c:
9932         
9933         Fix build error and small problem with application exit
9934
9935 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9936
9937         * thumbnailer/Makefile.am:
9938         * thumbnailer/evince-thumbnailer-djvu.schemas:
9939         * thumbnailer/evince-thumbnailer-dvi.schemas:
9940         
9941         Conditionally install schemas for djvu/dvi thumbnailer
9942
9943 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9944
9945         * shell/ev-document-types.h: 
9946         * shell/ev-document-types.c: 
9947         New files, handling the mapping from mimetypes to backends
9948         
9949         * shell/ev-window.c: 
9950         * thumbnailer/evince-thumbnailer.c:     
9951         Use the ev-document-types code
9952         
9953         * shell/Makefile.am: 
9954         Added new convenience library libevbackendfactory_la, containing
9955         the new mimetype->backend logic; moved the backends into it.
9956
9957         * thumbnailer/Makefile.am:
9958         Make the thumbnailer link with the libevbackend.la convenience
9959         library, rather than having a duplicate of the backend logic here.
9960
9961 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9962
9963         * shell/ev-stock-icons.c: constify some vars.
9964         * shell/ev-window.c: ditto.
9965
9966 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9967
9968         * ps/ps-document.c (get_page_orientation):
9969
9970         Respect document orientation 
9971
9972 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9973
9974         * djvu/Makefile.am:
9975         * dvi/Makefile.am:
9976         * shell/Makefile.am:
9977         
9978         Move library dependencies to components.
9979         
9980         * shell/ev-window.c: (update_window_title),
9981         (start_loading_document):
9982         
9983         Fix display of uris with spaces. Bug 168358.
9984
9985 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9986
9987         * shell/ev-sidebar-links.c: (selection_changed_cb):
9988         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9989         (ev_view_button_release_event), (ev_view_set_document):
9990         * shell/ev-view.h:
9991         * shell/ev-window.c: (find_bar_search_changed_cb):
9992         * shell/ev-window.h: Minor cleanups removing some dead code.
9993
9994 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9995
9996         * backend/ev-page-cache.c: (_ev_page_cache_new):
9997         
9998         Set current page to 0 if document has pages.
9999
10000 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10001
10002         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10003
10004         Initialize GError to NULL, fix a crash when loading fails.
10005
10006 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10007
10008         * shell/ev-window.c: (update_view_size):
10009
10010         Calculate shadow size only when there is actually
10011         a shadow.
10012
10013 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10014
10015         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10016         * shell/ev-view.h:
10017
10018         Allow setting view spacing, default to 0
10019
10020         * shell/ev-window.c: (ev_window_unfullscreen),
10021         (ev_window_cmd_view_fullscreen), (ev_window_init):
10022
10023         Remove spacing in fullscreen mode
10024
10025 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10026
10027         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10028         (ev_view_size_request), (expose_bin_window),
10029         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10030         * shell/ev-view.h:
10031         * shell/ev-window.c: (ev_window_unfullscreen),
10032         (ev_window_cmd_view_fullscreen):
10033
10034         Do not draw the border in fulscreen
10035
10036 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10037
10038         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10039         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10040         (find_page_at_location), (page_changed_cb):
10041
10042         Rework border calculation, so that I can more easily disable it.
10043         Code somewhat cleaner too.
10044
10045 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10046
10047         * backend/ev-page-cache.c: (ev_page_cache_init),
10048         (_ev_page_cache_new):
10049
10050         Remove some assertions, documents can have 0 pages.
10051         Make initial current page -1.
10052
10053         * shell/ev-page-action.c: (page_changed_cb):
10054
10055         Show "" if current page is -1
10056
10057         * shell/ev-window.c: (update_action_sensitivity),
10058         (ev_window_setup_document):
10059
10060         When document has 0 pages do not set the view
10061         and make nearly everything insensitive.
10062
10063 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10064
10065         * shell/ev-page-view.c:
10066         * shell/ev-page-view.h:
10067
10068         Remove unused files.
10069         
10070         * shell/ev-sidebar-thumbnails.c:
10071         (ev_sidebar_thumbnails_set_document):
10072         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10073         (ev_sidebar_supports_document):
10074         * shell/ev-sidebar.h:
10075         * shell/ev-window.c: (ev_window_setup_document):
10076         
10077         Doesn't show thumbnails if document has 1 page. Make
10078         sidebar menu entries sensitive only if if they have 
10079         sense. Fix bug 164811. 
10080
10081 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10082
10083         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10084         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10085         (ev_view_zoom_out), (ev_view_set_size):
10086
10087         Rework sizing to deal with documents with not uniform page
10088         size.
10089
10090 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10091
10092         * backend/ev-page-cache.c: (_ev_page_cache_new):
10093
10094         Fix several page size caching bugs
10095
10096 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10097
10098         * shell/ev-window.c: (set_action_properties):
10099
10100         Make all toolbar items translatable
10101
10102 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10103
10104         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10105         (save_page_list), (ps_document_save),
10106         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10107         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10108         (ps_document_ps_exporter_iface_init):
10109         * ps/ps-document.h:
10110
10111         Based on a patch by J�rg Billeter <j@bitron.ch>
10112         
10113         Implement print and save a copy for the ps backend.
10114
10115 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10116
10117         * backend/ev-document.h:
10118         * djvu/djvu-document.c: (djvu_document_can_get_text),
10119         (djvu_document_document_iface_init):
10120         * dvi/dvi-document.c: (dvi_document_can_get_text),
10121         (dvi_document_document_iface_init):
10122         * pdf/ev-poppler.cc:
10123         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10124         (pixbuf_document_document_iface_init):
10125         * ps/ps-document.c: (ps_document_can_get_text),
10126         (ps_document_document_iface_init):
10127         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10128         * shell/ev-window.c: (update_action_sensitivity):
10129
10130         Fix the crash when trying to copy in backends that doesnt
10131         support it. We can implement a better solution once we
10132         do real text selection.
10133
10134 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10135
10136         * data/evince-ui.xml:
10137         * shell/ev-window.c: (ev_window_cmd_escape):
10138         
10139         Work around the Escape conflict (find bar and unfullscreen)
10140
10141 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10142
10143         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10144         
10145         Fix for #300233. Next page correctly handles document end.
10146         
10147         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10148         (ev_sidebar_thumbnails_class_init),
10149         (ev_sidebar_thumbnails_set_document),
10150         (ev_sidebar_thumbnails_clear_job),
10151         (ev_sidebar_thumbnails_clear_model):
10152         
10153         Cleanup thumbnail jobs on document changes.
10154         
10155         * shell/ev-view.c: (add_scroll_binding_keypad),
10156         (add_scroll_binding_shifted), (ev_view_class_init):
10157         
10158         Shift + Space scrolls up. Fix for #173184
10159         
10160         * shell/ev-window.c: (ev_window_open_page),
10161         (ev_window_cmd_view_reload):
10162         
10163         Fix reload (Bug #300094)
10164
10165 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10166
10167         
10168         * dvi/mdvi-lib/assoc.c:
10169         * dvi/mdvi-lib/assoc.h: Removed garbage files
10170         
10171         * dvi/mdvi-lib/bitmap.c:
10172         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10173         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10174         * dvi/mdvi-lib/color.h: Antialias of rules
10175         
10176         * dvi/mdvi-lib/common.h:
10177         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10178         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10179         * dvi/mdvi-lib/files.c:
10180         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10181         * dvi/mdvi-lib/mdvi.h:
10182         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10183         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10184         * dvi/mdvi-lib/util.c: Fix compile warnings
10185         
10186         * dvi/dvi-document.c:
10187         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10188         (dvi_document_thumbnails_get_thumbnail),
10189         (dvi_document_document_thumbnails_iface_init):
10190         * dvi/mdvi-lib/Makefile.am:
10191         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10192         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10193         
10194         Dvi backend now renders thumbnails
10195
10196 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10197
10198         * shell/main.c: (main): 
10199         
10200         Save accelerators on exit. Fixes bug #172095.
10201
10202 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10203
10204         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10205         update priority" comment.
10206
10207         * backend/ev-job-queue.c: Give a way to change priority.
10208
10209 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10210
10211         * shell/ev-page-action.c: Fix logic.
10212
10213 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10214
10215         * shell/ev-view.c: (ev_view_can_find_next):
10216         * shell/ev-window.c: (ev_window_setup_document):
10217
10218         Check that the document supports find
10219
10220 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10221
10222         * data/evince-ui.xml:
10223         * shell/ev-view.c: (ev_view_can_find_next):
10224         * shell/ev-view.h:
10225         * shell/ev-window.c: (update_action_sensitivity),
10226         (find_changed_cb), (ev_window_setup_document),
10227         (ev_window_cmd_edit_find_next):
10228
10229         Add Edit->Find Next
10230
10231 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10232
10233         * pdf/ev-poppler.cc:
10234         * shell/ev-print-job.c: (idle_print_handler):
10235
10236         Make printing work again
10237
10238 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10239
10240         * shell/ev-page-action.h:
10241         * shell/ev-page-action.c: (ev_page_action_widget_init),
10242         (ev_page_action_widget_class_init), (page_changed_cb),
10243         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10244         (get_filter_model_from_model), (match_selected_cb),
10245         (display_completion_text), (match_completion), (update_model),
10246         (connect_proxy), (ev_page_action_set_property),
10247         (ev_page_action_get_property), (ev_page_action_set_document),
10248         (ev_page_action_set_model), (ev_page_action_class_init): Big
10249         reworking to make completions work iff we have >= GTK-2.7.0
10250                 
10251         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10252         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10253         (job_finished_cb): We now have a 'model' property that is set when
10254         the links are loaded.  This can be caught with "notify::model"
10255
10256         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10257         listen for the model to be set, and propagate it to the action.
10258
10259 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10260
10261         * cut-n-paste/recent-files/egg-recent-item.c:
10262         (egg_recent_item_set_uri), (make_valid_utf8),
10263         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10264         * cut-n-paste/recent-files/egg-recent-item.h:
10265         
10266         Update egg-recent from libegg. This should fix long
10267         startup problem. For details see
10268         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10269
10270 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10271
10272         * cut-n-paste/recent-files/Makefile.am:
10273         * data/evince-ui.xml, shell/Makefile.am:
10274         * shell/ev-application.c, shell/ev-application.h:
10275         * shell/ev-window.c: Recent files support.
10276         
10277         * configure.ac: Added "ru" to ALL_LINGUAS.
10278         
10279         * dvju: new backend to support DJVU files.
10280         * dvi: new backend to support DVI.
10281
10282         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10283         * ev-application.c: Support for new backends.
10284         
10285         * help, ev-window.c, main.c shell/Makefile.am: 
10286         Evince user documentation.
10287
10288 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10289
10290         * po/POTFILES.in:
10291         * shell/ev-window.c:
10292         * thumbnailer/evince-thumbnailer.c:
10293
10294         s/pdf-document/ev-poppler
10295
10296 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10297
10298         * NEWS:
10299         * configure.ac:
10300
10301         Release 0.2.0
10302
10303         * ps/ps-document.c: (setup_pixmap):
10304
10305         Remove debug code
10306
10307 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10308
10309         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10310         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10311         (ev_window_cmd_go_first_page): Fix of by one errors.
10312
10313 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10314
10315         * ps/ps-document.c: (get_page_box):
10316
10317         Fix page size calculation
10318
10319 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10320
10321         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10322         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10323         (get_page_orientation), (setup_page), (document_load),
10324         (ps_document_get_page_size), (render_pixbuf_idle):
10325         * ps/ps-document.h:
10326
10327         More refactoring to adapt to EvDocument changes
10328
10329 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10330
10331         * ps/ps-document.c: (start_interpreter):
10332
10333         Actually add alpha args
10334
10335 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10336
10337         * pdf/ev-poppler.cc:
10338
10339         Make clipboard work again
10340
10341 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10342
10343         Make searching work again.
10344         
10345         * backend/ev-document.c:
10346         * backend/ev-document.h:
10347         * backend/ev-document-find.c:
10348         * backend/ev-document-find.h: Change EvDocumentIface so we no
10349         longer store the current page or zoom level in the document.  The
10350         consequence is that all calls that operate on the current page now
10351         instead take the page number as an extra argument, and all
10352         coordinates are now doubles in document coordinate system.
10353
10354         * pdf/ev-poppler.cc:
10355         * pixbuf/pixbuf-document.c:
10356         * ps/ps-document.c: Update backends accordingly.
10357
10358 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10359
10360         * autogen.sh:
10361
10362         Add required gettext version
10363
10364 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10365
10366         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10367         make F1 bring up non-existent help.
10368
10369         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10370         epiphany's find bar, #167477
10371
10372         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10373         <emil@nishra.com> to add space-bar scrolling, 
10374
10375         * shell/ev-window.c (static GtkActionEntry entries): add default
10376         keybinding for Help (F1)
10377         Fixes #171068
10378
10379         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10380         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10381         170110
10382
10383 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10384
10385         * Makefile.am: 
10386         * pixbuf/pixbuf-document.c: 
10387
10388         Got pixbuf backend working again
10389
10390 2005-04-01  Steve Murphy  <murf@e-tools.com>
10391
10392         * configure.in: Added "rw" to ALL_LINGUAS.
10393
10394 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10395
10396         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10397         model types, noticed by Martin Kretzschmar.
10398
10399 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10400
10401         * pdf/ev-poppler.cc: Implement search based on
10402         poppler_page_find_text().  Currently a bit crude since we remember
10403         all matches from all pages.  Also, we grab the big document lock
10404         when we search since searching changes the underlying stream and
10405         thus conflicts with the rendering thread.
10406         
10407         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10408         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10409         (ev_view_find_previous): Fix some page indexes to be 0 based,
10410         offset rubber band by view offset,
10411
10412 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10413
10414         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10415
10416 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10417
10418         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10419         completely because I didn't understand GtkActions.  I should
10420         read Marco's code more carefully in the future.
10421
10422         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10423         function
10424
10425 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10426
10427         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10428         PopplerRectangle change from poppler CVS.
10429
10430 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10431
10432         * backend/ev-document.c: (ev_document_get_page_label):
10433         * backend/ev-document.h:
10434         * backend/ev-page-cache.c: (_ev_page_cache_new),
10435         (ev_page_cache_get_page_label):
10436         * backend/ev-page-cache.h:
10437         * pdf/ev-poppler.cc:
10438         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10439         (links_page_num_func):
10440         * shell/ev-sidebar-thumbnails.c:
10441         (ev_sidebar_thumbnails_set_document):
10442         * shell/ev-view.c: (status_message_from_link),
10443         (ev_view_motion_notify_event):
10444         * shell/ev-window.c: (document_supports_sidebar): Add in page
10445         label support.  It's not perfect yet, but it's the first 'feature'
10446         in a while.
10447         Also, fix a bogus comment noticed by crispin. 
10448
10449 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10450
10451         * Makefile.am: Remove pixbuf backend for now
10452
10453         * configure.ac: Require poppler-glib instead of just poppler.
10454
10455         * backend/ev-document-thumbnails.h: Add a comment
10456
10457         * backend/ev-document.h:
10458         * backend/ev-document.c: (ev_document_class_init),
10459         (ev_document_load), (ev_document_get_link),
10460         (ev_document_get_links): Remove 3 methods and add get_links.
10461         Also, made 0 based.
10462
10463         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10464         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10465
10466         * backend/ev-link.c: (ev_link_set_title),
10467         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10468         (ev_link_mapping_find):
10469         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10470         
10471         * backend/ev-page-cache.c: (ev_page_cache_init),
10472         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10473         (ev_page_cache_get_size), (ev_page_cache_next_page),
10474         (ev_page_cache_prev_page): Fix to be 0 based.
10475
10476         * pdf/Makefile.am: 
10477         * pdf/ev-poppler.h:
10478         * pdf/ev-poppler.cc: New backend.
10479         
10480         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10481         (ps_document_get_page), (ps_document_document_iface_init):
10482
10483         * shell/ev-pixbuf-cache.h:
10484         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10485         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10486         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10487         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10488         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10489         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10490         based.
10491         
10492         * shell/ev-sidebar-thumbnails.c:
10493         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10494         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10495
10496         * shell/ev-view.c: (status_message_from_link),
10497         (find_page_at_location), (get_link_at_location),
10498         (ev_view_motion_notify_event), (ev_view_button_release_event),
10499         (ev_view_init): Use the new link code.  Fix to be 0 based.
10500
10501         * shell/ev-window.c: (update_action_sensitivity),
10502         (document_supports_sidebar): 0 based.
10503
10504 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10505
10506         * pdf/pdf-document.cc: Patch from Fernando Herrera
10507         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10508         *blush*
10509
10510 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10511
10512         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10513         1 to the page, as this seems to be 1 based.  I thought we has this
10514         fixed.  grump.
10515
10516 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10517
10518         * TODO:
10519         * backend/Makefile.am:
10520         * backend/ev-document-links.c:
10521         (ev_document_links_has_document_links),
10522         (ev_document_links_get_links_model):
10523         * backend/ev-document-links.h:
10524         * backend/ev-document.c: (ev_document_get_page_cache),
10525         (ev_document_get_doc_mutex), (ev_document_load),
10526         (ev_document_save), (ev_document_get_title),
10527         (ev_document_get_n_pages), (ev_document_set_page),
10528         (ev_document_get_page), (ev_document_set_target),
10529         (ev_document_set_scale), (ev_document_set_page_offset),
10530         (ev_document_get_page_size), (ev_document_get_text),
10531         (ev_document_get_link), (ev_document_render),
10532         (ev_document_render_pixbuf), (ev_document_scale_changed):
10533         * backend/ev-document.h:
10534         * backend/ev-job-queue.c: (remove_object_from_queue),
10535         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10536         (no_jobs_available_unlocked), (ev_render_thread),
10537         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10538         (ev_job_queue_remove_job):
10539         * backend/ev-job-queue.h:
10540         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10541         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10542         (ev_job_links_class_init), (ev_job_render_init),
10543         (ev_job_render_dispose), (ev_job_render_class_init),
10544         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10545         (ev_job_thumbnail_class_init), (ev_job_finished),
10546         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10547         (ev_job_render_run), (ev_job_thumbnail_new),
10548         (ev_job_thumbnail_run):
10549         * backend/ev-jobs.h:
10550         * backend/ev-link.c:
10551         * backend/ev-link.h:
10552         * backend/ev-page-cache.c: (ev_page_cache_init),
10553         (ev_page_cache_class_init), (ev_page_cache_finalize),
10554         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10555         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10556         (ev_page_cache_set_link), (ev_page_cache_get_title),
10557         (ev_page_cache_get_size), (ev_page_cache_next_page),
10558         (ev_page_cache_prev_page):
10559         * backend/ev-page-cache.h:
10560         * pdf/pdf-document.cc:
10561         * ps/gsdefaults.c:
10562         * ps/gsdefaults.h:
10563         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10564         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10565         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10566         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10567         (is_interpreter_ready), (output), (catchPipe), (input),
10568         (start_interpreter), (check_filecompressed), (compute_dimensions),
10569         (ps_document_enable_interpreter), (document_load),
10570         (ps_document_next_page), (render_page), (ps_document_set_page),
10571         (ps_document_set_scale), (render_pixbuf_idle),
10572         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10573         * ps/ps-document.h:
10574         * shell/Makefile.am:
10575         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10576         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10577         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10578         (ev_pixbuf_cache_new), (job_finished_cb),
10579         (check_job_size_and_unref), (move_one_job),
10580         (ev_pixbuf_cache_update_range), (find_job_cache),
10581         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10582         (ev_pixbuf_cache_add_jobs_if_needed),
10583         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10584         * shell/ev-pixbuf-cache.h:
10585         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10586         (idle_print_handler):
10587         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10588         (selection_changed_cb), (create_loading_model),
10589         (ev_sidebar_links_construct), (links_page_num_func),
10590         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10591         (update_page_callback), (job_finished_cb),
10592         (ev_sidebar_links_set_document):
10593         * shell/ev-sidebar-thumbnails.c:
10594         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10595         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10596         (page_changed_cb), (thumbnail_job_completed_callback),
10597         (ev_sidebar_thumbnails_set_document):
10598         * shell/ev-sidebar-thumbnails.h:
10599         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10600         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10601         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10602         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10603         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10604         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10605         (ev_view_button_release_event), (ev_view_scroll_view),
10606         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10607         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10608         (ev_view_new), (job_finished_cb), (page_changed_cb),
10609         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10610         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10611         (ev_view_find_previous):
10612         * shell/ev-view.h:
10613         * shell/ev-window.c: (update_action_sensitivity),
10614         (ev_window_open_page), (update_window_title), (update_total_pages),
10615         (page_changed_cb), (ev_window_setup_document),
10616         (password_dialog_response), (ev_window_cmd_save_as),
10617         (ev_window_print), (ev_window_cmd_go_previous_page),
10618         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10619         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10620         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10621         * shell/main.c: (main):
10622
10623         Merge evince-threads branch
10624
10625 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10626
10627         * configure.ac: Added "lt" to ALL_LINGUAS.
10628
10629 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10630
10631         * NEWS:
10632         * configure.ac:
10633
10634         Release 0.1.9
10635
10636 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10637
10638         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10639
10640         Fix here also the thumbnails 1-basedness :)
10641
10642 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10643
10644         * NEWS:
10645         * configure.ac:
10646
10647         Release 0.1.8
10648
10649 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10650
10651         * pdf/pdf-document.cc:
10652         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10653         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10654
10655         Fix the mess we did with thumbnails and 1-basedness
10656
10657 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10658
10659         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10660
10661 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10662
10663         * NEWS:
10664         * configure.ac:
10665
10666         Release 0.1.7
10667
10668 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10669
10670         * ps/Makefile.am:
10671         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10672         (gtk_gs_defaults_get_alpha_parameters),
10673         (gtk_gs_defaults_get_ungzip_cmd),
10674         (gtk_gs_defaults_get_unbzip2_cmd):
10675         * ps/gsdefaults.h:
10676         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10677         (ps_document_get_orientation), (document_load),
10678         (ps_document_goto_page), (ps_document_set_page_size):
10679         * ps/ps-document.h:
10680
10681         Some more sanitization of the ps backend. Remove a lot
10682         of unused code and do not base our defaults on ggv
10683         preferences (ugh!)
10684
10685 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10686
10687         * thumbnailer/evince-thumbnailer.schemas:
10688         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10689         (main): add -s option for thumbnail size.
10690
10691 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10692
10693         * configure.ac:
10694
10695         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10696         remove it.
10697
10698 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10699
10700         * pdf/pdf-document.cc:
10701
10702         Remove 4 pixels of useless border from the
10703         thumbnail.
10704
10705 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10706
10707         * backend/ev-document-thumbnails.c:
10708         (ev_document_thumbnails_get_thumbnail):
10709         * backend/ev-document-thumbnails.h:
10710
10711         Rework API a bit. Add a border flag and
10712         change sizing logic (now the size we specify
10713         applies to the bigger dimension).
10714
10715         * pdf/pdf-document.cc:
10716         * pixbuf/pixbuf-document.c:
10717         (pixbuf_document_thumbnails_get_thumbnail):
10718         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10719         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10720
10721         Adapt to the new API and do not draw a border for nautilus
10722         thumbnailer.
10723
10724 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10725
10726         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10727         take thumbnails from page "0" instead of "1". Added a copyright header.
10728
10729 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10730
10731         * ps/ps-document.c: (set_up_page), (start_interpreter):
10732
10733         Make it C89 compliant
10734
10735 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10736
10737         * Makefile.am:
10738         * configure.ac:
10739         * pdf/.cvsignore:
10740         * pdf/pdf-document.cc:
10741         * thumbnailer/Makefile.am:
10742         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10743         (main):
10744         * thumbnailer/evince-thumbnailer.schemas:
10745         * thumbnailer/pdf-icon.png:
10746
10747         Add a nautilus thumbnailer.
10748         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10749
10750 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10751
10752         * NEWS:
10753         * configure.ac:
10754         * po/POTFILES.in:
10755
10756         Release 0.1.6
10757
10758 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10759
10760         Use poppler instead of including xpdf source code.  Poppler is a
10761         fork of xpdf to build it as a shared library. See
10762         http://freedesktop.org/wiki/Software/poppler.
10763
10764         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10765         xpdf fork.
10766         
10767         * pdf/Makefile.am: Build libpdfdocument.a here.
10768         
10769         * pdf/GDKSplashOutputDev.cc:
10770         * pdf/GDKSplashOutputDev.h:
10771         * pdf/GnomeVFSStream.cc:
10772         * pdf/GnomeVFSStream.h:
10773         * pdf-document.cc:
10774         * pdf-document.h:
10775         * test-gdk-output-dev.cc
10776         * Thumb.cc:
10777         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10778         against poppler.
10779
10780 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10781
10782         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10783
10784         Clear idle stack before unsetting the document
10785
10786 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10787
10788         * ps/ps-document.c: (ps_document_widget_event),
10789         (ps_document_set_target), (ps_document_finalize),
10790         (ps_document_get_page):
10791
10792         Disconnect the widget event signal on finalize.
10793         Some code cleanups.
10794
10795 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10796
10797         * ps/ps-document.c: (set_up_page):
10798
10799         If there is no bpixmap create one, even if size
10800         is not changed.
10801
10802 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10803
10804         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10805         (set_up_page), (document_load), (ps_document_set_zoom):
10806
10807         Default page is 0. Calculate size even when we have no
10808         target yet.
10809
10810 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10811
10812         * shell/ev-sidebar.c: expand the selection widget to be always as
10813         wide as the sidebar
10814
10815 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10816
10817         * shell/ev-sidebar-thumbnails.c:
10818         (ev_sidebar_thumbnails_set_document):
10819
10820         Clear the list store when setting document
10821
10822 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10823
10824         * shell/ev-page-action.c: (update_entry), (sync_entry),
10825         (activate_cb), (entry_size_request_cb), (create_tool_item),
10826         (connect_proxy):
10827
10828         Use an entry for the page control instead of spinbuttons
10829
10830 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10831
10832         * data/evince.schemas.in:
10833
10834         Correct confusing string
10835
10836 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10837
10838         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10839         for real.  Gosh, how long has this been broken.
10840
10841         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10842         check for a NULL link.  We crash otherwise.
10843
10844 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10845
10846         * NEWS:
10847         * configure.ac:
10848
10849         Release 0.1.5
10850
10851 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10852
10853         * configure.ac: add the french translation.
10854
10855 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10856
10857         * shell/ev-window.c:
10858
10859         Remove unused header -> fix distcheck
10860
10861 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10862
10863         * shell/ev-window.c: (update_window_title),
10864         (ev_window_popup_password_dialog):
10865
10866         Unescape filename for display
10867
10868 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * pdf/xpdf/pdf-document.cc:
10871
10872         In get_page_size deal with rotation. Also
10873         cleanup the function a bit.
10874
10875 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10876
10877         * pdf/xpdf/pdf-document.cc:
10878
10879         Fix crash when opening in new window
10880
10881 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10882
10883         * configure.ac:
10884
10885         Check ghostscript >= 7
10886
10887 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10888
10889         * shell/ev-window.c:
10890
10891         Make page width the default sizing mode
10892
10893 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10894         Marco Pesenti Gritti <marco@gnome.org>
10895
10896         * shell/ev-window.c: Remember the sidebar size
10897
10898         * data/evince.schemas.in: Add a new gconf key to store the size of
10899         the sidebar
10900
10901 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10902
10903         * data/evince-ui.xml:
10904         * shell/ev-window.c: (update_action_sensitivity),
10905         (ev_window_cmd_view_reload):
10906         
10907         Add a "Reload" action and menu entry
10908
10909 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10910
10911         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10912         iff the type doesn't support thumbnailing and indexing.
10913
10914 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10915
10916         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10917
10918 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10919
10920         * pdf/splash/Splash.cc:
10921
10922         Port fix for a crasher from kde bug
10923         http://bugs.kde.org/show_bug.cgi?id=97131
10924
10925 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10926
10927         * pdf/xpdf/pdf-document.cc:
10928
10929         Return a link even if it's of an unrecognized
10930         type. Otherwise we go in an infinte cycle.
10931
10932 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10933
10934         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10935         (size_allocate_cb), (ev_window_set_sizing_mode):
10936
10937         Update size when switching mode
10938
10939 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10940
10941         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10942         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10943         (ev_window_cmd_view_normal_size):
10944
10945         Fix size toggle buttons behavior
10946
10947 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10948
10949         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10950         (doc_rect_to_view_rect), (ev_view_size_allocate),
10951         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10952         (scale_changed_callback):
10953
10954         Do not cache offsets in size_allocate.
10955
10956 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10957
10958         * shell/ev-view.c: (ev_view_size_allocate):
10959
10960         Calculate offsets before calling the parent
10961         class (which does a redraw)
10962
10963 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10964
10965         * pdf/xpdf/pdf-document.cc:
10966
10967         Fix a crasher on exit. Unused code, put a TODO
10968
10969 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10970
10971         * backend/ev-document.c: (ev_document_class_init),
10972         (ev_document_page_changed), (ev_document_scale_changed):
10973         * backend/ev-document.h:
10974
10975         Separate page/scale notifications
10976
10977         * pdf/xpdf/pdf-document.cc:
10978
10979         Emit the new signals.
10980         Do not display the pdf page in _render, do it
10981         when scale/page are requested.
10982
10983         * ps/ps-document.c: (ps_document_set_zoom),
10984         (ps_document_widget_event):
10985         * ps/ps-document.h:
10986
10987         Emit the new signals.
10988
10989         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10990         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10991         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10992         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10993         * shell/ev-view.h:
10994         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10995         (ev_window_cmd_view_page_width), (size_allocate_cb),
10996         (ev_window_set_sizing_mode):
10997
10998         Rework sizing to be pixel based.
10999         There are bugs but should be already way better.
11000
11001 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11002
11003         * shell/ev-window.c: (ev_window_init):
11004
11005         Do not allow to shrink sidebar smaller then
11006         child requisition
11007
11008 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11009
11010         * shell/ev-sidebar.[ch]
11011         * shell/ev-window.c:
11012
11013         Improved sidebar widget. Fixes #166683
11014
11015 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11016
11017         * shell/ev-view.c (update_find_status_message): Give translators
11018         more flexibility with ngettext plural handling.
11019
11020 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11021
11022         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11023         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11024         page when we get the page size.
11025
11026 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11027
11028         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11029
11030         ps pages are 0 based, convert 
11031
11032 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11033
11034         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11035
11036         Initialize correct parent class. Set GError on document load
11037
11038 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11039
11040         * pdf/xpdf/pdf-document.cc:
11041
11042         Fixup selection offset calculation
11043
11044         * shell/ev-view.c: (view_rect_to_doc_rect),
11045         (doc_rect_to_view_rect), (ev_view_size_allocate),
11046         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11047         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11048
11049         Store selection as document relative, so that zooming
11050         and offset changing doesnt break it.
11051
11052 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11053
11054         * shell/ev-view.c: (ev_view_best_fit):
11055
11056         Do not try to best fit if the view is not realized
11057
11058 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11059           
11060         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11061
11062 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11063
11064         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11065
11066 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11067
11068         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11069         the popup window.  That prevents it resizing when in full screen
11070         mode.
11071
11072         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11073         multiple rerenders.  This pretty much sucks.
11074
11075         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11076         rest of the toolbar.
11077
11078 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11079
11080         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11081
11082 2005-02-17  Alexander Shopov  <ash@contact.bg>
11083
11084         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11085
11086 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11087
11088         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11089
11090 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11091
11092         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11093         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11094         (set_document_page), (document_changed_callback),
11095         (ev_view_set_document), (ev_view_find_previous),
11096         (ev_view_hide_cursor), (ev_view_show_cursor):
11097         * shell/ev-view.h:
11098         * shell/ev-window.c: (update_chrome_visibility),
11099         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11100         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11101         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11102         (ev_window_unfullscreen):
11103         * shell/main.c: (main):
11104
11105         Automatically hide the fullscreen button.
11106         Patch by Kristian Høgsberg <krh@redhat.com>
11107
11108 2005-02-16  Vincent Noel  <vnoel@cox.net>
11109
11110         * shell/main.c (main): Specify an icon for the window. Patch by
11111         Jaap A. Haitsma. Fixes #166177.
11112
11113 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11114
11115         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11116
11117 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11118
11119         * backend/ev-document-misc.h:
11120         * backend/ev-document-misc.c:
11121         (ev_document_misc_get_page_border_size),
11122         (ev_document_misc_paint_one_page): New function to canonicalize
11123         sizing/painting a border.
11124
11125         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11126         used.
11127
11128         * pdf/xpdf/pdf-document.cc: use new function
11129
11130         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11131         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11132         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11133         shell/ev-window.c: (update_sizing_buttons),
11134         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11135         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11136         (ev_window_cmd_view_page_width), (size_allocate_cb),
11137         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11138         and "fit width" values act as toggle buttons so they stay
11139         toggled.  It's not 100% perfect, and it's a little slow, but it's
11140         good enough to commit I think.
11141
11142 2005-02-15  David Lodge  <dave@cirt.net>
11143
11144         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11145
11146 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11147
11148         * shell/ev-window.c (update_window_title): replace newlines in
11149         the title by spaces. Bug #166107.
11150
11151 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11152
11153         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11154         parameters providing allocation width and height without
11155         scrollbars and width of a possible vertical scrollbar. With this
11156         additional information the functions can work as
11157         intended. Unfortunately they're not idempotent. We should
11158         transform these commands to toggles. Fixes Bug #164976
11159         Initial patch by Stephane Loeuillet, then heavily modified.
11160
11161         * shell/ev-view.h: update prototypes.
11162
11163         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11164         (ev_window_cmd_view_page_width): provide EvView fit functions with
11165         all the information they need. Formulas to calculate this
11166         information taken from GtkScrolledWindow.
11167
11168 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11169
11170         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11171         created a thumbnail, the list store is updated to know
11172         that the thumbnail is set. Fixes bug #166792
11173
11174 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11175
11176         * shell/ev-window.c: fixed typo, closes bug 166897
11177
11178         * TODO: updated TODO with bug numbers that are relevant
11179
11180 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11181
11182         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11183
11184 2005-02-09  Vincent Noel  <vnoel@cox.net>
11185
11186         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11187         and "Next" toolbar buttons as important to make them stand out.
11188
11189 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11190
11191         * lib/ev-debug.c:
11192         * lib/ev-debug.h:
11193         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11194         (start_interpreter), (stop_interpreter), (document_load),
11195         (ps_document_next_page), (ps_document_goto_page),
11196         (ps_document_set_page_size), (ps_document_widget_event),
11197         (ps_document_render):
11198         * shell/ev-page-view.c: (ev_page_view_dispose):
11199         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11200
11201         Fix compilation on non-gcc platforms
11202
11203 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * NEWS:
11206         * configure.ac:
11207
11208         Release 0.1.4
11209
11210         * pdf/xpdf/Catalog.cc:
11211         * pdf/xpdf/XRef.cc:
11212
11213         Fix the fix for CAN-2004-0888
11214
11215 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11216
11217         * data/Makefile.am:
11218         * data/evince-ui.xml:
11219         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11220         * shell/ev-stock-icons.h:
11221         * shell/ev-window.c: (update_action_sensitivity),
11222         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11223         (set_action_properties):
11224
11225         Improve toolbar layout/icons
11226
11227 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11228
11229         * pdf/xpdf/pdf-document.cc:
11230
11231         Add warnings about unimplemented/unknown link
11232         types.
11233
11234 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11235
11236         * ps/ps-document.c: (set_up_page):
11237
11238         Log gs property
11239
11240 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11241
11242         * ps/ps-document.c: (start_interpreter):
11243
11244         Log gs env var
11245
11246 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11247
11248         * shell/ev-page-view.c: (ev_page_view_dispose):
11249         * shell/ev-view.c: (ev_view_finalize):
11250         * shell/ev-window.c: (ev_window_setup_document),
11251         (ev_window_dispose), (ev_window_init):
11252
11253         Solve more refs issues.
11254
11255         I commented out the page_view initialization for now:
11256         it was never destroyed (because it's never added
11257         to a container). Because of that we was leaking
11258         gs processes. Couldnt think to a clean fix.
11259         We need to figure this out, password view has the
11260         same issue probably.
11261
11262 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11263
11264         * ps/ps-document.c: (ps_document_finalize),
11265         (ps_document_get_n_pages), (ps_document_get_page):
11266
11267         Some cleanups, stop the interpreter on finalize
11268
11269         * shell/ev-page-view.c: (ev_page_view_dispose),
11270         (ev_page_view_class_init):
11271
11272         Release our reference on the document
11273
11274 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * Makefile.am:
11277         * configure.ac:
11278         * doc/debugging.txt:
11279         * lib/.cvsignore:
11280         * lib/Makefile.am:
11281         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11282         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11283         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11284         * lib/ev-debug.h:
11285
11286         Add debugging helpers
11287
11288         * ps/Makefile.am:
11289         * ps/ps-document.c: (set_up_page), (start_interpreter),
11290         (stop_interpreter), (document_load), (ps_document_next_page),
11291         (ps_document_goto_page), (ps_document_set_page_size),
11292         (ps_document_widget_event), (ps_document_render):
11293         * shell/Makefile.am:
11294         * shell/ev-view.c: (expose_bin_window):
11295         * shell/main.c: (main):
11296
11297         Add some logs
11298         
11299 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * ps/ps-document.c: (ps_document_widget_event):
11302
11303         Initialize message_window, this should make ps
11304         rendering really work! (Never noticed because I was
11305         testing with a ps that is causing gs to exit every time!)
11306
11307 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11308
11309         * data/evince.schemas.in: updated simple error in applyto closing tag
11310
11311 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11312
11313         * Makefile.am:
11314         * configure.ac:
11315         * data/.cvsignore:
11316         * data/Makefile.am:
11317         * data/evince-ui.xml:
11318         A data/evince.schemas.in:
11319         * po/POTFILES.in:
11320         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11321         * shell/ev-stock-icons.h:
11322         * shell/ev-window.c: (update_chrome_visibility),
11323         (update_chrome_flag), (ev_window_cmd_edit_find),
11324         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11325         (ev_window_unfullscreen), (ev_window_focus_in_event),
11326         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11327         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11328         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11329         (ev_window_dispose), (ev_window_class_init),
11330         (set_action_properties), (set_chrome_actions), (load_chrome),
11331         (ev_window_init):
11332
11333         Implement fullscreen mode changes from bug #164776.
11334         Also implement persistent chrome toggles.
11335
11336 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11337
11338         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11339
11340 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11341
11342         * NEWS:
11343         * configure.ac:
11344         * shell/ev-view.c:
11345
11346         Add another check for find interface
11347
11348         Release 0.1.3
11349
11350 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11351
11352         * shell/ev-application.c: (ev_application_open):
11353         * shell/ev-window.c: (ev_window_open):
11354
11355         Open gzipped ps documents
11356
11357 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11358
11359         * TODO:
11360         * shell/ev-view.c: (set_document_page):
11361
11362         Clamp page number, dont try to move to
11363         not existant pages.
11364
11365 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11366
11367         * backend/ev-document-find.c: (ev_document_find_changed):
11368         * backend/ev-document-find.h:
11369         * pdf/xpdf/pdf-document.cc:
11370         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11371         * shell/ev-window.c: (find_bar_search_changed_cb):
11372
11373         Fix several bugs with find
11374
11375 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11376
11377         * shell/ev-sidebar-thumbnails.c
11378         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11379         document. Prevents warning from scroll_to_cell.
11380
11381 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11382
11383         * configure.ac: Add «nb» to ALL_LINGUAS too.
11384
11385 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11386
11387         * NOTES: New file with some random thoughts.
11388
11389         * TODO: Update.
11390
11391         * backend/ev-document-misc.c:
11392         (ev_document_misc_get_page_border_size): New function to
11393         canonicalize shadow drawing sizes.  Possibly goofy.
11394
11395         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11396         (ev_view_best_fit), (ev_view_fit_width):
11397         * pdf/xpdf/pdf-document.cc:
11398         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11399         * ps/ps-document.c: (ps_document_get_page_size):
11400         * backend/ev-document-misc.h:
11401         * backend/ev-document.c: (ev_document_get_page_size):
11402         * backend/ev-document.h: get_page_size now takes a page number
11403         parameter.  Made all the backends/frontends honor it.
11404
11405         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11406         see.  Doesn't work yet.
11407
11408         * shell/Makefile.am:
11409         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11410         Doesn't do anything yet.
11411
11412         * shell/ev-sidebar-thumbnails.c:
11413         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11414         [0..n_pages-1]
11415
11416         * shell/ev-window.c: (update_action_sensitivity),
11417         (ev_window_setup_document), (ev_window_set_page_mode),
11418         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11419         view-swapping code a bit so we can have multiple views on a
11420         document.  Add the multi-page view, though it can't be turned on
11421         yet.
11422
11423 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * shell/ev-application.c: (ev_application_open):
11426         * shell/ev-view.c: (expose_bin_window):
11427         * shell/ev-window.c: (ev_window_open):
11428
11429         Support eps and check document supports find
11430         before drawing highlightings in expose.
11431
11432 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11433
11434         * pixbuf/pixbuf-document.c:
11435         (pixbuf_document_thumbnails_get_dimensions),
11436         (pixbuf_document_document_thumbnails_iface_init):
11437
11438         implement get_dimensions
11439
11440 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11441
11442         * NEWS:
11443         * configure.ac:
11444
11445         Release 0.1.2
11446
11447 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11448
11449         * shell/ev-view.c: (set_document_page):
11450
11451         Scroll at the top of the page when changing page
11452
11453 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11454
11455         * shell/ev-view.c: (ev_view_motion_notify_event):
11456
11457         Do not redraw unnecessarily
11458
11459 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11460
11461         * pdf/xpdf/pdf-document.cc:
11462         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11463         (expose_bin_window), (find_changed_cb):
11464
11465         Yay! find works now... Now to find bugs...
11466
11467 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * backend/ev-document-find.c: (ev_document_find_base_init),
11470         (ev_document_find_changed):
11471         * backend/ev-document-find.h:
11472         * pdf/xpdf/pdf-document.cc:
11473         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11474         (expose_bin_window), (ev_view_init), (set_document_page),
11475         (ensure_rectangle_is_visible), (jump_to_find_result),
11476         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11477         (ev_view_find_next), (ev_view_find_previous):
11478         * shell/ev-view.h:
11479         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11480
11481         More work on find implementation, mostly there now
11482
11483 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11484
11485         * backend/ev-backend-marshalers.list:
11486         * backend/ev-document-find.c: (ev_document_find_base_init),
11487         (ev_document_find_cancel), (ev_document_find_page_has_results),
11488         (ev_document_find_get_n_results), (ev_document_find_get_result),
11489         (ev_document_find_get_progress), (ev_document_find_changed):
11490         * backend/ev-document-find.h:
11491
11492         Enanche the find interface to be really able to do
11493         multi page find.
11494
11495         * pdf/xpdf/pdf-document.cc:
11496
11497         Implement
11498
11499         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11500         (expose_bin_window), (ev_view_init),
11501         (ev_view_get_find_status_message), (find_changed_cb),
11502         (ev_view_set_document), (set_document_page):
11503
11504         Adapt to the new interface. A few things are regressed sorry,
11505         I will finish it soon.
11506
11507 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11508
11509         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11510         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11511         ev_sidebar_thumbnails_parent_class variable, don't define another
11512         parent_class variable.
11513
11514         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11515         (ev_page_action_class_init): ditto.
11516
11517         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11518         (pixbuf_document_class_init): ditto.
11519
11520         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11521         ditto.
11522
11523         * .cvsignore: ignore various valgrind output files.
11524
11525 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11526
11527         * data/evince-ui.xml:
11528         * shell/Makefile.am:
11529         * shell/ev-history.c:
11530         * shell/ev-history.h:
11531         * shell/ev-navigation-action.c:
11532         * shell/ev-navigation-action.h:
11533         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11534         (ev_view_set_page), (ev_view_fit_width):
11535         * shell/ev-view.h:
11536         * shell/ev-window.c: (update_action_sensitivity),
11537         (ev_window_setup_document), (register_custom_actions):
11538
11539         Kill session history
11540
11541 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11542
11543         * shell/ev-window.c: (update_action_sensitivity):
11544
11545         Fix inverted up/down buttons
11546
11547 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11548
11549         * shell/ev-sidebar-thumbnails.c
11550         (ev_sidebar_thumbnails_select_page): make sure the selected
11551         thumbnail stays visible.
11552
11553 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11554
11555         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11556         scrolled window for Federico.
11557
11558 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11559
11560         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11561
11562 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11563
11564         * configure.ac:
11565         * pdf/splash/SplashFTFontEngine.cc:
11566
11567         Fix CID fonts with freetype 2.1.9
11568
11569 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11570
11571         * TODO: added item for desktop icon thumbnailer
11572
11573 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11574
11575         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11576         unloaded docs when the title is accessed.
11577
11578         * shell/ev-password-view.[hc]: New widget for displaying password
11579         state.
11580
11581         * shell/ev-window.[ch]: Refactor password handling code to handle
11582         the new view.
11583
11584 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11585
11586         * NEWS:
11587         * configure.ac:
11588         * data/Makefile.am:
11589
11590         Release 0.1.1
11591
11592 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11593
11594         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11595         ignore page offset here, to make search results independent of it,
11596
11597         * shell/ev-view.c (expose_bin_window): but take offsets into
11598         account here. Bug #164932
11599
11600         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11601         scale at the right time. Bug #164996
11602
11603 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11604
11605         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11606         fix the problem. Now I just removed the Adobe font names and hope
11607         that the URW fonts are always in outline format. Bug #164934
11608
11609         * shell/ev-window.c (update_window_title): empty titles are
11610         useless, use filename in that case too.
11611
11612         * NEWS: Add some content.
11613
11614 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11615
11616         * TODO: added one more TODO item and a TODONE section :)
11617
11618 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11619
11620         * ps/ps-document.h: add page_[xy]_offset fields.
11621
11622         * ps/ps-document.c (ps_document_set_page_offset)
11623         (ps_document_render): Keep offset in consideration in a few
11624         places. Bug #164752 "postscript documents are not centered in
11625         window"
11626
11627         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11628         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11629
11630         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11631         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11632         stub out missing methods for complete EvDocument implementation.
11633         Fixes segfaults with Save A Copy and Copy actions.
11634
11635         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11636         (ps_document_document_iface_init): ditto.
11637         
11638 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11639
11640         * data/.cvsignore:
11641         * data/Makefile.am:
11642         * data/evince.desktop.in:
11643
11644         Add desktop file
11645
11646 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * shell/ev-view.c: (ev_view_button_press_event),
11649         (ev_view_motion_notify_event):
11650
11651         Make selection work in any direction
11652
11653 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11654
11655         * TODO:
11656         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11657
11658         Use shorter labels for some of the toolbars items
11659
11660 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * pdf/xpdf/pdf-document.cc:
11663
11664         Check the links info is initialized before
11665         using it. Should fix a crash on startup.
11666
11667 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11668
11669         * pixbuf/pixbuf-document.c
11670         (pixbuf_document_thumbnails_get_dimensions): force floating point
11671         division to calculate page_ratio. Fixes crash with landscape
11672         format pixbufs.
11673
11674 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11675
11676         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11677
11678 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11679
11680         * shell/ev-view.c (set_document_page): unset has_selection when
11681         the page changes.
11682         (set_document_page): handle paper size changes when the page
11683         changes (test with Free Culture, page 2).
11684
11685 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11686
11687         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11688         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11689
11690         Use normal style color for the widget background and
11691         draw a black box around the page.
11692
11693 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11694
11695         * pdf/xpdf/pdf-document.cc:
11696
11697         Keep offset in consideration in a few places
11698
11699         * shell/ev-view.c: (expose_bin_window):
11700
11701         Set the offsets so that the document is ever centered
11702
11703 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11704
11705         * TODO: Added TODO items and finished off the first todo item
11706
11707         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11708         reflect current authors
11709
11710 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11711
11712         * pdf/xpdf/pdf-document.cc:
11713         * shell/ev-view.c: (ev_view_set_cursor),
11714         (ev_view_motion_notify_event), (document_changed_callback),
11715         (set_document_page):
11716
11717         Show a wait cursor while the page is rendering
11718
11719 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11720
11721         * shell/ev-sidebar-thumbnails.c:
11722         (ev_sidebar_tree_selection_changed),
11723         (ev_sidebar_thumbnails_select_page):
11724         * shell/ev-sidebar-thumbnails.h:
11725         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11726         (ev_view_can_go_forward):
11727         * shell/ev-window.c: (ev_window_open_page),
11728         (ev_window_setup_document), (update_current_page),
11729         (view_page_changed_cb), (ev_window_init):
11730         * shell/ev-window.h:
11731
11732         Ensure thumbnails selection, toolbar page control and
11733         current page are in sync.
11734
11735 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11736
11737         * pdf/xpdf/XRef.cc:
11738
11739         Fix CAN-2005-0064
11740
11741 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11742
11743         * backend/Makefile.am:
11744         * backend/ev-document-links.h:
11745         * backend/ev-document-security.c: (ev_document_security_get_type),
11746         (ev_document_security_has_document_security),
11747         (ev_document_security_set_password):
11748         * backend/ev-document-security.h:
11749         * backend/ev-document.c: (ev_document_error_quark):
11750         * backend/ev-document.h:
11751         * data/Makefile.am:
11752         * data/evince-password.glade:
11753         * pdf/xpdf/pdf-document.cc:
11754         * shell/Makefile.am:
11755         * shell/ev-password.c: (ev_password_set_bad_password_label),
11756         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11757         (ev_password_dialog_get_password),
11758         (ev_password_dialog_set_bad_pass):
11759         * shell/ev-password.h:
11760         * shell/ev-window.c: (ev_window_get_attribute),
11761         (ev_window_set_property), (update_action_sensitivity),
11762         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11763         (ev_window_setup_document), (ev_window_get_password),
11764         (ev_window_open), (ev_window_cmd_save_as),
11765         (using_postscript_printer), (ev_window_print),
11766         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11767         (update_fullscreen_popup), (ev_window_fullscreen),
11768         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11769         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11770         (menu_item_select_cb), (find_bar_search_changed_cb),
11771         (ev_window_dispose), (ev_window_init):
11772
11773         Add initial support for password-supported dialogs.  This could be
11774         a lot cooler, but it'll do for now.
11775
11776 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11777
11778         * pdf/xpdf/pdf-document.cc:
11779         * shell/ev-view.c: (status_message_from_link),
11780         (ev_view_set_status), (ev_view_set_cursor),
11781         (ev_view_motion_notify_event), (ev_view_init):
11782         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11783
11784         Fix bugs in the links implementation and change cursor
11785         when hovering a link.
11786
11787 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11788
11789         * viewer/.cvsignore: added cvsignore file for viewer directory
11790
11791         * TODO: created TODO document
11792
11793 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11794
11795         * shell/ev-view.h:
11796         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11797         new functions to help with implementation of sensitivity code
11798         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11799         of all actions that might require it.  Fixes a crash when you
11800         click on the Zoom actions in a window lacking a document.
11801
11802 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11803
11804         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11805         of the Find action
11806
11807 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11808
11809         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11810         (pixbuf_document_document_iface_init):
11811         * ps/ps-document.c: (ps_document_get_link),
11812         (ps_document_document_iface_init):
11813         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11814         (status_message_from_link), (ev_view_set_status),
11815         (ev_view_set_find_status), (ev_view_motion_notify_event),
11816         (ev_view_button_release_event), (ev_view_set_property),
11817         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11818         (ev_view_get_find_status_message), (update_find_results),
11819         (ev_view_get_status), (ev_view_get_find_status):
11820         * shell/ev-view.h:
11821         * shell/ev-window.c: (view_status_changed_cb),
11822         (view_find_status_changed_cb), (ev_window_init):
11823
11824         View status message support, use it to show the links.
11825         Needs work...
11826
11827 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * backend/ev-document.c: (ev_document_get_link):
11830         * backend/ev-document.h:
11831         * pdf/xpdf/pdf-document.cc:
11832         * shell/ev-application.c: (ev_application_open):
11833         * shell/ev-application.h:
11834         * shell/ev-sidebar-links.c: (selection_changed_cb):
11835         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11836         (ev_view_go_to_link):
11837
11838         Add support for document links
11839
11840 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11841
11842         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11843         (create_tool_item):
11844         Set the spin button limits correctly.
11845         
11846         * shell/ev-sidebar-thumbnails.c:
11847         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11848         Support changing pages by clicking on the thumbnails.
11849         
11850 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11851
11852         * pixbuf/pixbuf-document.c:
11853         (pixbuf_document_thumbnails_get_dimensions),
11854         (pixbuf_document_document_thumbnails_iface_init):
11855
11856         implement get_dimensions
11857
11858 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11859
11860         * ps/ps-document.c: (ps_document_goto_page):
11861
11862         Fix page switching on multipage documents
11863
11864 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11865
11866         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11867         
11868         check for NULL before assigning to width and height parameters
11869
11870 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11871
11872         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11873         (pixbuf_document_set_property), (pixbuf_document_get_property):
11874
11875         implement get/set properties
11876
11877 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11878
11879         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11880         
11881         return NULL instead of "Unknown", letting the title get set to
11882         the filename when the pdf has no title.
11883
11884 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11885
11886         * ps/ps-document.c: (ps_document_get_page_count),
11887         (ps_document_goto_page):
11888
11889 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * shell/ev-history.c: (ev_history_get_property),
11892         (ev_history_set_property), (ev_history_class_init),
11893         (ev_history_add_page), (ev_history_set_current_index):
11894         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11895         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11896         (ev_navigation_action_finalize):
11897         * shell/ev-navigation-action.h:
11898         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11899         (ev_view_go_forward), (ev_view_get_find_status_message),
11900         (history_index_changed_cb), (ev_view_set_history):
11901         * shell/ev-view.h:
11902         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11903         (update_current_page), (register_custom_actions):
11904
11905         Implement history dropdowns
11906
11907 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11910         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11911         (ev_view_go_forward):
11912         * shell/ev-window.c: (register_custom_actions):
11913
11914         Fix several history bugs
11915
11916 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11917
11918         * configure.ac: Add «nb» to ALL_LINGUAS.
11919
11920 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * backend/Makefile.am:
11923         * backend/ev-bookmark.c:
11924         * backend/ev-bookmark.h:
11925         * backend/ev-document-bookmarks.c:
11926         * backend/ev-document-bookmarks.h:
11927         * backend/ev-document-links.c: (ev_document_links_get_type),
11928         (ev_document_links_has_document_links),
11929         (ev_document_links_begin_read), (ev_document_links_get_link),
11930         (ev_document_links_get_child), (ev_document_links_next),
11931         (ev_document_links_free_iter):
11932         * backend/ev-document-links.h:
11933         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11934         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11935         (ev_link_get_link_type), (ev_link_set_link_type),
11936         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11937         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11938         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11939         (ev_link_new_external):
11940         * backend/ev-link.h:
11941         * pdf/xpdf/pdf-document.cc:
11942         * shell/Makefile.am:
11943         * shell/ev-application.c: (ev_application_open_link):
11944         * shell/ev-application.h:
11945         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11946         (ev_history_get_link_nth):
11947         * shell/ev-history.h:
11948         * shell/ev-sidebar-bookmarks.c:
11949         * shell/ev-sidebar-bookmarks.h:
11950         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11951         (ev_sidebar_links_class_init), (selection_changed_cb),
11952         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11953         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11954         (do_one_iteration), (populate_links_idle),
11955         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11956         * shell/ev-sidebar-links.h:
11957         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11958         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11959         (go_to_index):
11960         * shell/ev-view.h:
11961         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11962         * shell/ev-window.h:
11963
11964         Rename bookmark to link, and use "Index" for the sidebar panel.
11965
11966 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11967
11968         * shell/Makefile.am:
11969         * shell/ev-application.c: (ev_application_open_bookmark):
11970         * shell/ev-application.h:
11971         * shell/ev-history.c: (ev_history_init), (free_links_list),
11972         (ev_history_finalize), (ev_history_class_init),
11973         (ev_history_add_link), (ev_history_add_page),
11974         (ev_history_get_link_nth), (ev_history_get_n_links),
11975         (ev_history_get_current_index), (ev_history_set_current_index),
11976         (ev_history_new):
11977         * shell/ev-history.h:
11978         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11979         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11980         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11981         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11982         (ev_view_set_page):
11983         * shell/ev-view.h:
11984         * shell/ev-window.c: (ev_window_open_bookmark),
11985         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11986         (goto_page_cb), (register_custom_actions):
11987         * shell/ev-window.h:
11988
11989         Initial history implementation. Needs work.
11990
11991 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11992
11993         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11994
11995 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * cut-n-paste/recent-files/egg-recent-item.c:
11998         * cut-n-paste/recent-files/egg-recent-item.h:
11999         * cut-n-paste/recent-files/egg-recent-model.c:
12000         * cut-n-paste/recent-files/egg-recent-util.c:
12001         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12002         * cut-n-paste/recent-files/egg-recent-view.c:
12003
12004         Update
12005
12006 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12007
12008         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12009         (fillGlyph, fillImageMask, drawImage):
12010         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12011         pdf/splash/SplashTypes.h:
12012         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12013         packed mode for Splash.
12014
12015         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12016         RGB8 packed mode, eliminates the pixbuf data creation loop.
12017
12018         * shell/ev-print-job.c (ev_print_job_finalize)
12019         (ev_print_job_set_property, ev_print_job_get_property)
12020         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12021         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12022         (print_closure_finalize, ev_print_job_print): implement
12023         printing (for backends with EvPsExporter)
12024
12025         * shell/ev_print_job.h: update prototypes.
12026
12027         * shell/ev-window.c (ev_window_print): unref print job after
12028         printing.
12029
12030         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12031         unless the document implements the EvDocumentFind interface.
12032
12033 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12034
12035         * configure.ac: Added ja to ALL_LINGUAS.
12036
12037 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * pdf/xpdf/pdf-document.cc:
12040
12041         add a FIXME. We should probably not allocate
12042         a bookmark object every time
12043
12044 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12045
12046         * shell/ev-application.c: (ev_application_open),
12047         (ev_application_open_bookmark):
12048         * shell/ev-application.h:
12049         
12050         Add a way to open bookmarks
12051
12052         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12053         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12054         (ev_bookmark_set_property), (ev_bookmark_class_init),
12055         (ev_bookmark_new_title), (ev_bookmark_new_link),
12056         (ev_bookmark_new_external):
12057
12058         Support for external uris, better constructors.
12059
12060         * backend/ev-bookmark.h:
12061         * pdf/xpdf/pdf-document.cc:
12062         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12063
12064         Handle external uris
12065
12066 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12067
12068         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12069         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12070
12071         Hook up bookmarks navigation
12072
12073 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12074
12075         * backend/Makefile.am:
12076         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12077         (ev_bookmark_get_title), (ev_bookmark_set_title),
12078         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12079         (ev_bookmark_get_page), (ev_bookmark_set_page),
12080         (ev_bookmark_get_property), (ev_bookmark_set_property),
12081         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12082         (ev_bookmark_new):
12083         * backend/ev-bookmark.h:
12084         * backend/ev-document-bookmarks.c:
12085         (ev_document_bookmarks_get_bookmark):
12086         * backend/ev-document-bookmarks.h:
12087         * pdf/xpdf/pdf-document.cc:
12088         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12089
12090         Add a bookmark object to the backend and use it instead of get_values
12091
12092 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * data/evince-ui.xml:
12095
12096         Cleanup and add select all.
12097
12098         * shell/ev-view.c: (ev_view_select_all),
12099         (ev_view_button_press_event):
12100         * shell/ev-view.h:
12101         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12102
12103         Add select all.
12104         Clear selection on click.
12105
12106 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12107
12108         * shell/ev-sidebar-thumbnails.c
12109         (ev_sidebar_thumbnails_set_document): forgot to unref the
12110         loading_icon.
12111
12112 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12113
12114         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12115         at the visible page, not just linearly.  This makes it look fast.
12116
12117 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12118
12119         * backend/ev-document-misc.c
12120         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12121         white.
12122         * backend/ev-document-thumbnails.h: New interface to get the size
12123         of a page.
12124
12125 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12126
12127         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12128         make dist works
12129
12130 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12131
12132         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12133         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12134         things up a bit.
12135
12136         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12137
12138 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12139
12140         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12141         fonts. Should fix font problems on systems that have the base
12142         fonts in bitmap format. Reported by James Henstridge
12143         <james@jamesh.id.au>.
12144
12145 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12146
12147         * pdf/xpdf/Gfx.cc:
12148         * pdf/xpdf/GfxState.cc:
12149
12150         Fix for CAN-2004-1125
12151
12152 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12153
12154         * shell/ev-view.c: (ev_view_copy):
12155         * shell/ev-view.h:
12156         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12157
12158         Implement Edit->Copy
12159
12160 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12161
12162         * backend/ev-document.c: (ev_document_get_text):
12163         * backend/ev-document.h:
12164         * pdf/xpdf/pdf-document.cc:
12165         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12166         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12167         (ev_view_update_primary_selection), (ev_view_button_press_event),
12168         (ev_view_motion_notify_event), (ev_view_button_release_event):
12169
12170         Beginnings of clipboard support. Incomplete but primary sort
12171         of work.
12172
12173 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12174
12175         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12176         (expose_bin_window):
12177
12178         Nicer rubberband drawing, from GtkIconView.
12179
12180 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12181
12182         * backend/ev-document.c: (ev_document_save):
12183         * backend/ev-document.h:
12184         * data/evince-ui.xml:
12185         * pdf/xpdf/pdf-document.cc:
12186         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12187
12188         Implement "Save a copy..." menu item
12189
12190 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12191
12192         * shell/ev-view.c: (ev_view_zoom):
12193
12194         Queue a resize when zoom changes
12195
12196 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12197
12198         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12199         shadows.
12200
12201         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12202         thumbnails..
12203
12204 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12205
12206         * pdf/xpdf/pdf-document.cc
12207         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12208
12209 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12210
12211         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12212         It's slow, but I'll speed it up next!
12213
12214 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12215
12216         * shell/main.c (load_files):
12217
12218         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12219         from the command line and because it seems more appropriate.
12220
12221 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12222
12223         * data/evince-ui.xml:
12224         * shell/ev-window.c: (update_action_sensitivity),
12225         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12226
12227         s/next page/page down
12228         s/previous page/page up
12229
12230 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12231
12232         * data/evince-ui.xml:
12233
12234         Change the layout to match clarkbw design.
12235
12236         * shell/Makefile.am:
12237         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12238         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12239         (ev_navigation_action_finalize),
12240         (ev_navigation_action_set_property),
12241         (ev_navigation_action_get_property),
12242         (ev_navigation_action_class_init):
12243         * shell/ev-navigation-action.h:
12244
12245         Implement clarkbw toolbar navigation controls (incomplete)
12246
12247         * shell/ev-page-action.c: (update_label), (update_spin),
12248         (value_changed_cb), (create_tool_item), (connect_proxy),
12249         (ev_page_action_init), (ev_page_action_finalize),
12250         (ev_page_action_set_property), (ev_page_action_get_property),
12251         (ev_page_action_set_current_page),
12252         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12253         * shell/ev-page-action.h:
12254
12255         Implement a page switcher in the toolbar
12256
12257         * shell/ev-view.c: (ev_view_scroll_view):
12258         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12259         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12260         (register_custom_actions), (ev_window_init):
12261
12262         Change page on PageUp/Down.
12263
12264 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12265
12266         * pdf/xpdf/pdf-document.cc
12267         (pdf_document_thumbnails_get_thumbnail): initial stab at
12268         implementing thumbnail support for pdfs.  It only does documents
12269         with precached pdfs now.
12270
12271 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12272
12273         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12274         thumbnail code into a time-based idle as well.  Also, turn off the
12275         shadow temporarily as it's really slow.
12276
12277 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12278
12279         * backend/ev-document.c: (ev_document_class_init):
12280         * pdf/xpdf/pdf-document.cc:
12281         * shell/ev-window.c: (ev_window_open):
12282
12283         Fix document title bugs and fallback to
12284         filename when not available.
12285
12286 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12287
12288         * backend/ev-document.c: (ev_document_get_type),
12289         (ev_document_class_init), (ev_document_load),
12290         (ev_document_get_title):
12291         * backend/ev-document.h:
12292         * pdf/xpdf/pdf-document.cc:
12293         * ps/ps-document.c: (ps_document_set_property),
12294         (ps_document_get_property), (ps_document_class_init),
12295         (document_load):
12296         * ps/ps-document.h:
12297         * ps/ps.h:
12298         * shell/ev-window.c: (update_window_title), (ev_window_open),
12299         (ev_window_init):
12300
12301         Initial support for document title. Not working yet.
12302
12303 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12304
12305         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12306
12307         Grab focus on the view when clicking it
12308
12309 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12310
12311         * shell/ev-marshal.list:
12312         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12313         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12314
12315         Add key bindings to the view. Now if the focus would work
12316         right...
12317
12318 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12319
12320         * Makefile.am:
12321         * backend/Makefile.am:
12322         * data/Makefile.am:
12323         * dvi/Makefile.am:
12324         * dvi/dvilib/Makefile.am:
12325         * pdf/xpdf/Makefile.am:
12326         * po/POTFILES.in:
12327         * ps/Makefile.am:
12328
12329         Fix distcheck
12330
12331 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12332
12333         * shell/ev-view.c: (ev_view_realize):
12334
12335         Fix mouse wheel scrolling
12336
12337 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12338
12339         * ps/Makefile.am:
12340         * ps/gstypes.h:
12341         * ps/gtkgs.c:
12342         * ps/gtkgs.h:
12343         * ps/ps-document.c: (catchPipe), (ps_document_init),
12344         (ps_document_class_init), (ps_document_cleanup),
12345         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12346         (set_up_page), (close_pipe), (is_interpreter_ready),
12347         (interpreter_failed), (output), (input), (start_interpreter),
12348         (stop_interpreter), (file_length), (file_readable),
12349         (check_filecompressed), (check_pdf), (compute_xdpi),
12350         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12351         (ps_document_get_type), (ps_document_emit_error_msg),
12352         (document_load), (ps_document_next_page),
12353         (ps_document_get_current_page), (ps_document_get_page_count),
12354         (ps_document_goto_page), (ps_document_set_page_size),
12355         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12356         (ps_document_load), (ps_document_get_n_pages),
12357         (ps_document_set_page), (ps_document_get_page),
12358         (ps_document_widget_event), (ps_document_set_target),
12359         (ps_document_set_scale), (ps_document_set_page_offset),
12360         (ps_document_get_page_size), (ps_document_render),
12361         (ps_document_document_iface_init):
12362         * ps/ps-document.h:
12363         * ps/ps.c:
12364         * shell/ev-window.c: (ev_window_open):
12365
12366         Rename GtkGS to PSDocument
12367
12368 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12369
12370         * ps/gtkgs.c: (gtk_gs_class_init):
12371         * ps/gtkgs.h:
12372
12373         Some more leftover...
12374
12375 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12376
12377         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12378         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12379         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12380         * ps/gtkgs.h:
12381
12382         Remove unused code and make a lot of stuff private
12383
12384 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12385
12386         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12387         (gtk_gs_defaults_changed):
12388         * ps/gsdefaults.h:
12389         * ps/gtkgs.c:
12390         * ps/gtkgs.h:
12391         * ps/ps.h:
12392
12393         Cleanup headers dependencies
12394
12395 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12396
12397         * ps/Makefile.am:
12398         * ps/ggvutils.c:
12399         * ps/ggvutils.h:
12400         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12401         * ps/gsdefaults.h:
12402         * ps/gtkgs.c: (file_length), (file_readable),
12403         (check_filecompressed), (check_pdf), (gtk_gs_load),
12404         (gtk_gs_get_postscript):
12405
12406         Get rid of ggvutils
12407
12408 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12409
12410         * ps/ggvutils.c:
12411         * ps/ggvutils.h:
12412         * ps/gsio.h:
12413         * ps/gtkgs.c: (gtk_gs_set_zoom):
12414
12415         Cleanups
12416
12417 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12418
12419         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12420
12421         Ensure the page is rerendered when changing zoom
12422
12423 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * backend/ev-document.c: (ev_document_base_init),
12426         (ev_document_changed):
12427         * backend/ev-document.h:
12428
12429         Add a changed event that is emitted when the page content
12430         changes. This is necessary to deal with the fact that
12431         in ps backend rendering happen asycrounously.
12432         This makes the ps backend mostly work.
12433
12434         * pdf/xpdf/pdf-document.cc:
12435
12436         Emit changed event
12437
12438         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12439         (ps_document_set_target):
12440
12441         Emit changed event
12442
12443         * shell/ev-view.c: (document_changed_callback),
12444         (ev_view_set_document), (ev_view_set_page):
12445
12446         Redraw on the changed signal
12447
12448 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12449
12450         * configure.ac: Added pt_BR to ALL_LINGUAS.
12451
12452 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12453
12454         * backend/ev-document-bookmarks.c:
12455         (ev_document_bookmarks_get_child): *
12456         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12457         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12458         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12459         (ev_sidebar_bookmarks_destroy),
12460         (ev_sidebar_bookmarks_class_init),
12461         (ev_sidebar_bookmarks_construct), (stack_data_free),
12462         (do_one_iteration), (populate_bookmarks_idle),
12463         (ev_sidebar_bookmarks_clear_document),
12464         (ev_sidebar_bookmarks_set_document): *
12465         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12466         (ev_sidebar_add_page),
12467         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12468         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12469         it displays both the topics and the page numbers.
12470
12471 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12472
12473         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12474         toggle.
12475         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12476         visible.
12477
12478 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12479
12480         * configure.ac: Added en_CA to ALL_LINGUAS.
12481
12482 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12483
12484         * ChangeLog: replace bottom of this ChangeLog (merged history of
12485         ggv and gpdf; where all paths were wrong and most of the files are
12486         not even in this tree) with ChangeLog (from arch) of the shell
12487         code.
12488
12489 2004-12-23  Havoc Pennington  <hp@redhat.com>
12490
12491         * shell/ev-window.c: hook up potentially-questionable "find
12492         results status text" feature - something involving the sidebar or
12493         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12494         might be better in the end.
12495
12496         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12497         with corresponding signal when it should be updated
12498
12499         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12500
12501 2004-12-22  Havoc Pennington  <hp@redhat.com>
12502
12503         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12504         find stuff on other pages, sort of (only returns one result on
12505         invisible pages, to show they have results; updates full results
12506         for a page when you view it). Currently repaints the current page
12507         every time a new result is found on any page, which isn't so nice.
12508
12509 2004-12-22  Havoc Pennington  <hp@redhat.com>
12510
12511         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12512         the document doesn't support find (better ideas?)
12513         (find_bar_search_changed_cb): handle missing document or document
12514         that doesn't support find
12515
12516         * pdf/xpdf/pdf-document.cc: port to implement the new
12517         EvDocumentFindIface
12518
12519         * backend/ev-document-find.c: create a new interface for searching
12520
12521         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12522
12523 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12524
12525         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12526         libevbackend.la.
12527
12528         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12529         EvPrintJob constructor arguments.
12530
12531         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12532         for documents that can export PostScript (page by page).
12533
12534         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12535         
12536         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12537         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12538         (pdf_document_ps_exporter_iface_init:
12539         Implement EvPSExporter.
12540
12541         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12542
12543 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12544
12545         * backend/Makefile.am:
12546         * backend/ev-document-thumbnails.c:
12547         (ev_document_thumbnails_get_type),
12548         (ev_document_thumbnails_get_thumbnail):
12549         * backend/ev-document-thumbnails.h:
12550         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12551         (pixbuf_document_thumbnails_get_thumbnail),
12552         (pixbuf_document_document_thumbnails_iface_init):
12553         * shell/Makefile.am:
12554         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12555         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12556         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12557         * shell/ev-sidebar-thumbnails.h:
12558         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12559         (ev_sidebar_set_document):
12560         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12561         (create_shadow), (ev_pixbuf_add_shadow):
12562         * shell/ev-utils.h:
12563         Add thumbnail support.
12564         
12565 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12566
12567         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12568         (using_postscript_printer): Set up a print dialog for "PostScript
12569         injection" method.
12570
12571         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12572         EvPrintJob.
12573
12574         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12575
12576 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12577
12578         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12579         (ps_document_set_target), (ps_document_get_page_size),
12580         (ps_document_render):
12581         * ps/gtkgs.h:
12582
12583         Fix a few bugs
12584
12585 2004-12-22  Christian Rose  <menthos@menthos.com>
12586
12587         * configure.ac: Added "sv" to ALL_LINGUAS.
12588
12589 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12590
12591         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12592         document supports bookmarks.
12593
12594 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12595
12596         * ps/ggvutils.c: (ggv_file_readable):
12597         * ps/ggvutils.h:
12598         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12599         (gtk_gs_get_postscript):
12600
12601         Remove unused utils
12602
12603 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12604
12605         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12606         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12607         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12608         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12609         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12610         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12611         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12612         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12613         (gtk_gs_set_antialiasing), (ps_document_load),
12614         (ps_document_render):
12615         * ps/gtkgs.h:
12616
12617         Another check point for the ps backend. Now I can get it to show
12618         pages!
12619
12620 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12621
12622         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12623         document setting code.
12624
12625 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12626
12627         * shell/eggfindbar.c: (entry_activate_callback):
12628         Animate the next button when activate is pressed.
12629         
12630 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12631
12632         * shell/ev-window.c: (ev_window_cmd_edit_find),
12633         (update_fullscreen_popup), (ev_window_fullscreen),
12634         (ev_window_unfullscreen), (ev_window_state_event_cb),
12635         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12636         Fix bugs in fullscreen code.
12637         
12638 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12639
12640         * Makefile.am:
12641         * configure.ac:
12642         * pixbuf/Makefile.am:
12643         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12644         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12645         (pixbuf_document_set_page), (pixbuf_document_get_page),
12646         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12647         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12648         (pixbuf_document_render), (pixbuf_document_begin_find),
12649         (pixbuf_document_end_find), (pixbuf_document_finalize),
12650         (pixbuf_document_class_init),
12651         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12652         * pixbuf/pixbuf-document.h:
12653         * shell/Makefile.am:
12654         * shell/ev-application.c: (ev_application_open):
12655         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12656         (ev_window_open):
12657         Add pixbuf backend.
12658         
12659 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12660
12661         * Makefile.am: 
12662         * dvi/dvilib/Makefile.am:
12663         * dvi/Makefile.am:
12664         * configure.ac: Auto*ify dvi and dvi/dvilib
12665
12666         * dvi/Makefile: Remove from CVS
12667         
12668         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12669         confusion.
12670
12671         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12672         
12673         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12674         
12675 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * ps/Makefile.am:
12678         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12679         (gtk_gs_value_adjustment_changed), (compute_size),
12680         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12681         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12682         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12683         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12684         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12685         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12686         (ps_document_load), (ps_document_get_n_pages),
12687         (ps_document_set_page), (ps_document_get_page),
12688         (ps_document_set_target), (ps_document_set_scale),
12689         (ps_document_set_page_offset), (ps_document_get_page_size),
12690         (ps_document_render), (ps_document_begin_find),
12691         (ps_document_end_find), (ps_document_document_iface_init):
12692         * ps/gtkgs.h:
12693         * shell/Makefile.am:
12694         * shell/ev-window.c: (ev_window_open):
12695
12696         Some work to integrate gtkgs with EvDocument
12697
12698 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12699
12700         * shell/ev-window.c: (update_fullscreen_popup),
12701         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12702         (exit_fullscreen_button_clicked_cb),
12703         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12704         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12705         (ev_window_state_event_cb), (ev_window_init):
12706         Add fullscreen support from Epiphany.
12707         
12708 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12709
12710         * data/ev-stock-zoom-fit-width.png: fit-width
12711         stock icon from gpdf.
12712         
12713         * shell/ev-stock-icons.[ch]: copied from gpdf.
12714         
12715         * shell/main.c: (main): init stock icons.
12716         
12717         * shell/ev-window.c: use the fit-width icon.
12718         
12719         * data/evince-ui.xml: add zooming toolbar items.
12720
12721 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12722
12723         * shell/ev-view.c: 
12724         (ev_view_best_fit), (ev_view_fit_width): because
12725         get_page_size() returns the scaled page size, we
12726         need to calculate the scale factor relative to
12727         the previous scale factor. Should really just
12728         add get_real_page_size().
12729
12730 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12731
12732         * shell/ev-view.[ch]:
12733         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12734         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12735         add zooming.
12736         
12737         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12738         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12739         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12740         hook it up.
12741         
12742         * pdf/xpdf/pdf-document.cc:
12743         (pdf_document_begin_find),
12744         (pdf_document_end_find): make static.
12745
12746 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12747
12748         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12749
12750         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12751         names to fontconfig patterns.
12752         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12753
12754         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12755         setupBaseFontsFc.
12756
12757 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12758
12759         * Makefile.am:
12760         * configure.ac:
12761         * ps/Makefile.am:
12762         * ps/ggvutils.c:
12763         * ps/ggvutils.h:
12764         * ps/gsdefaults.c:
12765         * ps/gsdefaults.h:
12766         * ps/gsio.c:
12767         * ps/gsio.h:
12768         * ps/gtkgs.c:
12769         * ps/gtkgs.h:
12770         * ps/ps.c:
12771         * ps/ps.h:
12772
12773         Import ggv backend. Not hooked up yet.
12774
12775 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12776
12777         * shell/main.c: (load_files), (main): load files
12778         from the command line.
12779
12780 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12781
12782         * configure.ac: don't require bonobo.
12783         
12784         * cut-n-paste/recent-files/*: kill bonobo recent
12785         view.
12786
12787         * shell/ev-window.c:
12788         (ev_window_is_empty): upd.
12789         (unable_to_load), (ev_window_open): load backend
12790         based on the mime type.
12791
12792 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12793
12794         * backend/.cvsignore: ignore generated marshalers source.
12795
12796         * shell/main.c (main): this is not epiphany.
12797
12798 2004-12-22  Havoc Pennington  <hp@redhat.com>
12799
12800         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12801         (expose_bin_window): draw find highlights
12802
12803         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12804         
12805         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12806         (pdf_document_end_find): implement this interface
12807
12808         * backend/ev-document.c (ev_document_found): add this to emit
12809         signal
12810
12811 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12812
12813         * data/evince-ui.xml: Add a few more toolbar items.
12814
12815         * shell/ev-window.c: Hook up page navigation toolbar 
12816         items.
12817
12818         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12819         a page-changed signal.
12820
12821         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12822         Add ev_document_get_page().
12823
12824         * shell/ev-window.c: Sensitize/desensitize navigation
12825         actions.
12826
12827 2004-12-21  Havoc Pennington  <hp@redhat.com>
12828
12829         * backend/ev-backend-marshal.c,
12830         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12831         marshaler-generator thingy. I'm sure there's a better way to do
12832         this in the modern world.
12833
12834         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12835         end_find methods and "found" signal.
12836
12837         * configure.ac: find glib-genmarshal
12838
12839 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12840
12841         * shell/ev-sidebar.c: Construct an actual sidebar.
12842         * shell/ev-sidebar-bookmarks.[ch]:
12843         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12844
12845 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12846
12847         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12848         Redo size handling.
12849         
12850         * shell/ev-view.c: Track the size from the document.
12851
12852 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12853
12854         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12855         constructor assumes ownership of the string passed in.
12856         
12857         * shell/ev-window.c (ev_window_open): Destroy the error
12858         dialog once we've displayed it.
12859
12860 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12861
12862         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12863         a bit, it works! (sort of)
12864
12865         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12866         Move to .cc since we need to use C++ in the implementation.
12867
12868         * shell/dummy.cc: Add a CC file to force evince
12869         to be linked as a C++ program.
12870
12871 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12872
12873         * shell/ev-view.[ch]: Start of content-area widget.
12874
12875         * shell/ev-window.c: Create a EvView, update it
12876         as we change documents.
12877
12878         * shell/Makefile.am shell/ev-marshal.list: Add
12879         generated marshalers.
12880
12881 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12882
12883         * Makefile.am (SUBDIRS): move shell.
12884
12885 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12886
12887         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12888         .a to libtool convenience libraries.
12889
12890         * shell/ev-window.c (ev_window_open): Hard code loading
12891         a PDF document.
12892         
12893         * backend/ev-document.h: Add a boolean return to load(),
12894         fix GError * to GError **.
12895
12896         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12897         object for a PDF backend EvDocument.
12898
12899 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12900
12901         * dvi/*: New directory with the beginning of a .dvi backend.
12902
12903 2004-12-21  Havoc Pennington  <hp@redhat.com>
12904
12905         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12906         previous/next instead of back/forward
12907
12908 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12909
12910         * backend/ev-document.[ch]: Fix a couple of problems so
12911         it compile.
12912
12913 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12914
12915         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12916         to backend/ directory, rename EvViewer to EvDocument.
12917
12918 2004-12-21  Havoc Pennington  <hp@redhat.com>
12919
12920         * shell/ev-window.c: hook up the find bar widget; now we just need
12921         a document to find things in
12922
12923         * shell/eggfindbar.c: a find bar widget
12924
12925 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12926
12927         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12928
12929 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12930
12931         * pdf/**: Import of xpdf code from gpdf. 
12932
12933         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12934
12935         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12936         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12937         Fix FreeType includes.
12938
12939         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12940         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12941         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12942         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12943         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12944         Include xpdfconfig.h
12945         
12946 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12947
12948         * shell/ev-window.c (ev_window_dispose): dispose can be called
12949         multiple times.
12950
12951 2004-12-21  Havoc Pennington  <hp@redhat.com>
12952
12953         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12954         rather than Evince
12955
12956         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12957         items; really they should be synced with the strings, etc. from
12958         current gpdf, but just getting the boring typing out of the way 
12959
12960 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12961
12962         * po/POTFILES.in:
12963         * shell/ev-application.c: (window_destroy_cb):
12964         * shell/ev-window.c:
12965         * shell/main.c: (main):
12966
12967         Actually show the window...
12968
12969 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * Makefile.am:
12972         * shell/Makefile.am:
12973         * shell/ev-application.c: (ev_application_class_init):
12974         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12975
12976         Make it build again
12977
12978 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12979
12980         Import to gnome cvs.
12981         
12982         * Remove copies of gpdf and ggv trees.
12983         * Rip out all the recursive configure code.
12984         * Remove bonobo machinery.
12985         * viewer/*: GInterfaces that backends should/can implement.
12986
12987 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12988
12989         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12990         typo
12991
12992 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12993
12994         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12995         (ev_application_finalize, ev_application_class_init)
12996         (ev_application_init): use GType instance private data for priv.
12997
12998         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12999         (ev_window_finalize, ev_window_class_init)
13000         (ev_window_init): ditto.
13001
13002 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13003
13004         * shell/ev-application.c (ev_application_new_window): make public
13005         (ev_application_show_initial_window): kill.
13006
13007         * shell/ev-application.h: update prototypes.
13008
13009         * shell/main.cc (main): inline ev_application_show_initial_window.
13010
13011 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13012
13013         * shell/ev-application.c (ev_application_new_window): impl.
13014         (ev_application_show_initial_window): use it.
13015         (is_window_empty, ev_application_get_empty_window): returns an
13016         existing empty window or a new one.
13017         (ev_application_open): from ev_window_cmd_file_open.
13018
13019         * shell/ev-application.h: update prototypes
13020
13021         * shell/ev-window.c (ev_window_is_empty): impl.
13022         (ev_window_open): make public.
13023         (ev_window_cmd_file_open): use ev_application_open
13024
13025         * shell/ev-window.h: update prototypes, remove unused.
13026
13027 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13028
13029         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13030         move destroy handler out of here...
13031
13032         * shell/ev-application.c, shell/ev-application.h: ...into this new
13033         class. Also handles initial window creation.
13034
13035         * shell/main.cc (main): use EvApplication to create initial
13036         window.
13037
13038 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13039
13040         * Makefile.am (SUBDIRS): add cut-n-paste
13041
13042         * cut-n-paste/Makefile.am: add
13043
13044         * configure.ac: generate Makefiles in cut-n-paste
13045
13046 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13047
13048         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13049         (ev_window_class_init): install ev_window_dispose.
13050
13051 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13052
13053         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13054         char (gchar looks stupid).
13055
13056 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13057
13058         * po/de.po: updated German translation.
13059
13060 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13061
13062         * configure.ac: add more pkg-config library checks for gnome-vfs,
13063         bonobo etc.
13064
13065         * gpdf/configure.in: temporarily disable libpaper
13066         checks. Otherwise I'd have to add the checks for the shell, too.
13067
13068 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13069
13070         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13071         and * file filters to the file choose.
13072
13073 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13074
13075         * po/de.po: Updated German translation.
13076
13077 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13078
13079         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13080
13081 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13082
13083         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13084
13085         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13086         (ev_window_init): implement those menuitems.
13087
13088 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13089
13090         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13091
13092         * shell/ev-window.c (ev_window_init): use the toolbar.
13093
13094 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13095
13096         * shell/ev-window.c (ev_window_init): use menu translations
13097
13098 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13099
13100         * configure.ac: add "de" to ALL_LINGUAS.
13101
13102         * po/de.po: add German translation.
13103
13104 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13105
13106         * Makefile.am (SUBDIRS): add po
13107
13108         * configure.ac: check intltool, glib-gettext etc, generate
13109         po/Makefile.in
13110
13111         * po, po/POTFILES.in, po/POTFILES.skip: new.
13112
13113 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13114
13115         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13116         already use (#ifdef ENABLE_NLS)
13117
13118         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13119         pointer indirection thinko.
13120
13121         * shell/main.c: include gi18n.h for bindtextdomain etc.
13122
13123 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13124
13125         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13126         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13127         tooltips for menu items in the statusbar.
13128
13129 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13130
13131         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13132         pkgdatadir drop UIDIR
13133
13134 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13135
13136         * data/evince-ui.xml: Add File->Open menu item
13137
13138         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13139         chooser), hook it up in the ui manager.
13140
13141 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13142
13143         * shell/ev-window.c: fix Help->About tooltip.
13144
13145 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13146
13147         * configure.ac: set CFLAGS for libevprivate.
13148
13149         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13150         definitions, factory etc.
13151
13152         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13153
13154         * shell/Makefile.am: link against libevprivate.a.
13155
13156         * shell/ev-window.c (entries): add stock icon to Help->About.
13157
13158         * shell/main.c (main): init stock icon code.
13159
13160 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13161
13162         * lib/recent-files: egg recent files code
13163
13164         * lib/Makefile.am: add.
13165
13166         * Makefile.am: add lib subdir.
13167
13168         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13169         set CFLAGS for recent-files.
13170
13171 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13172
13173         * configure.ac: disable -ansi and -pedantic gcc flags. They
13174         disable POSIX stuff in stdio.h, but egg-recent uses them.
13175
13176 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13177
13178         * configure.ac: add --disable-deprecated flag (defaults to on in
13179         "cvs" builds).
13180
13181         * shell/Makefile.am (INCLUDES): use it.
13182
13183 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13184
13185         * shell/main.c: add missing #include.
13186
13187         * shell/ev-window.c: fix for pedantic gcc.
13188         (ev_window_cmd_help_about): split license into paragraphs for
13189         translators and pedantic compilers.
13190
13191 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13192
13193         * configure.ac: add more warning flags if compiling with gcc from
13194         cvs (or explicitly requested with --enable-more-warnings).
13195
13196 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13197
13198         * data/evince-ui.xml: add File and File->Close menu.
13199
13200         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13201         (ev_window_destroy): quit after destroy.
13202         (ev_window_class_init): override GtkObject::destroy.
13203         (entries): install close_window callback.
13204
13205 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13206
13207         * Makefile.am (SUBDIRS): add data subdir.
13208
13209         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13210         gtk+ 2.5.0 for GtkAboutDialog.
13211
13212         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13213         main window.
13214
13215         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13216
13217         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13218         manager.
13219         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13220
13221 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13222
13223         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13224
13225 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13226
13227         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13228
13229 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13230
13231         * shell/*: Added shell directory boilerplate, build it.
13232
13233 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13234
13235         * configure.ac, Makefile.am: Added top-level configure.ac and
13236         Makefile.am