]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Install nautilus extension into new place. See bug #505359. Thanks to
[evince.git] / ChangeLog
1 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * properties/Makefile.am:
4         
5         Install nautilus extension into new place. See bug
6         #505359. Thanks to Matthias Clasen, Brian Pepple and
7         Damien Carbery.
8
9 2008-01-13   Djihed Afifi  <djihed@gmail.com>
10
11         * shell/ev-window.c: (ev_window_get_recent_file_label):
12         
13         RTL marker in recent file list. See bug #509076.
14
15 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
18         * shell/ev-window.c: (image_save_dialog_response_cb):
19
20         Fix compile warnings due to unused variables.
21         
22 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * configure.ac:
25         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
26         * backend/ps/ev-spectre.c: (ps_document_render):
27
28         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
29
30 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
31
32         * shell/ev-transition-animation.c (ev_transition_animation_fade)
33         (ev_transition_animation_paint): Implement "fade" effect.
34
35 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
36
37         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
38         (ev_transition_animation_paint): Implement "uncover" effect.
39
40 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
41
42         * shell/ev-transition-animation.c (ev_transition_animation_cover)
43         (ev_transition_animation_paint): Implement "cover" effect.
44
45 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
46
47         * shell/ev-transition-animation.c (ev_transition_animation_push)
48         (ev_transition_animation_paint): Implement "push" effect.
49
50 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
51
52         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
53         (ev_transition_animation_paint): Implement "dissolve" effect.
54
55 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
56
57         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
58         (ev_transition_animation_paint): Implement "wipe" effect.
59
60 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
61
62         * shell/ev-transition-animation.c (ev_transition_animation_box)
63         (ev_transition_animation_paint): Implement "box" effect.
64
65 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
66
67         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
68         (ev_transition_animation_paint): Implement "blinds" effect.
69
70 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
71
72         * shell/ev-transition-animation.c (ev_transition_animation_split)
73         (ev_transition_animation_paint): Implement "split" effect.
74
75 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
76
77         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
78         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
79         (ev_view_transition_animation_start) 
80         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
81         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
82         (ev_view_next_page) (ev_view_previous_page):
83         
84         Use EvTransitionAnimation to drive page changes in the presentation
85         mode, the animation will wait to start until both the origin and 
86         destination page surfaces are available. Fixes #458460.
87
88         (draw_loading_text):
89
90         Remove workaround for bug #320352, it's now fixed properly.
91
92
93 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
94
95         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
96         will contain the implementations for page transition animations, at
97         the moment it just has the "replace" effect.
98         * shell/Makefile.am: Added these files to build.
99
100 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
101
102         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
103         animations.
104         * shell/Makefile.am: Added these files to build.
105
106 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
107
108         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
109         implementation to get_effect() in EvDocumentTransitionIface.
110
111 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
112
113         * libdocument/ev-transition-effect.[ch]: New files, define a page
114         transition effect, at the moment it maps PopplerPageTransition to a
115         GObject.
116         * libdocument/Makefile.am: Added these files to build.
117         * libdocument/ev-document-transition.[ch]
118         (ev_document_transition_get_effect): New method, gets the
119         EvTransitionEffect returned by the interface implementation, with
120         fallback to the "replace" effect.
121
122 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
123
124         * configure.ac:
125         * cut-n-paste/Makefile.am:
126         * cut-n-paste/fileformatchooser/Makefile.am:
127         * cut-n-paste/fileformatchooser/egg-macros.h:
128         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
129         * shell/Makefile.am:
130         * shell/ev-window.c: (image_save_dialog_response_cb),
131         (ev_view_popup_cmd_save_image_as):
132
133         Allow exporting images in any format supported by
134         GdkPixbuf. Fixes bug #500209.
135         
136 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * backend/pixbuf/pixbuf-document.c:
139
140         More warnings fixed.
141         
142 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
145         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
146         * backend/djvu/djvu-text.h:
147         * backend/tiff/tiff-document.c: (tiff_document_render):
148
149         Fix compile warnings.
150         
151 2007-12-28  Christian Persch  <chpe@gnome.org>
152
153         * **/*.c: Include config.h. Bug #504721.
154
155 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * configure.ac:
158         * Makefile.am:
159         * po/POTFILES.in:
160         * backend/comics/Makefile.am:
161         * backend/comics/comics-document.[ch]:
162         * backend/comics/comicsdocument.evince-backend.in:
163         * backend/djvu/Makefile.am:
164         * backend/djvu/djvu-document.[ch]:
165         * backend/djvu/djvudocument.evince-backend.in:
166         * backend/dvi/Makefile.am:
167         * backend/dvi/dvi-document.[c]:
168         * backend/dvi/dvidocument.evince-backend.in:
169         * backend/impress/Makefile.am:
170         * backend/impress/impress-document.[ch]:
171         * backend/impress/impressdocument.evince-backend.in:
172         * backend/pdf/Makefile.am:
173         * backend/pdf/ev-poppler.cc:
174         * backend/pdf/ev-poppler.h:
175         * backend/pdf/pdfdocument.evince-backend.in:
176         * backend/pixbuf/Makefile.am:
177         * backend/pixbuf/pixbuf-document.[ch]:
178         * backend/pixbuf/pixbufdocument.evince-backend.in:
179         * backend/ps/Makefile.am:
180         * backend/ps/ev-spectre.[ch]:
181         * backend/ps/ps-document.[ch]:
182         * backend/ps/psdocument.evince-backend.in:
183         * backend/tiff/Makefile.am:
184         * backend/tiff/tiff-document.[ch]:
185         * backend/tiff/tiffdocument.evince-backend.in:
186         * libdocument/Makefile.am:
187         * libdocument/ev-backends-manager.[ch]:
188         * libdocument/ev-module.[ch]:
189         * libdocument/ev-document.h:
190         * libdocument/ev-document-factory.[ch]:
191         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
192         (get_compression_from_mime_type), (get_document_from_uri),
193         (ev_document_factory_get_document), (file_filter_add_mime_types),
194         (ev_document_factory_add_filters):
195         * shell/Makefile.am:
196         * shell/ev-window-title.c: (get_filename_from_uri):
197         * shell/main.c: (main):
198         * thumbnailer/Makefile.am:
199         * thumbnailer/evince-thumbnailer.c: (main):
200
201         Plugin system for backends. Fixes bug #351348.
202         
203 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
204
205         * shell/ev-view-private.h:
206         * shell/ev-view.c: (ev_view_drag_update_momentum),
207         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
208         (ev_view_button_release_event), (ev_view_destroy):
209         
210         Kinetic scrolling implemented as requested in
211         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
212
213 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
214
215         * data/evince-toolbar.xml:
216         * data/evince-ui.xml:
217         * shell/ev-view-private.h:
218         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
219         (ev_view_button_press_event), (ev_view_motion_notify_event),
220         (ev_view_button_release_event), (ev_view_init),
221         (ev_view_autoscroll_cb), (ev_view_autoscroll),
222         (ev_view_set_cursor):
223         * shell/ev-view.h:
224         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
225         (ev_window_cmd_view_autoscroll):
226         
227         Autoscroll feature with the context menu. Fixes bug 
228         #323670. Thanks to David Turner <cillian64@googlemail.com>.
229
230 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
233
234         Disconnect also page-ready signal when removing a job because the
235         page size has changed. Thanks to kripken
236         <kripkensteiner@gmail.com>.
237
238 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
239
240         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
241         
242         Scroll pages in page entry with mouse wheel. Fixes bug
243         #324122. Thanks to David Turner <cillian64@googlemail.com>.
244
245 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * backend/dvi/Makefile.am:
248         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
249         (mdvi_cairo_device_init):
250         * backend/dvi/mdvi-lib/common.h:
251         * backend/dvi/mdvi-lib/mdvi.h:
252         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
253         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
254         (mdvi_build_path_from_cwd):
255
256         Add ps specials support in dvi backend when libspectre is
257         present. Fixes bug #386005.
258         
259 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * configure.ac:
262         * backend/ps/Makefile.am:
263         * backend/ps/ev-spectre.[ch]:
264         
265         Use libspectre, if available, for the ps backend. Fixes bugs
266         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
267
268 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
269         
270         * backend/comics/comics-document.c: (comics_document_load):
271         
272         Cygwin build issue fix.
273
274 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * shell/ev-view.c: (ev_view_set_zoom):
277
278         Do not limit the minimum zoom factor when sizing mode is best bit
279         or fit width. Fixes bug #503805.
280         
281 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
284         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
285         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
286         (ev_link_dest_get_property), (ev_link_dest_set_property),
287         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
288         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
289         (ev_link_dest_new_fitr):
290         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
291         (goto_fith_dest), (goto_xyz_dest):
292
293         Do not change left, top and zoom values when they are null in PDF
294         destinations. Fixes bug #460658.
295         
296 2007-12-10  Christian Persch  <chpe@gnome.org>
297
298         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
299         (ev_view_accessible_class_init),
300         (ev_view_accessible_idle_do_action),
301         (ev_view_accessible_action_do_action),
302         (ev_view_accessible_action_get_description),
303         (ev_view_accessible_action_set_description),
304         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
305         (ev_view_accessible_factory_init),
306         (ev_view_accessible_factory_get_accessible_type):
307         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
308         private data, and G_DEFINE_TYPE. Bug #502843.
309
310 2007-12-08  Christian Persch  <chpe@gnome.org>
311
312         * shell/ev-metadata-manager.c: (item_free),
313         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
314         (value_free), (parse_value), (parseItem),
315         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
316         (save_values): Use GSlice to allocate small amounts of memory. Bug
317         #475972.
318
319 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
322
323         Restore cursor to normal after a drag operation. Fixes bug
324         #501603.
325         
326 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
327
328         * NEWS:
329         * configure.ac:
330         
331         Update for release 2.21.1
332
333 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * configure.ac:
336         * cut-n-paste/gedit-message-area/Makefile.am:
337         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
338         * shell/Makefile.am:
339         * shell/ev-message-area.[ch]:
340         * shell/ev-window.c: (ev_window_set_message_area),
341         (ev_window_error_message_response_cb), (ev_window_error_message),
342         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
343         (ev_window_save_job_cb), (image_save_dialog_response_cb),
344         (ev_attachment_popup_cmd_open_attachment),
345         (attachment_save_dialog_response_cb), (ev_window_set_document),
346         (ev_window_init):
347
348         Use a message area instead of a popup dialog for error
349         notifications. Fixes bug #337495.
350         
351 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
354         (ev_window_run_fullscreen):
355
356         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
357         
358 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * ev-sidebar-thumbnails.c: (update_visible_range),
361         (ev_sidebar_thumbnails_refresh),
362         (ev_sidebar_thumbnails_set_document),
363         (ev_sidebar_thumbnails_support_document):
364
365         Show thumbnails for documents with one page. Fixes bug #358751.
366         
367 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/ev-window.c:
370         (ev_window_load_print_settings_from_metadata),
371         (ev_window_save_print_settings), (ev_window_print_finished),
372         (ev_window_print_range):
373
374         Print settings that are specific to the document are now saved per
375         document in the metadata file. Fixes bug #488806.
376         
377 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
378
379         * backend/tiff/tiff-document.c: (tiff_document_render):
380
381         Tiff documents were rendered with wrong colors. Fixes bug #497279.
382         
383 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * shell/ev-application.[ch]: (get_find_string_from_args),
386         (ev_application_open_uri_at_dest), (ev_application_open_uri),
387         (ev_application_open_uri_list):
388         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
389         * shell/ev-window.[ch]: (ev_window_load_job_cb),
390         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
391         (ev_window_cmd_recent_file_activate),
392         (ev_window_open_recent_action_item_activated),
393         (ev_window_print_send), (open_remote_link):
394         * shell/main.c: (arguments_parse):
395
396         Add a command line option for search. Fixes bug #497710.
397         
398 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
399
400         * shell/ev-jobs.c: (ev_job_print_new):
401
402         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
403         
404 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * data/evince-toolbar.xml:
407         * shell/Makefile.am:
408         * shell/ev-application.c: (ev_application_init):
409         * shell/ev-open-recent-action.[ch]:
410         * shell/ev-window.c:
411         (ev_window_open_recent_action_item_activated),
412         (register_custom_actions):
413
414         Add an expander to the open toolbar item which pops up a dropdown
415         menu with the recently used documents. Fixes bug #487215.
416         
417 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * shell/ev-window.c: (ev_window_open_uri),
420         (ev_window_cmd_view_reload):
421
422         Do not jump to the first page when reloading by running evince
423         from the command line. Fixes bug #490847.
424         
425 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
426
427         * shell/ev-window.c: (ev_window_cmd_help_contents):
428
429         Plugged memory leak when help file is not found. Fixes bug
430         #490762.
431         
432 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * configure.ac:
435
436         Enable djvu, dvi and comics backends by default. Fixes bug
437         #437121.
438         
439 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * configure.ac:
442         * cut-n-paste/Makefile.am:
443         * cut-n-paste/recent-files/*: Removed
444         * help/reference/Makefile.am:
445         * shell/Makefile.am:
446         * shell/ev-application.[ch]: (ev_application_shutdown),
447         (ev_application_init):
448         * shell/ev-window.c: (ev_window_add_recent),
449         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
450
451         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
452         
453 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
454
455         * shell/ev-window.c: (launch_external_uri):
456
457         Let GnomeVFS check the URL, this allow more URL (like mailto:),
458         and report error if the URL is not supported (#489910).
459
460 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
463         (pdf_document_file_exporter_begin_page),
464         (pdf_document_file_exporter_end_page):
465
466         Fix printing with poppler splash backend. Fixes bug #489774.
467         
468 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
471         * shell/ev-print-job.c: (ev_print_job_class_init):
472
473         Fix a crash when printing with the gnome-print dialog. Fixes bug
474         #488939.
475         
476 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
477
478         * backend/pixbuf/pixbuf-document.c:
479
480         Fix an implicit function definition warning (#487655)
481
482 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-window.c:
485
486         Fix conflicting shortcut for view sade pane and presentation.
487         
488 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * backend/pdf/ev-poppler.cc:
491         (pdf_document_file_exporter_begin_page),
492         (pdf_document_file_exporter_do_page),
493         (pdf_document_file_exporter_end_page),
494         (pdf_document_file_exporter_iface_init):
495         * libdocument/ev-file-exporter.[ch]:
496         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
497         * shell/ev-jobs.c: (ev_job_print_get_page_list),
498         (ev_job_print_run):
499
500         When printing multiple pages per sheet in reverse option, do not
501         invert the order of the pages in every sheet, but the order of the
502         sheets. Do not print blank pages when page range is invalid. Fixes
503         bugs #484857 and #485521.
504         
505 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * shell/ev-jobs.c: (ev_job_print_get_page_list),
508         (ev_job_print_run):
509         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
510
511         Respect ranges order when printing more than one range in random
512         order.
513         
514 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
515
516         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
517         (ev_window_setup_document), (ev_window_rotation_changed_cb):
518
519         Rotate also the window icon when document is rotated. Fixes bug
520         #474681.
521         
522 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
525         (pdf_document_forms_get_form_fields):
526
527         Silently ignore unknown form fields. Fixes bug #482654. Patch by
528         Matthias Drochner.
529         
530 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * configure.ac:
533         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
534
535         Use poppler_page_render_for_printing() instead of
536         poppler_page_render() if available when exporting to a ps or pdf
537         file. Fixes bug #476627.
538         
539 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * shell/ev-window.c: (ev_window_run_fullscreen):
542
543         Do not show the toolbar in fullscreen mode if the main toolbar is
544         not visible. Fixes bug #483048.
545         
546 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-view.c: (ev_view_button_press_event):
549
550         Give priority to form fields over images when deciding whether a
551         button press event is over an image or form field. It allows edit
552         form fields when they are over a background image. Fixes bug
553         #477841.
554         
555 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
556
557         * NEWS:
558         * configure.ac:
559         
560         Update for release 2.20.0
561
562 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * backend/pdf/ev-poppler.cc:
565
566         Remove #ifdef HAVE_FORMS, so that forms support works again.
567
568 2007-09-05  Götz Waschk  <waschk@mandriva.org>
569
570         * configure.ac:
571         * data/evince.desktop.in.in:
572         
573         Fixes desktop file issues. See bug #473471.
574
575 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
578         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
579         (ev_job_queue_remove_job):
580         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
581         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
582         * shell/ev-window.c: (ev_window_clear_save_job),
583         (ev_window_save_job_cb), (file_save_dialog_response_cb),
584         (ev_window_dispose):
585
586         Move save a copy task to its own job so that it's carried out in a
587         thread avoiding another lock in the main thread. Use
588         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
589         can be saved to a pathin another file system. Fixes bug #456891.
590         
591 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
592
593         * NEWS:
594         * configure.ac:
595         
596         Update for release 2.19.92
597
598 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * configure.ac:
601         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
602         (pdf_selection_get_selection_region),
603         (pdf_selection_get_selection_map),
604         (ev_form_field_from_poppler_field):
605
606         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
607         and triple click selections are enabled again now.
608
609 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-window.c: (ev_window_add_history):
612
613         Make sure not to use the history with documents not supporting
614         links. Fixes bug #468954.
615
616 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-window.c: (ev_window_load_job_cb):
619
620         Restart the search when reloading a document with the find bar
621         visible. Fixes bug #461962.
622
623 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-window.c: (setup_document_from_metadata),
626         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
627
628         Do not jump to the first page when reloading a document from the
629         last page.
630
631 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-window.c: (update_chrome_flag),
634         (setup_sidebar_from_metadata),
635         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
636         (ev_window_cmd_edit_find_next),
637         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
638         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
639         (find_bar_close_cb), (view_actions_focus_in_cb):
640
641         Do not update visibility when changing a chrome flag so that it's
642         possible to update several flags and update visibility only once
643         for all of them.
644
645 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
648
649         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
650         supported by gtk+. Fixes bug #460907.
651
652 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-view.c: (view_update_range_and_current_page):
655
656         Make sure current-page <= end-page in continuous mode. Fixes bug
657         #454950.
658
659 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * backend/pdf/ev-poppler.cc: (build_tree):
662
663         Ignore outline items without a title. Fixes bug #453913.
664
665 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
668         (ev_view_button_release_event), (ev_view_leave_notify_event):
669
670         Use always drag mouse cursor during a drag operation. Fixes bug
671         #470564.
672
673 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
676         (pdf_selection_get_selection_region),
677         (pdf_selection_get_selection_map):
678
679         Temporarily disable double and triple selections since it depends on
680         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
681         released and the update of the external dependency minimal version
682         approved.
683
684 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
687         (pdf_document_file_exporter_do_page):
688         * libdocument/ev-file-exporter.h:
689         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
690         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
691
692         Actually fix printing regressions. Remove orientation from
693         EvPrintContext since it's redundant.
694
695 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
698         * backend/impress/impress-document.c:
699         (impress_document_document_iface_init):
700         * backend/ps/ps-document.c: (ps_document_document_iface_init):
701         * backend/djvu/djvu-document.c:
702         (djvu_document_document_iface_init),
703         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
704         * backend/tiff/tiff-document.c:
705         (tiff_document_document_iface_init):
706         * backend/pixbuf/pixbuf-document.c:
707         (pixbuf_document_document_iface_init):
708         * backend/comics/comics-document.c:
709         (comics_document_document_iface_init):
710         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
711         (pdf_selection_render_selection),
712         (pdf_selection_get_selected_text),
713         (pdf_selection_get_selection_region),
714         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
715         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
716         (ev_selection_get_selection_region),
717         (ev_selection_get_selection_map):
718         * libdocument/ev-document.[ch]:
719         * shell/ev-pixbuf-cache.[ch]: (add_job),
720         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
721         * shell/ev-view-private.h:
722         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
723         (ev_job_render_run):
724         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
725         * shell/ev-view.c: (start_selection_for_event),
726         (ev_view_button_press_event), (ev_view_drag_data_get),
727         (ev_view_drag_data_received), (ev_view_button_release_event),
728         (compute_new_selection_text), (compute_selections),
729         (ev_view_select_all), (get_selected_text), (ev_view_copy),
730         (ev_view_primary_get_cb):
731
732         Add support for double and triple click selections.
733
734 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
735
736         * NEWS:
737         * configure.ac:
738
739         Update for release 2.19.4
740
741 2007-08-28  Justin Blanchard  <justinb04@aim.com>
742
743         * shell/ev-view-private.h:
744         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
745         (ev_view_set_highlight_search):
746         * shell/ev-view.h:
747         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
748         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
749         (find_bar_visibility_changed_cb):
750         
751         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
752
753 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
756         (pdf_document_file_exporter_begin),
757         (pdf_document_file_exporter_do_page):
758         * shell/ev-jobs.c: (ev_job_print_run):
759         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
760
761         Create always a portrait cairo surface and rotate when needed for
762         landscape. It fixes printing problems in real printers.
763
764 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
767         * libdocument/ev-file-exporter.[ch]:
768         (ev_file_exporter_get_capabilities):
769         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
770         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
771
772         Adjust number of pages per row according to page orientation when
773         printing 2 or 6 pages per sheet.
774
775 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (ev_window_print_send):
778
779         Reset also cups setting to 1 when printing multiple pages per
780         sheet. Fixes bug #468853.
781
782 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * libdocument/ev-document-misc.c:
785         (ev_document_misc_surface_rotate_and_scale):
786
787         Use directly cairo_surface_get_content() when creating a similar
788         surface as suggested by Jeff Muizelaar. Thanks again.
789
790 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * backend/djvu/djvu-document.c: (djvu_document_render):
793         * backend/tiff/tiff-document.c: (tiff_document_render):
794         * backend/pdf/ev-poppler.cc: (pdf_document_render):
795         * libdocument/ev-document-misc.c:
796         (ev_document_misc_surface_from_pixbuf),
797         (ev_document_misc_surface_rotate_and_scale):
798
799         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
800         creating page surfaces. Fixes bug #453123. Thank you very much to
801         Jeff Muizelaar <jeff@infidigm.net>.
802
803 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * shell/ev-page-cache.c: (ev_page_cache_new),
806         (ev_page_cache_get_thumbnail_size):
807         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
808         (ev_sidebar_thumbnails_set_loading_icon):
809
810         Also store in page-cache the dimensions of the thumbnails so that
811         they can be used to create the correct loading icon in the side
812         pane. Fixes bug #466857.
813
814 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * backend/pdf/ev-poppler.cc:
817         (pdf_document_thumbnails_get_thumbnail):
818
819         Fix thumbnails rotation in pdf documents that include embedded 
820         thumbnails.
821
822 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
823
824         * backend/pdf/ev-poppler.cc:
825
826         Don't use #ifdef in macro expansion. Some compilers don't
827         like that. Closes bug #467042.
828
829 2007-08-15  Justin Blanchard  <justinb04@aim.com>
830
831         * backend/djvu/djvu-document.c: (djvu_document_finalize):
832         
833         Fixes memory leak in djvu backend.
834
835 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
836
837         * data/icons/32x32/Makefile.am:
838         * data/icons/32x32/actions/Makefile.am:
839         * data/icons/32x32/actions/view-page-cont.svg:
840         * data/icons/32x32/actions/view-page-facing.svg:
841         * data/icons/48x48/Makefile.am:
842         * data/icons/48x48/actions/Makefile.am:
843         * data/icons/48x48/actions/view-page-cont.svg:
844         * data/icons/48x48/actions/view-page-facing.svg:
845         
846         Icons for a new sizes.
847
848 2007-08-14  Justin Blanchard  <justinb04@aim.com>
849
850         * shell/ev-page-cache.c: (build_height_to_page),
851         (ev_page_cache_get_height_to_page):
852         
853         Fixes invalid read, see bug #466401.
854
855 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
858         (set_drag_cursor):
859         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
860         (configure_item_cursor), (new_pixbuf_from_widget):
861
862         Fix multihead problems in toolbar editor. Fixes bug #382055.
863
864 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-window.c: (ev_window_cmd_file_open),
867         (ev_window_cmd_save_as):
868
869         Use g_get_user_special_dir when available instead of
870         xdg_user_dir_lookup.
871
872 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
873
874         * MAINTAINERS:
875         
876         Updated according to request on desktop-devel.
877
878 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
881
882         Do not use cairo_rectangle and cairo_clip since we are
883         not using cairo_fill but cairo_paint. Use the same cairo context
884         for every page in the same expose event.
885
886 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
887
888         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
889         leak.
890
891 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * configure.ac:
894         * NEWS:
895
896         Release 0.9.3
897
898 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * libdocument/ev-document-info.h:
901         * libdocument/ev-document.h:
902         * shell/ev-page-action.h:
903         * shell/ev-sidebar-links.h:
904
905         Fix a headers problem with ev-link
906         
907         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
908         * shell/ev-view-private.h:
909         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
910         (get_link_area), (ev_view_query_tooltip),
911         (ev_view_leave_notify_event), (ev_view_destroy),
912         (ev_view_class_init):
913
914         Use new gtk tooltips when available instead of ev-tooltip.
915         
916 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * shell/ev-window.c: (update_chrome_visibility),
919         (ev_window_sidebar_visibility_changed_cb):
920
921         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
922         
923 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-navigation-action.c:
926         (ev_navigation_action_history_changed),
927         (ev_navigation_action_set_history):
928         * shell/ev-navigation-action-widget.c:
929         (ev_navigation_action_widget_init):
930         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
931
932         Fix compile warnings.
933         
934 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
937         (egg_editable_toolbar_dispose):
938
939         Fix memory leak.
940         
941 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
944         (screensaver_disable_x11):
945         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
946         * shell/ev-window.c: (presentation_set_timeout):
947         * shell/ev-view.c: (ev_view_presentation_transition_start):
948
949         Use g_timeout_add_seconds instead of g_timeout_add when
950         available.
951         
952 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
955
956         Set horizontal scrollbar policy to AUTOMATIC instead of
957         NEVER. Workaround for bug #449462.
958         
959 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/ev-jobs.c: (ev_job_render_page_ready):
962
963         Add page_ready callback to main loop with high priority and hold
964         a reference to job during idle.
965         
966 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * configure.ac:
969         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
970         (pdf_document_file_exporter_begin),
971         (pdf_document_file_exporter_do_page),
972         (pdf_document_file_exporter_get_capabilities):
973         * libdocument/ev-file-exporter.h:
974         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
975         * shell/ev-window.c: (ev_window_print_send),
976         (ev_window_print_dialog_response_cb):
977
978         Allow printing multiple pages per sheet. Fixes bug #395573.
979         
980 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
981
982         * shell/ev-view.c: (tip_from_link):
983         
984         Check for NULL, fixes bug #460862.
985
986 2007-07-29  Christian Persch  <chpe@gnome.org>
987
988         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
989         (ev_window_preview_print_finished), (ev_window_do_preview_print),
990         (ev_window_cmd_preview_print):
991         
992         Fixes bug #437681 - blocks while enumerating printers.
993
994 2007-07-29  Christian Persch  <chpe@gnome.org>
995
996         * shell/ev-window.c: (ev_window_screen_changed):
997         
998         Don't use deprecated gtk+ function. See bug #460909.
999
1000 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * shell/ev-utils.c: (get_num_monitors):
1003         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1004
1005         Do not use display before initializing it. Remove compile
1006         warnings.
1007
1008 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1009
1010         * shell/ev-view.c: (ev_view_class_init):
1011         
1012         Unix-like hjkl bindings added. See bug #458111.
1013
1014 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1015
1016         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1017         * shell/ev-utils.h:
1018         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1019         (ev_view_update_view_size):
1020         * shell/ev-view.h:
1021         * shell/ev-window.c: (ev_window_update_actions),
1022         (setup_view_from_metadata), (ev_window_screen_changed),
1023         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1024         (zoom_control_changed_cb):
1025         * shell/ev-window.h:
1026         
1027         Reorganizes utility functions.
1028
1029 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1032         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1033         (add_job), (ev_pixbuf_cache_get_surface),
1034         (ev_pixbuf_cache_get_link_mapping),
1035         (ev_pixbuf_cache_get_image_mapping),
1036         (ev_pixbuf_cache_get_form_field_mapping),
1037         (ev_pixbuf_cache_get_text_mapping):
1038         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1039         (notify_page_ready), (ev_job_render_page_ready),
1040         (ev_job_render_run):
1041
1042         Add page_ready signal to notify that page is ready as soon as
1043         possible even if other page elements like links, forms, images or
1044         text mapping are not ready yet.
1045
1046 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1049         (dvi_document_file_exporter_do_page),
1050         (dvi_document_file_exporter_get_capabilities),
1051         (dvi_document_file_exporter_iface_init):
1052         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1053         (ps_document_file_exporter_do_page),
1054         (ps_document_file_exporter_get_capabilities),
1055         (ps_document_file_exporter_iface_init):
1056         * backend/djvu/djvu-document.c:
1057         (djvu_document_file_exporter_begin),
1058         (djvu_document_file_exporter_end),
1059         (djvu_document_file_exporter_get_capabilities),
1060         (djvu_document_file_exporter_iface_init):
1061         * backend/tiff/tiff-document.c:
1062         (tiff_document_file_exporter_begin),
1063         (tiff_document_file_exporter_get_capabilities),
1064         (tiff_document_document_file_exporter_iface_init):
1065         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1066         (pdf_document_file_exporter_do_page),
1067         (pdf_document_file_exporter_get_capabilities),
1068         (pdf_document_file_exporter_iface_init):
1069         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1070         (ev_file_exporter_get_capabilities):
1071         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1072         (idle_print_handler), (ev_print_job_print):
1073         * shell/ev-jobs.c: (ev_job_print_run):
1074         * shell/ev-window.c: (ev_window_print_send),
1075         (ev_window_print_range):
1076
1077         Use capabilities to know which options should be offered by the
1078         print dialog depending on the document backend.
1079
1080 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1083
1084         Give priority to forms over text to set the cursor.
1085
1086 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * shell/ev-view-private.h:
1089         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1090         (ev_view_leave_notify_event), (ev_view_finalize),
1091         (ev_view_get_property), (ev_view_class_init):
1092
1093         Use IBEAM cursor for text form fields and NORMAL cursor for read
1094         only fields. Remove unused status attribute.
1095
1096 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1099
1100         Update region for current selected items also for checkbox
1101         buttons, since they can behave as radio buttons when they are in a
1102         set.
1103
1104 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * configure.ac:
1107         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1108
1109         Get max length of text form fields.
1110
1111 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1114         * libdocument/ev-form-field.h:
1115         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1116
1117         Fix build with current poppler cvs head.
1118
1119 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1122         * shell/eggfindbar.c: (egg_find_bar_init):
1123
1124         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1125         deprecation. Fixes bug #455667
1126
1127 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1128
1129         * NEWS:
1130         * configure.ac:
1131         
1132         Update for release 0.9.2
1133
1134 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * shell/ev-view.c: (ev_view_form_field_text_save),
1137         (ev_view_form_field_choice_save):
1138
1139         Fix a crash when closing whith a form widget visible.
1140
1141 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1144
1145         Update also the region of the current selected button when
1146         clicking on another button if they are radio buttons.
1147
1148 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1151         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1152         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1153         (ev_pixbuf_cache_get_link_mapping),
1154         (ev_pixbuf_cache_get_image_mapping),
1155         (ev_pixbuf_cache_get_form_field_mapping),
1156         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1157         * shell/ev-view.c: (ev_view_form_field_get_region),
1158         (ev_view_form_field_button_create_widget),
1159         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1160         (job_finished_cb):
1161
1162         Redraw only form field region instead of the whole page when
1163         reloading a page to show changes on the form field.
1164
1165 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * shell/ev-view.c: (ev_view_form_field_choice_save):
1168
1169         Fix selection of first item in list form fields.
1170
1171 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1174         (ev_pixbuf_cache_reload_page),
1175         (ev_pixbuf_cache_get_form_field_mapping):
1176
1177         Some refactoring to avoid duplicated code.
1178
1179 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * configure.ac:
1182         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1183         (ev_form_field_from_poppler_field),
1184         (pdf_document_forms_get_form_fields),
1185         (pdf_document_forms_form_field_text_get_text),
1186         (pdf_document_forms_form_field_text_set_text),
1187         (pdf_document_forms_form_field_button_set_state),
1188         (pdf_document_forms_form_field_button_get_state),
1189         (pdf_document_forms_form_field_choice_get_item),
1190         (pdf_document_forms_form_field_choice_get_n_items),
1191         (pdf_document_forms_form_field_choice_is_item_selected),
1192         (pdf_document_forms_form_field_choice_select_item),
1193         (pdf_document_forms_form_field_choice_toggle_item),
1194         (pdf_document_forms_form_field_choice_unselect_all),
1195         (pdf_document_forms_form_field_choice_set_text),
1196         (pdf_document_forms_form_field_choice_get_text),
1197         (pdf_document_document_forms_iface_init):
1198         * libdocument/Makefile.am:
1199         * libdocument/ev-form-field.[ch]:
1200         * libdocument/ev-document-forms.[ch]:
1201         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1202         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1203         (add_job), (ev_pixbuf_cache_reload_page),
1204         (ev_pixbuf_cache_get_form_field_mapping):
1205         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1206         * shell/ev-view-private.h:
1207         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1208         (ev_view_handle_cursor_over_xy),
1209         (ev_view_get_form_field_at_location),
1210         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1211         (ev_view_form_field_button_create_widget),
1212         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1213         (ev_view_form_field_text_create_widget),
1214         (ev_view_form_field_choice_save),
1215         (ev_view_form_field_choice_changed),
1216         (ev_view_form_field_choice_create_widget),
1217         (ev_view_handle_form_field), (ev_view_size_allocate),
1218         (ev_view_realize), (draw_end_presentation_page),
1219         (ev_view_button_press_event), (ev_view_remove_all),
1220         (ev_view_motion_notify_event), (ev_view_key_press_event),
1221         (ev_view_enter_notify_event), (highlight_find_results),
1222         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1223         (ev_view_class_init), (page_changed_cb),
1224         (on_adjustment_value_changed), (ev_view_set_presentation),
1225         (merge_selection_region), (ev_view_set_cursor),
1226         (ev_view_reset_presentation_state):
1227         
1228         Merge evince-forms branch.
1229
1230 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1231
1232         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1233
1234         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1235         This script also updates itself from libegg
1236
1237         * cut-n-paste/toolbar-editor/egg*:
1238         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1239         libegg
1240
1241 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1242
1243         * shell/ev-window.c:
1244         
1245         Adds a nice icon to page action during toolbar editing.
1246         See bug #452872.
1247
1248 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1249
1250         * data/evince-toolbar.xml:
1251         * shell/ev-window.c:
1252         
1253         Let user add a presentation and fullscreen icons on toolbar.
1254         See bug #449734.
1255
1256 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1257
1258         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1259
1260         new script to keep in sync with toolbareditor in libegg
1261
1262         * cut-n-paste/toolbar-editor/*: 
1263
1264         Run update-toolbareditor-from-libegg so we are in sync again. 
1265         Fixes bug #452850.
1266         
1267
1268 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * shell/ev-sidebar-links.c: (job_finished_callback):
1271
1272         Do not connect selection changed signal more than once. Fixes bug
1273         #349433.
1274
1275 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1278
1279         Do not change sidebar chrome flag when pressing F9 key in
1280         presentation mode.
1281
1282 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * backend/pdf/ev-poppler.cc:
1285         (pdf_document_thumbnails_get_dimensions):
1286
1287         Make sure thumbnails width and height is not <= 0. Fixes a crash
1288         with some pdf documents which have really small pages.
1289
1290 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1291
1292         * shell/main.c: (main):
1293
1294         Fixes program description translation issue.
1295         Bug #450148.
1296
1297 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1298
1299         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1300
1301         Do not change current page when returning from black/white mode
1302         in presentation. Fixes bug #415032.
1303
1304 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1305
1306         * NEWS:
1307         * configure.ac:
1308         
1309         Update for release 0.9.1
1310
1311 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1312
1313         * backend/dvi/dvi-document.c:
1314         (dvi_document_finalize),
1315         (dvi_document_file_exporter_format_supported),
1316         (dvi_document_file_exporter_begin),
1317         (dvi_document_file_exporter_do_page),
1318         (dvi_document_file_exporter_end),
1319         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1320         
1321         PDF exporter for dvi documents. Fixes bug #441319.
1322
1323 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-window.c: (ev_window_clear_print_job):
1326
1327         Clear gtk print job when job has finished. Fixes bug #447612.
1328
1329 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-window.c: (ev_window_print_send),
1332         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1333
1334         Add preview button to print dialog. Fixes bug #445419.
1335
1336 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * backend/dvi/Makefile.am:
1339         * backend/dvi/pixbuf-device.[ch]: Removed
1340         * backend/dvi/cairo-device.[ch]: Added
1341         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1342         * backend/dvi/dvi-document.c: (dvi_document_load),
1343         (dvi_document_render), (dvi_document_finalize),
1344         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1345         (dvi_document_do_color_special):
1346         * libdocument/ev-document-misc.[ch]:
1347         (ev_document_misc_pixbuf_from_surface):
1348
1349         Port dvi backend to cairo and fix a problem with colors. 
1350
1351 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-view.c: (draw_one_page):
1354
1355         Draw only visible region.
1356
1357 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/djvu/djvu-document.c: (djvu_document_render):
1360
1361         Fix rotation in djvu backend.
1362
1363 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1366         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1367         (ev_pixbuf_cache_get_image_mapping),
1368         (ev_pixbuf_cache_get_text_mapping):
1369
1370         Redraw view every time we have a new surface. Fixes bug #443587.
1371
1372 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * libdocument/ev-document.c: (ev_document_info_free):
1375
1376         Fix memory leaks.
1377
1378 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * backend/dvi/dvi-document.c: (dvi_document_render),
1381         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1382         * backend/impress/impress-document.c:
1383         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1384         (impress_document_render), (impress_document_document_iface_init),
1385         (impress_document_thumbnails_get_thumbnail):
1386         * backend/djvu/djvu-document-private.h:
1387         * backend/djvu/djvu-document.c: (djvu_document_render),
1388         (djvu_document_finalize), (djvu_document_document_iface_init),
1389         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1390         * backend/tiff/tiff-document.c: (tiff_document_render),
1391         (tiff_document_render_pixbuf),
1392         (tiff_document_document_iface_init):
1393         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1394         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1395         (pdf_selection_render_selection):
1396         * backend/comics/comics-document.c:
1397         (comics_document_render_pixbuf), (comics_document_render),
1398         (comics_document_document_iface_init):
1399         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1400         (pixbuf_document_document_iface_init):
1401         * libdocument/ev-document-misc.[ch]:
1402         (ev_document_misc_surface_from_pixbuf),
1403         (ev_document_misc_surface_rotate_and_scale):
1404         * libdocument/ev-document.[ch]: (ev_document_render):
1405         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1406         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1407         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1408         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1409         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1410         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1411         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1412         (render_finished_cb), (ev_job_render_run):
1413         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1414         (merge_selection_region):
1415
1416         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1417         and selections.
1418
1419 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * shell/ev-window-title.c: (ev_window_title_update):
1422
1423         Fix memory leak.
1424
1425 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * shell/ev-view.c: (draw_loading_text):
1428
1429         Show loading text centered. Fixes bug #433061
1430
1431 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * shell/ev-sidebar-thumbnails.c:
1434         (ev_sidebar_thumbnails_set_loading_icon):
1435
1436         Remove a mutex in the main thread that blocks the UI in heavy
1437         documents.
1438
1439 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1442
1443         Set points_set to TRUE so that selections don't disappear after a
1444         zoom change.
1445
1446 2007-06-07  Michael Monreal  <infernux@web.de>
1447
1448         * data/icons/16x16/actions/Makefile.am:
1449         * data/icons/16x16/actions/zoom.svg:
1450         * data/icons/22x22/actions/Makefile.am:
1451         * data/icons/22x22/actions/zoom.svg:
1452         * data/icons/24x24/actions/Makefile.am:
1453         * shell/ev-stock-icons.c:
1454         * shell/ev-stock-icons.h:
1455         * shell/ev-window.c:
1456         
1457         Zoom icon artwork. See bug #444795.
1458
1459 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1460
1461         * shell/ev-metadata-manager.c: Remove extraneous function
1462         (Closes: #444386)
1463
1464 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1465
1466         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1467         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1468         (ev_metadata_manager_set), (ev_metadata_manager_save):
1469         Simplify the timeout, no need for modified anymore
1470
1471 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1472
1473         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1474         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1475         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1476         (ev_metadata_manager_save): Adapted patch from Arjan van de
1477         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1478         time, saves on power (Closes: #443851)
1479
1480 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * configure.ac:
1483         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1484         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1485
1486         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1487
1488 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1489
1490         * shell/ev-window.c: (ev_window_add_history):
1491
1492         Check if history is NULL
1493
1494 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * libdocument/ev-image.c: (ev_image_finalize):
1497         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1498         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1499         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1500         (ev_tmp_uri_unlink):
1501
1502         Add functions to delete temporary files created by evince in a safe
1503         way.
1504
1505         * shell/ev-window.c: (ev_window_clear_local_uri),
1506         (open_xfer_update_progress_callback),
1507         (save_xfer_update_progress_callback), (ev_window_save_remote),
1508         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1509         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1510         (attachment_save_dialog_response_cb),
1511         (ev_attachment_popup_cmd_save_attachment_as):
1512
1513         Allow saving a copy of a document, image or attachment to a remote
1514         location. Fixes bug #440754. 
1515
1516 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * configure.ac:
1519         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1520
1521         Fix build with current poppler from cvs head. 
1522
1523 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1524
1525         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1526
1527         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1528         directory exists.
1529
1530 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1531
1532         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1533         * shell/ev-window.c:
1534
1535         Change sidebar ordering. Fixes bug #439939.
1536
1537 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1538
1539         * backend/comics/Makefile.am:
1540         
1541         Fixes build with --without-libgnome.
1542
1543 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1544         
1545         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1546
1547         Update cursor and tooltip on page change and view scroll. Fixes bug
1548         #439217.
1549
1550 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1551
1552         * NEWS:
1553         * configure.ac:
1554         
1555         Update for release 0.9.0
1556
1557 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1558
1559         * backend/djvu/djvu-document-private.h:
1560         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1561         (djvu_document_finalize),
1562         (djvu_document_file_exporter_format_supported),
1563         (djvu_document_file_exporter_begin),
1564         (djvu_document_file_exporter_do_page),
1565         (djvu_document_file_exporter_end),
1566         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1567         
1568         Implemented printing with djvu. Bug #437998.
1569
1570 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * backend/impress/zip.c:
1573         Add missing ulong definition.
1574
1575         * backend/ps/ps-interpreter.c:
1576         Add missing headers.
1577
1578         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1579
1580 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1583
1584         Add missing call to parent class dispose method. 
1585
1586 2007-05-12  Ross Burton  <ross@openedhand.com>
1587
1588         * shell/main.c:
1589         Sync keybindings manually when building without libgnome
1590         (#437925).
1591
1592 2007-05-12  Ross Burton  <ross@openedhand.com>
1593
1594         * shell/ev-window.c:
1595         Respect the screen when opening help (#437866).
1596
1597 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * data/evince-ui.xml:
1600         * shell/ev-application.[ch]: (get_print_settings_from_args),
1601         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1602         (ev_application_open_uri_list):
1603         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1604         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1605         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1606         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1607         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1608         (ev_window_dispose):
1609         * shell/main.c: (arguments_parse):
1610
1611         Add print button in preview mode. Fixes bug #396475. 
1612
1613 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1614
1615         * cut-n-paste/zoom-control/ephy-zoom.h:
1616         
1617         Fixes zoom level factors. See bug #408119 for details.
1618
1619 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1620
1621         * backend/comics/comics-document.c: (comics_regex_quote),
1622         (extract_argv):
1623         
1624         Correctly quote symbols. Fixes crash in the bug
1625         #415370.
1626
1627 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1628
1629         * shell/ev-navigation-action-widget.c:
1630         (ev_navigation_action_widget_init),
1631         (ev_navigation_action_widget_class_init),
1632         (ev_navigation_action_widget_button_press_event):
1633         
1634         Connect to button-press event on correct widget. Fixes
1635         bug #431988
1636
1637 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1638
1639         * shell/ev-application.c: (ev_application_open_window),
1640         (ev_application_add_icon_path_for_screen),
1641         (ev_application_open_uri_at_dest):
1642         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1643         * shell/ev-navigation-action.c: (build_menu):
1644         
1645         Add app-specific icons to our icon theme. Fixes bug
1646         #425508.
1647
1648 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1649
1650         * shell/ev-history.c: (ev_history_class_init),
1651         (ev_history_add_link):
1652         * shell/ev-history.h:
1653         * shell/ev-navigation-action.c:
1654         (ev_navigation_action_history_changed),
1655         (ev_navigation_action_set_history), (build_menu),
1656         (ev_navigation_action_finalize):
1657         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1658         
1659         Make navigation action unsensitive instead of showing
1660         menu with unsensitive word. Fixes bug #417392.
1661
1662 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * shell/ev-application.[ch]: (ev_application_shutdown),
1665         (ev_application_get_print_settings),
1666         (ev_application_set_print_settings):
1667         * shell/ev-window.c:
1668
1669         Remember print settings. Fixes bug #349102. 
1670
1671 2007-05-08  Christian Persch  <chpe@gnome.org>
1672
1673         * configure.ac:
1674         * properties/ev-properties-view.c:
1675
1676         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1677         Bug #382438.
1678
1679 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * configure.ac:
1682         * properties/ev-properties-view.c: (ev_regular_paper_size):
1683
1684         Use gtk+ builtin paper list to identify the document's paper size.
1685         Fixes bug #382438. 
1686
1687 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * configure.ac:
1690
1691         Fix build when compiling with thumbnailer and libgnome support. 
1692
1693 2007-05-04  Ross Burton  <ross@openedhand.com>
1694
1695         * configure.ac:
1696         Add --without-libgnome, check for libgnome and libgnomeui
1697         separately, and add them to the symbols as required.
1698
1699         * libdocument/ev-file-helpers.c:
1700         When building without libgnome, use g_get_user_config_dir instead
1701         of gnome_user_dir_get.
1702
1703         * shell/ev-application.c:
1704         When building without libgnome, don't use session management.
1705
1706         * shell/main.c:
1707         When building without libgnome, don't use GnomeProgram or
1708         initialise the authentication manager.
1709
1710         This fixes #328842.
1711
1712 2007-05-04  Ross Burton  <ross@openedhand.com>
1713
1714         * shell/ev-window.c:
1715         Don't use libgnome to open help, instead call Yelp directly.
1716
1717 2007-05-04  Ross Burton  <ross@openedhand.com>
1718
1719         * shell/ev-sidebar-attachments.c:
1720         Don't use libgnome to lookup icons for MIME types, instead copy
1721         code from GTK+ to do it manually.
1722
1723 2007-05-04  Ross Burton  <ross@openedhand.com>
1724
1725         * configure.ac:
1726         Add libxml to the dependencies for SHELL_CORE (#435818).
1727
1728 2007-05-02  Ross Burton  <ross@openedhand.com>
1729
1730         * configure.ac:
1731         * Makefile.am:
1732         Add --disable-thumbnailer (#434825)
1733
1734 2007-05-02  Ross Burton  <ross@openedhand.com>
1735
1736         * shell/ev-window.c:
1737         Add missing includes, fix indentation.
1738
1739         * shell/main.c:
1740         Fix indentation.
1741
1742 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1743
1744         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1745         ev_application_open_uri_at_dest instead of ev_application_open_uri
1746         preventing new document always being opened in a new window even if there
1747         is an empty window.
1748
1749 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1750
1751         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1752         (egg_recent_view_uimanager_finalize):
1753         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1754         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1755         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1756         (ev_pixbuf_cache_dispose):
1757         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1758         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1759         
1760         Add missing chain to parent class methods. Fixes
1761         bug #433128.
1762
1763 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1764
1765         * data/Makefile.am (update-icon-cache): Updates
1766         gtk-update-icon-cache in uninstall-hook.
1767
1768 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-window.c: (ev_window_setup_document),
1771         (ev_window_set_document), (ev_window_load_job_cb):
1772         * shell/ev-view.c: (setup_caches):
1773         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1774
1775         Start rendering pages before any other jobs. 
1776
1777 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * shell/ev-window.c: (ev_window_stop_fullscreen),
1780         (ev_window_stop_presentation):
1781
1782         Update chrome visibility before window unfullscreen. 
1783
1784 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * data/Makefile.am:
1787         * data/evince-ui.xml:
1788         * shell/ev-stock-icons.[ch]:
1789         * shell/ev-application.[ch]: (ev_application_shutdown),
1790         (ev_application_init), (ev_application_get_toolbars_model):
1791         * shell/ev-window.c: (update_chrome_visibility),
1792         (fullscreen_toolbar_setup_item_properties),
1793         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1794         (ev_window_run_presentation), (ev_window_stop_presentation),
1795         (ev_window_run_preview), (ev_window_screen_changed),
1796         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1797         (ev_window_dispose), (ev_window_init):
1798
1799         Make fullscreen toolbar always visible. Do not use egg toolbars for
1800         fullscreen and preview modes since such toolbars are not editables.
1801         Fixes bugs #300278, #338910 and #316188.  
1802
1803 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1804
1805         * shell/ev-application.c:
1806         * shell/ev-job-queue.c:
1807         * shell/ev-metadata-manager.c:
1808         * shell/ev-stock-icons.c:
1809         * shell/ev-window.c:
1810         * shell/main.c:
1811         
1812         Developers documentation updated.
1813
1814 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1817
1818         Check whether uri is valid before launching it. Fixes bug #427664.
1819
1820 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-window.c:
1823
1824         Change key accelerator for Open a Copy menu entry which is in conflict
1825         with Close. Fixes bug #427321.
1826
1827 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1828
1829         * NEWS:
1830         * configure.ac:
1831         
1832         Update for release 0.8.1
1833
1834 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1835
1836         * shell/ev-window.c: (setup_size_from_metadata):
1837         
1838         Do not make window bigger than screen. Fixes bug 
1839         #388985.
1840
1841 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1844         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1845
1846         Use default resolution when it's not provided by document. Fixes bug
1847         #408762.
1848
1849 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * configure.ac:
1852         * thumbnailer/Makefile.am:
1853         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1854         * thumbnailer/evince-thumbnailer.schemas.in:
1855         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1856
1857         Add support for ps, eps and compressed documents thumbnails. Do not
1858         ignore size parameter. 
1859
1860 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1861
1862         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1863         (dvi_document_do_color_special):
1864         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1865
1866         Implement font color specials in the DVI backend. Fixes bug #303651.
1867
1868 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1869
1870         Fixup the previous commit:
1871
1872         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1873         * shell/xdg-user-dir-lookup.c: Make the function non-static
1874         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1875
1876 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1877
1878         * shell/ev-window.c (file_open_dialog_response_cb): Use
1879         the xdg-user-dirs DOCUMENTS folder as default folder when
1880         opening a file chooser.  (#424858)
1881
1882         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1883         xdg-user-dirs.
1884
1885 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * shell/ev-window.c: (ev_window_load_job_cb):
1888
1889         Do not setup view from metadata on preview mode. 
1890
1891 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1892
1893         * shell/main.c:
1894
1895         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1896
1897 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * shell/ev-view.c: (ev_view_primary_get_cb):
1900
1901         Check pointer != NULL before using it. Fixes bug #416841. 
1902
1903 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1904
1905         * NEWS:
1906         * configure.ac:
1907         
1908         Release 0.8.0
1909
1910 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1913
1914         Do not render thumbnails when sidebar thumbnail page is not visible
1915         at startup. Fixes bug #416447. 
1916
1917 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1918
1919         * data/evince.desktop.in.in:
1920
1921         "Application" is not a valid category in the freedesktop specification.
1922
1923 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * libdocument/ev-file-helpers.[ch]: (compression_run),
1926         (ev_file_uncompress), (ev_file_compress):
1927         * shell/ev-window.c: (file_save_dialog_response_cb):
1928
1929         Save document compressed when saving a copy of a compressed document.
1930         Fixes bug #334542.
1931
1932 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1935
1936         Allow deleting in goto window entry in presentation mode. 
1937
1938 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1939
1940         * Makefile.am: Dist MAINTAINERS.
1941
1942 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * shell/ev-window.c: (ev_window_update_actions):
1945
1946         Fix zoom shortcut keys when searching. Fixes bug #409828.
1947
1948 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * shell/ev-window.c: (ev_window_setup_document):
1951
1952         Fix crash when loading documents with only one page. 
1953
1954 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * backend/dvi/dvi-document.c:
1957         (dvi_document_thumbnails_get_dimensions),
1958         (dvi_document_thumbnails_get_thumbnail):
1959         * backend/impress/impress-document.c:
1960         (impress_document_thumbnails_get_thumbnail),
1961         (impress_document_thumbnails_get_dimensions):
1962         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1963         (ps_document_thumbnails_get_dimensions):
1964         * backend/djvu/djvu-document.c:
1965         (djvu_document_thumbnails_get_dimensions),
1966         (djvu_document_thumbnails_get_thumbnail):
1967         * backend/tiff/tiff-document.c:
1968         (tiff_document_thumbnails_get_thumbnail),
1969         (tiff_document_thumbnails_get_dimensions):
1970         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1971         (pdf_document_thumbnails_get_thumbnail),
1972         (pdf_document_thumbnails_get_dimensions):
1973         * backend/comics/comics-document.c:
1974         (comics_document_thumbnails_get_thumbnail),
1975         (comics_document_thumbnails_get_dimensions):
1976         * backend/pixbuf/pixbuf-document.c:
1977         (pixbuf_document_thumbnails_get_thumbnail),
1978         (pixbuf_document_thumbnails_get_dimensions):
1979         * libdocument/ev-document-thumbnails.[ch]:
1980         (ev_document_thumbnails_get_thumbnail),
1981         (ev_document_thumbnails_get_dimensions):
1982         * libdocument/ev-document-misc.[ch]:
1983         (ev_document_misc_get_thumbnail_frame):
1984         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1985         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1986         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1987         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1988         (ev_sidebar_thumbnails_refresh):
1989         * shell/ev-window.c: (ev_window_setup_document):
1990         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1991
1992         Use an EvRenderContext for rendering thumbnails instead of a suggested
1993         width, so that different sized pages get sized proportionally.
1994
1995 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-view.c: (ev_view_button_press_event),
1998         (ev_view_key_press_event):
1999
2000         Fix critical warnings when there is no document loaded. 
2001
2002 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-page-action-widget.c:
2005         * shell/ev-navigation-action.c:
2006         * shell/ev-window.c:
2007
2008         Fix compile warnings. 
2009
2010 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * backend/djvu/djvu-text.h:
2013         * backend/djvu/djvu-document.c:
2014         * backend/djvu/djvu-text-page.c:
2015         * backend/djvu/djvu-links.c:
2016         * backend/djvu/djvu-text-page.h:
2017         * backend/djvu/djvu-text.c:
2018         
2019         Fix build on Mac. Fixes bug #392186. Patch by
2020         <ephraim_owns@hotmail.com>
2021
2022 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2025
2026         Restore cairo context before rendering every page when printing a PDF
2027         document into a PDF file. 
2028
2029 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * backend/ps/gstypes.h:
2032         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2033         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2034         (ps_document_thumbnails_get_thumbnail):
2035
2036         Handle PostScript page orientation. Fixes bug #318568.
2037
2038 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * backend/ps/Makefile.am:
2041         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2042         (document_load), (ps_document_load), (save_document),
2043         (save_page_list), (ps_document_get_n_pages),
2044         (ps_document_get_page_size), (ps_document_get_info),
2045         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2046         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2047         (ps_document_thumbnails_get_thumbnail),
2048         (ps_document_thumbnails_get_dimensions),
2049         (ps_document_document_thumbnails_iface_init):
2050         * backend/ps/ps.[ch]: (psgetpagebox):
2051         * backend/ps/ps-interpreter.[ch]:
2052
2053         Add support for thumbnails in ps backend. Fixes bug #164755. 
2054
2055 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2056
2057         * NEWS:
2058         * configure.ac:
2059         
2060         Release 0.7.2
2061
2062 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2065         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2066         (ev_window_dispose):
2067
2068         Use document thumbnail as window icon. Fixes bug #384442.
2069
2070 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2071
2072         * configure.ac:
2073
2074         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2075         duplicated adding application/x-bzpostscript instead. 
2076
2077 2007-02-11  Tom Parker  <palfrey@tevp.net>
2078
2079         * backend/ps/ps-document.c: (document_load):
2080
2081         Check return value of psscan before trying
2082         to use it. Fixes bug #372414.
2083
2084 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2087
2088         Fix invalid free in ev-page-cache. Fixes bug #404745.
2089
2090 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2091
2092         * test/Makefile.am:
2093         * test/test3.py:
2094         
2095         Added reload test case.
2096
2097 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2098
2099         * po/POTFILES.in:
2100         * backend/djvu/djvu-document.c: (djvu_document_load):
2101
2102         Check whether there are missing files in indirect multipage djvu
2103         documents. Fixes bug #361683. 
2104
2105 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2106
2107         * test/Makefile.am:
2108         * test/test-mime.bin:
2109         * test/test3.py:
2110         
2111         Added test for slow mime type
2112
2113 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2116
2117         Add some checks and call parent_class->finalize. Fixes bug #404745.
2118
2119 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2120
2121         * shell/ev-navigation-action.c: (connect_proxy):
2122         
2123         Fixes dropdown history menu. Thanks a lot Carlos!
2124
2125 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2128
2129         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2130         bug #373715.
2131
2132 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * backend/ps/ps.c: (psscan):
2135
2136         Fix memory leak. 
2137
2138 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * configure.ac:
2141         * libdocument/ev-file-helpers.c: 
2142
2143         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2144
2145 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * configure.ac:
2148         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2149         (ps_interpreter_start), (document_load), (save_document),
2150         (save_page_list):
2151         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2152         * libdocument/ev-document-factory.c:
2153         (ev_document_factory_get_from_mime), (get_document_from_uri),
2154         (free_uncompressed_uri), (ev_document_factory_get_document):
2155         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2156
2157         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2158
2159 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * libdocument/ev-document.h:
2162
2163         Fix typo in function name. 
2164
2165 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * backend/ps/ps-document.c: (ps_interpreter_finished),
2168         (ps_interpreter_start), (ps_interpreter_failed):
2169
2170         Handle ghostscript interpreter crashes. 
2171
2172 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * shell/ev-window.c: (ev_window_open_uri),
2175         (window_configure_event_cb):
2176
2177         Setup window size and position before showing it. Fixes bug #401711.
2178
2179 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * backend/ps/Makefile.am:
2182         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2183         (ps_document_dispose), (ps_document_class_init),
2184         (ps_interpreter_input), (ps_interpreter_output),
2185         (ps_interpreter_error), (setup_interpreter_env),
2186         (ps_interpreter_start), (ps_interpreter_stop),
2187         (ps_interpreter_failed), (ps_interpreter_is_ready),
2188         (check_filecompressed), (document_load), (ps_document_load),
2189         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2190         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2191         (render_page):
2192
2193         Rework ps-document. Code cleanups, remove deprecated code. 
2194
2195 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * shell/ev-view.c: (ev_view_button_press_event):
2198
2199         Do not start an image drag and drop operation when pointer is on 
2200         text, so that we can select text when the whole background is an
2201         image. 
2202
2203 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * shell/ev-window.c: (ev_window_update_actions): 
2206
2207         Disable all zoom related actions during presentation mode. 
2208
2209 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2210
2211         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2212
2213         Do not zoom in or out on presentation mode. Fixes bug #401305.
2214
2215 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2216
2217         * shell/ev-navigation-action.c: (connect_proxy),
2218         (create_menu_item), (ev_navigation_action_class_init):
2219         
2220         Correctly show menu and fix crash when navigaton 
2221         action is out of toolbar visible area.
2222
2223 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2224
2225         * data/Makefile.am:
2226         * data/evince.1:
2227         
2228         Added man file
2229
2230 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2231
2232         * help/reference/* :
2233         * configure.ac:
2234         
2235         Added gtk-doc based documentation for Evince.
2236         Still in initial state but I hope it will
2237         grow.
2238         
2239         * configure.ac:
2240         
2241         Lower dbus requirement to 0.70
2242
2243 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * shell/ev-window.c: (ev_window_add_history):
2246
2247         Fix memory leak. 
2248
2249 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2250
2251         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2252         * shell/ev-view.h:
2253         * shell/ev-window.c: (ev_window_add_history):
2254         
2255         Correctly handle named destination links
2256
2257 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2258
2259         * NOTES:
2260         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2261         * backend/pdf/ev-poppler.cc:
2262         * libdocument/ev-document-links.h:
2263         * libdocument/ev-link.c: (ev_link_get_page):
2264         * libdocument/ev-link.h:
2265         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2266         (ev_history_add_link):
2267         * shell/ev-history.h:
2268         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2269         (new_history_menu_item), (build_menu):
2270         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2271         * shell/ev-sidebar-links.c: (create_loading_model),
2272         (print_section_cb), (ev_sidebar_links_construct),
2273         (fill_page_labels), (update_page_callback_foreach),
2274         (update_page_callback), (job_finished_callback):
2275         * shell/ev-view.c: (ev_view_handle_link):
2276         * shell/ev-window.c: (ev_window_find_chapter),
2277         (ev_window_add_history), (view_handle_link_cb),
2278         (history_changed_cb):
2279         
2280         Implements another history variant
2281
2282 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * shell/ev-window.c: (view_external_link_cb):
2285         * shell/ev-view.c: (ev_view_button_release_event):
2286
2287         Open links in new window when clicking with middle button. 
2288
2289 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2290
2291         * shell/ev-navigation-action.c: (new_history_menu_item):
2292         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2293         * shell/ev-view.c: (ev_view_handle_link):
2294         * shell/ev-window.c:
2295         
2296         Store link before jump, not the destination. For me it 
2297         seems like more natural history behavior.
2298
2299 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2300
2301         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2302         (ev_navigation_action_class_init):
2303         * shell/ev-navigation-action.h:
2304         * shell/ev-page-action.c: (activate_cb):
2305         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2306         (ev_page_cache_set_current_page_history):
2307         * shell/ev-page-cache.h:
2308         * shell/ev-sidebar-thumbnails.c:
2309         (ev_sidebar_tree_selection_changed),
2310         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2311         * shell/ev-view-private.h:
2312         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2313         * shell/ev-view.h:
2314         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2315         (ev_window_setup_document), (ev_window_load_job_cb):
2316         * shell/ev-window.h:
2317         
2318         History finally works as expected.
2319
2320 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2323
2324         Do not update links treeview if it doesn't have a model assigned yet. 
2325
2326 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2329         (ev_sidebar_links_class_init), (update_page_callback):
2330
2331         Do not update links treeview when sidepane is not visible. 
2332
2333 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2334
2335         * shell/ev-marshal.list:
2336         * shell/ev-page-action.c: (activate_cb),
2337         (ev_page_action_class_init):
2338         * shell/ev-page-action.h:
2339         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2340         * shell/ev-window.c:
2341         
2342         Remove activate_link signal, not required.
2343
2344 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2345
2346         * shell/ev-navigation-action.c: (build_menu):
2347         
2348         Reorder menu items and build menu with fixed length.
2349
2350 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2351
2352         * shell/ev-view.c: (get_selected_text):
2353         
2354         Normalize text to fix ligatures problem. See bug
2355         #341947 for details.
2356
2357 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2360
2361         Fix memory leak in ev-page-cache. 
2362
2363 2007-01-25  Tom Parker <palfrey@tevp.net>
2364
2365         * backend/impress/impress-document.c: (impress_document_load),
2366         (impress_document_finalize), (impress_document_init):
2367         * properties/ev-properties-main.c: (ev_properties_get_pages):
2368         
2369         Correctly handle impress document errors. Fixes nautilus
2370         crash in property page #370491.
2371
2372 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2375         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2376         (ev_job_queue_remove_job):
2377         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2378         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2379         (ev_job_load_run):
2380         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2381         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2382         (ev_window_load_job_cb), (xfer_update_progress_callback),
2383         (ev_window_open_uri), (ev_window_dispose):
2384         * shell/main.c: (main):
2385
2386         Do file transfer asynchronously in the main thread instead of
2387         synchronously in the load thread. Fixes bugs #399694, #398307 and
2388         #343542.
2389
2390 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * shell/ev-jobs.c: (ev_job_xfer_run):
2393
2394         Load the document with the font-config lock held. 
2395
2396 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * backend/ps/ps-document.c: (start_interpreter):
2399
2400         Fix memory leaks in ps backend. 
2401
2402 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * backend/impress/impress-document.c:
2405         (impress_document_render_pixbuf):
2406
2407         Do not acquire fontconfig lock in impress backend, since it is using
2408         the main loop for rendering. 
2409
2410 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * po/POTFILES.in: 
2413
2414         Remove mdvi files that shouldn't be translated. 
2415
2416 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-view-private.h:
2419         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2420         (ev_view_set_zoom):
2421
2422         Render "loading..." text into a cairo surface instead of directly into
2423         the window so that fontconfig lock is only needed once and UI is not
2424         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2425
2426 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2429         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2430
2431         Use icon theme associated with the window screen rather than default. 
2432
2433 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2434
2435         * configure.ac:
2436
2437         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2438
2439 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2440
2441         * data/icons/*/apps/evince.*:
2442
2443         Move Evince icons under new apps directory.
2444
2445         * data/icons/*/actions/*:
2446
2447         Add new custom themeable Evince icons: view-page-continuous, 
2448         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2449         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2450
2451         * configure.ac:
2452
2453         Add new directories to AC_CONFIG_FILES.
2454
2455         * shell/ev-stock-icons.c:
2456         * shell/ev-stock-icons.h:
2457
2458         Use new custom themeable icons.
2459
2460 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2463
2464         Do not draw white background page in presentation mode. 
2465
2466 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2467
2468         * shell/ev-view.c: Remove unused gnome-vfs include.
2469
2470 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2471
2472         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2473         
2474         Format string is corrected, fixes bug #397129.
2475
2476 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * shell/ev-window.c: (ev_window_setup_recent):
2479
2480         Do not include in recent menu inexistent documents. Fixes
2481         bug #339171.
2482
2483 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * po/POTFILES.skip: 
2486
2487         Update POTFILES.skip file according to current source tree. 
2488
2489 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * shell/ev-window.c: (file_save_dialog_response_cb):
2492
2493         Do Save a copy in atomic way. Fixes bug #328266. 
2494
2495 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2498
2499         Keep selected cell always visible in index treeview.
2500
2501 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2502         
2503         * shell/ev-view.c: (ev_view_size_allocate):
2504
2505         Restore horizontal scrollbar after switching to/from fullscreen
2506         or presentation mode. Fixes bug #331728.
2507
2508 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * shell/ev-view-private.h:
2511         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2512         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2513         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2514         (ev_view_can_zoom_out):
2515
2516         Use max and min scale values in the view iby taking dpi into account. 
2517
2518 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * configure.ac:
2521         * NEWS:
2522
2523         Release 0.7.1
2524
2525 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * shell/ev-window.c: (ev_window_print_send):
2528
2529         Send print job to printer with some settings set to default values,
2530         since we have already exported to a file according to such settings
2531         and they could be taken twice by some printers. 
2532
2533 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * shell/ev-jobs.c: (ev_job_xfer_run):
2536         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2537
2538         Show main window and load document with the font-config lock held. 
2539
2540 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * configure.ac:
2543         * shell/ev-application.c: (ev_application_register_service):
2544         * shell/main.c: (load_files_remote):
2545
2546         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2547
2548 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2549
2550         * doc/debugging.txt:
2551         
2552         Remove obsolete documentation.
2553
2554 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2555
2556         * Makefile.am:
2557         * backend/Makefile.am:
2558         * backend/comics/Makefile.am:
2559         * backend/djvu/Makefile.am:
2560         * backend/dvi/Makefile.am:
2561         * backend/ev-async-renderer.c:
2562         * backend/ev-async-renderer.h:
2563         * backend/ev-attachment.c:
2564         * backend/ev-attachment.h:
2565         * backend/ev-backend-marshal.c:
2566         * backend/ev-document-factory.c:
2567         * backend/ev-document-factory.h:
2568         * backend/ev-document-find.c:
2569         * backend/ev-document-find.h:
2570         * backend/ev-document-fonts.c:
2571         * backend/ev-document-fonts.h:
2572         * backend/ev-document-images.c:
2573         * backend/ev-document-images.h:
2574         * backend/ev-document-info.h:
2575         * backend/ev-document-links.c:
2576         * backend/ev-document-links.h:
2577         * backend/ev-document-misc.c:
2578         * backend/ev-document-misc.h:
2579         * backend/ev-document-security.c:
2580         * backend/ev-document-security.h:
2581         * backend/ev-document-thumbnails.c:
2582         * backend/ev-document-thumbnails.h:
2583         * backend/ev-document-transition.c:
2584         * backend/ev-document-transition.h:
2585         * backend/ev-document.c:
2586         * backend/ev-document.h:
2587         * backend/ev-file-exporter.c:
2588         * backend/ev-file-exporter.h:
2589         * backend/ev-image.c:
2590         * backend/ev-image.h:
2591         * backend/ev-link-action.c:
2592         * backend/ev-link-action.h:
2593         * backend/ev-link-dest.c:
2594         * backend/ev-link-dest.h:
2595         * backend/ev-link.c:
2596         * backend/ev-link.h:
2597         * backend/ev-render-context.c:
2598         * backend/ev-render-context.h:
2599         * backend/ev-selection.c:
2600         * backend/ev-selection.h:
2601         * backend/impress/Makefile.am:
2602         * backend/pdf/Makefile.am:
2603         * backend/pixbuf/Makefile.am:
2604         * backend/ps/Makefile.am:
2605         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2606         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2607         (start_interpreter), (stop_interpreter), (document_load),
2608         (ps_document_next_page), (render_page):
2609         * backend/tiff/Makefile.am:
2610         * comics/Makefile.am:
2611         * comics/comics-document.c:
2612         * comics/comics-document.h:
2613         * configure.ac:
2614         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2615         * djvu/Makefile.am:
2616         * djvu/djvu-document-private.h:
2617         * djvu/djvu-document.c:
2618         * djvu/djvu-document.h:
2619         * djvu/djvu-links.c:
2620         * djvu/djvu-links.h:
2621         * djvu/djvu-text-page.c:
2622         * djvu/djvu-text-page.h:
2623         * djvu/djvu-text.c:
2624         * djvu/djvu-text.h:
2625         * dvi/Makefile.am:
2626         * dvi/dvi-document.c:
2627         * dvi/dvi-document.h:
2628         * dvi/fonts.c:
2629         * dvi/fonts.h:
2630         * dvi/mdvi-lib/Makefile.am:
2631         * dvi/mdvi-lib/afmparse.c:
2632         * dvi/mdvi-lib/afmparse.h:
2633         * dvi/mdvi-lib/bitmap.c:
2634         * dvi/mdvi-lib/bitmap.h:
2635         * dvi/mdvi-lib/color.c:
2636         * dvi/mdvi-lib/color.h:
2637         * dvi/mdvi-lib/common.c:
2638         * dvi/mdvi-lib/common.h:
2639         * dvi/mdvi-lib/defaults.h:
2640         * dvi/mdvi-lib/dvimisc.c:
2641         * dvi/mdvi-lib/dviopcodes.h:
2642         * dvi/mdvi-lib/dviread.c:
2643         * dvi/mdvi-lib/files.c:
2644         * dvi/mdvi-lib/font.c:
2645         * dvi/mdvi-lib/fontmap.c:
2646         * dvi/mdvi-lib/fontmap.h:
2647         * dvi/mdvi-lib/fontsrch.c:
2648         * dvi/mdvi-lib/gf.c:
2649         * dvi/mdvi-lib/hash.c:
2650         * dvi/mdvi-lib/hash.h:
2651         * dvi/mdvi-lib/list.c:
2652         * dvi/mdvi-lib/mdvi.h:
2653         * dvi/mdvi-lib/pagesel.c:
2654         * dvi/mdvi-lib/paper.c:
2655         * dvi/mdvi-lib/paper.h:
2656         * dvi/mdvi-lib/pk.c:
2657         * dvi/mdvi-lib/private.h:
2658         * dvi/mdvi-lib/setup.c:
2659         * dvi/mdvi-lib/sp-epsf.c:
2660         * dvi/mdvi-lib/special.c:
2661         * dvi/mdvi-lib/sysdeps.h:
2662         * dvi/mdvi-lib/t1.c:
2663         * dvi/mdvi-lib/tfm.c:
2664         * dvi/mdvi-lib/tfmfile.c:
2665         * dvi/mdvi-lib/tt.c:
2666         * dvi/mdvi-lib/util.c:
2667         * dvi/mdvi-lib/vf.c:
2668         * dvi/pixbuf-device.c:
2669         * dvi/pixbuf-device.h:
2670         * impress/Makefile.am:
2671         * impress/common.h:
2672         * impress/document.c:
2673         * impress/f_oasis.c:
2674         * impress/f_oo13.c:
2675         * impress/iksemel.c:
2676         * impress/iksemel.h:
2677         * impress/imposter.h:
2678         * impress/impress-document.c:
2679         * impress/impress-document.h:
2680         * impress/internal.h:
2681         * impress/r_back.c:
2682         * impress/r_draw.c:
2683         * impress/r_geometry.c:
2684         * impress/r_gradient.c:
2685         * impress/r_style.c:
2686         * impress/r_text.c:
2687         * impress/render.c:
2688         * impress/render.h:
2689         * impress/zip.c:
2690         * impress/zip.h:
2691         * lib/Makefile.am:
2692         * lib/ev-debug.c:
2693         * lib/ev-debug.h:
2694         * lib/ev-file-helpers.c:
2695         * lib/ev-file-helpers.h:
2696         * lib/ev-gui.c:
2697         * lib/ev-gui.h:
2698         * lib/ev-tooltip.c:
2699         * lib/ev-tooltip.h:
2700         * libdocument/Makefile.am:
2701         * libdocument/ev-file-helpers.c:
2702         * pdf/Makefile.am:
2703         * pdf/ev-poppler.cc:
2704         * pdf/ev-poppler.h:
2705         * pixbuf/Makefile.am:
2706         * pixbuf/pixbuf-document.c:
2707         * pixbuf/pixbuf-document.h:
2708         * properties/Makefile.am:
2709         * ps/Makefile.am:
2710         * ps/gsdefaults.c:
2711         * ps/gsdefaults.h:
2712         * ps/gsio.c:
2713         * ps/gsio.h:
2714         * ps/gstypes.h:
2715         * ps/ps-document.c:
2716         * ps/ps-document.h:
2717         * ps/ps.c:
2718         * ps/ps.h:
2719         * shell/Makefile.am:
2720         * shell/ev-application.h:
2721         * shell/ev-sidebar-links.c:
2722         * shell/ev-sidebar-links.h:
2723         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2724         (ev_gui_menu_position_tree_selection):
2725         * shell/ev-utils.h:
2726         * shell/ev-view.c: (ev_view_finalize):
2727         * shell/ev-window.c:
2728         * shell/main.c: (main):
2729         * thumbnailer/Makefile.am:
2730         * tiff/Makefile.am:
2731         * tiff/tiff-document.c:
2732         * tiff/tiff-document.h:
2733         * tiff/tiff2ps.c:
2734         * tiff/tiff2ps.h:
2735         
2736         Reorganize source tree.
2737
2738 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * backend/ev-document-factory.c:
2741
2742         Do not include ev-poppler.h when pdf is disabled. 
2743
2744 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2745
2746         * configure.ac:
2747         * data/evince-ui.xml:
2748         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2749         (pdf_document_document_images_iface_init):
2750         * backend/Makefile.am:
2751         * backend/ev-document-images.[ch]:
2752         * backend/ev-image.[ch]:
2753         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2754         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2755         (ev_job_xfer_run):
2756         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2757         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2758         (ev_pixbuf_cache_get_image_mapping):
2759         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2760         (view_menu_popup_cb), (ev_window_dispose),
2761         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2762         (ev_view_popup_cmd_copy_image):
2763         * shell/ev-view-private.h:
2764         * shell/ev-view.c: (ev_view_get_image_at_location),
2765         (ev_view_do_popup_menu), (ev_view_popup_menu),
2766         (ev_view_button_press_event), (ev_view_drag_data_get),
2767         (ev_view_drag_motion), (ev_view_drag_data_received),
2768         (ev_view_motion_notify_event), (ev_view_button_release_event),
2769         (ev_view_finalize), (ev_view_class_init):
2770
2771         Add image handling support. Fixes bugs #310008 and #325047. Images
2772         selection is not supported yet. 
2773
2774 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2777         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2778         (ev_view_init):
2779
2780         Move view drag and drop stuff to ev-view.
2781
2782 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2785         * shell/ev-view.c: (clear_selection): 
2786
2787         Clear selection also in pixbuf cache.
2788
2789 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2790
2791         * data/evince.desktop.in.in:
2792         
2793         Change icon name in desktop file. See bug #390734
2794         for details.
2795
2796 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2797
2798         * thumbnailer/Makefile.am:
2799
2800         Use top_builddir instead top_srcdir for generated schema
2801         file installation. Fixes bug #390161.
2802
2803 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * configure.ac:
2806         * backend/Makefile.am:
2807         * backend/ev-document-transition.[ch]:
2808         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2809         (pdf_document_page_transition_iface_init):
2810         * shell/ev-view-private.h:
2811         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2812         (ev_view_set_presentation), (transition_next_page),
2813         (ev_view_presentation_transition_stop),
2814         (ev_view_presentation_transition_start), (ev_view_next_page):
2815
2816         Add page transition support in presentation mode. At the moment only
2817         page duration is supported, but not transition effects. Fixes bug
2818         #309815.
2819
2820 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2823
2824         Run find_link_dest with document lock held, since it's called by links
2825         thread and main thread at the same time. 
2826
2827 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-view.c: (goto_dest):
2830
2831         Update page-cache when page is changed by the view, so that
2832         page-changed signal is emitted. 
2833
2834 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * test/test1.py:
2837         * test/test2.py:
2838
2839         Use C locale in tests. 
2840
2841 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * shell/ev-window.c: (ev_window_run_presentation):
2844         * shell/ev-view-private.h:
2845         * shell/ev-view.c: (ev_view_set_presentation):
2846
2847         Restore zoom settings when back from presentation mode. 
2848
2849 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2850
2851         * shell/ev-window.c: (ev_window_run_presentation):
2852
2853         Always use "best fit" zoom in presentation mode.
2854         Fixes bug #389195.
2855
2856 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2857
2858         * shell/ev-view.c: (ev_view_goto_window_create):
2859
2860         Show "Jump to page" label in the page jumping popup in
2861         presentation mode instead of just a GtkEntry.
2862
2863 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-window.c: (launch_external_uri):
2866
2867         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2868         #378085.
2869
2870 2006-12-22  Elijah Newren  <newren gmail com>
2871
2872         * configure.ac: explicitly check for libxml2.  Fixes #388795
2873
2874 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2875
2876         * shell/ev-view-private.h:
2877         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2878         (ev_view_goto_window_delete_event), (key_is_numeric),
2879         (ev_view_goto_window_key_press_event),
2880         (ev_view_goto_window_button_press_event),
2881         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2882         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2883         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2884
2885         Allow jumping to another page by typing a page number in presentation
2886         mode. It uses a popup window with an entry. Fixes bug #353625.
2887
2888 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2889
2890         * configure.ac:
2891         * properties/ev-properties-view.c: (ev_get_default_user_units),
2892         (ev_regular_paper_size):
2893         
2894         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2895         to Damien Carbery <damien.carbery@sun.com> and
2896         Yevgen Muntyan <muntyan@tamu.edu>.
2897
2898 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2899
2900         * shell/ev-window.c: (setup_document_from_metadata):
2901
2902         Make sure Evince doesn't restore the view on the last
2903         page when a document is reopened. Fixes bug #383381.
2904
2905 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2906
2907         * shell/ev-view.c: (draw_loading_text):
2908
2909         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2910
2911 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * configure.ac:
2914         * NEWS:
2915
2916         Release 0.7.0
2917
2918 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * configure.ac:
2921         * pdf/ev-poppler.cc: (pdf_print_context_free),
2922         (pdf_document_file_exporter_begin),
2923         (pdf_document_file_exporter_do_page):
2924
2925         Make cairo-pdf depedency optional. 
2926
2927 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2928
2929         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2930
2931         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2932
2933 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2936         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2937         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2938         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2939         * shell/ev-view.c: (draw_loading_text):
2940         * shell/ev-window.c: (ev_window_cmd_file_properties):
2941
2942         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2943         related to using FontConfig from different threads.
2944         
2945 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * shell/ev-view.c: (draw_loading_text):
2948
2949         Acquire lock document when drawing "Loading..." text so that only one
2950         thread will use FontConfig at the same time. Fixes bug #374750.
2951
2952 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * shell/ev-page-action.[ch]: (activate_cb):
2955         * shell/ev-window.c: (activate_label_cb):
2956
2957         Check if text inserted in page entry is a valid page number when it
2958         doesn't match to any document page label. Fixes bug #383165.
2959
2960 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2961         * shell/ev-window.c:
2962
2963         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2964         available with GTK < 2.10. Added an ifdef to avoid compilation
2965         error.
2966
2967 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * configure.ac:
2970         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2971
2972         Fix ps backend in multihead systems.
2973
2974 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2977         * shell/ev-window.c: (ev_window_get_screen_dpi),
2978         (ev_window_update_actions), (setup_view_from_metadata),
2979         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2980
2981         Take screen DPI into account when zooming. Fixes bug #318285.
2982
2983 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2984
2985         * data/Makefile.am:
2986
2987         Cleaned up/slightly refactored Makefile.am. Added GConf
2988         schemas uninstallation as well.
2989
2990 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2991
2992         * Makefile.am:
2993         * test/Makefile.am:
2994
2995         Fight with autotools to fix make check. Make distcheck
2996         works fine as well now!
2997
2998 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2999
3000         * shell/ev-view.c: (draw_end_presentation_page):
3001
3002         Corrected "end of presentation" string.
3003
3004 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3005
3006         * shell/ev-view.c: (ev_view_key_press_event):
3007
3008         Correctly propagate key press event so that up/down keys
3009         work as expected (correct behaviour was broken by
3010         black/white screen key bindings for presentations).
3011
3012 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3015         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3016         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3017         (pdf_selection_get_selection_region),
3018         (pdf_selection_get_selection_map):
3019
3020         Add "static" to some private functions. 
3021
3022 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3023
3024         * lib/ev-tooltip.h:
3025         * properties/ev-properties-view.h:
3026         * shell/ev-jobs.h:
3027         * shell/ev-properties-dialog.h:
3028         * shell/ev-properties-fonts.h:
3029         * shell/ev-sidebar-links.h:
3030         * shell/ev-sidebar-thumbnails.h:
3031         * shell/ev-sidebar.h:
3032         * shell/ev-window.h:
3033         
3034         Fixes CHACK type in class casts. See bug #385343
3035         for details.
3036
3037 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * shell/ev-view-private.h:
3040         * shell/ev-view.c: (draw_end_presentation_page),
3041         (ev_view_expose_event), (ev_view_key_press_event),
3042         (ev_view_class_init), (ev_view_init):
3043
3044         Blank screen in presentation mode when pressing 'b' (filling with
3045         black) or 'w' (filling with white) keys. Fixes bug #358132.
3046
3047 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3048
3049         * data/evince-toolbar.xml:
3050         * shell/ev-window.c:
3051         
3052         Use stock icon for Select All action. Fixes
3053         bug #382652.
3054
3055 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3056
3057         * shell/ev-view.c: (get_doc_point_from_offset),
3058         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3059
3060         Add links support in rotated documents. Fixes bug #343733.
3061
3062 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * shell/ev-view-private.h:
3065         * shell/ev-view.c: (draw_end_presentation_page),
3066         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3067
3068         Show a blank page after the last page in presentation mode with a
3069         message indicating that presentation has finished and how to exit. 
3070
3071 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * shell/ev-window.c: (fullscreen_timeout_cb):
3074
3075         Hide cursor after a while in presentation mode. 
3076
3077 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3078
3079         * backend/ev-document-info.h:
3080         * data/evince-properties.glade:
3081         * pdf/ev-poppler.cc:
3082         * properties/ev-properties-view.c: (ev_regular_paper_size),
3083         (ev_properties_view_set_info):
3084         * ps/ps-document.c: (ps_document_get_info):
3085
3086         Adds a paper size field to the properties dialog. Fixes
3087         bug #307315. Patch by Kasper Svendsen (with some i18n
3088         changes done by me).
3089
3090 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3091
3092         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3093         (screensaver_init_dbus), (totem_scrsaver_new),
3094         (totem_scrsaver_init):
3095         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3096         * shell/ev-application.c: (ev_application_register_service),
3097         (ev_application_screensaver_enable),
3098         (ev_application_screensaver_disable):
3099         * shell/ev-application.h:
3100         * shell/ev-window.c: (ev_window_run_presentation),
3101         (ev_window_stop_presentation), (build_comments_string),
3102         (ev_window_init):
3103         
3104         Move screensaver handling to application. No more
3105         message on startup.
3106
3107 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * configure.ac:
3110         * backend/Makefile.am:
3111         * backend/ev-file-exporter.[ch]:
3112         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3113         * ps/ps-document.c: (ps_document_file_exporter_*):
3114         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3115         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3116         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3117         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3118
3119         Allow printing to PDF when suppoted by the backend.
3120         
3121 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3122
3123         * shell/ev-window.c: (build_comments_string):
3124
3125         Use always "Document Viewer" in about dialog. 
3126
3127 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * djvu/djvu-document.c: (djvu_document_get_page_size):
3130
3131         Display a warning message when get_pageinfo fails. 
3132
3133 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3134
3135         * Makefile.am:
3136         * backend/Makefile.am:
3137         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3138         * configure.ac:
3139         * shell/ev-window.c: (build_comments_string):
3140         
3141         Make pdf compilation optional. See bug #38007.
3142
3143 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * ps/ps.c: (get_next_text):
3146
3147         Fix CVE-2006-5864.
3148
3149 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3152         * shell/ev-navigation-action.c: (connect_proxy),
3153         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3154         
3155         Do not call g_type_class_peek_parent twice.
3156
3157 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3158
3159         * configure.ac:
3160         * data/icons/24x24/.cvsignore:
3161         * data/icons/24x24/Makefile.am:
3162         * data/icons/24x24/evince.png:
3163         * data/icons/Makefile.am:
3164         
3165         Add 24x24 icon. Thanks to 
3166         Michael Monreal <infernux@web.de>.
3167
3168 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3169
3170         * configure.ac: Fix typo in configure.ac. Thanks
3171         to dmacks@netspace.org for notification.
3172
3173 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3174
3175         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3176         
3177         Drop dbus include, fixes compilation with older dbus.
3178
3179 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3180
3181         * configure.ac:
3182         * cut-n-paste/Makefile.am:
3183         * cut-n-paste/totem-screensaver/.cvsignore
3184         * cut-n-paste/totem-screensaver/Makefile.am:
3185         * cut-n-paste/totem-screensaver/README:
3186         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3187         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3188         * shell/Makefile.am:
3189         * shell/ev-window.c: (ev_window_run_presentation),
3190         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3191         (ev_window_init):
3192
3193         Implemented screensaver enabling/disabling for
3194         presentation mode (not fullscreen mode). Code stolen
3195         from Totem (with some minor tweaks). Fixes bug #338889.
3196
3197 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3198
3199         * configure.ac:
3200
3201         Bump gnome-icon-theme requirements. We use the rotation
3202         icons that appeared recently.
3203
3204 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3205
3206         * shell/ev-history.c: (ev_history_add_page):
3207         * shell/ev-history.h:
3208         * shell/ev-window.c: (page_changed_cb):
3209         
3210         Use page labels instead of numbers.
3211
3212 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3213
3214         * data/evince-toolbar.xml:
3215         * po/POTFILES.in:
3216         * shell/Makefile.am:
3217         * shell/ev-navigation-action-widget.c:
3218         (ev_navigation_action_widget_init),
3219         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3220         (menu_detacher), (ev_navigation_action_widget_set_menu),
3221         (menu_position_func), (popup_menu_under_arrow),
3222         (ev_navigation_action_widget_toggled),
3223         (ev_navigation_action_widget_button_press_event):
3224         * shell/ev-navigation-action-widget.h:
3225         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3226         (ev_navigation_action_set_window), (activate_menu_item_cb),
3227         (new_history_menu_item), (new_empty_history_menu_item),
3228         (build_menu), (menu_activated_cb), (connect_proxy),
3229         (create_tool_item), (ev_navigation_action_init),
3230         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3231         * shell/ev-navigation-action.h:
3232         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3233         (ev_page_action_widget_set_page_cache),
3234         (ev_page_action_widget_finalize),
3235         (ev_page_action_widget_class_init), (match_selected_cb),
3236         (display_completion_text), (match_completion), (build_new_tree_cb),
3237         (get_filter_model_from_model),
3238         (ev_page_action_widget_update_model):
3239         * shell/ev-page-action-widget.h:
3240         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3241         (connect_proxy):
3242         * shell/ev-page-action.h:
3243         * shell/ev-stock-icons.c:
3244         * shell/ev-stock-icons.h:
3245         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3246         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3247         (register_custom_actions):
3248         * shell/main.c:
3249         
3250         Preliminary history implementation
3251
3252 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3253
3254         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3255         (dvi_document_class_init), (dvi_document_init_params):
3256         * dvi/mdvi-lib/font.c: (font_reference):
3257         
3258         Add reference to subfont. Fixes bug #374277.
3259
3260 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3263         (ev_window_cmd_file_open_copy_at_dest):
3264
3265         Fix a race condition when creating symlink. Increase the counter
3266         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3267         Mathias Hasselmann).
3268
3269 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * backend/Makefile.am:
3272         * backend/ev-attachment.c: (ev_attachment_open):
3273         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3274         (ev_tmp_dir), (ev_tmp_filename):
3275         * shell/ev-sidebar-attachments.c:
3276         (ev_sidebar_attachments_drag_data_get):
3277         * shell/ev-window.c: (ev_window_clear_temp_file):
3278
3279         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3280         in ensure_dir_exists. Abort without crashing when we can't create
3281         user's directory.
3282
3283 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * data/evince-ui.xml:
3286         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3287         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3288         (ev_window_cmd_file_open_copy_at_dest),
3289         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3290         (ev_view_popup_cmd_open_link_new_window):
3291
3292         Allow opening a copy of the current document in a new window. Fixes bug
3293         #357472
3294
3295 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3296
3297         * data/evince-toolbar.xml:
3298         
3299         Add rotate right and rotate left to available items for toolbar.
3300         
3301         * data/evince-ui.xml:
3302         * shell/ev-window.c: (ev_window_init):
3303         
3304         Customize toolbar with right click. Fixes bug #372451.
3305
3306 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3307
3308         * shell/ev-window.c: 
3309         
3310         Use "object-rotate-{left,right}" stock icons. Fixes 
3311         bug #373863.
3312
3313 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3316         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3317         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3318         (ev_window_open_uri):
3319         * shell/main.c: (arguments_parse):
3320
3321         Remove temp file created when evince is used by GTK+ in
3322         preview mode. Fixes bug #365282. 
3323
3324 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3325
3326         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3327         
3328         Fixes bug #372474 - Side pane disabled when entering 
3329         and leaving fullscreen mode.
3330
3331 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3332
3333         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3334         * data/Makefile.am:
3335         * data/evince-preview-toolbar.xml:
3336         * data/evince-toolbar.xml:
3337         * shell/ev-application.c: (ev_application_shutdown),
3338         (ev_application_init), (ev_application_get_toolbars_model):
3339         * shell/ev-application.h:
3340         * shell/ev-window.c: (update_chrome_visibility),
3341         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3342         (ev_window_cmd_edit_toolbar), (ev_window_init):
3343         
3344         Fixes bug #364364 - toolbar editor shows zoom actions again.
3345
3346 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3347
3348         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3349
3350         Do not take margins into consideration for paper size when printing.
3351         Really fixes bug #350491.
3352
3353 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * data/evince-ui.xml:
3356         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3357         (ev_window_cmd_file_print_setup),
3358         (ev_window_print_dialog_response_cb),
3359         (ev_window_setup_action_sensitivity):
3360
3361         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3362
3363 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * shell/ev-window.c: (ev_window_print_range):
3366
3367         Revert my previuos commit, since printing to PDF is not supported by
3368         evince yet. 
3369
3370 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-window.c: (ev_window_print_range):
3373
3374         Enable print to a PDF. Fixes bug #332121.
3375
3376 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-application-service.xml:
3379         * shell/ev-application.[ch]: (ev_application_open_window),
3380         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3381         (ev_application_open_uri), (ev_application_open_uri_list):
3382         * shell/ev-window.c: (file_open_dialog_response_cb),
3383         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3384         (drag_data_received_cb), (open_remote_link):
3385         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3386
3387         Add support for multiscreen systems. Fixes bug #316206.
3388
3389 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/ev-jobs.[ch]: (ev_job_print_new),
3392         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3393         (ev_job_print_do_page):
3394         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3395
3396         Allow printing only odd/even pages. Fixes bug #367289.
3397
3398 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3399
3400         * test/test1.py:
3401         * test/test2.py:
3402
3403         Re-add locale settings to test files.
3404
3405 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3406
3407         * data/evince-ui.xml:
3408         * shell/ev-window.c: (set_action_properties):
3409         
3410         Removed garbage from code and ui.
3411
3412 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3413
3414         * shell/ev-window.c: (ev_window_cmd_help_about):
3415
3416         Shamelessly add my name to the list of contributors.
3417
3418 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3419
3420         * test/test1.py:
3421         * test/test2.py:
3422
3423         Cleaned up the dogtail scripts.
3424
3425 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3426
3427         * shell/ev-view.c: (draw_loading_text): Don't render
3428         "loading..." text in presentation mode. Temporary
3429         workaround for bug #320352.
3430
3431 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3434         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3435
3436         Use print settings scale, copies, collate and reverse which were
3437         ignored. Fixes bug #359032.
3438
3439 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3440
3441         * configure.ac:
3442         * data/evince-password.glade:
3443         * test/Makefile.am:
3444         * test/test-encrypt.pdf:
3445         * test/test-links.pdf:
3446         * test/test1.py:
3447         * test/test2.py:
3448
3449         Add automated UI tests for evince with dogtail. See
3450         bug #300948.    
3451
3452 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3455
3456         Hide fullscreen toolbar when switching to another desktop workspace.
3457         Fixes bug #338871
3458
3459 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3460
3461         * shell/ev-window-title.c: 
3462         
3463         Test for .dvi in title of pdf documents.
3464
3465 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3466
3467         * shell/ev-view.c: (ev_view_scroll):
3468
3469         Page Up/Down should do page jumps in "Best fit" mode.
3470         If a user has explicitly chosen to view exactly one page
3471         at a time, scrolling just a part of the page when
3472         pressing Page Up/Down is not right. Fixes bug #323107.
3473
3474 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3475
3476         * NEWS:
3477         * configure.ac:
3478         
3479         Update for 0.6.1
3480
3481 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3482
3483         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3484         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3485         
3486         Correctly disconnect from job signals on destroy.
3487
3488 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3489
3490         * shell/ev-view-private.h:
3491         * shell/ev-view.c: (view_set_adjustment_values),
3492         (view_update_range_and_current_page),
3493         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3494         
3495         Fixes bug #343199, current page now follows find page.
3496
3497 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3498
3499         * backend/ev-document-factory.c:
3500         * configure.ac:
3501         Assigned OpenDocument presenation MIME type to the
3502         Impress backend. Added some missing (but harmless)
3503         #ifdefs in the document factory as well to make things
3504         consistent again. Fixes bug #360658.
3505
3506 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3507
3508         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3509         * backend/ev-document-find.c: (ev_document_find_get_type):
3510         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3511         * backend/ev-document-links.c: (ev_document_links_get_type):
3512         * backend/ev-document-security.c: (ev_document_security_get_type):
3513         * backend/ev-document-thumbnails.c:
3514         (ev_document_thumbnails_get_type):
3515         * backend/ev-document.c: (ev_document_get_type):
3516         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3517         * backend/ev-selection.c: (ev_selection_get_type):
3518         * cut-n-paste/recent-files/egg-recent-model.c:
3519         (egg_recent_model_get_type):
3520         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3521         (egg_recent_view_uimanager_get_type):
3522         * cut-n-paste/recent-files/egg-recent-view.c:
3523         (egg_recent_view_get_type):
3524         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3525         (egg_editable_toolbar_get_type):
3526         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3527         (egg_toolbar_editor_get_type):
3528         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3529         (egg_toolbars_model_get_type):
3530         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3531         (egg_tree_multi_drag_source_get_type):
3532         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3533         (ephy_zoom_action_get_type):
3534         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3535         (ephy_zoom_control_get_type):
3536         * impress/r_back.c: (_imp_fill_back):
3537         * properties/ev-properties-main.c:
3538         (ev_properties_plugin_register_type):
3539         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3540         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3541         (ev_view_accessible_factory_get_type):
3542
3543         Reduce relocations. Bug #360616.
3544
3545 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3546
3547         * backend/ev-document-factory.c:
3548         (ev_document_factory_get_document):
3549         
3550         Load document even if extension is wrong.
3551
3552 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3553
3554         * shell/ev-metadata-manager.c: (save_values):
3555         * shell/ev-window.c: (setup_size_from_metadata),
3556         (setup_view_from_metadata), (ev_window_setup_document),
3557         (ev_window_xfer_job_cb), (window_configure_event_cb):
3558         
3559         Set size according to the document size/page size ratio.
3560         That should correct rather wierd behaviour of the previous
3561         commit.
3562
3563 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * shell/ev-window.c: (setup_view_from_metadata):
3566         
3567         Set size for new windows from previous window size.
3568         See bugs #354968 and #168450 for details. Thanks
3569         to Meik Hellmund.
3570
3571 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3572
3573         * djvu/djvu-links.c: (build_tree):
3574
3575         Fix memory leak.
3576
3577 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3578
3579         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3580         
3581         Don't make sidebar close button insensitive. Fixes
3582         bug #357871.
3583
3584 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3585
3586         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3587         (ev_window_set_view_accels_sensitivity):
3588         
3589         Don't enable Slash on documents which don't support
3590         find. Fixes bug #358648.
3591
3592 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3593
3594         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3595         open dialog fall back to the current document uri if the
3596         filechooser hasn't been used before. Fixes bug #356980.
3597
3598 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3599
3600         * shell/ev-window.c: (ev_window_setup_recent), 
3601         (ev_window_get_recent_file_label):
3602
3603         Escape underscores in filenames of recent file items.
3604
3605 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3606
3607         * configure.ac:
3608         
3609         Bumped poppler requirements, really 0.5.3 is very 
3610         buggy, now we require 0.5.4.
3611
3612 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * djvu/Makefile.am:
3615         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3616         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3617         (djvu_document_document_links_iface_init):
3618         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3619         (number_from_string_10), (get_djvu_link_dest),
3620         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3621         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3622         (djvu_links_get_links), (djvu_links_find_link_dest),
3623         (djvu_links_get_links_model):
3624         * djvu/djvu-links.h:
3625         
3626         Add support for links and bookmarks in djvu documents. Thanks
3627         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3628         patch.
3629
3630 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3631
3632         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3633         
3634         Reopen should reload document. Fixes 
3635         bug 327951.
3636
3637 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3638
3639         * configure.ac:
3640         * data/Makefile.am:
3641         * data/evince-16.png:
3642         * data/evince-22.png:
3643         * data/evince.png:
3644         * data/evince.svg:
3645         * data/icons/16x16/Makefile.am:
3646         * data/icons/16x16/evince.png:
3647         * data/icons/22x22/Makefile.am:
3648         * data/icons/22x22/evince.png:
3649         * data/icons/48x48/Makefile.am:
3650         * data/icons/48x48/evince.png:
3651         * data/icons/Makefile.am:
3652         * data/icons/scalable/Makefile.am:
3653         * data/icons/scalable/evince.svg:
3654         
3655         Install icons with correct names. Fixes
3656         bug #354429.
3657
3658 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * shell/ev-view.c: (ev_view_button_release_event):
3661
3662         Don't open links with middle mouse button. Fixes bug #353649
3663
3664 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * NEWS:
3667         * configure.ac:
3668         
3669         Update for release 0.6.0
3670
3671 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3672
3673         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3674         Implement Close named action. Patch by Carlos Garcia Campos.
3675
3676 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3677
3678         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3679         
3680         Don't clear link mapping on copy_job_to_job_info. Fixes
3681         bug 346168.
3682
3683 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/main.c: (main):
3686
3687         Revert my previous commit, gnome_program_init owns the option context.
3688         Fix another memory leak in main. Both caught by Christian Persch. 
3689
3690 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/main.c: (main):
3693
3694         Fix memory leak.
3695
3696 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3699
3700         Fix crash when opening a pdf with password protection. 
3701
3702 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3703
3704         * pdf/ev-poppler.cc: (pdf_document_search_free):
3705
3706         Fix memory leak. 
3707
3708 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3709
3710         * backend/ev-document-factory.c:
3711         (ev_document_factory_get_document):
3712         * tiff/tiff-document.c: (tiff_document_finalize):
3713         
3714         More correct handling of document loading. Fixes
3715         bug #349043.
3716
3717 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * backend/ev-attachment.c: (ev_attachment_save):
3720
3721         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3722         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3723
3724 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3725         
3726         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3727         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3728
3729 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-sidebar-thumbnails.c:
3732
3733         Do not render thumbnails unless thumbnails page is active in the
3734         sidebar.
3735
3736 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3737
3738         * shell/ev-properties-dialog.c:
3739
3740         Fix dialogue spacing. Bug #351370.
3741
3742 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3743
3744         * configure.ac:
3745
3746         Use lowercase gettext catalog file names (evince.mo
3747         instead of Evince.mo)
3748
3749 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * shell/ev-sidebar-attachments.c:
3752
3753         GtkIconTheme is now screen safe too. Fixes bug #350878
3754
3755 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-window.c:
3758
3759         GtkRecent manager is now screen safe. Fixes bug #350145
3760
3761 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3762
3763         * shell/ev-sidebar.c: (ev_sidebar_init):
3764         
3765         Make sidebar close icon smaller. Fix for bug 350177.
3766         See also bugs 350176 and 165770.
3767
3768 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3771
3772         Ignore zoom for xyz destinations when it's <= 1, keeping user
3773         preferences instead. Set correct sizing-mode for fith and fitv
3774         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3775
3776 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3777
3778         * NEWS:
3779         * configure.ac:
3780         
3781         Update for release 0.5.5
3782
3783 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3784         
3785         * shell/ev-window.c: (ev_window_cmd_escape)
3786
3787         Escape unfocus page entry. Fixes bug #345809.
3788
3789 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3792         (build_tree), (pdf_document_links_get_links),
3793         (pdf_document_links_find_link_dest):
3794         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3795         (goto_xyz_dest):
3796
3797         Convert from PDF style coordinates to X style coordinates in the
3798         backend rather than in the view. Fixes bug #338440
3799
3800 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3801
3802         * shell/ev-window.c:
3803         
3804         Remove Ctrl+Shift+T shortcut for toolbars. See
3805         the bug #350098.
3806
3807 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * configure.ac:
3810
3811         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3812         of this. 
3813
3814 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * configure.ac:
3817         * cut-n-paste/Makefile.am:
3818         * data/evince-ui.xml:
3819         * shell/Makefile.am:
3820         * shell/ev-application.[ch]:
3821         * shell/ev-window.c:
3822
3823         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3824         #349273
3825
3826 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3827
3828         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3829         findbar code: s/help/search/
3830
3831 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3832
3833         * shell/ev-window.c: (setup_document_from_metadata),
3834         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3835         (setup_view_from_metadata):
3836         
3837         Fix memory leaks.
3838
3839 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3840
3841         * autogen.sh, configure.ac: 
3842         
3843         Update automake usage. See bug 349292.
3844
3845 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3846
3847         * shell/eggfindbar.c: (egg_find_bar_class_init),
3848         (entry_activate_callback), (egg_find_bar_init),
3849         (egg_find_bar_set_status_text):
3850         * shell/eggfindbar.h:
3851         
3852         Unify Evince findbar with Epiphany. Nice patch
3853         from Fabricio Silva <silva@crans.org> and
3854         Frederic Peters <fpeters@entrouvert.com>. See
3855         bug #339966 for details.
3856
3857 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3858
3859         * data/evince.desktop.in.in:
3860         
3861         Correct information for bugzilla. Thanks to
3862         Olaf Vitters, see bug #348855.
3863
3864 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3865
3866         * shell/ev-jobs.[ch]:
3867         * shell/ev-sidebar-links.c:
3868         * shell/ev-window.[ch]:
3869
3870         GtkPrintJob doesn't support print ranges or current page, so we export
3871         to a ps file now when printing ranges or current page.
3872
3873 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3874
3875         * pdf/ev-poppler.cc:
3876         * shell/ev-window.c: (do_action_named):
3877
3878         We should be more clear about bugzilla. See the
3879         poppler bug #7623.
3880
3881 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3882
3883         * configure.ac:
3884         * shell/Makefile.am:
3885         * shell/ev-job-queue.c:
3886         * shell/ev-jobs.[ch]:
3887         * shell/ev-sidebar-links.c:
3888         * shell/ev-window.[ch]:
3889         
3890         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3891         #348422
3892
3893 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3896         * shell/ev-application-service.xml:
3897         * shell/ev-application.[ch]:
3898         * shell/ev-jobs.[ch]:
3899         * shell/ev-window.[ch]: (ev_window_run_preview):
3900         * shell/main.c: 
3901
3902         Add preview mode to use evince as a printing previewer. It also adds
3903         other command line options for fullscreen and presentation modes.
3904         Fixes bugs #347822, #317031
3905
3906 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3907
3908         * NEWS:
3909         * configure.ac:
3910         
3911         Update for release 0.5.4
3912
3913 2006-07-11  Bastien Nocera <hadess@hadess.net>
3914
3915         * Makefile.am:
3916         * backend/Makefile.am:
3917         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3918         * backend/ev-document-factory.h:
3919         * configure.ac:
3920         * impress/.cvsignore:
3921         * impress/Makefile.am:
3922         * impress/common.h:
3923         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3924         (imp_get_page), (imp_next_page), (imp_prev_page),
3925         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3926         * impress/f_oasis.c: (render_object), (render_page),
3927         (get_geometry), (_imp_oasis_load):
3928         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3929         (_imp_oo13_load):
3930         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3931         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3932         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3933         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3934         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3935         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3936         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3937         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3938         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3939         (iks_new_within), (iks_insert), (iks_insert_cdata),
3940         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3941         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3942         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3943         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3944         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3945         (iks_cdata), (iks_cdata_size), (iks_has_children),
3946         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3947         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3948         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3949         (iks_tree), (iks_load), (iks_save):
3950         * impress/iksemel.h:
3951         * impress/imposter.h:
3952         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3953         (imp_render_draw_bezier_real), (imp_render_get_size),
3954         (imp_render_set_fg_color), (imp_render_draw_line),
3955         (imp_render_draw_rect), (imp_render_draw_polygon),
3956         (imp_render_draw_arc), (imp_render_draw_bezier),
3957         (imp_render_open_image), (imp_render_get_image_size),
3958         (imp_render_scale_image), (imp_render_draw_image),
3959         (imp_render_close_image), (imp_render_markup),
3960         (imp_render_get_text_size), (imp_render_draw_text),
3961         (impress_document_load), (impress_document_save),
3962         (impress_document_get_n_pages), (impress_document_get_page_size),
3963         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3964         (impress_document_finalize), (impress_document_class_init),
3965         (impress_document_can_get_text), (impress_document_get_info),
3966         (impress_document_document_iface_init),
3967         (impress_document_thumbnails_get_thumbnail),
3968         (impress_document_thumbnails_get_dimensions),
3969         (impress_document_document_thumbnails_iface_init),
3970         (impress_document_init):
3971         * impress/impress-document.h:
3972         * impress/internal.h:
3973         * impress/r_back.c: (_imp_fill_back):
3974         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3975         (_imp_draw_image), (_imp_tile_image):
3976         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3977         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3978         (r_polyline):
3979         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3980         (r_draw_gradient_complex), (r_draw_gradient):
3981         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3982         (r_get_bullet):
3983         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3984         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3985         (r_text):
3986         * impress/render.c: (imp_create_context), (imp_context_set_page),
3987         (imp_context_set_step), (imp_render), (imp_delete_context):
3988         * impress/render.h:
3989         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3990         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3991         (zip_load_xml), (zip_get_size), (zip_load):
3992         * impress/zip.h:
3993         * shell/ev-utils.c:
3994         
3995         New backend to support impress slides. Fixes bug #30867.
3996
3997 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3998
3999         * shell/ev-utils.c: (using_postscript_printer):
4000         
4001         Fixes crash when print using PAPI backend,
4002         bug #345012.
4003
4004 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4005
4006         * shell/ev-jobs.c: (ev_job_xfer_run):
4007         * shell/ev-window.c: (password_dialog_response),
4008         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4009         (ev_window_dispose):
4010         Fixes bug #344160: if the xfer job doesn't complete
4011         because a password is required, reload the existing
4012         instance instead of creating a new one.
4013
4014 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4015
4016         * shell/main.c: (main): Call gdk_threads_init. Thus
4017         we'll avoid errors in auth dialog. Fix for the bug
4018         #343347.
4019
4020 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4021
4022         * configure.ac: Advertise pixbuf support, fix
4023         for the bug 343317.
4024
4025 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4026
4027         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4028         (ev_sidebar_thumbnails_set_document):
4029         
4030         Update sidebar thumbnails after reloading.
4031
4032 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4033
4034         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4035         * shell/ev-jobs.h:
4036         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4037         (ev_window_cmd_view_reload), (ev_window_init):
4038         
4039         Don't crash on reload. Fix for the bug #343167.
4040
4041 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4042
4043         * shell/ev-jobs.c: (ev_job_render_run):
4044         
4045         Check for document links.
4046
4047 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4048
4049         * backend/ev-attachment.c: (ev_attachment_save),
4050         (ev_attachment_launch_app), (ev_attachment_open):
4051         * backend/ev-document-factory.c: (get_document_from_uri):
4052         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4053         (egg_recent_view_uimanager_set_list):
4054         * ps/ps-document.c: (check_filecompressed), (document_load),
4055         (ps_document_load):
4056         * shell/ev-metadata-manager.c: (load_values):
4057         * shell/ev-password.c: (ev_password_dialog_set_property):
4058         * shell/ev-view.c: (tip_from_link):
4059         * shell/ev-window.c: (file_save_dialog_response_cb),
4060         (ev_window_print_dialog_response_cb):
4061         
4062         Use consistent quoting style. Fix for the bug #320285.
4063
4064 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * shell/ev-jobs.c: (ev_job_xfer_run):
4067         * shell/main.c: (load_files):
4068                 
4069         Open links with anchors. Fix for the bug #339836.
4070
4071 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4072
4073         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4074         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4075         (ev_link_dest_set_property), (ev_link_dest_finalize),
4076         (ev_link_dest_class_init), (ev_link_dest_new_named),
4077         (ev_link_dest_new_page_label):
4078         * backend/ev-link-dest.h:
4079         * shell/ev-application.c: (ev_application_open_uri):
4080         * shell/ev-view.c: (goto_dest):
4081         * shell/ev-window.c:
4082         * shell/ev-window.h:
4083         
4084         Fix page-label command line option. Bug #342070.
4085
4086 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4087
4088         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4089         
4090         Don't show highlight rects if page can't be showed. Fix for 
4091         the bug #342076
4092
4093 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4094
4095         * shell/ev-window.c: (setup_sidebar_from_metadata),
4096         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4097         
4098         Setup sidebar from metadata even if there is no document
4099         loaded. Fix for the bug #342807.
4100
4101 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4102
4103         * cut-n-paste/toolbar-editor/Makefile.am:
4104         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4105         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4106         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4107         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4108         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4109         (popup_context_menu_cb), (button_press_event_cb),
4110         (configure_item_sensitivity), (configure_item_cursor),
4111         (configure_item_tooltip), (connect_widget_signals),
4112         (action_sensitive_cb), (create_item_from_action),
4113         (create_item_from_position), (toolbar_drag_data_received_cb),
4114         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4115         (toolbar_drag_leave_cb), (configure_drag_dest),
4116         (toggled_visibility_cb), (toolbar_visibility_refresh),
4117         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4118         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4119         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4120         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4121         (egg_editable_toolbar_dispose),
4122         (egg_editable_toolbar_set_ui_manager),
4123         (egg_editable_toolbar_get_selected),
4124         (egg_editable_toolbar_set_selected), (set_edit_mode),
4125         (egg_editable_toolbar_set_property),
4126         (egg_editable_toolbar_get_property),
4127         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4128         (egg_editable_toolbar_new_with_model),
4129         (egg_editable_toolbar_get_edit_mode),
4130         (egg_editable_toolbar_set_edit_mode),
4131         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4132         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4133         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4134         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4135         (item_added_or_removed_cb), (toolbar_removed_cb),
4136         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4137         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4138         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4139         (editor_create_item_from_name), (append_table),
4140         (update_editor_sheet), (egg_toolbar_editor_init):
4141         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4142         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4143         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4144         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4145         (toolbar_node_free), (egg_toolbars_model_get_flags),
4146         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4147         (egg_toolbars_model_get_name), (impl_add_item),
4148         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4149         (parse_data_list), (parse_item_list), (parse_toolbars),
4150         (egg_toolbars_model_load_toolbars), (parse_available_list),
4151         (parse_names), (egg_toolbars_model_load_names),
4152         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4153         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4154         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4155         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4156         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4157         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4158         (egg_toolbars_model_set_types), (fill_avail_array),
4159         (egg_toolbars_model_get_name_avail),
4160         (egg_toolbars_model_get_name_flags),
4161         (egg_toolbars_model_set_name_flags):
4162         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4163         * cut-n-paste/toolbar-editor/eggintl.h:
4164         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4165         (egg_tree_multi_drag_source_get_type),
4166         (egg_tree_multi_drag_source_row_draggable),
4167         (egg_tree_multi_drag_source_drag_data_delete),
4168         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4169         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4170         (path_list_free), (set_context_data), (get_context_data),
4171         (get_info), (egg_tree_multi_drag_drag_data_get),
4172         (egg_tree_multi_drag_motion_event),
4173         (egg_tree_multi_drag_button_press_event),
4174         (egg_tree_multi_drag_add_drag_support):
4175         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4176         * shell/ev-application.c: (ev_application_init),
4177         (ev_application_save_toolbars_model):
4178         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4179         (ev_window_cmd_edit_toolbar), (ev_window_init):
4180         
4181         Sync toolbareditor with epiphany and libegg
4182
4183 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4184
4185         * configure.ac: 
4186
4187         Depend on poppler 0.5.2
4188
4189 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * shell/ev-jobs.c: (ev_job_render_run):
4192         
4193         Check if document supports links iterface.
4194
4195 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4196
4197         * NEWS:
4198         * configure.ac:
4199         
4200         Update for release 0.5.3
4201
4202 2006-05-13  Michael Plump  <plumpy@skylab.org>
4203
4204         * configure.ac:
4205         * shell/Makefile.am:
4206         * shell/main.c: (main):
4207         
4208         Port to GOption command line parsing. Fix for the 
4209         bug #327518
4210
4211 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4212
4213         * shell/ev-window.c: (ev_window_cmd_help_about):
4214         
4215         Do not wrap license. Fix for the bug #309460.
4216
4217 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4218
4219         * configure.ac:
4220         * properties/ev-properties-main.c: (ev_properties_get_pages):
4221         * shell/ev-application.c: (ev_application_open_window),
4222         (ev_application_open_uri_at_dest):
4223         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4224         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4225         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4226         * shell/ev-utils.c: (save_print_config_to_file):
4227         * shell/ev-window.c: (ev_window_cmd_save_as),
4228         (ev_attachment_popup_cmd_save_attachment_as):
4229         * shell/main.c: (load_files_remote):
4230         
4231         Bump requirements to gtk 2.8 and drop all ifdefs used.
4232
4233 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4234
4235         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4236         * shell/ev-window.c: (ev_window_init):
4237         
4238         Show attachments page.
4239
4240 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * po/POTFILES.in:
4243         * shell/ev-attachment-bar.c:
4244         * shell/ev-attachment-bar.h:
4245         * shell/ev-sidebar-attachments.c:
4246         (ev_sidebar_attachments_icon_cache_add),
4247         (icon_theme_get_pixbuf_from_mime_type),
4248         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4249         (ev_sidebar_attachments_icon_cache_refresh),
4250         (ev_sidebar_attachments_get_attachment_at_pos),
4251         (ev_sidebar_attachments_popup_menu_show),
4252         (ev_sidebar_attachments_popup_menu),
4253         (ev_sidebar_attachments_button_press),
4254         (ev_sidebar_attachments_update_icons),
4255         (ev_sidebar_attachments_drag_data_get),
4256         (ev_sidebar_attachments_get_property),
4257         (ev_sidebar_attachments_destroy),
4258         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4259         (ev_sidebar_attachments_new),
4260         (ev_sidebar_attachments_set_document),
4261         (ev_sidebar_attachments_support_document),
4262         (ev_sidebar_attachments_get_label),
4263         (ev_sidebar_attachments_page_iface_init):
4264         * shell/ev-sidebar-attachments.h:
4265         * shell/ev-window.c: (update_chrome_visibility),
4266         (setup_sidebar_from_metadata), (ev_window_setup_document),
4267         (ev_window_sidebar_current_page_changed_cb),
4268         (attachment_bar_menu_popup_cb), (ev_window_init):
4269         
4270         Move attachments bar to sidebar.
4271
4272 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * pdf/ev-poppler.cc:
4275         * shell/ev-application.[ch]:
4276         * shell/main.c:
4277
4278         Fix some memory leaks.
4279
4280 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4281
4282         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4283
4284         Change the properties dialog response to
4285         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4286         will make the dialog go away when the user presses
4287         enter. With gtk+ >= 2.9 this will happen anyway, but for
4288         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4289         escape by default. Fixes bug #340539. See also bug
4290         #101293 for the gtk+ part.
4291
4292 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4293
4294         * shell/ev-view.c (tip_from_action_named): Replace some strings
4295         that were wrong. Closes #340970.
4296
4297 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4300
4301         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4302         #341049
4303
4304 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4305
4306         * djvu/Makefile.am:
4307         * dvi/Makefile.am:
4308         * dvi/mdvi-lib/Makefile.am:
4309         * properties/Makefile.am:
4310         * ps/Makefile.am:
4311         * shell/Makefile.am:
4312         * thumbnailer/Makefile.am:
4313         
4314         Due to broken libtool that is unable to track dependencies
4315         of noinst libraries we are forced to explicitely point
4316         libraries for binary. Fix for the bug #333334.
4317
4318 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * data/evince.desktop.in.in:
4321         * shell/ev-view.c: (view_update_range_and_current_page),
4322         (ev_view_next_page), (ev_view_previous_page):
4323         * shell/ev-window.c: (update_chrome_visibility),
4324         (setup_sidebar_from_metadata), (ev_window_setup_document),
4325         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4326         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4327         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4328         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4329         (ev_window_stop_presentation), (ev_window_focus_in_event),
4330         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4331         (ev_window_init):
4332         * thumbnailer/Makefile.am:
4333         
4334         Update fullscreen and presentation timeout handling. Hide
4335         cursor in presentation after timeout. Fix for the bugs
4336         #136359 and #336981.
4337
4338 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * backend/ev-link-action.[ch]:
4341         * pdf/ev-poppler.cc: (ev_link_from_action):
4342         * shell/ev-view-private.h:
4343         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4344         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4345
4346         Add support for Named Action links
4347
4348 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * backend/Makefile.am:
4351         * backend/ev-document-links.[ch]:
4352         * backend/ev-document.[ch]:
4353         * backend/ev-link-action.[ch]:
4354         * backend/ev-link-dest.[ch]:
4355         * backend/ev-link.[ch]:
4356         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4357         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4358         * shell/ev-page-action.c: (build_new_tree_cb):
4359         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4360         (links_page_num_func), (update_page_callback):
4361         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4362         (tip_from_link):
4363         * shell/ev-jobs.c:
4364         * shell/ev-window.[ch]: (ev_window_open_uri),
4365         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4366         * shell/ev-application.[ch]: (ev_application_open_window),
4367         (ev_application_open_uri):
4368
4369         Rework links system, it adds support for remote links now and it makes
4370         easier to add new kinds of actions and destinations. Fixes bug #317292
4371
4372 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * data/Makefile.am:
4375         * data/evince.png:
4376         * data/evince-16.png:
4377         * data/evince-22.png:
4378         * data/evince.svg:
4379         * shell/main.c: (main):
4380         
4381         Evince use it's own icon. Fix for the bug #313392.
4382
4383         * shell/ev-window.c: (fullscreen_timeout_cb),
4384         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4385         (ev_window_cmd_help_about), (ev_window_dispose):
4386         
4387         Simplify fullscreen timeout code.
4388
4389 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/ev-attachment.c: 
4392         * shell/ev-attachment-bar.c:
4393         * shell/ev-window.c:
4394
4395         Allow multiple selection of attachments
4396
4397 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4398
4399         * shell/ev-view.c: (view_update_range_and_current_page),
4400         (ev_view_scroll):
4401         
4402         Fix for the bug #312573 – Optimal selection of current 
4403         page among visible pages.
4404
4405 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4406
4407         * configure.ac:
4408         * djvu/Makefile.am:
4409         * djvu/djvu-text.h:
4410         
4411         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4412         for the bug 339868.
4413
4414 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4415
4416         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4417
4418 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4419
4420         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4421         dictated by the GNOME HIG. Fixes bug #339235.
4422
4423 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4424
4425         * data/evince-ui.xml:
4426         * shell/ev-view.c: (ev_view_can_find_previous):
4427         * shell/ev-view.h:
4428         * shell/ev-window.c: (ev_window_update_actions),
4429         (ev_window_cmd_edit_find_previous):
4430
4431         Add support for "Find Previous" as dictated by the GNOME HIG. A
4432         menu item is added and some glue code to make it all work is added
4433         to various files.
4434
4435 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4436
4437         * configure.ac: Award myself the "useless use of cat" award.
4438
4439 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4440
4441         * po/LINGUAS: New file listing all supported languages.
4442
4443         * configure.in: Use po/LINGUAS instead of including all languages
4444         directly in this file. See the wiki for more information:
4445         http://live.gnome.org/GnomeGoals/PoLinguas
4446
4447 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4448
4449         * backend/ev-document-factory.c:
4450
4451         Do not load the document twice when there isn't errors
4452
4453 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * backend/ev-attachment.c: 
4456
4457         Fix a crash when there isn't a default application to open an
4458         attachment
4459
4460 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * backend/ev-attachment.[ch]:
4463         * shell/ev-attachment-bar.[ch]:
4464
4465         Added missing files. 
4466
4467 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * backend/Makefile.am:
4470         * data/evince-ui.xml:
4471         * backend/ev-attachment.[ch]:
4472         * backend/ev-document.[ch]: (ev_document_has_attachments),
4473         (ev_document_get_attachments):
4474         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4475         (attachment_save_to_buffer), (pdf_document_get_attachments),
4476         (pdf_document_document_iface_init):
4477         * shell/Makefile.am:
4478         * shell/ev-attachment-bar.[ch]:
4479         * shell/ev-window.c:
4480
4481         Add support for PDF attachments. Fixes bug #325143
4482
4483 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * backend/ev-document-factory.c: (get_document_from_uri),
4486         (ev_document_factory_get_document):
4487         * backend/ev-document-factory.h:
4488         * properties/ev-properties-main.c: (ev_properties_get_pages):
4489         * shell/Makefile.am:
4490         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4491         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4492         (ev_job_queue_remove_job):
4493         * shell/ev-job-queue.h:
4494         * shell/ev-job-xfer.c:
4495         * shell/ev-job-xfer.h:
4496         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4497         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4498         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4499         (ev_job_xfer_run):
4500         * shell/ev-jobs.h:
4501         * shell/ev-window.c: (ev_window_is_empty),
4502         (password_dialog_response), (ev_window_clear_xfer_job),
4503         (ev_window_xfer_job_cb), (ev_window_open_uri),
4504         (ev_window_cmd_focus_page_selector),
4505         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4506         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4507         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4508         (ev_window_dispose):
4509         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4510         
4511         * Cleanup mime type detection on document load. Fix for the
4512         bug #336448.
4513
4514 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4515
4516         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4517         
4518         Fix crash on exit, described in the bug #336825.
4519
4520 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4521
4522         * backend/ev-document-factory.c:
4523         (ev_document_factory_get_from_mime),
4524         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4525         (ev_document_factory_get_document),
4526         (file_filter_add_mime_list_and_free),
4527         (ev_document_factory_add_filters):
4528         * backend/ev-document-factory.h:
4529         * properties/ev-properties-main.c: (ev_properties_get_pages):
4530         * shell/Makefile.am:
4531         * shell/ev-application.c:
4532         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4533         * shell/ev-window.c: (ev_window_cmd_file_open),
4534         (ev_window_cmd_save_as):
4535         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4536         
4537         Rework factory functions so they are placed now in a single 
4538         file ev-document-factory.c
4539
4540 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * shell/ev-window.c: (update_chrome_visibility):
4543         
4544         Fix for the bug 166566 - don't show menubar in fullscreen
4545         mode.
4546
4547 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4548
4549         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4550
4551 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * shell/ev-view.c: (ev_view_expose_event):
4554         
4555         More correctly draw loading text when document
4556         is empty.
4557
4558 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * shell/ev-view.c: (ev_view_scroll):
4561         
4562         Fix for the bug #334854, page down and page up switch
4563         pages in presentation mode.
4564
4565 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4566
4567         * shell/ev-window.c: (ev_window_set_action_sensitive),
4568         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4569         (ev_window_set_view_accels_sensitivity),
4570         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4571         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4572         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4573         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4574         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4575         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4576         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4577         (view_actions_focus_in_cb), (ev_window_init):
4578         
4579         Fix for the bug #333902, now it's possible to search
4580         words with slash.
4581
4582 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4583
4584         * configure.ac: Added Breton translation.
4585         * po/br.po: Added Breton translation.
4586
4587 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * shell/ev-window-title (ev_window_title_update):
4590
4591         Fix memory leak in window title. Fixes bug #333944
4592
4593 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-metadata-manager.c (parseItem):
4596
4597         Fix memory leaks. Fixes bug #333945
4598
4599 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4600         
4601         * NEWS, configure.ac, TODO:
4602         
4603         Update for release 0.5.2.
4604
4605 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4606
4607         * shell/ev-view.c: (view_update_range_and_current_page),
4608         (page_changed_cb):
4609         
4610         Don't jump on scrolling, fix for the bug #333127.
4611
4612 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4613
4614         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4615         
4616         Scroll by one page in presentation mode. Fix for the bug
4617         #332993.
4618
4619 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4620
4621         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4622
4623 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4624
4625         * configure.ac  Added lv in ALL_LINGUAS line.
4626
4627 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4628         
4629         * NEWS, configure.ac:
4630         
4631         Update for release 0.5.1
4632
4633 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4634
4635         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4636         * backend/ev-document-misc.h:
4637         * shell/ev-view.c: (draw_one_page):
4638         
4639          Clairfy what page the toolbar page number applies to. Fix
4640          for the bug #328102.
4641
4642 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4643
4644         * shell/ev-view-private.h:
4645         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4646         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4647         (ev_view_search_changed):
4648         * shell/ev-view.h:
4649         * shell/ev-window.c: (find_bar_search_changed_cb):
4650         
4651         Dont't jump to find result if window was scrolled during search.
4652         Fix for the bug #313266.
4653
4654 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4655
4656         * shell/eggfindbar.c: (egg_find_bar_class_init):
4657         * shell/eggfindbar.h:
4658         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4659         * shell/ev-view-private.h:
4660         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4661         (ev_view_class_init), (ev_sizing_mode_get_type),
4662         (ev_scroll_type_get_type):
4663         * shell/ev-view.h:
4664         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4665         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4666         (ev_window_init):
4667         
4668         Fix for the bug 319133 - Find entry should allow text scroll.
4669
4670 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4671
4672         * shell/ev-view-private.h:
4673         * shell/ev-view.c: (view_update_range_and_current_page),
4674         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4675         (ev_view_set_document), (update_find_status_message),
4676         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4677         (ev_view_find_previous):
4678         
4679         Fix for the bug #319137. Search now takes account for scrolling.
4680
4681 2006-02-19  Michael Hofmann <mh21@piware.de>
4682
4683         * configure.ac:
4684         * djvu/Makefile.am:
4685         * djvu/djvu-document-private.h:
4686         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4687         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4688         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4689         (djvu_document_can_get_text), (djvu_document_get_text),
4690         (djvu_document_document_iface_init),
4691         (djvu_document_thumbnails_get_thumbnail),
4692         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4693         (djvu_document_find_get_result),
4694         (djvu_document_find_page_has_results),
4695         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4696         (djvu_document_find_iface_init):
4697         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4698         (djvu_text_page_selection), (djvu_text_page_limits_process),
4699         (djvu_text_page_limits), (djvu_text_page_copy),
4700         (djvu_text_page_position), (djvu_text_page_union),
4701         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4702         (djvu_text_page_box), (djvu_text_page_append_text),
4703         (djvu_text_page_search), (djvu_text_page_prepare_search),
4704         (djvu_text_page_new), (djvu_text_page_free):
4705         * djvu/djvu-text-page.h:
4706         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4707         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4708         (djvu_text_n_results), (djvu_text_has_results),
4709         (djvu_text_get_result), (djvu_text_get_progress):
4710         * djvu/djvu-text.h:
4711         
4712         Text search in djvu. Fix for the bug #303415.
4713
4714 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * configure.ac:
4717         * shell/ev-window.c: (ev_window_cmd_save_as):
4718         
4719         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4720         Thanks to Gary Coady <gary@lyranthe.org>
4721
4722 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * shell/ev-print-job.c: (idle_print_handler):
4725         
4726         Inverse order printing, bug #320919.
4727
4728 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4729
4730         * data/evince-toolbar.xml:
4731         * shell/ev-window.c:
4732         
4733         Allow to add sidebar checkbutton on toolbar. Fix
4734         for the bug #144577.
4735
4736 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4739         
4740         Add checks that have sense for empty ps document.
4741
4742 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4743
4744         * configure.ac: Include PS in mime types list. 
4745
4746 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4747
4748         * configure.ac:
4749         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4750         * ps/gsdefaults.h:
4751         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4752         
4753         Runtime check for gs interpreter. Fix for the bug #320868.
4754         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4755
4756 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * shell/ev-application.c: 
4759
4760         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4761         dbus>=0.60, so that the request is not queued. 
4762
4763 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4764
4765         * configure.ac:
4766         * shell/Makefile.am:
4767         * shell/ev-sidebar-links.c: (print_section_cb):
4768         * shell/ev-utils.c:
4769         * shell/ev-utils.h:
4770         * shell/ev-window.c: (update_action_sensitivity),
4771         (ev_window_close_dialogs), (ev_window_print):
4772         * shell/ev-window.h:
4773         
4774         Make printing support optional. Patch from Eduardo de Barros Lima
4775         <eduardo.lima@indt.org.br> for the bug #330546.
4776
4777 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * shell/ev-view-private.h:
4780         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4781         (ev_view_set_document):
4782         * shell/ev-view.h:
4783         * shell/ev-window.c: (ev_window_load_job_cb),
4784         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4785         (ev_window_init):
4786
4787         Draw Loading message during xfer job. Fix for the bug #329495.
4788
4789 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4790
4791         * comics/comics-document.c: (comics_regex_quote),
4792         (comics_document_load), (extract_argv):
4793         
4794         Correcly quote regexp before passing it to unzip.
4795
4796 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4797
4798         * shell/ev-page-cache.c: (build_height_to_page),
4799         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4800         (ev_page_cache_get_dual_even_left):
4801         * shell/ev-page-cache.h:
4802         * shell/ev-view.c: (view_update_range_and_current_page),
4803         (get_page_y_offset), (get_page_extents):
4804         
4805         Place even pages to the left if document has less then
4806         two pages. Fix for the bug #328856.
4807
4808 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4811         
4812         Correct comics scheme. This make evince create thumbnails
4813         for comic books. Fix for the bug 329088.
4814
4815 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4816
4817         * data/evince-password.glade: Don't explicitly set
4818         invisible_char to the current default value in case
4819         the default changes; let GTK+ do its magic.
4820
4821 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4822
4823         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4824         real filename to tmp filename since often document
4825         type is determined by extension.
4826
4827 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4828
4829         * shell/ev-view.c: (add_scroll_binding_keypad),
4830         (ev_view_binding_activated), (ev_view_class_init):
4831         
4832         Add keybindings for percision-scrolling of display area. 
4833         Fix for the bug #314072.
4834
4835 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4836
4837         * data/evince.desktop.in.in:
4838         
4839         Add GTK to the list of categories. Fix for the bug #328034.
4840
4841 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4842
4843         * shell/ev-application.c: (ev_application_shutdown),
4844         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4845         * shell/ev-application.h:
4846         * shell/ev-window.c: (file_open_dialog_response_cb),
4847         (ev_window_cmd_file_open):
4848         
4849         Save last uri in file chooser dialog. Fix for the bug #327950.
4850
4851 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4852
4853         * NEWS:
4854         * README:
4855         
4856         Final update for release 0.5.0
4857         
4858         * shell/Makefile.am:
4859         
4860         Remove disable deprecated until we'll require libgnome-2.13.7
4861         and port to GOption argument parsing. See bug 327518.
4862
4863 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4864
4865         * comics/comics-document.c: (comics_document_save):
4866         * djvu/djvu-document.c: (djvu_document_save):
4867         * dvi/dvi-document.c: (dvi_document_save):
4868         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4869         * lib/ev-file-helpers.h:
4870         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4871         * tiff/tiff-document.c: (tiff_document_save):
4872         
4873         Use common save function for backends.
4874
4875 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4876
4877         * backend/ev-document-types.c:
4878         
4879         Fix crash on saving pixbuf.
4880
4881 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4882
4883         * cut-n-paste/recent-files/egg-recent-item.c:
4884         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4885         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4886         (parse_info_free), (valid_element), (start_element_handler),
4887         (end_element_handler), (text_handler), (egg_recent_model_filter),
4888         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4889         (egg_recent_model_monitor), (egg_recent_model_read),
4890         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4891         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4892         (egg_recent_model_set_property), (egg_recent_model_class_init),
4893         (egg_recent_model_init), (egg_recent_model_add_full),
4894         (egg_recent_model_delete), (egg_recent_model_get_list),
4895         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4896         (egg_recent_model_set_filter_mime_types),
4897         (egg_recent_model_clear_group_filter),
4898         (egg_recent_model_set_filter_groups),
4899         (egg_recent_model_clear_scheme_filter),
4900         (egg_recent_model_set_filter_uri_schemes),
4901         (egg_recent_model_remove_expired):
4902         * cut-n-paste/recent-files/egg-recent-util.c:
4903         (egg_recent_util_get_icon):
4904         * cut-n-paste/recent-files/egg-recent-util.h:
4905         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4906         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4907         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4908         (egg_recent_view_uimanager_set_property),
4909         (egg_recent_view_uimanager_get_property),
4910         (egg_recent_view_uimanager_class_init),
4911         (egg_recent_view_uimanager_init),
4912         (egg_recent_view_uimanager_set_label_width),
4913         (egg_recent_view_uimanager_get_label_width):
4914         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4915         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4916         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4917         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4918         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4919         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4920         
4921         Update from libegg.
4922
4923 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * shell/ev-page-cache.c: (build_height_to_page),
4926         (ev_page_cache_get_height_to_page):
4927         * shell/ev-page-cache.h:
4928         * shell/ev-view.c: (view_update_range_and_current_page),
4929         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4930         (ev_view_previous_page):
4931         
4932         Dual mode places even pages to the left. Fix for the bug #309393.
4933
4934         * shell/ev-view.h:
4935         * shell/ev-window.c: (update_action_sensitivity),
4936         (setup_view_from_metadata), (view_menu_popup_cb):
4937         
4938         Don't restore presentation in empty windows, more intelligent
4939         next page behaviour in dual mode.
4940
4941         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4942         (ev_pixbuf_cache_clear_job_sizes):
4943         
4944         Cleanup job callback on removal. Fix for the bug #325886.
4945
4946 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4947
4948         * ps/ps.c: (psscan):
4949         
4950         Commit workaround Mozilla problem. Fix for the bug #325919
4951         
4952         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4953         (save_item):
4954         
4955         Fix for year 2038 problem.
4956
4957 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * shell/ev-window.c: (setup_document_from_metadata),
4960         (ev_window_cmd_view_reload):
4961
4962         Clamp page recieved from metadata in valid values. Fix
4963         for the bug #325986.
4964
4965 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * MAINTAINERS: 
4968         Add MAINTAINERS as requested on desktop-devel-list.
4969
4970 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4973         (mime_type_supported_by_gdk_pixbuf),
4974         (ev_document_factory_get_mime_types),
4975         (ev_document_factory_get_all_mime_types):
4976         
4977         Don't add pixbuf mime types if pixbuf backend is disabled.
4978         
4979         * shell/ev-application.c: (ev_application_get_uri_window):
4980         
4981         Fix for the bug 325815 - unhandled MIME type message doesn't 
4982         appear a second time. 
4983         
4984         * shell/ev-document-types.c: (ev_document_types_add_filters):
4985         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4986         (password_dialog_response), (ev_window_popup_password_dialog),
4987         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4988         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4989         (ev_window_run_presentation), (ev_window_stop_presentation),
4990         (save_sizing_mode), (ev_window_zoom_changed_cb),
4991         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4992         (ev_window_dual_mode_changed_cb),
4993         (ev_window_sidebar_current_page_changed_cb),
4994         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4995         (window_state_event_cb), (window_configure_event_cb):
4996         
4997         Cleanup additional uris holded by EvWindow.
4998
4999 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5002         (ev_view_can_previous_page), (ev_view_can_next_page):
5003         * shell/ev-view.h:
5004         * shell/ev-window.c: (update_action_sensitivity):
5005         
5006         Two page scrolling with Space and PageUp in dual mode. Second fix 
5007         for the bug #316608.
5008
5009 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-view.c: (scroll_to_current_page):
5012         
5013         Correctly clamp adjustment value. Fix for the bug
5014         #325808.
5015
5016 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-sidebar-links.c: (print_section_cb):
5019         * shell/ev-window.c: (ev_window_get_uri),
5020         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5021         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5022         (ev_window_dispose):
5023         
5024         Make print dialog non-modal. Fix for the bug #325622.
5025
5026 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5027
5028         * shell/ev-metadata-manager.c:
5029         * shell/ev-utils.c: (using_pdf_printer),
5030         (using_postscript_printer), (load_print_config_from_file),
5031         (save_print_config_to_file):
5032         * shell/ev-utils.h:
5033         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5034         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5035         (setup_view_from_metadata), (ev_window_setup_document),
5036         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5037         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5038         (ev_window_run_presentation), (ev_window_stop_presentation),
5039         (save_sizing_mode), (ev_window_zoom_changed_cb),
5040         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5041         (ev_window_dual_mode_changed_cb),
5042         (ev_window_sidebar_current_page_changed_cb),
5043         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5044         (window_state_event_cb), (window_configure_event_cb),
5045         (ev_window_init):
5046         
5047         Setting saving behaviour fixes.
5048
5049 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * configure.ac:
5052         
5053         Make antialiasing gs options better and allow
5054         to change them during configure. Fix for the 
5055         bug #319049.
5056
5057 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5058
5059         * shell/ev-window.c: (setup_view_from_metadata):
5060         
5061         Remember if last window was maximized. Fix for the
5062         bug #323797.
5063
5064 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5065
5066         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5067
5068 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5071         * shell/ev-page-action.c: (build_new_tree_cb):
5072         * shell/ev-sidebar-links.c: (links_page_num_func),
5073         (update_page_callback_foreach), (update_page_callback):
5074         * shell/ev-view.c: (scroll_to_current_page):
5075         
5076         Fix for the bug #325067 with more intelligent selection
5077         of current link in sidebar. Make sidebar handle links
5078         of FITR-like type more correctly.
5079
5080         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5081         (dvi_pixbuf_put_pixel):
5082         
5083         Fix memory consumtion with disabled alpha channel.
5084
5085 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5086
5087         * data/evince-ui.xml:
5088         * shell/ev-window.c: (view_menu_popup_cb),
5089         (ev_popup_cmd_open_link), (ev_window_init):
5090         
5091         Update context menu for internal links. Fix for the bug
5092         #325066.
5093
5094 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5097         
5098         Bind context menu to keyboard also. Fix for the bug
5099         #325065.
5100
5101 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * shell/ev-view.c: (selection_scroll_timeout_cb):
5104         
5105         Horizontal scroll on selection also.
5106
5107 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5108
5109         * shell/ev-metadata-manager.c: (parse_value):
5110         * shell/ev-view.c: (goto_xyz_link):
5111         
5112         Correct zoom setup and metadata save broken in 
5113         some locales.
5114
5115 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * shell/ev-view-private.h:
5118         * shell/ev-view.c: (scroll_to_current_page),
5119         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5120         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5121         (page_changed_cb), (ev_view_set_continuous),
5122         (ev_view_set_dual_page), (ev_view_set_presentation):
5123         
5124         Delay scroll until allocation to correctly position page. Fix
5125         for the bug #317334.
5126
5127 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * NEWS:
5130         * configure.ac:
5131         
5132         Update NEWS and require poppler 0.5.0.
5133
5134 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5135         
5136         * data/evince-ui.xml:
5137         * shell/ev-view-private.h:
5138         * shell/ev-view.c: (ev_view_get_link_at_location),
5139         (handle_link_over_xy), (ev_view_button_press_event),
5140         (ev_view_button_release_event), (ev_view_class_init):
5141         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5142         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5143         (ev_window_init):
5144         
5145         Implement right-click context menu.
5146
5147 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5148
5149         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5150         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5151         (mdvi_pixbuf_device_render):
5152         * pdf/ev-poppler.cc:
5153
5154         Don't generate thumbnails with alpha. See bug #324077.
5155         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5156
5157 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5158
5159         * shell/ev-window.c: (setup_chrome_from_metadata):
5160         
5161         Fix typo that was hiding toolbar.
5162
5163 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/ev-view-private.h:
5166         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5167         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5168         (ev_view_button_release_event), (ev_view_destroy):
5169         
5170         Small cleanup and autoscrolling during selection. Thanks to 
5171         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5172
5173 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5174
5175         * configure.ac:
5176         
5177         Correctly check for comics option.
5178
5179 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5180         * Makefile.am:
5181         * configure.ac:
5182         * backend/Makefile.am:
5183         * backend/ev-document-factory.c:
5184         * shell/ev-document-types.c:
5185
5186         Included option in configure to make ps backend 
5187         compilation optional with --disable-ps.
5188
5189 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5190
5191         * backend/ev-document-factory.c:
5192         * comics/Makefile.am:
5193         * comics/comics-document.c: (comics_document_load):
5194         * comics/ev-cbr-mime.xml:
5195         * configure.ac:
5196         
5197         Comics mime types are added to shared-mime-info CVS. Now
5198         we don't need to install our own mime types.
5199
5200 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5201
5202         * shell/ev-window.c:
5203         
5204         Add shortcut for "save a copy" menu entry. Fix for
5205         the bug #324582.
5206
5207 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5208
5209         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5210         (job_finished_cb), (new_selection_pixbuf_needed),
5211         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5212         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5213         
5214         Rework selection job info logic and fix critical warning.
5215
5216 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5217
5218         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5219
5220 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5221
5222         * data/evince-ui.xml:
5223         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5224         
5225         Enter as shortcut key for next page. Fix for the bug
5226         #321394.
5227
5228 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5229
5230         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5231
5232 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5233
5234         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5235         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5236         (new_selection_pixbuf_needed),
5237         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5238         (clear_job_selection):
5239         
5240         Too early for 0.5. Pixbuf cache code cleaned a bit.
5241
5242 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * NEWS:
5245         * configure.ac:
5246         
5247         Release 0.5.0 preparation
5248
5249 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * comics/Makefile.am:
5252         * configure.ac:
5253         * shell/ev-document-types.c: (ev_document_types_add_filters):
5254         
5255         More advanced handling of custom mime type installation.
5256
5257 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5258
5259         * data/evince.schemas.in:
5260         * shell/ev-metadata-manager.c: (value_free),
5261         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5262         (ev_metadata_manager_get), (ev_metadata_manager_set):
5263         * shell/ev-metadata-manager.h:
5264         * shell/ev-window.c: (update_chrome_flag),
5265         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5266         (setup_document_from_metadata), (setup_chrome_from_metadata),
5267         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5268         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5269         (ev_window_view_toolbar_cb),
5270         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5271         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5272         
5273         Save last document settings and reuse them for new documents.
5274
5275 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * Makefile.am:
5278         * backend/Makefile.am:
5279         * backend/ev-document-factory.c:
5280         * backend/ev-document-factory.h:
5281         * comics/Makefile.am:
5282         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5283         (comics_document_load), (comics_document_save),
5284         (comics_document_get_n_pages), (comics_document_get_page_size),
5285         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5286         (comics_document_class_init), (comics_document_can_get_text),
5287         (comics_document_get_info), (comics_document_document_iface_init),
5288         (comics_document_init), (get_supported_image_extensions),
5289         (comics_document_thumbnails_get_geometry),
5290         (comics_document_thumbnails_get_thumbnail),
5291         (comics_document_thumbnails_get_dimensions),
5292         (comics_document_document_thumbnails_iface_init), (extract_argv):
5293         * comics/comics-document.h:
5294         * comics/ev-cbr-mime.xml:
5295         * configure.ac:
5296         * po/POTFILES.in:
5297         * shell/ev-application.c: (ev_application_register_service):
5298         * shell/ev-document-types.c: (ev_document_types_add_filters):
5299         * thumbnailer/Makefile.am:
5300         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5301         
5302         New CBR/CBZ backend for comic books.
5303
5304 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * shell/main.c: (load_files_remote):
5307
5308         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5309         warning on startup of second instance is fixed. It
5310         is bug #320353.
5311
5312 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5313
5314         * shell/ev-window.c: (ev_window_finalize):
5315         
5316         Fix double free that cause crash.
5317
5318 2005-10-29  Bastien Nocera <hadess@hadess.net>
5319
5320         * tiff/tiff-document.c: (tiff_document_load):
5321         
5322         Fix memory leak.
5323
5324 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5325
5326         * po/POTFILES.in:
5327         * shell/Makefile.am:
5328         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5329         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5330         (ev_view_accessible_get_text),
5331         (ev_view_accessible_get_character_at_offset),
5332         (ev_view_accessible_get_text_before_offset),
5333         (ev_view_accessible_get_text_at_offset),
5334         (ev_view_accessible_get_text_after_offset),
5335         (ev_view_accessible_get_character_count),
5336         (ev_view_accessible_get_caret_offset),
5337         (ev_view_accessible_set_caret_offset),
5338         (ev_view_accessible_get_run_attributes),
5339         (ev_view_accessible_get_default_attributes),
5340         (ev_view_accessible_get_character_extents),
5341         (ev_view_accessible_get_offset_at_point),
5342         (ev_view_accessible_get_n_selections),
5343         (ev_view_accessible_get_selection),
5344         (ev_view_accessible_add_selection),
5345         (ev_view_accessible_remove_selection),
5346         (ev_view_accessible_set_selection),
5347         (ev_view_accessible_text_iface_init),
5348         (ev_view_accessible_idle_do_action),
5349         (ev_view_accessible_action_do_action),
5350         (ev_view_accessible_action_get_n_actions),
5351         (ev_view_accessible_action_get_description),
5352         (ev_view_accessible_action_get_name),
5353         (ev_view_accessible_action_set_description),
5354         (ev_view_accessible_action_iface_init),
5355         (ev_view_accessible_get_type), (ev_view_accessible_new),
5356         (ev_view_accessible_factory_get_accessible_type),
5357         (ev_view_accessible_factory_create_accessible),
5358         (ev_view_accessible_factory_class_init),
5359         (ev_view_accessible_factory_get_type):
5360         * shell/ev-view-accessible.h:
5361         * shell/ev-view-private.h:
5362         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5363         * shell/ev-view.h:
5364         
5365         Initial accessibility support.
5366
5367 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5368
5369         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5370
5371 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5372
5373         * shell/ev-print-job.c: (idle_print_handler):
5374         
5375         Fix for bug Bug 318916: Printing multiple pages.
5376
5377 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5378
5379         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5380
5381 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * pdf/ev-poppler.cc:
5384         
5385         Thumnail dimensions unified with other backends.
5386         
5387         * shell/ev-window-title.c: (ev_window_title_update):
5388         
5389         Fix warning.
5390
5391 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5392
5393         * data/ev-stock-zoom-fit-width.png:
5394         
5395         Remove unused file.
5396
5397 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * configure.ac:
5400         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5401         (djvu_document_finalize):
5402         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5403         (dvi_document_finalize):
5404         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5405         (pixbuf_document_save), (pixbuf_document_finalize):
5406         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5407         (tiff_document_finalize):
5408         
5409         Save a copy implemented for various backends.
5410
5411 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5412
5413         * configure.ac:
5414         
5415         Don't link with ltiff if tiff is disabled.
5416
5417 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5418
5419         * pdf/GDKSplashOutputDev.cc:
5420         * pdf/GDKSplashOutputDev.h:
5421         * pdf/Thumb.cc:
5422         * pdf/Thumb.h:
5423         * pdf/pdf-document.cc:
5424         * pdf/pdf-document.h:
5425         * pdf/test-gdk-output-dev.cc:
5426         
5427         Remove old unused files.
5428
5429 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5430
5431         * shell/ev-window.c: (ev_window_setup_document):
5432         
5433         Fixed warnings on reload and probably crash reason.
5434
5435 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * properties/ev-properties-view.c:
5438         (ev_properties_view_format_date):
5439         
5440         Check if date is invalid. Fix for bug 318134.
5441
5442 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5443
5444         * shell/ev-window-title.c:
5445         
5446         Add .indd files (Adobe Indesign) to the list of "bad
5447         extensions".
5448
5449 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * data/evince-ui.xml:
5452         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5453         
5454         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5455
5456 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5457
5458         * shell/ev-window.c: (launch_link), (launch_external_uri),
5459         (view_external_link_cb):
5460
5461         URL-escape link before passing it to gnome_vfs_url_show.
5462
5463 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5464
5465         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5466         there isn't text selected.
5467
5468 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5469
5470         * shell/ev-view.c: (handle_link_over_xy):
5471
5472         Check tooltip is valid utf8 before showing it
5473
5474 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5475
5476         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5477
5478 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5479
5480         * shell/ev-window-title.c: (ev_window_title_update):
5481
5482         Guard against using g_strstrip on NULL. Fixes bug #317291.
5483
5484 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5485
5486         * pdf/ev-poppler.cc:
5487
5488         Show title even for unknown links
5489
5490 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5491
5492         * shell/ev-window-title.c: (ev_window_title_update):
5493
5494         Strip the title string
5495
5496 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5497
5498         * shell/ev-window-title.c:
5499
5500         Add .rtf to the bad extensions list
5501
5502 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5503
5504         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5505         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5506
5507         Ignore link coordinates if they are outside page bounds
5508
5509 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5510
5511         * backend/ev-link.c: (ev_link_type_get_type),
5512         (ev_link_get_filename), (ev_link_get_params),
5513         (ev_link_get_property), (ev_link_set_property),
5514         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5515         * backend/ev-link.h:
5516         * pdf/ev-poppler.cc:
5517         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5518         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5519         (ev_window_init):
5520
5521         Implement launch links. Delegate external link opening to
5522         the window.
5523
5524 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5525
5526         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5527         (ev_link_get_right), (ev_link_get_property),
5528         (ev_link_set_property), (ev_link_class_init),
5529         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5530         * backend/ev-link.h:
5531         * pdf/ev-poppler.cc:
5532         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5533
5534         Implement fitr links
5535
5536 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5537
5538         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5539         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5540         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5541         (ev_view_size_request_continuous),
5542         (ev_view_size_request_dual_page),
5543         (ev_view_size_request_single_page), (ev_view_size_allocate),
5544         (ev_view_zoom_for_size_continuous_and_dual_page),
5545         (ev_view_zoom_for_size_continuous),
5546         (ev_view_zoom_for_size_dual_page),
5547         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5548         (ev_sizing_mode_get_type):
5549         * shell/ev-view.h:
5550         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5551
5552         Do not use modes for link, we need to calculate size ad hoc.
5553         Still not perfect because of the usual scrollbar issues grrr.
5554
5555 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5556
5557         * backend/ev-link.c: (ev_link_type_get_type),
5558         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5559         * backend/ev-link.h:
5560         * pdf/ev-poppler.cc:
5561         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5562         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5563         (ev_view_size_request_continuous),
5564         (ev_view_size_request_dual_page),
5565         (ev_view_size_request_single_page), (ev_view_size_allocate),
5566         (zoom_for_size_fit_height),
5567         (ev_view_zoom_for_size_continuous_and_dual_page),
5568         (ev_view_zoom_for_size_continuous),
5569         (ev_view_zoom_for_size_dual_page),
5570         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5571         (ev_sizing_mode_get_type):
5572         * shell/ev-view.h:
5573         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5574
5575         Implement FIT_HEIGHT mode (only for links).
5576         Implement FITH links
5577
5578 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5579
5580         * shell/ev-window-title.c: (get_filename_from_uri),
5581         (ev_window_title_sanitize_extension), (ev_window_title_update),
5582         (ev_window_title_set_document), (ev_window_title_set_uri),
5583         (ev_window_title_free):
5584         * shell/ev-window-title.h:
5585         * shell/ev-window.c: (ev_window_setup_document),
5586         (ev_window_popup_password_dialog):
5587
5588         Refactor window title building while fixing it for
5589         password documents.
5590
5591 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5592
5593         * pdf/ev-poppler.cc:
5594
5595         Escape link title before setting it in the model
5596
5597 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5598
5599         * shell/ev-application.c: (removed_from_session), (save_session),
5600         (init_session), (ev_application_get_empty_window),
5601         (ev_application_init), (ev_application_get_windows):
5602         * shell/ev-application.h:
5603         * shell/ev-window.c: (ev_window_finalize):
5604
5605         Add a function to retrieve window list and share it where
5606         necessary.
5607         Implement session handling, works pretty well thanks to the
5608         metadata system.
5609
5610 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5611
5612         * shell/ev-password.c: (ev_password_item_created_callback),
5613         (ev_password_dialog_save_password):
5614         
5615         Fix for bug 316972. Use async gnome-keyring API.
5616
5617 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5618
5619         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5620         Remove unused unrealize handler. Add scroll handling to
5621         ev_view_scroll_event for presentation mode (bug #316708),
5622         and fix the event state checks there.
5623
5624 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5625
5626         * shell/ev-page-action.c: (page_changed_cb):
5627
5628         "marco, maybe we should be crazy and jump right to 6! :)"
5629
5630         Bryan Clark, Sep 2005
5631
5632 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5633
5634         * ps/ps-document.c: (save_document), (ps_document_save),
5635         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5636         (ps_document_ps_export_end):
5637
5638         Fix unstructured documents save and print
5639
5640 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5641
5642         * shell/ev-application.c: (ev_application_open_uri):
5643
5644         Fix window size persistance
5645
5646 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5647
5648         * shell/ev-view.c: (ev_view_button_release_event):
5649
5650         Based on a patch from carlosgc@gnome.org. Mouse buttons
5651         switch pages in presentation mode.
5652
5653 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5654
5655         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5656
5657         Dont cast to int before scaling
5658
5659 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5660
5661         * backend/ev-link.c: (ev_link_type_get_type),
5662         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5663         (ev_link_new_page_fith):
5664         * backend/ev-link.h:
5665         * pdf/ev-poppler.cc:
5666         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5667
5668         Implement FIT and FITH links
5669
5670 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5671
5672         * pdf/ev-poppler.cc:
5673
5674         Return 0 results when search is not in progress.
5675
5676         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5677         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5678
5679         Update menu sensitivity when cancelling search
5680
5681 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5682
5683         * shell/ev-view.c: (ev_view_can_find_next):
5684
5685         Take all pages in consideration, not just current one
5686
5687 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5688
5689         * shell/ev-page-cache.c:
5690         * shell/ev-page-cache.h:
5691         * shell/ev-view.c: (ev_view_binding_activated),
5692         (ev_view_next_page), (ev_view_previous_page),
5693         (ev_sizing_mode_get_type):
5694         * shell/ev-view.h:
5695         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5696         (ev_window_cmd_go_next_page):
5697
5698         Move page next/previous functions from page chace to
5699         view and change it to move by 2 page steps in dual mode.
5700
5701 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5702
5703         * shell/ev-window.c: (update_sidebar_visibility),
5704         (setup_sidebar_from_metadata), (ev_window_setup_document),
5705         (setup_view_from_metadata):
5706
5707         Show the index by default when there is one     
5708
5709 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5710
5711         * shell/ev-window-title.c: (ev_window_title_set_document):
5712
5713         Missing null check
5714
5715 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-view.c: (view_update_range_and_current_page):
5718         
5719         Allow display of last odd page in dual view. Fix for 316347.
5720
5721 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5722
5723         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5724         
5725         Make close button default. Fix for 316383.
5726
5727 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5730         
5731         Mark close button as default. Fix for 316381.
5732
5733 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5734
5735         * backend/ev-link.c: (ev_link_class_init):
5736
5737         Allow negative doubles in left/top properties
5738
5739 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5740
5741         * shell/ev-window.c:
5742
5743         Remove a bunch of strings that was used only
5744         by the statusbar.
5745
5746 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5747
5748         * shell/ev-window-title.c: (get_filename_from_uri),
5749         (ev_window_title_set_document):
5750
5751         When title has a confusing extension, show also
5752         the document filename inside ()
5753
5754 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5755
5756         * shell/Makefile.am:
5757         * shell/ev-window-title.c: (ev_window_title_new),
5758         (ev_window_title_update), (ev_window_title_set_type),
5759         (ev_window_title_set_document), (ev_window_title_free):
5760         * shell/ev-window-title.h:
5761         * shell/ev-window.c: (ev_window_setup_document),
5762         (password_dialog_response), (ev_window_popup_password_dialog),
5763         (ev_window_dispose), (ev_window_init):
5764
5765         Factor out and cleanup window title code
5766
5767 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5768
5769         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5770         (unable_to_load):
5771
5772         Make dialog transient so it doesnt block other windows
5773
5774 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5775
5776         * pdf/ev-poppler.cc:
5777         
5778         Fix pdf thumbnails rendering.
5779
5780 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5781
5782         * shell/ev-window.c: (fullscreen_set_timeout):
5783         
5784         Increase timeout to hide full screen popup. Bug 
5785         316123. 
5786
5787 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * data/evince.schemas.in:
5790         * shell/ev-window.c: (update_action_sensitivity):
5791
5792         Allow the user to override document restrictions. Fix for bug
5793         305818.
5794
5795 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5796
5797         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5798         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5799         (ev_window_class_init): Fix multihead behaviour of fullscreen
5800         toolbar popup. Fixes bug #315451.
5801
5802 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * configure.ac:
5805         * data/evince-password.glade:
5806         * shell/ev-password.c: (ev_password_dialog_set_property),
5807         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5808         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5809         (ev_password_dialog_entry_changed_cb),
5810         (ev_password_dialog_entry_activated_cb),
5811         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5812         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5813         (ev_password_dialog_set_bad_pass):
5814         * shell/ev-password.h:
5815         * shell/ev-window.c: (password_dialog_response),
5816         (ev_window_popup_password_dialog):
5817         
5818         Support for gnome-keyring for encrypted PDF's.
5819
5820 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5821
5822         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5823         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5824         (ev_view_enter_notify_event), (ev_view_class_init):
5825         
5826         More precise handling of enter_notify/leave_notify events
5827         in EvView. Fix for bug 315470.
5828
5829 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5830
5831         * shell/ev-window.c: (fullscreen_timeout_cb),
5832         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5833         (ev_window_dispose):
5834
5835         leak fix: unref fullscreen_timeout_source before clearing it
5836
5837 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5838
5839         * configure.ac, dvi/mdvi/Makefile.am: 
5840         
5841         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5842
5843 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5844
5845         * backend/ev-link.c: (ev_link_new_page_xyz):
5846         * pdf/ev-poppler.cc:
5847         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5848
5849         Fix some bugs with xyz links, respect zoom
5850
5851 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5852
5853         * shell/ev-window.c: (page_changed_cb),
5854         (setup_document_from_metadata), (update_sidebar_visibility),
5855         (setup_view_from_metadata), (ev_window_run_fullscreen),
5856         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5857         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5858         (ev_window_dual_mode_changed_cb),
5859         (ev_window_sidebar_current_page_changed_cb):
5860
5861         null check uri before setting and getting metadata
5862
5863 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5864
5865         * dvi/Makefile.am:
5866         * properties/Makefile.am:
5867         * shell/Makefile.am:
5868         * thumbnailer/Makefile.am:
5869
5870         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5871
5872 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5873
5874         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5875         (selection_changed_callback):
5876         * shell/ev-sidebar-links.h:
5877
5878         Add a signal for link activation.
5879
5880         * shell/ev-view.c: (ev_view_goto_link),
5881         (ev_view_button_release_event):
5882         * shell/ev-view.h:
5883         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5884         (ev_window_init):
5885
5886         Implement the signal so that we can handle all link types.
5887
5888         * shell/ev-page-cache.c:
5889
5890         Remove unused set_link function
5891
5892 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5893
5894         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5895
5896         Add some space from the cursor, hardcoded but I couldnt
5897         find a better way.
5898
5899 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5900
5901         * lib/ev-tooltip.c:
5902
5903         Use mozilla style vs gtk style, way better for links.
5904
5905         * shell/ev-view.c: (ev_view_motion_notify_event),
5906         (ev_view_destroy), (ev_view_init):
5907
5908         Deactive tooltip when the link hovered is changed.
5909
5910 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5911
5912         * backend/ev-document.h:
5913         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5914         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5915         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5916         (ev_link_new_page), (ev_link_new_page_xyz):
5917         * backend/ev-link.h:
5918         * pdf/ev-poppler.cc:
5919         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5920         (go_to_link), (tip_from_link):
5921
5922         Implement xyz links, still not functional. Links are a total
5923         mess, will need to refactor and bugfix a lot :(
5924
5925 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5926
5927         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5928
5929 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5930
5931         * data/evince-ui.xml:
5932         * data/evince.schemas.in:
5933         * shell/Makefile.am:
5934         * shell/ev-window.c: (update_chrome_visibility),
5935         (password_dialog_response), (ev_window_load_job_cb),
5936         (ev_window_xfer_job_cb), (ev_window_open_uri),
5937         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5938         (ev_window_init):
5939
5940         Remove the statusbar. This regress loading feedback, need to
5941         check with Bryan what we want to do there...
5942
5943 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5944
5945         * lib/ev-tooltip.c: (ev_tooltip_init):
5946
5947         Fix tooltip border and size handling
5948
5949 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5950
5951         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5952         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5953         (ev_tooltip_timeout), (ev_tooltip_activate),
5954         (ev_tooltip_deactivate):
5955         * lib/ev-tooltip.h:
5956         * shell/ev-view.c: (ev_view_motion_notify_event):
5957
5958         Delay popup showing. Mirror gtk logic/times.
5959
5960 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5961
5962         * lib/Makefile.am:
5963         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5964         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5965         (ev_tooltip_set_text), (ev_tooltip_set_position):
5966         * lib/ev-tooltip.h:
5967
5968         Simple widget to show tooltips at a custom position
5969
5970         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5971         (ev_view_destroy):
5972
5973         Use it for links. First go, needs work
5974
5975 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5976
5977         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5978         HIG fixes.  Use title capitalization for window title. Use 12 
5979         pixels of space between the dialog's vbox and action area.
5980
5981 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5982
5983         * shell/ev-window.c: (file_open_dialog_response_cb),
5984         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5985         (ev_window_cmd_save_as):
5986
5987         Make file pickers not modal and refactor code some
5988
5989 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5990
5991         * shell/ev-sidebar.h:
5992         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5993         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5994         (ev_sidebar_class_init), (ev_sidebar_select_page),
5995         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5996         (ev_sidebar_set_page):
5997
5998         Add a current page property and allow to get/set it
5999
6000         * shell/ev-window.c: (setup_view_from_metadata),
6001         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6002
6003         Persist current sidebar page per document
6004
6005 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6006
6007         * data/evince.schemas.in:
6008         * shell/ev-window.c: (update_chrome_visibility),
6009         (setup_document_from_metadata), (update_sidebar_visibility),
6010         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6011         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6012         (ev_window_run_presentation), (ev_window_stop_presentation),
6013         (ev_window_view_sidebar_cb),
6014         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6015         (load_chrome), (ev_window_init):
6016
6017         Persist size/visibility of sidebar per document
6018
6019 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6020
6021         * shell/ev-view.c (draw_loading_text): Draw loading text.
6022
6023 2005-09-02  Dan Damian  <dand@gnome.ro>
6024
6025         * configure.in: Added "ro" to ALL_LINGUAS.
6026
6027 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6028
6029         * shell/ev-view.c: (clear_caches):
6030
6031         ev_page_cache_get doesnt return a reference,
6032         dont try to unref it.
6033
6034 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6035
6036         * shell/main.c: (load_files_remote):
6037
6038         Fix timestamp parameter with dbus <= 0.33
6039
6040 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6041
6042         * data/evince.schemas.in:
6043
6044         Add missing full stop
6045
6046 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6047
6048         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6049         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6050
6051         Plug some memory leaks
6052
6053 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6054
6055         * configure.ac:
6056         * lib/ev-debug.c: (trap_handler):
6057
6058         Check for execinfo.h and use it only if it exists.
6059         Ported from Epiphany (bug #314776).
6060
6061 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6062
6063         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6064
6065 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6066
6067         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6068         * po/id.po      : Added Indonesian translation
6069
6070 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6071
6072         * shell/main.c:
6073         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6074         * NEWS: Release 0.4.0
6075
6076 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6077
6078         * configure.ac: catch another gtk+-2.8ism
6079         * shell/main.c: Make work with gtk+-2.6
6080
6081 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6082
6083         * shell/ev-application-service.xml: Add 'timestamp' argument to
6084           ev_application_open_window and ev_application_open_uri methods.
6085
6086         * shell/ev-application.h: Add 'timestamp' argument to
6087           ev_application_open_window, ev_application_open_uri,
6088           and ev_application_open_uri_list functions.
6089
6090         * shell/ev-application.c (ev_application_open_window,
6091           ev_application_open_uri, ev_application_open_uri_list): Change
6092           functions that show/present windows to use a timestamp if one
6093           is passed in.
6094
6095         * shell/ev-window.c (ev_window_cmd_file_open,
6096           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6097         * shell/main.c (load_files): Modify calls to ev_application to
6098           include GDK_CURRENT_TIME as timestamp.
6099
6100         * shell/main.c (load_files_remote): Obtain timestamp for client
6101           instance from GDK and pass to server instance so new windows are
6102           focused properly.  Fix dbus_g_proxy_call() calls by including second
6103           G_TYPE_INVALID.
6104           
6105         Closes bug #314475.
6106
6107 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6108
6109         * shell/ev-window.c (ev_window_finalize): Check for
6110         avail. EvWindows when quiting to handle the finalize better,
6111         #314497
6112
6113 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6114         
6115         * properties/ev-properties-view.c: 
6116         
6117         Set textdomain to libglade. Fixes translation problem in property page.
6118
6119 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6122         * dvi/Makefile.am:
6123         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6124         * dvi/mdvi-lib/Makefile.am:
6125         
6126         Fix rotation of thumbnails, ported to new API. Moved library
6127         dependencies earlier, probably it will fix linkage problem.
6128
6129 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6130
6131         * backend/ev-document-misc.c:
6132         (ev_document_misc_get_thumbnail_frame):
6133         * backend/ev-document-misc.h:
6134         * configure.ac:
6135         * pdf/ev-poppler.cc:
6136         * shell/Makefile.am:
6137         * shell/ev-sidebar-thumbnails.c: (add_range),
6138         (ev_sidebar_thumbnails_set_loading_icon),
6139         (ev_sidebar_thumbnails_refresh),
6140         (ev_sidebar_thumbnails_set_document):
6141         * shell/ev-sidebar-thumbnails.h:
6142         * shell/ev-view.c: (ev_view_motion_notify_event),
6143         (ev_view_set_property), (ev_view_get_property),
6144         (ev_view_class_init), (ev_view_set_rotation):
6145         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6146         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6147         (ev_window_init):
6148         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6149         Redo rotation (again).  prepare for 0.4.0
6150
6151 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6152
6153         * configure.ac: Bump poppler requirement to 0.4.1.
6154
6155         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6156         argument to poppler_page_render_selection() call.
6157
6158 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6161         (djvu_document_thumbnails_get_thumbnail):
6162         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6163         (dvi_document_thumbnails_get_thumbnail):
6164         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6165         (pixbuf_document_thumbnails_get_thumbnail):
6166         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6167         
6168         Update rotation direction of backends to fit with pdf and ps.
6169
6170 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6171
6172         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6173         * backend/ev-async-renderer.h:
6174         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6175         (setup_page), (ps_document_get_page_size),
6176         (ps_async_renderer_render_pixbuf):
6177         * ps/ps-document.h:
6178         * shell/ev-jobs.c: (ev_job_render_run):
6179
6180         Fix orientation in the postscript document
6181
6182 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6183
6184         * pdf/ev-poppler.cc:
6185         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6186         * shell/ev-view.c: (highlight_find_results):
6187
6188         Adapt to the new poppler rotation API. Fix text maps on landscape
6189         documents.
6190
6191 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6192
6193         * shell/ev-view.c (compute_new_selection_text): get the correct
6194         region when selecting in modes other than continuous.
6195
6196 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6197
6198         * shell/main.c (main): remove redundant g_warnings.
6199
6200 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6201
6202         * shell/Makefile.am: Don't include autogenerated
6203         file ev-application-service.h into distribution, since
6204         it causes dbus crash. Fix for bugs 313724 and 313443. 
6205
6206 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * configure.ac: Fix sed expression for FreeBSD. Thanks
6209         to Joe Marcus Clark <marcus@freebsd.org>
6210         
6211         * shell/eggfindbar.c: (entry_activate_callback),
6212         (entry_changed_callback), (egg_find_bar_init),
6213         (egg_find_bar_set_search_string):
6214         
6215         Made findbar buttons unsensitive if there is no text in
6216         entry. Fix for the bug 313285.
6217
6218 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6219
6220         * ps/ps-document.c: Use g_filename_display_name for displaying
6221         filenames and revert string freeze breackage
6222
6223 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6224
6225         * NEWS:
6226         * configure.ac:
6227
6228         Update for 0.3.4
6229
6230         * shell/Makefile.am:
6231
6232         Add ev-application-service.xml to extra dist
6233
6234         * shell/ev-view.c: (find_page_at_location):
6235
6236         Remove unused function (fix warning)
6237
6238 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6241         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6242         
6243         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6244         bug 313623.
6245
6246 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6247
6248         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6249         * shell/ev-window.c:
6250         Fix build warnings
6251
6252 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6253
6254         * configure.ac: Update script to get dbus version.
6255         Fix for the bug #313443.
6256
6257 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6258
6259         * shell/ev-window.c: (ev_window_cmd_escape):
6260         
6261         Return focus back to view on escape. Fix for bug 313295.
6262
6263 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6264
6265         * shell/ev-window.c: (update_window_title),
6266         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6267         (ev_window_cmd_save_as):
6268         
6269         Correct conversion from uri to displayable string. Fix for
6270         bug 313296.
6271
6272 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6273
6274         * ps/ps-document.c: convert filename to utf8 when there is an error
6275         loading document. Fixes #309915
6276
6277 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6278
6279         * configure.ac:
6280
6281         We depend on poppler 0.4.0
6282
6283 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6284
6285         * configure.ac:
6286         * NEWS: Release 0.3.3.
6287         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6288
6289 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6290
6291         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6292         add a couple missing mnemonics to menu items, use title 
6293         capitalization for menu items and window titles, and add 
6294         ellipsis to open menu item.     
6295
6296 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6297
6298         * pdf/ev-poppler.cc:
6299         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6300         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6301         (ev_view_get_rotation):
6302         * shell/ev-view.h:
6303         * shell/ev-window.c: (setup_view_from_metadata),
6304         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6305         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6306         disk.
6307
6308 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6309
6310         * configure.ac: Added tr to ALL_LINGUAS
6311
6312 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6313
6314         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6315         requires several clicks to find word. Thanks to 
6316         Colin Slater <kiltedtaco@gmail.com>.
6317
6318 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6319
6320         * data/evince.desktop.in.in: Hide menu entry and
6321         rename it to "Document Viewer". Fix for bug 
6322         #312399.
6323
6324 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6325
6326         * shell/ev-page-action.c (ev_page_action_class_init): 
6327
6328         Point to the correct function in constructor of the
6329         activate_label signal
6330
6331 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6332
6333         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6334         * shell/ev-jobs.h: Make thread safe.
6335
6336 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6337
6338         * shell/ev-view.c: (view_update_range_and_current_page):
6339         Don't update page range if we are scrolling to some document
6340         point.
6341
6342 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6345         when getting max_page_width, fix drawing in dual mode.
6346
6347 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6348
6349         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6350         getting the area for select_all.
6351
6352 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6353
6354         * backend/ev-selection.c: (ev_selection_render_selection):
6355         * backend/ev-selection.h:
6356         * pdf/ev-poppler.cc:
6357         * shell/ev-jobs.c: (ev_job_render_new):
6358         * shell/ev-jobs.h:
6359         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6360         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6361         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6362         (ev_view_class_init):
6363
6364         Change selection color on focus in and focus out events.  Also,
6365         poppler now uses GdkColor for specifying the selection colors, so
6366         drop some awkward conversion code.
6367
6368 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6369
6370         * configure.ac: Added Hebrew translation
6371
6372 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6373
6374         * NOTES:
6375         * backend/ev-selection.c: (ev_selection_render_selection):
6376         * backend/ev-selection.h:
6377         * pdf/ev-poppler.cc:
6378         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6379         (ev_job_render_run):
6380         * shell/ev-jobs.h:
6381         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6382         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6383         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6384         (ev_pixbuf_cache_style_changed),
6385         (ev_pixbuf_cache_get_selection_pixbuf),
6386         (ev_pixbuf_cache_set_selection_list),
6387         (ev_pixbuf_cache_get_selection_list):
6388         * shell/ev-pixbuf-cache.h:
6389         * shell/ev-utils.c: (ev_print_region_contents):
6390         * shell/ev-utils.h:
6391         * shell/ev-view.c: (ev_view_queue_draw_page),
6392         (selection_update_idle_cb), (ev_view_motion_notify_event),
6393         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6394         (setup_caches), (ev_view_find_next), (merge_selection_region),
6395         (selection_free):
6396         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6397
6398         Clean up selection to be much smoother!
6399
6400 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6401
6402         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6403         to poppler_page_render_selection().
6404
6405 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6406
6407         * ps/ps-document.c: (save_page_list): Use
6408         unzipped document when printing. Thanks to 
6409         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6410         311016.
6411
6412 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * shell/ev-window.c: (update_action_sensitivity):
6415         
6416         Disable print and save respect to lockdown gconf keys. Fix
6417         for 312342.
6418
6419 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * configure.ac:
6422         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6423         (write_to_temp_file), (ev_file_set_contents):
6424         * shell/ev-utils.h:
6425         * shell/ev-window.c: (save_print_config_to_file):
6426         
6427         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6428         Fix for bug 312238
6429
6430 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6431
6432         * shell/ev-window.c: (load_print_config_from_file),
6433         (save_print_config_to_file), (ev_window_print_range):
6434
6435         Persist the print settings. Fixes bug #311578.
6436
6437 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6438
6439         * djvu/djvu-document.c: (djvu_document_get_page_size),
6440         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6441         (djvu_document_thumbnails_get_thumbnail):
6442         * dvi/dvi-document.c: (dvi_document_get_page_size),
6443         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6444         (dvi_document_thumbnails_get_dimensions),
6445         (dvi_document_thumbnails_get_thumbnail):
6446         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6447         (pixbuf_document_render_pixbuf),
6448         (pixbuf_document_document_iface_init),
6449         (pixbuf_document_thumbnails_get_thumbnail):
6450         
6451         Update backends to make them build with new rotation system.
6452
6453 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * help/C/figures/evince_start_window.png:
6456         
6457         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6458
6459 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6460
6461         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6462         * shell/ev-pixbuf-cache.h:
6463         * shell/ev-sidebar-thumbnails.c:
6464         (ev_sidebar_thumbnails_get_property), (add_range),
6465         (adjustment_changed_cb):
6466         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6467         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6468         we were thumbnailing the entire docment on startup, slowing us
6469         down hugely. 
6470
6471 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6472
6473         * shell/ev-page-cache.c: (ev_page_cache_new):
6474         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6475         == 0, fixes #310306.
6476
6477 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6478
6479         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6480         (ev_view_rotate_left):
6481
6482         Account rotation in doc_rect_to_view_rect.
6483         Ensure rotation doesnt go out of bounds.
6484
6485 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6486
6487         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6488
6489         Correct and cleanup w/h swapping
6490
6491 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6492
6493         * backend/ev-document-thumbnails.c:
6494         (ev_document_thumbnails_get_thumbnail):
6495         * backend/ev-document-thumbnails.h:
6496         * backend/ev-document.c:
6497         * backend/ev-document.h:
6498         * backend/ev-render-context.c: (ev_render_context_new),
6499         (ev_render_context_set_rotation):
6500         * backend/ev-render-context.h:
6501         * pdf/ev-poppler.cc:
6502         * ps/ps-document.c: (ps_document_document_iface_init):
6503         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6504         * shell/ev-jobs.h:
6505         * shell/ev-page-cache.c: (build_height_to_page),
6506         (ev_page_cache_new), (ev_page_cache_get_size),
6507         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6508         (ev_page_cache_get_height_to_page):
6509         * shell/ev-page-cache.h:
6510         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6511         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6512         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6513         (ev_pixbuf_cache_get_selection_pixbuf):
6514         * shell/ev-pixbuf-cache.h:
6515         * shell/ev-print-job.c: (idle_print_handler):
6516         * shell/ev-sidebar-thumbnails.c: (add_range):
6517         * shell/ev-view.c: (view_update_range_and_current_page),
6518         (get_page_y_offset), (get_page_extents),
6519         (ev_view_size_request_continuous_dual_page),
6520         (ev_view_size_request_continuous),
6521         (ev_view_size_request_dual_page),
6522         (ev_view_size_request_single_page), (draw_one_page),
6523         (ev_view_set_rotation), (ev_view_rotate_right),
6524         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6525         (ev_view_zoom_for_size_continuous_and_dual_page),
6526         (ev_view_zoom_for_size_continuous),
6527         (ev_view_zoom_for_size_dual_page),
6528         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6529         (ev_view_select_all):
6530         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6531         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6532         (tiff_document_document_iface_init),
6533         (tiff_document_thumbnails_get_thumbnail):
6534
6535         Use rotation rather than orientation. It's easier and enough
6536         for our needs.
6537
6538 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6539
6540         * shell/ev-page-cache.c: (build_height_to_page),
6541         (ev_page_cache_new), (ev_page_cache_get_size),
6542         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6543         (ev_page_cache_get_height_to_page):
6544         * shell/ev-page-cache.h:
6545         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6546         (ev_view_size_request_continuous_dual_page),
6547         (ev_view_size_request_continuous),
6548         (ev_view_zoom_for_size_continuous_and_dual_page),
6549         (ev_view_zoom_for_size_continuous):
6550
6551         Make the page cache aware of page orientation.
6552
6553 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6554
6555         * backend/ev-document-thumbnails.c:
6556         (ev_document_thumbnails_get_thumbnail):
6557         * backend/ev-document-thumbnails.h:
6558         * backend/ev-document.c:
6559         * backend/ev-document.h:
6560         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6561         * backend/ev-ps-exporter.h:
6562         * pdf/ev-poppler.cc:
6563         * ps/ps-document.c: (ps_document_document_iface_init),
6564         (ps_document_ps_export_do_page):
6565         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6566         * shell/ev-jobs.h:
6567         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6568         (ev_page_cache_get):
6569         * shell/ev-page-cache.h:
6570         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6571         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6572         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6573         * shell/ev-pixbuf-cache.h:
6574         * shell/ev-print-job.c: (idle_print_handler):
6575         * shell/ev-sidebar-thumbnails.c: (add_range):
6576         * shell/ev-view.c: (view_update_range_and_current_page),
6577         (get_page_extents), (ev_view_size_request_dual_page),
6578         (ev_view_size_request_single_page), (draw_one_page),
6579         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6580         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6581         (ev_view_zoom_for_size_dual_page),
6582         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6583         (ev_view_select_all):
6584         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6585         * tiff/tiff-document.c: (tiff_document_get_page_size),
6586         (tiff_document_get_orientation), (rotate_pixbuf),
6587         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6588         (tiff_document_thumbnails_get_thumbnail),
6589         (tiff_document_ps_export_do_page), (tiff_document_init):
6590
6591         Really make use of the orientation bit of the render context.
6592         Use the render context in a few more places in the backend API.
6593         This regress orientation, but now it's done right. Will try to
6594         fix it up asap...
6595
6596 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6597
6598         * shell/ev-view.c: (ensure_rectangle_is_visible):
6599
6600         Patch by Nickolay V. Shmyrev to fix find flickering
6601
6602 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6603
6604         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6605         duplex parameters to ::begin.
6606
6607         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6608         * shell/ev-print-job.c (idle_print_handler): 
6609         * ps/ps-document.c (ps_document_ps_export_begin): 
6610         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6611         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6612         implementations. Poppler backend needs poppler cvs. Rest has
6613         unchanged behavior.
6614
6615 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6616
6617         * shell/ev-window.c (using_pdf_printer): new function.
6618         (ev_window_print_range): print a less techy message if someone
6619         tries to print to PDF.
6620
6621 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6622
6623         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6624         from "unknown font" string. Bug #311431
6625
6626 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6627
6628         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6629
6630 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6631
6632         Bug #311280
6633         
6634         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6635         name for PopplerFontTypes
6636         (pdf_document_fonts_fill_model): add font type to the detail column
6637
6638         * backend/ev-document-fonts.h: added
6639         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6640
6641         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6642         font name and font details, add a little markup.
6643         (ev_properties_fonts_init): use the new cell data func, specify ypad
6644         property for the cell renderer.
6645         (ev_properties_fonts_set_document): add the details column.
6646
6647 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6648
6649         * configure.ac: Added "pl" to ALL_LINGUAS.
6650
6651 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6652
6653         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6654
6655 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6656
6657         * help/ChangeLog: Started this for translations of manual.
6658         * configure.ac, autogen.sh, .cvsignore: Migrated to
6659         gnome-doc-utils. Patch in bug #311222.
6660
6661 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6662
6663         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6664         #ifdef this away to fix an unused-function warning.
6665
6666 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6667
6668         * configure.ac: Added 'gl' to ALL_LINGUAS.
6669
6670 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6671
6672         * configure.ac: Added ne in ALL_LINGUAS
6673         
6674 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * shell/ev-view.c: (ev_view_leave_notify_event):
6677         
6678         Clear status message when pointer leaves view. Fix for bug
6679         #310818 
6680
6681 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6682
6683         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6684
6685 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6686
6687         * shell/ev-view.c: (ev_view_leave_notify_event),
6688         (ev_view_class_init):
6689         
6690         Set cursor to normal then leaving view.
6691
6692 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * configure.ac:
6695         
6696         Fix required djvulibre version.
6697
6698 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6699
6700         *configure.ac: Hindi (hi) language added
6701
6702 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6703
6704         *configure.ac: Punjabi (pa) Language added
6705
6706 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6707
6708         * data/evince-ui.xml, shell/ev-window.c:
6709         
6710         Add keypad accelerators for zooming. Fix for bug 308128.
6711
6712 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6713
6714         * Makefile.am:
6715         * backend/Makefile.am:
6716         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6717         * configure.ac:
6718         * shell/ev-document-types.c: (ev_document_types_add_filters):
6719
6720         Allow to enable/disable the pixbuf backend.
6721         Default to off for now. If we want it enabled we should
6722         really put mime types in the desktop, implement properties etc.
6723
6724         * properties/evince-properties.c:
6725
6726         Initialize error to NULL.
6727         Check error is not NULL before freeing.
6728
6729 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6730
6731         * shell/ev-window.c:
6732
6733         Use F5 as presentation accell
6734
6735 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6736
6737         * shell/ev-window.c: (update_chrome_visibility),
6738         (ev_window_create_fullscreen_popup), (ev_window_init):
6739
6740         Do not leak the fullscreen toolbar
6741
6742 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6743
6744         * shell/ev-window.c: (view_actions_focus_in_cb),
6745         (view_actions_focus_out_cb):
6746
6747         These has a return value! Fix totally random focus
6748         issues we was seeing.
6749
6750 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6751
6752         * shell/main.c: (load_files_remote):
6753
6754         Allow open more than one file
6755
6756 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6757
6758         * shell/main.c: (load_files_remote):
6759
6760         Fix for dbus 0.33. bug #309975
6761
6762 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6763
6764         * properties/ev-properties-main.c: (ev_properties_get_pages):
6765
6766         Actually return NULL for types we dont support
6767
6768 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6769
6770         * po/POTFILES.in:
6771
6772         Remove empty lines.
6773
6774 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6775
6776         * backend/ev-document-factory.c:
6777         (ev_document_factory_get_document):
6778
6779         Do not try to create the object if type
6780         is invalid.
6781
6782 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6783
6784         * ps/ps-document.c: (ps_document_dispose),
6785         (ps_async_renderer_render_pixbuf):
6786         * ps/ps-document.h:
6787
6788         Do not leak the target window
6789
6790 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6791
6792         * shell/ev-application.c: (ev_application_init):
6793
6794         Let tbe check file existence for us.
6795         Add a comment about eggrecent mime filter.
6796
6797 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6798
6799         * data/evince-ui.xml:
6800         * shell/ev-application.c: (ev_application_shutdown),
6801         (ev_application_init), (ev_application_get_toolbars_model),
6802         (ev_application_get_recent_model),
6803         (ev_application_save_toolbars_model):
6804         * shell/ev-application.h:
6805         * shell/ev-window.c: (ev_window_add_recent),
6806         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6807         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6808         (ev_window_init):
6809
6810         Use common toolbar and recent models for all windows.
6811         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6812
6813 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6814
6815         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6816         successfully check for gtk_icon_view_get_visible_range.
6817
6818 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6819
6820         * djvu/Makefile.am:
6821         * dvi/Makefile.am:
6822         
6823         Fix djvu and dvi backend build.
6824
6825 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6826
6827         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6828         (new_separator_pixbuf):
6829
6830         Don't leak windows.
6831
6832 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6833
6834         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6835
6836         HIGification of toolbar editor dialogue.
6837
6838 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6839
6840         * configure.ac:
6841         * shell/Makefile.am:
6842
6843         Ever build metadata manager since it's just
6844         disabled at runtime now.
6845
6846 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6847
6848         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6849         (ev_metadata_manager_get), (ev_metadata_manager_set):
6850         * shell/ev-metadata-manager.h:
6851
6852         Add an _init functions that enabled metadata management
6853         at runtime.
6854
6855         * shell/ev-window.c: (page_changed_cb),
6856         (setup_document_from_metadata), (ev_window_setup_document),
6857         (setup_view_from_metadata), (ev_window_open_uri),
6858         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6859         (ev_window_run_presentation), (ev_window_stop_presentation),
6860         (save_sizing_mode), (ev_window_zoom_changed_cb),
6861         (ev_window_continuous_changed_cb),
6862         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6863         (window_configure_event_cb):
6864
6865         Remove all ugly metadata define since we deal with it
6866         at runtime now.
6867
6868         * shell/main.c: (load_files_remote), (main):
6869
6870         Add support for dbus cvs head. Hopefully didnt break one
6871         of the other versions now!
6872
6873         If we dont get a response from the dbus server just
6874         give up with it and not enable metadata.
6875
6876 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6877
6878         * Makefile.am:
6879         * backend/Makefile.am:
6880         * configure.ac:
6881         * cut-n-paste/recent-files/Makefile.am:
6882         * cut-n-paste/toolbar-editor/Makefile.am:
6883         * cut-n-paste/zoom-control/Makefile.am:
6884         * lib/Makefile.am:
6885         * pdf/Makefile.am:
6886         * pixbuf/Makefile.am:
6887         * properties/Makefile.am:
6888         * ps/Makefile.am:
6889         * shell/Makefile.am:
6890         * thumbnailer/Makefile.am:
6891         * tiff/Makefile.am:
6892
6893         Make frontends depend on just libev.
6894         Rework and group CFLAGS/LIBS definitions.
6895         Cleanups.
6896
6897 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6898
6899         * shell/ev-window:
6900
6901         do not unnecessarily save zoom
6902
6903         * configure.ac:
6904         * lib/ev-file-helpers.c: (ev_dot_dir):
6905         * shell/Makefile.am:
6906         * shell/dummy.cc:
6907
6908         Some cleanups
6909
6910 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6911
6912         * configure.ac:
6913         
6914         Remove unnecessary dependencies
6915
6916 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6917
6918         * properties/Makefile.am:
6919         * thumbnailer/Makefile.am:
6920         * tiff/Makefile.am:
6921
6922         Some more cleanups. Was really necessary
6923         but I probably introduced bugs, feel free
6924         to flame :)
6925
6926 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6927
6928         * backend/Makefile.am:
6929         * configure.ac:
6930         * cut-n-paste/recent-files/Makefile.am:
6931         * cut-n-paste/toolbar-editor/Makefile.am:
6932         * cut-n-paste/zoom-control/Makefile.am:
6933         * lib/Makefile.am:
6934         * pdf/Makefile.am:
6935         * pixbuf/Makefile.am:
6936         * properties/Makefile.am:
6937         * ps/Makefile.am:
6938         * shell/Makefile.am:
6939         * thumbnailer/Makefile.am:
6940         * tiff/Makefile.am:
6941
6942         Use gnome-common macros when possible.
6943         Cleanup dependencies.
6944         Actually disable deprecated where possible.
6945
6946 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6947
6948         * Makefile.am:
6949         * backend/Makefile.am:
6950         * properties/Makefile.am:
6951         * shell/Makefile.am:
6952         * thumbnailer/Makefile.am:
6953
6954         This should solve the circular dep without
6955         requiring dir reorg!
6956
6957         * shell/ev-window.c: (setup_view_from_metadata):
6958
6959         Never restore window size/position when the
6960         window is already visible.
6961
6962 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6963
6964         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6965
6966         Return a boolean from timeout func. Fix ported from gedit.
6967
6968 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6969
6970         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6971
6972 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6973
6974         * shell/ev-document-types.c: set "All Documents" as default filter in
6975         open dialog
6976
6977 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6978
6979         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6980         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6981         (ev_metadata_manager_set_boolean): fix value/val thinko.
6982
6983 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6984
6985         * shell/ev-window.c: (setup_view_from_metadata),
6986         (window_state_event_cb), (window_configure_event_cb),
6987         (ev_window_init):
6988
6989         Remember window position and maximized state
6990
6991 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6992
6993         * configure.ac:
6994
6995         Fix DBUS configure checks.
6996
6997         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6998         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6999         (ev_metadata_manager_set_boolean):
7000
7001         Plug mem leaks.
7002
7003         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7004         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7005         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7006         (ev_window_continuous_changed_cb),
7007         (ev_window_dual_mode_changed_cb), (ev_window_new):
7008
7009         Fix the build without DBUS.
7010
7011 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7014         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7015         (ev_metadata_manager_set_string),
7016         (ev_metadata_manager_set_boolean):
7017         * shell/ev-metadata-manager.h:
7018
7019         Add support for some more types
7020
7021         * shell/ev-view.c: (scroll_to_current_page),
7022         (ev_view_get_continuous), (ev_view_set_continuous),
7023         (ev_view_get_dual_page):
7024         * shell/ev-view.h:
7025         * shell/ev-window.c: (page_changed_cb),
7026         (setup_document_from_metadata), (ev_window_setup_document),
7027         (setup_view_from_metadata), (ev_window_open_uri),
7028         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7029         (ev_window_run_presentation), (ev_window_stop_presentation),
7030         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7031         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7032         (ev_window_update_dual_page_action),
7033         (ev_window_continuous_changed_cb),
7034         (ev_window_dual_mode_changed_cb), (ev_window_init):
7035
7036         Remember a bunch of view/document properties. Prolly some
7037         are still missing but it's getting interesting.
7038
7039 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7040
7041         * configure.ac: check if dbus-binding-tool is installed. Not the
7042         case on current Ubuntu breezy, it seems.
7043
7044 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7045
7046         * data/evince.desktop.in.in:
7047         
7048         Allow open uri lists and add TryExec field.
7049
7050 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7051
7052         * configure.ac:
7053
7054         Enable dbus when available, do not require a configure
7055         option.
7056
7057 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7058
7059         * configure.ac:
7060
7061         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7062         disabled.
7063
7064 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7065         Marco Pesenti Gritti  <mpg@redhat.com>
7066
7067         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7068         
7069         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7070         functions to the format required by dbus
7071
7072         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7073         errors. Use the RPC parameters in the expected way
7074
7075 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7076
7077         * Makefile.am:
7078         * properties/Makefile.am:
7079         * properties/ev-properties-main.c: (ev_properties_get_pages):
7080
7081         Support all mime types
7082
7083         * shell/Makefile.am:
7084         * thumbnailer/Makefile.am:
7085         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7086         (evince_thumbnail_pngenc_get):
7087
7088         Use the document factory
7089
7090 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7091
7092         * backend/Makefile.am:
7093         * backend/ev-document-factory.c:
7094         (mime_type_supported_by_gdk_pixbuf),
7095         (ev_document_type_get_from_mime),
7096         (ev_document_factory_get_document),
7097         (ev_document_factory_get_backend),
7098         (ev_document_factory_get_mime_types),
7099         (ev_document_factory_get_all_mime_types):
7100         * backend/ev-document-factory.h:
7101         * shell/Makefile.am:
7102         * shell/ev-document-types.c: (get_document_from_uri),
7103         (ev_document_types_get_document),
7104         (file_filter_add_mime_list_and_free),
7105         (ev_document_types_add_filters):
7106         * shell/ev-document-types.h:
7107         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7108         * shell/ev-properties-dialog.c:
7109         (ev_properties_dialog_set_document):
7110         * shell/ev-window.c: (ev_window_cmd_file_open),
7111         (ev_window_cmd_save_as):
7112         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7113
7114         Rework document types managing to avoid code duplication
7115         and actually abstract from backend implementations.
7116         Also provide a minimal factory api that can be used by
7117         thumbnailer/properties.
7118
7119 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7120
7121         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7122         Plug a mem leak.
7123         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7124         HIG spacings.
7125
7126 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7127
7128         * shell/ev-properties-dialog.c
7129         (ev_properties_dialog_set_document): only call
7130         ev_properties_fonts_set_document() if the document implements the
7131         fonts interface
7132
7133 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7134
7135         * configure.ac:
7136         * properties/Makefile.am:
7137         * properties/ev-properties-view.c:
7138         (ev_properties_view_register_type):
7139         * properties/ev-properties-view.h:
7140         * properties/ev-properties-main.h:
7141
7142         Implement nautilus plugin for properties.
7143         Works only for pdf atm, I need to rework the
7144         document types stuff to get this to work
7145         for all backends...
7146
7147 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7148
7149         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7150         (ev_properties_fonts_set_document): use
7151         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7152
7153 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7154
7155         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7156         them
7157         (PlaceImage, tiff2ps_process_page): use
7158         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7159
7160
7161 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7162
7163         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7164         (main): to call gnome_authentication_manager_init. Should fix
7165         Bug #308510
7166
7167         * configure.ac: that requires libgnomeui 2.6.0.
7168
7169 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7170
7171         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7172         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7173         use the new tiff2ps interfaces
7174
7175         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7176         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7177
7178         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7179         structure instead of global variables.  Remove use of static
7180         variables in functions.
7181
7182 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7183
7184         * shell/ev-page-action.c: unref the completion after setting it to the
7185         entry
7186
7187 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7188
7189         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7190         postscript files
7191
7192 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7193
7194         * shell/ev-window.c (update_action_sensitivity): disable
7195         File->Print if the document does not implement the ps exporter
7196         interface
7197
7198 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7199
7200         * Makefile.am:
7201         * configure.ac:
7202         * data/evince-properties.glade:
7203         * properties/.cvsignore:
7204         * properties/Makefile.am:
7205         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7206         (ev_properties_view_class_init), (ev_properties_view_format_date),
7207         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7208         (ev_properties_view_init), (ev_properties_view_new):
7209         * properties/ev-properties-view.h:
7210         * shell/Makefile.am:
7211         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7212         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7213         (ev_properties_dialog_new):
7214         * shell/ev-properties-dialog.h:
7215         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7216         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7217         (update_progress_label), (job_fonts_finished_cb),
7218         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7219         * shell/ev-properties-fonts.h:
7220         * shell/ev-properties.c:
7221         * shell/ev-properties.h:
7222         * shell/ev-window.c: (ev_window_setup_document),
7223         (ev_window_cmd_file_properties):
7224
7225         Split the properties pages in two different objects, depend
7226         only on the backend where possible, use widgets instead
7227         of gobject for the glade part, reimplement the dialog
7228         itself with gtk.
7229         I need this to implement nautilus properties page.
7230
7231 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7232
7233         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7234         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7235         (tiff_document_document_ps_exporter_iface_init): implement the ps
7236         exporter interface for tiff documents
7237
7238         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7239         libtiff to implement TIFF postscript export
7240
7241         * tiff/tiff2ps.h: added a header file for external tiff2ps
7242         functions.
7243
7244         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7245         tiff2ps.h
7246
7247 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * shell/ev-view.c: (scroll_to_current_page),
7250         (ev_view_set_fullscreen), (ev_view_set_presentation):
7251         
7252         Scroll to current page when exit from presentation
7253
7254 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7255
7256         * shell/ev-window.c: (update_document_mode),
7257         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7258         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7259         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7260         
7261         Exit from fullscreen mode when switch to presentation. Fix for
7262         bug 309365
7263
7264 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7265
7266         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7267         return NULL if the document does not implement the selection
7268         interface.
7269
7270 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7271
7272         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7273         reported height by using the resolution aspect ratio
7274         (tiff_document_render_pixbuf): scale the pixbuf using the
7275         resolution aspect ratio
7276
7277 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7278
7279         * configure.ac:
7280         
7281         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7282         <kiltedaco@gmail.com>
7283         
7284         * djvu/djvu-document.c: (djvu_document_get_orientation),
7285         (djvu_document_set_orientation), (djvu_document_get_page_size),
7286         (rotate_pixbuf), (djvu_document_render_pixbuf),
7287         (djvu_document_document_iface_init):
7288         * dvi/dvi-document.c: (dvi_document_get_orientation),
7289         (dvi_document_set_orientation), (dvi_document_get_page_size),
7290         (rotate_pixbuf), (dvi_document_render_pixbuf),
7291         (dvi_document_document_iface_init):
7292         
7293         Dvi and djvu backends are ported to new API
7294
7295 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7296
7297         * backend/ev-selection.c: (ev_selection_get_selection_region),
7298         (ev_selection_get_selection_map):
7299         * backend/ev-selection.h:
7300         * pdf/ev-poppler.cc:
7301         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7302         * shell/ev-jobs.h:
7303         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7304         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7305         (ev_pixbuf_cache_get_text_mapping):
7306         * shell/ev-pixbuf-cache.h:
7307         * shell/ev-view.c: (location_in_text),
7308         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7309         support to EvView.  Now we can see where we can select!  Sweet!
7310
7311 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7312
7313         * shell/ev-view.c (ev_view_button_press_event): Fix
7314         event->y + view->scroll_x typo.
7315
7316 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7317
7318         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7319         sub-GdkPixbuf instead of passing dest_x and dest_y.
7320         
7321         * shell/ev-view.c: (view_point_to_doc_point),
7322         (view_rect_to_doc_rect), (ev_view_button_press_event),
7323         (ev_view_motion_notify_event), (compute_new_selection_rect),
7324         (gdk_rectangle_point_in), (compute_new_selection_text),
7325         (compute_selections): Update selection code to keep the selection
7326         around as two points and not as a normalized rectangle, and fix
7327         page level selection in two-column mode.
7328
7329 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7330
7331         * shell/ev-window.c: (window_configure_event_cb): 
7332         
7333         Fix compilation
7334         
7335 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7336
7337         * pdf/ev-poppler.cc:
7338
7339         Fix compilation
7340
7341 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7342
7343         * shell/Makefile.am:
7344         * shell/ev-metadata-manager.c: (item_free),
7345         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7346         (parse_value), (parseItem), (load_values),
7347         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7348         (save_values), (save_item), (get_oldest), (resize_items),
7349         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7350         * shell/ev-metadata-manager.h:
7351
7352         Metadata manager from gedit but modified to use GValue, so that
7353         we dont need to keep converting from strings.
7354
7355         * configure.ac:
7356
7357         ENABLE_METADATA conditional, on when dbus is on
7358
7359         * shell/ev-application.c: (ev_application_open_uri):
7360
7361         Show the window after load so that we can initialize
7362         window size before it's showed.
7363
7364         * shell/ev-window.c: (ev_window_setup_from_metadata),
7365         (ev_window_open_uri), (window_configure_event_cb),
7366         (ev_window_init):
7367
7368         Save and load metadata information about window size.
7369         Not yet keeping states in account.
7370
7371         * shell/main.c: (main):
7372
7373         Shutdown metadata manager.
7374
7375 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7376
7377         * shell/ev-application-service.xml:
7378         * configure.ac:
7379         * shell/Makefile.am:
7380         * shell/ev-application.c:
7381         * shell/ev-application.h:
7382         * shell/ev-window.c:
7383         * shell/ev-window.h:
7384         * shell/main.c:
7385
7386         Add an optional dbus interface (--enable-dbus).
7387         Rework application code, mainly to be easier to
7388         use "remotely".
7389         Do not open multiple windows with the same document,
7390         spatial evince!
7391
7392 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7393
7394         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7395         pixbuf iff it exists.
7396
7397 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7398
7399         * shell/*:
7400         * backend/ev-render-context.[ch]:
7401         * backend/ev-selection.[ch]:
7402
7403         Massive changes.  We now support text selection of pdfs, and not
7404         just rectangular selection.  This is pretty broken still, but I
7405         want to get something into CVS.
7406
7407 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7408
7409         * pdf/ev-poppler.cc:
7410         
7411         Fix for Bug 309080: crash on window close.
7412         
7413         * shell/ev-page-action.c: (page_changed_cb):
7414         
7415         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7416         jensgr@gmx.net (Jens Granseuer).
7417
7418 2005-06-25  Marcel Telka  <marcel@telka.sk>
7419
7420         * configure.in (ALL_LINGUAS): Added sk.
7421
7422 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7423
7424         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7425         not a document open
7426
7427 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7428
7429         * NEWS:
7430         * configure.ac:
7431
7432         Release 0.3.2
7433
7434         * cut-n-paste/recent-files/Makefile.am:
7435
7436         Fix make distcheck
7437
7438 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7439
7440         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7441         (pixbuf_document_set_orientation), (rotate_pixbuf),
7442         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7443         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7444
7445         Implement rotation and cleanup the code a bit.
7446
7447         * tiff/tiff-document.c: (tiff_document_get_page_size),
7448         (tiff_document_get_orientation), (tiff_document_set_orientation),
7449         (rotate_pixbuf), (tiff_document_render_pixbuf),
7450         (tiff_document_document_iface_init), (tiff_document_init):
7451
7452         Implement rotation. Was the quicker solution for the release
7453         but we really need to share this code in the shell.
7454
7455 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * pdf/ev-poppler.cc:
7458
7459         Enable rotation, require poppler cvs. Fix a leak.
7460
7461 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7462
7463         * shell/ev-window.c: (update_action_sensitivity):
7464         
7465         Make properties unsensitive if document backend doesn't provide
7466         any info
7467
7468 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7469
7470         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7471         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7472         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7473         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7474         (bitmap_flip_rotate_counter_clockwise):
7475         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7476         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7477         (buff_gets):
7478         * dvi/mdvi-lib/common.h:
7479         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7480         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7481         (opendvi), (mdvi_reload), (mdvi_init_context),
7482         (mdvi_destroy_context), (mdvi_dopage), (special):
7483         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7484         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7485         (file_hash_free), (register_encoding), (parse_spec),
7486         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7487         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7488         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7489         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7490         (mdvi_register_font_type), (mdvi_unregister_font_type),
7491         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7492         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7493         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7494         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7495         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7496         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7497         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7498         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7499         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7500         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7501         (mdvi_unregister_special), (mdvi_flush_specials):
7502         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7503         (t1_font_remove):
7504         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7505         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7506         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7507         (free_font_metrics), (flush_font_metrics):
7508         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7509         (tt_font_remove):
7510         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7511         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7512         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7513         (dstring_insert), (dstring_new), (dstring_reset):
7514         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7515         
7516         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7517         avoid conflict with libtool on FC4
7518         
7519         * shell/ev-window.c: (ev_window_cmd_help_about):
7520         
7521         Update copyright year. Fix for bug 308828.
7522
7523 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7524
7525         * shell/ev-view.c: (add_scroll_binding_keypad),
7526         (ev_view_binding_activated), (ev_view_class_init),
7527         (on_adjustment_value_changed):
7528         
7529         Bug 170874: Arrow keys switch pages in presentation mode
7530
7531 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7532
7533         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7534         
7535         Fix for Bug 308265: Sidebar dissappears coming out of 
7536         Presentation mode
7537
7538 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7539
7540         * shell/ev-application.c: (ev_application_open):
7541         * shell/ev-document-types.c: (ev_document_types_add_filters),
7542         (ev_document_types_add_filters_for_type):
7543         * shell/ev-document-types.h:
7544         * shell/ev-window.c: (ev_window_cmd_save_as):
7545         
7546         Suggest basename as template when saving, provide filters
7547         for save dialog. It's bug 308402
7548
7549 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7550
7551         * pdf/ev-poppler.cc:
7552         * shell/ev-sidebar-links.c: (job_finished_callback):
7553         * shell/ev-view.c: (update_find_status_message):
7554         
7555         Some leaks fixed
7556
7557 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7558
7559         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7560         (egg_recent_view_uimanager_set_list):
7561
7562         Fix buglet in !show_numbers case.
7563
7564 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7565
7566         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7567         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7568
7569         Use pango ellipsisation.
7570
7571         * pdf/ev-poppler.cc:
7572
7573         Fix refcount leak, from nsh.
7574
7575 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * cut-n-paste/recent-files/Makefile.am:
7578         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7579         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7580         
7581         Removed EggRecentViewGtk
7582         
7583         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7584         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7585         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7586         (ev_window_setup_recent):
7587         
7588         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7589         with other projects
7590
7591 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7592
7593         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7594         (egg_recent_view_gtk_finalize):
7595
7596         Fix memory leak
7597
7598         * cut-n-paste/toolbar-editor/Makefile.am:
7599         
7600         Fix location of cursor icon.
7601         
7602         * pdf/ev-poppler.cc:
7603         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7604         (display_completion_text), (match_completion):
7605         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7606         (selection_changed_callback), (create_loading_model),
7607         (print_section_cb), (links_page_num_func),
7608         (update_page_callback_foreach):
7609         * shell/ev-window.c: (ev_window_dispose):
7610         
7611         Small memory fixes. Links model now store objects instead
7612         of pointers to improve memory management. 
7613
7614 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * shell/ev-window.c: (zoom_control_changed_cb):
7617         
7618         Fix update of zoom control (bug 308268).
7619
7620 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7621
7622         * shell/ev-properties.c (set_property): escape the text correctly.
7623         Handles non-UTF-8 properties and escaped properties.  Also, sets
7624         the text to "<i>None</i>" if the property isn't set.
7625
7626         * data/evince-properties.glade: Change the label to be ellipsized,
7627         and give it a minimum size.
7628
7629 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7630
7631         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7632         * shell/ev-sidebar-links.c: (create_loading_model):
7633         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7634         * shell/ev-view.c: (ev_view_set_document):
7635         * shell/ev-window.c: (ev_window_dispose):
7636         
7637         Various small fixes, mostly memory leaks. Thanks to valgrind.
7638
7639 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7640
7641         * ps/ps-document.c: remove the locale.h include again ;-). And
7642         kill the (bogus) setlocale/savelocale business.
7643
7644 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7645
7646         * ps/ps-document.c:
7647         
7648         Include locale.h to fix build
7649         
7650         * shell/ev-sidebar.c:
7651         
7652         Remove unnecessary includes
7653
7654 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7655
7656         * dvi/dvi-document.c: (dvi_document_load):
7657         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7658         * po/POTFILES.in:
7659         
7660         Check for incorrect dvi files. Fix parsing dvi on AMD64
7661         platform. Thanks to tester@tester.ca (Olivier Crete).
7662
7663 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * shell/ev-page-action.c: (match_selected_cb),
7666         (display_completion_text), (match_completion), (update_model):
7667         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7668         (expand_open_links):
7669         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7670         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7671         (ev_sidebar_set_document):
7672         * shell/ev-window.c: (ev_window_xfer_job_cb),
7673         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7674         
7675         Fixed lot's of memory leaks, for example, memory leak on reload, 
7676         described in bug 307793.
7677
7678 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7679
7680         * pdf/ev-poppler.cc:
7681         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7682         (update_visible_range), (adjustment_changed_cb),
7683         (ev_sidebar_thumbnails_fill_model),
7684         (ev_sidebar_thumbnails_refresh),
7685         (ev_sidebar_tree_selection_changed),
7686         (ev_sidebar_icon_selection_changed),
7687         (ev_sidebar_thumbnails_use_icon_view),
7688         (ev_sidebar_thumbnails_set_document):
7689         * shell/ev-sidebar-thumbnails.h:
7690         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7691         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7692
7693         Refresh thumbnails when changing orientation. Not fully
7694         working yet becuase of a sidebar bug.
7695
7696         Set page orientation to poppler page everywhere. This sucks
7697         really need to fix poppler.
7698
7699 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7700
7701         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7702         (egg_recent_view_gtk_new_menu_item),
7703         (egg_recent_view_gtk_set_property),
7704         (egg_recent_view_gtk_get_property),
7705         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7706         (egg_recent_view_gtk_set_tooltip_func),
7707         (egg_recent_view_gtk_set_label_width),
7708         (egg_recent_view_gtk_get_label_width):
7709         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7710
7711         Sync with libegg (ellipsize labels)
7712
7713 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7714
7715         * data/evince-ui.xml:
7716         * shell/ev-window.c: (ev_window_cmd_go_forward),
7717         (ev_window_cmd_go_backward):
7718         
7719         Shift + PageUp moves 10 Pages. Fix for 306125
7720
7721 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * pdf/ev-poppler.cc:
7724
7725         Add a flag to check if orientation has been overriden
7726
7727 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7728
7729         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7730         field if necessary.
7731
7732         * ps/ps.h: add creator field to document.
7733
7734         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7735         set creator field.
7736
7737 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7738
7739         * data/evince-properties.glade:
7740         * shell/ev-properties.c: (ev_properties_set_document):
7741
7742         s/PDF Version/Format
7743
7744 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7745
7746         * shell/ev-properties.c: (ev_properties_set_document):
7747
7748         Remove unnecessary translations
7749
7750 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7751
7752         * cut-n-paste/toolbar-editor/Makefile.am:
7753
7754         Correct library name    
7755
7756 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7757
7758         * configure.ac:
7759         * cut-n-paste/recent-files/egg-recent-model.c:
7760         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7761         (egg_recent_model_unlock_file):
7762         * cut-n-paste/recent-files/egg-recent-util.c:
7763         (egg_recent_util_get_unique_id):
7764         * cut-n-paste/recent-files/update-from-egg.sh:
7765         * cut-n-paste/toolbar-editor/Makefile.am:
7766         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7767         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7768         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7769         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7770         (egg_toolbars_model_get_type):
7771         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7772
7773         Better makefile for toolbar editor and update everything
7774         to latest libegg.
7775
7776 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * shell/ev-window.c: (update_document_mode):
7779
7780         Prefer presentation mode when the document
7781         require fullscreen.
7782
7783 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * data/evince-ui.xml:
7786         * shell/ev-window.c:
7787
7788         Add control-equal for zooming
7789
7790 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7791
7792         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7793
7794 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * backend/ev-document.c: (ev_document_get_orientation):
7797         * backend/ev-document.h:
7798         * pdf/ev-poppler.cc:
7799         * ps/ps-document.c: (ps_document_get_orientation),
7800         (ps_document_set_orientation), (ps_document_document_iface_init):
7801
7802         Add a get_orientation api. Improve set_orientation.
7803
7804         * data/evince-ui.xml:
7805         * shell/ev-view.c: (ev_view_set_orientation),
7806         (ev_view_rotate_right), (ev_view_rotate_left):
7807         * shell/ev-view.h:
7808         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7809         (ev_window_cmd_edit_rotate_right):
7810
7811         Better ui for changing document orientation
7812
7813 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7814
7815         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7816         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7817         * shell/ev-sidebar-links.h:
7818         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7819         (ev_sidebar_page_iface_init):
7820         * shell/ev-sidebar-page.h:
7821         * shell/ev-sidebar-thumbnails.c:
7822         (ev_sidebar_thumbnails_get_property),
7823         (ev_sidebar_thumbnails_class_init),
7824         (ev_sidebar_thumbnails_set_document):
7825         * shell/ev-sidebar-thumbnails.h:
7826         * shell/ev-view.c: (ev_view_motion_notify_event):
7827         * shell/ev-window.c: (update_chrome_visibility),
7828         (ev_window_cmd_focus_page_selector),
7829         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7830         (sidebar_page_main_widget_update_cb), (ev_window_init):
7831         
7832         Autoraise toolbar on GoToPage binding and fix bindings in
7833         EvSidebarThumbnails page.
7834
7835 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7836
7837         * shell/ev-properties.c: (update_progress_label):
7838
7839         Hide the progress label when finished; bug #307697.
7840
7841 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7842
7843         * pdf/ev-poppler.cc:
7844
7845         Enable is_open for links, you will need poppler cvs
7846
7847         * shell/ev-properties.c: (job_fonts_finished_cb):
7848
7849         Get a lock on the document when filling the tree view
7850
7851 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7852
7853         * backend/ev-document-links.h:
7854         * pdf/ev-poppler.cc:
7855         * shell/ev-sidebar-links.c: (create_loading_model),
7856         (expand_open_links), (job_finished_callback):
7857
7858         Expand links when specified by the document.
7859         Depend on a poppler api (defined out for now)
7860
7861 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7862
7863         * shell/ev-properties.c: (ev_properties_dispose),
7864         (ev_properties_class_init), (dialog_destroy_cb),
7865         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7866         (ev_properties_set_document), (ev_properties_new),
7867         (ev_properties_show):
7868         * shell/ev-properties.h:
7869
7870         Make it an object, cleanup the code, api to show it as transient
7871         and to set the document.
7872
7873         * shell/ev-window.c: (ev_window_setup_document),
7874         (ev_window_cmd_file_properties):
7875
7876         Adapt to EvProperties changes, do not show multiple
7877         times, update it when document changes.
7878
7879 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7880
7881         * ps/gstypes.h:
7882         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7883         (ps_document_set_orientation), (ps_document_document_iface_init):
7884         * ps/ps-document.h:
7885
7886         Implement orientation here too
7887
7888         * shell/ev-properties.c: (ev_properties_new):
7889         * data/evince-properties.glade:
7890
7891         Hide the fonts page for backends that doesnt
7892         support it.     
7893
7894 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7895
7896         * backend/ev-document.c: (ev_document_set_orientation):
7897         * backend/ev-document.h:
7898         * pdf/ev-poppler.cc:
7899
7900         Add orientation api. Currently poppler api is not optimal,
7901         we need to set orientation every time we _get a page.
7902         I will try to fix that at some point.
7903
7904         * data/evince-ui.xml:
7905         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7906         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7907
7908         Add orientation menu items
7909
7910         * shell/ev-page-cache.c: (ev_page_cache_clear):
7911         * shell/ev-page-cache.h:
7912
7913         Add api to clear the cache
7914
7915         * shell/ev-view.c: (setup_caches), (clear_caches),
7916         (ev_view_set_document), (ev_view_zoom_out),
7917         (ev_view_set_orientation):
7918         * shell/ev-view.h:
7919
7920         Implement orientation changing
7921
7922 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7923
7924         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7925         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7926         * backend/ev-document-fonts.h:
7927
7928         Separate scan and fill so that we can incrementally fill from
7929         the main thread. Add a progress api.
7930
7931         * data/evince-properties.glade:
7932         * pdf/ev-poppler.cc:
7933         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7934         * shell/ev-jobs.h:
7935         * shell/ev-properties.c: (update_progress_label),
7936         (job_fonts_finished_cb), (setup_fonts_view):
7937
7938         Incrementally feel the list and show the progress
7939         percentage in a label like acrobat does.
7940
7941         You are going to need poppler cvs
7942
7943 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7944
7945         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7946         * backend/ev-document-fonts.h:
7947         * pdf/ev-poppler.cc:
7948
7949         Make fonts model fill incrementally.
7950
7951         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7952         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7953         (ev_job_queue_remove_job):
7954         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7955         (ev_job_fonts_new), (ev_job_fonts_run):
7956         * shell/ev-jobs.h:
7957
7958         New job for fonts scanning
7959
7960         * shell/ev-properties.c: (job_fonts_finished_cb),
7961         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7962         * shell/ev-properties.h:
7963         * shell/ev-window.c: (ev_window_cmd_file_properties):
7964
7965         Incrementally feel the treeview using the new job. Show Loading...
7966         message until scanning is completed.
7967
7968         Hopefully I didnt break the build without the poppler patch.
7969
7970 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7971
7972         * shell/ev-application.c: (ev_application_open):
7973         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7974         (ev_document_type_get_type), (ev_document_type_lookup):
7975         * shell/ev-document-types.h:
7976         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7977         * shell/ev-job-xfer.h:
7978         * shell/ev-window.c: (ev_window_clear_local_uri),
7979         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7980         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7981         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7982         
7983         Transfer remote documents to tmp directory to display them later.
7984
7985 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7986
7987         * backend/ev-document-info.h:
7988         * shell/ev-properties.c: (ev_properties_new):
7989
7990         s/GTime*/GTime. Not sure why we was using a pointer
7991         at all there!
7992
7993 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7994
7995         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7996         situations.  That situation is that you're using GTK+-HEAD with
7997         the patch at #306726 is applied, and you have a document with <
7998         1500 pages in it.  It's not quite as uniformly nice as the
7999         TreeView, but should be better in the long run.
8000
8001         I'm pretty sure I guarded against breaking compilation with
8002         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8003         I missed some.
8004
8005         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8006         widget yet, so I commented that code out
8007         enable_view_actions_for_widget() for now.  Need to figure this
8008         out.
8009
8010         * shell/ev-page-action.c (match_selected_cb): emit the right
8011         signals.  Our cool C-l completion now works.
8012
8013 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8014
8015         * backend/Makefile.am:
8016         * backend/ev-document-fonts.c:
8017         * backend/ev-document-links.c:
8018         * backend/ev-document.c: (ev_document_load):
8019         * backend/ev-document.h:
8020         * backend/ev-job-queue.c:
8021         * backend/ev-job-queue.h:
8022         * backend/ev-jobs.c:
8023         * backend/ev-jobs.h:
8024         * backend/ev-page-cache.c:
8025         * backend/ev-page-cache.h:
8026
8027         EvPageCache and EvJobs are moved to shell.
8028
8029         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8030         (ev_tmp_filename):
8031         * lib/ev-file-helpers.h:
8032         
8033         New helper to work with temporary files
8034         
8035         * shell/Makefile.am:
8036         * shell/ev-application.c: (ev_application_open):
8037         * shell/ev-application.h:
8038         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8039         (remove_job_from_async_queue), (add_job_to_async_queue),
8040         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8041         (handle_job), (search_for_jobs_unlocked),
8042         (no_jobs_available_unlocked), (ev_render_thread),
8043         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8044         (ev_job_queue_add_job), (move_job_async), (move_job),
8045         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8046         * shell/ev-job-queue.h:
8047         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8048         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8049         * shell/ev-job-xfer.h:
8050         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8051         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8052         (ev_job_links_class_init), (ev_job_render_init),
8053         (ev_job_render_dispose), (ev_job_render_class_init),
8054         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8055         (ev_job_thumbnail_class_init), (ev_job_load_init),
8056         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8057         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8058         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8059         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8060         * shell/ev-jobs.h:
8061         * shell/ev-page-action.c: (ev_page_action_set_document):
8062         * shell/ev-page-cache.c: (ev_page_cache_init),
8063         (ev_page_cache_class_init), (ev_page_cache_finalize),
8064         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8065         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8066         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8067         (ev_page_cache_get_title), (ev_page_cache_get_size),
8068         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8069         (ev_page_cache_get_height_to_page),
8070         (ev_page_cache_get_max_label_chars),
8071         (ev_page_cache_get_page_label),
8072         (ev_page_cache_has_nonnumeric_page_labels),
8073         (ev_page_cache_get_info), (ev_page_cache_next_page),
8074         (ev_page_cache_prev_page), (ev_page_cache_get):
8075         * shell/ev-page-cache.h:
8076         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8077         (ev_pixbuf_cache_clear_job_sizes),
8078         (ev_pixbuf_cache_add_jobs_if_needed),
8079         (ev_pixbuf_cache_set_page_range):
8080         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8081         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8082         * shell/ev-sidebar-thumbnails.c:
8083         (ev_sidebar_tree_selection_changed),
8084         (ev_sidebar_thumbnails_set_document):
8085         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8086         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8087         (ev_statusbar_get_context_id), (ev_statusbar_push),
8088         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8089         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8090         (ev_statusbar_set_progress):
8091         * shell/ev-statusbar.h:
8092         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8093         (ev_view_find_previous):
8094         * shell/ev-window.c: (ev_window_is_empty),
8095         (ev_window_setup_document), (password_dialog_response),
8096         (ev_window_clear_jobs), (ev_window_load_job_cb),
8097         (ev_window_xfer_job_cb), (ev_window_open_uri),
8098         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8099         (ev_window_print), (ev_window_print_range),
8100         (ev_window_state_event), (ev_window_cmd_view_reload),
8101         (menu_item_select_cb), (menu_item_deselect_cb),
8102         (view_status_changed_cb), (ev_window_dispose),
8103         (drag_data_received_cb), (ev_window_init):
8104         * shell/ev-window.h:
8105         * shell/main.c: (load_files):
8106         
8107         New statusbar to show progress on idle. Two new jobs - 
8108         xfer job and load job to load document in background. And update
8109         of page_cache clients to new location of code.
8110
8111 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8112   
8113         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8114         selection in open dialog. It also remembers the last visited directory 
8115         in the current session.
8116
8117 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8118
8119         * shell/ev-properties.c: (ev_properties_new):
8120         * shell/ev-properties.h:
8121         * shell/ev-window.c: (ev_window_cmd_file_properties):
8122         
8123         Get document info from page cache instead of document itself.
8124         This should fix crash related to race conditions described in
8125         bug 306545.
8126
8127 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8128
8129         * ps/ps-document.c: (ps_document_init),
8130         (send_ps), (get_page_box), (output), (catchPipe), (input),
8131         (stop_interpreter), (file_length), (file_readable),
8132         (check_filecompressedb), (ps_document_enable_interpreter),
8133         (document_load), (ps_async_renderer_render_pixbuf):
8134         * ps/ps-document.h:
8135
8136         Big cleanup of the ps code
8137
8138 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8139
8140         * backend/Makefile.am:
8141         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8142         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8143         * backend/ev-async-renderer.h:
8144
8145         Add an async renderer interface (method + callback) which
8146         is useful for backends like ps.
8147
8148         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8149         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8150         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8151         (ev_job_queue_add_job), (move_job_async), (move_job),
8152         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8153
8154         Add queues for async renderer, these are executed on the
8155         main thread.
8156
8157         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8158         (ev_job_render_run):
8159         * backend/ev-jobs.h:
8160
8161         If the backend support async renderer interface use it.
8162
8163         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8164         (setup_pixmap), (ps_document_get_type),
8165         (ps_async_renderer_render_pixbuf),
8166         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8167
8168         Implement async renderer interface.
8169
8170 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8171
8172         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8173
8174         Cleanup links job on exit.
8175
8176 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8177
8178         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8179         (drag_data_get_cb), (drag_data_received_cb):
8180         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8181         (drag_data_get_cb), (parse_item_list),
8182         (egg_toolbar_editor_load_actions):
8183         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8184         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8185         (parse_item_list), (parse_toolbars):
8186         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8187         (dvi_pixbuf_put_pixel):
8188         
8189         Fix gcc 4.0 warnings
8190
8191 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8192
8193         * ps/ps-document.c: (start_interpreter):
8194
8195         Fix warning when loading ps
8196
8197 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8198
8199         * ps/ps-document.c: (output):
8200
8201         Fix crash when priting gs error messages.
8202
8203 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8204
8205         * backend/ev-page-cache.c: (_ev_page_cache_new):
8206         * backend/ev-page-cache.h:
8207
8208         Use a const to return title so that we dont double
8209         free it. Small cleanup and fix a leak.
8210
8211         * shell/ev-window.c: (update_window_title):
8212
8213         strdup value from get_title.
8214
8215 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8216
8217         * shell/ev-sidebar-links.c: (job_finished_callback),
8218         (ev_sidebar_links_set_document):
8219
8220         Cleanup the old job when changing document
8221
8222 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8223
8224         * shell/ev-stock-icons.c:
8225         * shell/ev-stock-icons.h:
8226         * shell/ev-window.c:
8227         
8228         Add stock icons for actions that can appear in toolbar. Fix for
8229         bug 306566.
8230
8231 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8232
8233         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8234         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8235         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8236         * backend/ev-page-cache.h:
8237         * shell/ev-view.c: (scroll_to_current_page),
8238         (view_update_range_and_current_page), (get_page_y_offset),
8239         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8240         (ev_view_size_request_continuous),
8241         (ev_view_zoom_for_size_continuous_and_dual_page),
8242         (ev_view_zoom_for_size_continuous):
8243         
8244         More compact EvView layout in document with pages of different size.
8245
8246 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8247
8248         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8249         compilation.
8250
8251 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8252
8253         * shell/ev-view.c: (view_set_adjustment_values):
8254         * shell/ev-window.c: (ev_window_cmd_file_properties):
8255         
8256         A bit different fix for rounding problem but it has no
8257         problems on startup. Make properties window transient to parent.
8258
8259 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8260
8261         * pdf/ev-poppler.cc:
8262         
8263         More commenting of font stuff.
8264
8265 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8266
8267         * pdf/ev-poppler.cc:
8268
8269         Comment out some more fonts stuff. Should really
8270         work without the poppler patch now.
8271
8272 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8273
8274         * pdf/ev-poppler.cc:
8275
8276         Adapt to api change
8277
8278 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8279
8280         * data/evince-properties.glade:
8281         * pdf/ev-poppler.cc:
8282         * shell/ev-properties.c: (setup_fonts_view):
8283
8284         Set the column title. Show the dialog only
8285         once everything is setup.
8286         Getting font info can be very slow... will
8287         prolly need to make this threaded too.
8288
8289 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8290
8291         * backend/Makefile.am:
8292         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8293         (ev_document_fonts_get_fonts_model):
8294         * backend/ev-document-fonts.h:
8295         * data/evince-properties.glade:
8296         * pdf/ev-poppler.cc:
8297         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8298         * shell/ev-properties.h:
8299         * shell/ev-window.c: (ev_window_cmd_file_properties):
8300
8301         Implement fonts list. Defined out for now, since it depends
8302         on a not yet committed poppler patch.
8303
8304 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8305
8306         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8307         page + 1.
8308
8309         * shell/ev-window.c: Make sure we add the timeout when we get a
8310         focus-in event.
8311
8312         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8313         adjustment->value before calculating the zoom factor to average
8314         out all of our rounding errors.  The page no longer 'drifts' when
8315         resizing.
8316
8317 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8318
8319         * data/evince-properties.glade:
8320         * shell/ev-properties.c: (ev_properties_format_date),
8321         (set_property):
8322         
8323         Labels don't expand when the dialogue is resized.
8324         strftime result needs to be converted to UTF-8. Thanks
8325         to Christian Persch <chpe@gnome.org>.
8326
8327 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8328
8329         * data/evince-properties.glade:
8330
8331         Hide the fonts tab
8332
8333 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8334
8335         * backend/ev-document-info.h:
8336         * backend/ev-document.c: (ev_document_info_free):
8337         * data/evince-properties.glade:
8338         * pdf/ev-poppler.cc:
8339         * ps/ps-document.c: (ps_document_get_info):
8340         * shell/ev-properties.c: (ev_properties_format_date),
8341         (set_property), (ev_properties_new):
8342         * shell/ev-properties.h:
8343         * shell/ev-window.c: (ev_window_cmd_file_properties):
8344
8345         Rework properties code to take only EvPropertyInfo
8346         in the constructor so that it can be useful for
8347         nautilus plugin too.
8348
8349         Deal with backends that doesnt support some properties.
8350         Make set property code generic.
8351
8352 2005-06-04  Christian Persch <chpe@gnome.org>
8353
8354         * data/evince-properties.glade:
8355
8356         fix spacings, make resizeable, and make data labels
8357         selectable + ellipsised
8358
8359 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8360
8361         * backend/ev-document-info.h:
8362         * data/Makefile.am:
8363         * data/evince-ui.xml:
8364         * pdf/ev-poppler.cc:
8365         * shell/Makefile.am:
8366         * shell/ev-window.c: (update_action_sensitivity),
8367         (ev_window_cmd_file_properties):
8368
8369         Initial go at file properties. Patch by
8370         Emil Soleyman-Zomalan <emil@soleyman.com>.
8371         Needs love see #169583
8372
8373 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8374
8375         * ps/ps-document.c: (output):
8376         * ps/ps.c: (psscan):
8377
8378         Try to render even if psscan fails.
8379
8380 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8381
8382         * ps/ps.c: (psscan), (pscopydoc):
8383
8384         Port buffered reading code from gv
8385
8386 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8387
8388         * ps/ps-document.c: (interpreter_message), (output):
8389
8390         Do not fail on interpreter messages
8391
8392 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8393
8394         * backend/ev-document-misc.c:
8395         (ev_document_misc_get_thumbnail_frame):
8396
8397         Pages can be 0 x 0, dont assert on this case
8398
8399 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8400
8401         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8402         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8403
8404         Correctly manage our reference on document. Finally the reload
8405         huge leak is gone...
8406
8407 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8408
8409         * ps/ps-document.c: (ps_document_dispose):
8410
8411         Forgot to chain it to the parent. Thanks chpe.
8412
8413 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8414
8415         * ps/ps-document.c: (ps_document_dispose),
8416         (ps_document_class_init), (stop_interpreter), (document_load):
8417
8418         Cleanup dispose a bit. Dont leak the whole pixmap.
8419
8420 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8421
8422         * pdf/ev-poppler.cc:
8423
8424         Release the poppler document on dispose
8425
8426 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8427
8428         * shell/ev-view.c: (ev_view_set_document):
8429
8430         Release ref on the pixbuf cache when changing
8431         document.
8432
8433 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8434
8435         * ps/ps-document.c: (ps_document_get_info):
8436
8437         Fix a double free
8438
8439 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8440
8441         * backend/ev-page-cache.c: (ev_page_cache_init),
8442         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8443         * backend/ev-page-cache.h:
8444         * shell/ev-page-action.c: (page_changed_cb):
8445         
8446         Set page action entry width depending on labels width. Fix
8447         for bug 305202.
8448
8449 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * backend/ev-link.c: (ev_link_class_init):
8452
8453         Allow -1 as page value (error)
8454
8455 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8456
8457         * shell/ev-sidebar-thumbnails.c:
8458         (ev_sidebar_thumbnails_set_document):
8459         * shell/ev-view.c: (scroll_to_current_page),
8460         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8461         (page_changed_cb), (on_adjustment_value_changed),
8462         (ev_view_set_document):
8463
8464         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8465         Fix bug 305377
8466
8467 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8468
8469         * configure.ac:
8470         * djvu/djvu-document.c: (djvu_document_get_page_size):
8471
8472         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8473         bug 301993.
8474
8475 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8476
8477         * shell/ev-view.c (draw_one_page): modify the expose handling to
8478         get the shadows.
8479
8480         * shell/ev-window.c (update_action_sensitivity): Respect
8481         permissions field.  Kowtow to the man.
8482
8483         * pdf/ev-poppler.cc: Get the permissions field.
8484
8485         * tiff/*c: Make a tiny bit more robust.
8486
8487 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8488
8489         * djvu/djvu-document.c:
8490         
8491         Pop messages from djvu context message queue.
8492
8493 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8494
8495         * configure.ac, Makefile.am, shell/Makefile.am:
8496         * tiff/Makefile.am, shell/ev-document-types.c:
8497         
8498         Cleanup tiff configure checks. Fix for bug 305218.
8499
8500 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8501
8502         * configure.ac: Added "uk" to ALL_LINGUAS.
8503
8504 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8505
8506         * cut-n-paste/zoom-control/ephy-zoom.c:
8507         (ephy_zoom_get_changed_zoom_level):
8508         * cut-n-paste/zoom-control/ephy-zoom.h:
8509         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8510         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8511         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8512         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8513         (zoom_control_changed_cb), (ev_window_init):
8514         
8515         Fix minor points related to moving best fit up. Introduce
8516         "zoom" property and make zoom control change it's value on
8517         notify::zoom signals. Fix for 305080.
8518
8519 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8520
8521         * data/evince-ui.xml:
8522         * shell/ev-window.c: (set_view_actions_sensitivity):
8523         
8524         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8525
8526 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8527
8528         * configure.ac:
8529
8530         Depends on poppler 0.3.2
8531
8532 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8533
8534         * cut-n-paste/recent-files/egg-recent-item.c:
8535         (egg_recent_item_get_short_name):
8536         * cut-n-paste/toolbar-editor/Makefile.am:
8537         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8538         (new_pixbuf_from_widget):
8539         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8540         * cut-n-paste/toolbar-editor/egg-marshal.c:
8541         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8542         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8543
8544         Sync
8545
8546 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8547
8548         * tiff/tiff-document.c: Rough TIFF backend.
8549
8550 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8551
8552         * NEWS:
8553         * configure.ac:
8554         * cut-n-paste/toolbar-editor/Makefile.am:
8555
8556         Release 0.3.1
8557
8558 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8561         (ev_view_find_next), (ev_view_find_previous):
8562
8563         Remove the locks around get_n_results   
8564
8565 2005-05-21  Juerg Billeter  <j@bitron.ch>
8566
8567         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8568
8569         Pass correct number of pages to poppler.
8570
8571 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8572
8573         * configure.ac:
8574         * data/Makefile.am:
8575         * data/evince.desktop.in: 
8576         * data/evince.desktop.in.in:
8577         * po/POTFILES.in:
8578         
8579         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8580
8581 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8582
8583         * shell/ev-view.c: (view_update_adjustments),
8584         (view_set_adjustment_values): cast adjustmen->value to (int)
8585         before using it.  Otherwise, we get off by a pixel in some
8586         situations.
8587
8588         (draw_one_page): Draw the border on expose.
8589
8590 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8591
8592         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8593         adjustment when the mode changes, #304923
8594
8595 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8596
8597         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8598         flickering on resize but still use gdk_window_scroll on
8599         scrolling
8600
8601 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8602
8603         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8604         option, #170458
8605
8606 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8607
8608         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8609         second page on page_changed if possible, #304669
8610
8611 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8612
8613         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8614         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8615
8616 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8617
8618         * .cvsignore:
8619         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8620         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8621         (ev_view_zoom_for_size_presentation),
8622         (ev_view_zoom_for_size_continuous_and_dual_page),
8623         (ev_view_zoom_for_size_continuous),
8624         (ev_view_zoom_for_size_dual_page),
8625         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8626         * shell/ev-view.h:
8627         * shell/ev-window.c: (update_view_size),
8628         (ev_window_sizing_mode_changed_cb):
8629
8630         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8631         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8632         an infinite loop, #304769
8633
8634
8635 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8636
8637         * data/evince-ui.xml:
8638         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8639         * shell/ev-window.c: (set_view_actions_sensitivity):
8640
8641         Make PgUp/Down behave like Space
8642
8643 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8644
8645         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8646         * backend/ev-ps-exporter.h:
8647         * pdf/ev-poppler.cc:
8648         * ps/ps-document.c: (ps_document_ps_export_begin):
8649         * shell/ev-print-job.c: (idle_print_handler):
8650
8651         Adapt to new poppler api
8652
8653 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8654
8655         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8656         (ephy_zoom_control_init):
8657
8658         Translate zoom levels
8659
8660 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8661
8662         * cut-n-paste/zoom-control/ephy-zoom.c:
8663         (ephy_zoom_get_zoom_level_index):
8664
8665         Fix current zoom -> zoom control match
8666
8667 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8668
8669         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8670         rather than the scrolled_window that it's in. Fixes bug #304655.
8671
8672 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8673
8674         * shell/ev-view.c: (view_update_adjustments),
8675         (view_set_adjustment_values), (view_update_range_and_current_page),
8676         (view_scroll_to_page), (set_scroll_adjustment),
8677         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8678         (ev_view_scroll), (ev_view_scroll_view),
8679         (ensure_rectangle_is_visible), (find_page_at_location),
8680         (get_link_at_location), (go_to_link), (status_message_from_link),
8681         (ev_view_size_request_continuous_dual_page),
8682         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8683         (ev_view_unrealize), (ev_view_expose_event),
8684         (ev_view_button_press_event), (ev_view_motion_notify_event),
8685         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8686         (draw_rubberband), (highlight_find_results), (draw_one_page),
8687         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8688         (ev_view_init), (find_changed_cb), (page_changed_cb),
8689         (on_adjustment_value_changed), (ev_view_new),
8690         (ev_view_set_document), (ev_view_set_zoom),
8691         (ev_view_set_continuous), (ev_view_set_dual_page),
8692         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8693         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8694         (ev_view_zoom_for_size_presentation),
8695         (ev_view_zoom_for_size_continuous_dual_page),
8696         (ev_view_zoom_for_size_continuous),
8697         (ev_view_zoom_for_size_dual_page),
8698         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8699         (ev_view_get_status), (ev_view_set_status),
8700         (update_find_status_message), (ev_view_get_find_status),
8701         (ev_view_set_find_status), (jump_to_find_result),
8702         (jump_to_find_page), (compute_selections), (clear_selection),
8703         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8704         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8705         (ev_view_update_primary_selection),
8706         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8707         * shell/ev-view.h:
8708         * shell/ev-window.c: (ev_window_open_page_label),
8709         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8710         (ev_window_init):
8711         * shell/ev-window.h:
8712         * shell/main.c: (load_files):
8713
8714         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8715         when resizing.  Remove the bin_window().  Also, patch from James
8716         Bowes to fix command line page, #300641
8717         
8718 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8719
8720         * data/evince-ui.xml:
8721         * shell/ev-view.c:
8722         * shell/ev-view.h:
8723         * shell/ev-window.c: (update_action_sensitivity):
8724
8725         Get rid of View->Normal Size, it's just confusing
8726
8727 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8728
8729         * backend/ev-document-info.h:
8730         * backend/ev-document.c: (ev_document_info_free): Free the
8731         EvDocumentInfo.
8732
8733         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8734         (clear_range), (add_range), (update_visible_range),
8735         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8736         (ev_sidebar_thumbnails_set_document):
8737         * shell/ev-window.c: (ev_window_setup_document): Only render the
8738         visible thumbnails.  It takes an instant to render, but it uses
8739         much less memory.
8740
8741 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * shell/ev-sidebar-links.c: (popup_menu_cb):
8744
8745         Select first item
8746
8747 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8748
8749         * lib/Makefile.am:
8750         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8751         (button_press_cb), (ev_sidebar_links_construct):
8752
8753         Show the popup menu also on keybindings
8754
8755 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8756
8757         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8758         * shell/ev-window.h:
8759
8760         Expose api to print a range (with dialog). Make private _print use
8761         it.
8762
8763         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8764         (ev_sidebar_links_construct):
8765
8766         Show a print context menu on linkx, it prints the selected
8767         section.
8768
8769 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8770
8771         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8772         button.
8773
8774 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8775
8776         * AUTHORS:
8777
8778         Update
8779
8780         * shell/ev-window.c: (build_comments_string),
8781         (ev_window_cmd_help_about):
8782
8783         Show poppler version/backend and authors
8784
8785 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * cut-n-paste/zoom-control/ephy-zoom.c:
8788         (ephy_zoom_get_zoom_level_index):
8789         * cut-n-paste/zoom-control/ephy-zoom.h:
8790
8791         Move the best fit items at the top of the list
8792
8793 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * shell/ev-marshal.list:
8796         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8797         (activate_cb), (match_selected_cb), (activate_link_cb),
8798         (connect_proxy), (ev_page_action_class_init):
8799         * shell/ev-page-action.h:
8800
8801         Use signals to notify action activation. Hopefully
8802         I did not break completion since I cant test...
8803
8804         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8805         (register_custom_actions):
8806
8807         Connect to page selector actions and also grab focus on
8808         the view when activated.
8809
8810 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8811
8812         * pdf/ev-poppler.cc:
8813         * backend/ev-page-cache.c: make page size calculation consistent
8814         and set it to (int)( width * scale + 0.5).  This makes the weird
8815         line going through the middle of the page go away.
8816
8817         * shell/ev-view.c: move painting the background page after
8818         checking the expose area covers us.
8819
8820 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8821
8822         * data/evince-password.glade:
8823         
8824         Mark labels as not translatable. Fix for bug 302842.
8825
8826 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8827
8828         * configure.ac: Added "es" to ALL_LINGUAS.
8829
8830 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * data/evince-toolbar.xml:
8833         * shell/ev-window.c: (update_action_sensitivity),
8834         (ev_window_setup_document), (ev_window_set_page_mode),
8835         (ev_window_init):
8836
8837         Remove some leftover code from jrb first continous
8838         attempt. Use the new actions, we still need good icons
8839         though...
8840
8841 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8844
8845         Update label when connecting proxy. Fix a warning with NULL
8846         page_cache.
8847
8848 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8849
8850         * data/evince-ui.xml:
8851         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8852         * shell/ev-page-action.h:
8853         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8854
8855         Add mnemonic for edit toolbar.
8856         ctrl+l focus the page entry.
8857
8858 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * lib/Makefile.am:
8861         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8862         (ev_window_init):
8863         * shell/main.c: (main):
8864
8865         Put the toolbar xml in evince own dot dir
8866
8867 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * shell/ev-window.c: (ev_window_init):
8870
8871         Make the toolbar not removable
8872
8873 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * data/evince-ui.xml:
8876         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8877         * shell/ev-sidebar-links.h:
8878         * shell/ev-sidebar-thumbnails.c:
8879         (ev_sidebar_thumbnails_get_treeview):
8880         * shell/ev-sidebar-thumbnails.h:
8881         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8882         (ev_view_class_init):
8883         * shell/ev-view.h:
8884         * shell/ev-window.c: (update_action_sensitivity),
8885         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8886         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8887         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8888         (ev_window_init):
8889
8890         This is evil... Make space/backspace global accelerators but
8891         enable them only for some widgets (sidebars and view).
8892         I dont like it, but I dont know a better way... :/
8893
8894 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8897         (ev_page_action_widget_finalize),
8898         (ev_page_action_widget_class_init), (update_page_cache):
8899
8900         Keep a weak reference on proxy->page_cache so that we
8901         dont try to disconnect the signal if the object is already
8902         gone. Maybe there is a better way to cleanup reference handling
8903         in page action though...
8904
8905 2005-05-10  Juerg Billeter  <j@bitron.ch>
8906
8907         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8908         * backend/ev-ps-exporter.h:
8909         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8910         * ps/ps-document.c: (ps_document_ps_export_begin):
8911         
8912         Change api to pass print range to ps_exporter_begin. The pdf backend
8913         requires this information.
8914         
8915         * shell/ev-print-job.c: (idle_print_handler):
8916         
8917         Adapt to api change
8918
8919 2005-05-10  Juerg Billeter  <j@bitron.ch>
8920
8921         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8922         (idle_print_handler)
8923         * shell/ev-window.c: (ev_window_print):
8924
8925         Support printing page range, based on patch by Amaury Jacquot
8926
8927 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8928
8929         * data/evince-toolbar.xml:
8930
8931         Add zoom control to available items
8932
8933 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8934
8935         * shell/ev-window.c: (update_action_sensitivity):
8936
8937         Set slash action insensitive when appropriate
8938
8939 2005-05-10  Christian Persch <chpe@gnome.org>
8940
8941         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8942
8943         Fix warning on the overflow menu
8944
8945 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8946
8947         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8948
8949         Check for uri correctness/existence
8950
8951 2005-05-09  Juerg Billeter  <j@bitron.ch>
8952
8953         * shell/ev-window.c: (using_postscript_printer):
8954
8955         LPD printers use postscript, too
8956
8957 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * shell/ev-window.c: (register_custom_actions):
8960
8961         The zoom one is actually sort of useful,
8962         put it back
8963
8964 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * shell/ev-window.c: (register_custom_actions):
8967
8968         Hide page/zoom controls from overflow, they
8969         are useless.
8970
8971 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8972
8973         * cut-n-paste/update-from-egg.sh:
8974         
8975         Share it between all cut-n-paste subdirs
8976
8977         * cut-n-paste/recent-files/Makefile.am:
8978
8979         Fix to use "global" update-from-egg.sh
8980
8981         * cut-n-paste/recent-files/egg-recent-model.c:
8982         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8983         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8984         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8985         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8986
8987         Update from libegg
8988
8989         * cut-n-paste/toolbar-editor/Makefile.am:
8990
8991         Fix to use "global" update-from-egg.sh
8992
8993         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8994
8995         Update from libegg
8996
8997 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8998
8999         * configure.ac:
9000         * cut-n-paste/Makefile.am:
9001         * cut-n-paste/recent-files/Makefile.am:
9002         * cut-n-paste/toolbar-editor/.cvsignore:
9003         * cut-n-paste/toolbar-editor/Makefile.am:
9004         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9005         (egg_editable_toolbar_get_type), (get_toolbar_position),
9006         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9007         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9008         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9009         (set_item_drag_source), (create_item_from_action), (create_item),
9010         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9011         (popup_toolbar_context_menu_cb), (free_dragged_item),
9012         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9013         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9014         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9015         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9016         (item_added_cb), (item_removed_cb),
9017         (egg_editable_toolbar_construct),
9018         (egg_editable_toolbar_disconnect_model),
9019         (egg_editable_toolbar_deconstruct),
9020         (egg_editable_toolbar_set_model),
9021         (egg_editable_toolbar_set_ui_manager),
9022         (egg_editable_toolbar_set_property),
9023         (egg_editable_toolbar_get_property),
9024         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9025         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9026         (egg_editable_toolbar_new_with_model),
9027         (egg_editable_toolbar_get_edit_mode),
9028         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9029         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9030         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9031         (new_pixbuf_from_widget), (new_separator_pixbuf),
9032         (update_separator_image), (style_set_cb),
9033         (_egg_editable_toolbar_new_separator_image),
9034         (egg_editable_toolbar_get_model):
9035         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9036         * cut-n-paste/toolbar-editor/egg-marshal.c:
9037         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9038         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9039         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9040         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9041         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9042         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9043         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9044         (editor_drag_data_delete_cb), (drag_data_get_cb),
9045         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9046         (editor_create_item), (update_editor_sheet), (setup_editor),
9047         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9048         (parse_item_list), (model_has_action), (update_actions_list),
9049         (egg_toolbar_editor_load_actions):
9050         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9051         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9052         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9053         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9054         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9055         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9056         (egg_toolbars_model_add_separator), (impl_add_item),
9057         (parse_item_list), (egg_toolbars_model_add_toolbar),
9058         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9059         (impl_get_item_data), (impl_get_item_type),
9060         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9061         (egg_toolbars_model_init), (free_toolbar),
9062         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9063         (egg_toolbars_model_remove_toolbar),
9064         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9065         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9066         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9067         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9068         (egg_toolbars_model_get_item_data),
9069         (egg_toolbars_model_get_item_type):
9070         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9071         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9072         * data/Makefile.am:
9073         * data/evince-toolbar.xml:
9074         * data/evince-ui.xml:
9075         * data/hand-open.png:
9076         * po/POTFILES.in:
9077         * shell/Makefile.am:
9078         * shell/ev-window.c: (update_chrome_visibility),
9079         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9080         (ev_window_dispose), (ev_window_init):
9081
9082         Implement epiphany like toolbar editor. Based on patch by
9083         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9084
9085 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9086
9087         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9088
9089         Use set_cursor instead of set_selection, so that
9090         the keyboard focus moves too.
9091
9092 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9093
9094         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9095
9096         Fix infinite loop when loading Type1 fonts
9097
9098 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9099
9100         * data/evince-ui.xml:
9101         * shell/ev-window.c:
9102
9103         Slash -> Find
9104
9105 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9106
9107         * configure.ac:
9108
9109         Make --disable really disable
9110
9111 2005-05-07  Juerg Billeter  <j@bitron.ch>
9112
9113         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9114
9115         Compare page labels even without has_labels set, fixes setting page
9116         with entry
9117
9118 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9119
9120         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9121         (ev_view_set_cursor), (ev_view_button_press_event),
9122         (ev_view_motion_notify_event), (ev_view_button_release_event),
9123         (ev_view_init):
9124
9125         Implement middle button scrolling. Based on a patch
9126         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9127
9128 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * shell/ev-document-types.c: (get_slow_mime_type),
9131         (get_document_type_from_mime), (ev_document_type_lookup):
9132         * shell/ev-document-types.h:
9133
9134         Change api to lookup from uri. Do fast lookup first, if the
9135         type is unknown try with data sniffing.
9136
9137         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9138         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9139
9140         Adapt to api change
9141
9142 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9143
9144         * thumbnailer/Makefile.am:
9145
9146         Fix distcheck
9147
9148 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9149
9150         * NEWS:
9151         * configure.ac:
9152
9153         Release 0.3.0
9154
9155         * data/evince-ui.xml:
9156
9157         Hide presentation mode for now
9158
9159         * shell/ev-view.c: (highlight_find_results):
9160
9161         Show current find selection only on current page
9162
9163 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9164
9165         * shell/ev-view.c: (ev_view_select_all):
9166
9167         Compute size of the actual page, not of
9168         the current one.
9169
9170 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9171
9172         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9173         (view_rect_to_doc_rect), (compute_selections),
9174         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9175         (ev_view_copy), (ev_view_primary_get_cb),
9176         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9177         (ev_view_button_press_event), (ev_view_motion_notify_event),
9178         (ev_view_button_release_event), (page_changed_cb):
9179
9180         Fix text selection
9181
9182 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9183
9184         * shell/ev-view.c: (compute_border), (get_page_extents),
9185         (doc_rect_to_view_rect), (highlight_find_results),
9186         (ev_view_bin_expose), (ev_view_select_all),
9187         (ev_view_motion_notify_event), (update_find_status_message),
9188         (jump_to_find_result), (jump_to_find_page):
9189
9190         First go at fixing search, still buggy
9191
9192 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9193
9194         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9195         dropdown box and button at the top of the sidebar.
9196
9197 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9198
9199         * configure.ac: Output zoom-control Makefile.
9200         * cut-n-paste/Makefile.am: build zoom-control subdir.
9201         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9202         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9203         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9204         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9205         * cut-n-paste/zoom-control/ephy-zoom.c:
9206         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9207         from epiphany, and modified to add a separator into the menu.
9208         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9209         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9210         zoom-control action.
9211         * shell/Makefile.am: Include zoom-control flags.
9212         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9213         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9214         (ev_view_zoom_for_size_presentation),
9215         (ev_view_zoom_for_size_continuous_and_dual_page),
9216         (ev_view_zoom_for_size_continuous),
9217         (ev_view_zoom_for_size_dual_page),
9218         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9219         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9220         ev_view_get_zoom and ev_view_get_sizing_mode.
9221         * shell/ev-view.h:
9222         * shell/ev-window.c: (update_action_sensitivity),
9223         (update_sizing_buttons), (zoom_control_changed_cb),
9224         (register_custom_actions): Initialize and use the zoom-control 
9225         widget.
9226
9227 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9228
9229         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9230         preview cache back to 1.  Don't know when it got set to 0.
9231         
9232         * shell/ev-view.c: (compute_border), (ev_view_realize),
9233         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9234         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9235         (ev_view_get_fullscreen), (ev_view_set_presentation),
9236         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9237         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9238         * shell/ev-view.h:
9239         * shell/ev-window.c:
9240         (update_chrome_visibility),
9241         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9242         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9243         (update_document_mode), (ev_window_update_fullscreen_action),
9244         (ev_window_fullscreen), (ev_window_unfullscreen),
9245         (ev_window_cmd_view_fullscreen),
9246         (ev_window_update_presentation_action),
9247         (ev_window_run_presentation), (ev_window_stop_presentation),
9248         (ev_window_cmd_view_presentation), (ev_window_state_event),
9249         (ev_window_focus_in_event), (ev_window_focus_out_event),
9250         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9251         * data/evince-ui.xml: Initial presentation mode.  We should
9252         probably hide this until it's done, as it's quite rough.  Also,
9253         change full-screen to fullscreen and add two getters to EvView.
9254
9255 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9256
9257         * shell/ev-page-action.c: (update_page_cache),
9258         (ev_page_action_dispose):
9259         * shell/ev-window.c: (destroy_fullscreen_popup),
9260         (ev_window_create_fullscreen_popup):
9261
9262         Use connect_object rather than explicitly
9263         disconnect on dispose.
9264
9265 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9266
9267         * shell/ev-page-action.c: (update_page_cache),
9268         (ev_page_action_dispose):
9269
9270 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9271
9272         * backend/ev-page-cache.c: (_ev_page_cache_new),
9273         (ev_page_cache_set_page_label),
9274         (ev_page_cache_has_nonnumeric_page_labels):
9275         * backend/ev-page-cache.h:
9276         * shell/ev-page-action.c: (update_pages_label):
9277         
9278         If all page labels are numeric, fallback to default
9279         way to display number of pages. See bug 173185.
9280
9281 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9282
9283         * shell/ev-page-action.c: (ev_page_action_dispose):
9284         * shell/ev-view.c: (view_update_range_and_current_page):
9285         * shell/ev-window.c: (ev_window_dispose):
9286         
9287         Set page on scroll in continuous mode. Fixes bug 301986.
9288         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9289
9290 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9291
9292         * configure.ac:
9293
9294         Require poppler 0.3.0
9295
9296 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9297         
9298         * shell/Makefile.am, configure.ac: Fix build problems
9299         with t1lib. Bug 301996.
9300
9301 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9302
9303         * shell/ev-view.c: (ev_view_scroll_event):
9304         
9305         Scroll up increase zoom
9306
9307 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9308
9309         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9310         (ev_view_set_sizing_mode),
9311         (ev_view_zoom_for_size_continuous_and_dual_page),
9312         (ev_view_zoom_for_size_continuous):
9313         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9314         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9315         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9316         (ev_window_init):
9317
9318         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9319         Fix for 165473 and 165472.
9320
9321 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9322
9323         * po/POTFILES.in:
9324         * thumbnailer/Makefile.am:
9325         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9326         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9327         * thumbnailer/evince-thumbnailer.schemas.in:
9328         
9329         Make thumbnailer schemas translatable. Fix for bug 301773
9330         
9331         * thumbnailer/evince-thumbnailer-djvu.schemas:
9332         * thumbnailer/evince-thumbnailer-dvi.schemas:
9333         * thumbnailer/evince-thumbnailer.schemas:
9334
9335         Removed files
9336
9337 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9338
9339         * shell/ev-view.c (ev_view_init): forgot to set this.
9340
9341 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9342
9343         * shell/ev-view.c: (find_page_at_location),
9344         (get_link_at_location),
9345         (ev_view_set_show_border), (ev_view_set_spacing),
9346         (ev_view_zoom_for_size_continuous_and_dual_page),
9347         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9348         Also, add a quick fix measuring of widths.  Also, removed
9349         ev_view_set_spacing and ev_view_set_show_border.
9350         
9351         * shell/ev-window.c: (ev_window_unfullscreen),
9352         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9353
9354 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9355
9356         * shell/ev-view.c: (view_update_range_and_current_page),
9357         (page_changed_cb):
9358         
9359         Fix crash on exit and scrolling to page in continuous view.
9360
9361 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9362
9363         * TODO:
9364         * backend/ev-page-cache.c: (_ev_page_cache_new),
9365         (ev_page_cache_get_max_width_size),
9366         (ev_page_cache_get_max_height_size):
9367         * backend/ev-page-cache.h:
9368         * data/evince-ui.xml:
9369         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9370         * shell/ev-view.c: (view_update_adjustments),
9371         (view_update_range_and_current_page), (get_bounding_box_size),
9372         (ev_view_size_request_continuous_and_dual_page),
9373         (ev_view_size_request_continuous),
9374         (ev_view_size_request_dual_page),
9375         (ev_view_size_request_single_page), (ev_view_size_request),
9376         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9377         (ev_view_bin_expose), (ev_view_expose_event),
9378         (ev_view_set_property), (ev_view_get_property),
9379         (ev_view_class_init), (ev_view_init), (ev_view_new),
9380         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9381         (ev_view_set_dual_page), (ev_view_set_full_screen),
9382         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9383         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9384         (ev_view_zoom_out), (zoom_for_size_fit_width),
9385         (zoom_for_size_best_fit),
9386         (ev_view_zoom_for_size_continuous_and_dual_page),
9387         (ev_view_zoom_for_size_continuous),
9388         (ev_view_zoom_for_size_dual_page),
9389         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9390         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9391         * shell/ev-view.h:
9392         * shell/ev-window.c: (update_action_sensitivity),
9393         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9394         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9395         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9396         (ev_window_cmd_view_zoom_out), (update_view_size),
9397         (ev_window_set_sizing_mode), (ev_window_init):
9398
9399         Add Continuous and Dual page modes.
9400
9401 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9402
9403         * dvi/dvi-document.c: (dvi_document_load),
9404         (dvi_document_thumbnails_get_thumbnail),
9405         (dvi_document_init_params): Fix up some mixups between
9406         width and height to correct thumbnail rendering.
9407
9408 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9409
9410         * dvi/mdvi-lib/private.h:
9411         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9412         
9413         Suppess output for kpathsea during font generation. Thanks to
9414         James Bowes
9415
9416 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9417
9418         * NEWS:
9419         * configure.ac:
9420
9421         Release 0.2.1
9422
9423         * Makefile.am: fix distcheck.
9424
9425 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9426
9427         * shell/ev-sidebar-links.c: (selection_changed_callback),
9428         (update_page_callback), (row_activated_callback),
9429         (job_finished_callback), (ev_sidebar_links_set_document):
9430         
9431         Fix for bug #169901. Double click on links expands tree.
9432
9433 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9434
9435         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9436         hard-coded style. Fix for bug 170111
9437
9438 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9439
9440         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9441         locking.
9442
9443 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9444
9445         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9446
9447 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9448
9449         * pdf/ev-poppler.cc:
9450         * shell/ev-view.c: (highlight_find_results):
9451
9452         Fix find on single page documents
9453
9454 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9455
9456         * data/evince.schemas.in: fix for bug 301390
9457
9458 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9459
9460         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9461         (ev_view_zoom_out), (ev_view_zoom_normal):
9462         * shell/ev-view.h:
9463         * shell/ev-window.c: (update_action_sensitivity),
9464         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9465         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9466         (ev_window_cmd_view_normal_size):
9467
9468         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9469         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9470         better than oom. 
9471
9472 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * configure.ac:
9475
9476         Depend on 2.57, 2.59 doesnt seem to be necessary
9477
9478 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9479
9480         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9481         (create_tool_item):
9482
9483         Put back total number of pages as (1 of 1234)
9484
9485 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9486
9487         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9488         remove the job.
9489
9490         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9491         function.  This helps debugging.
9492
9493 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9494
9495         * djvu/djvu-document.c: (djvu_document_class_init),
9496         (djvu_document_get_info), (djvu_document_document_iface_init):
9497         * dvi/dvi-document.c: (dvi_document_class_init),
9498         (dvi_document_get_info), (dvi_document_document_iface_init):
9499
9500         Dummy implementation of get_info method for dvi and
9501         djvu. Fix crashes with those backends
9502
9503 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9504
9505         * data/evince.desktop.in:
9506
9507         Add application/x-gzpostscript
9508
9509 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9510
9511         * data/evince.schemas.in: Added real long descriptions, 
9512         closes bug 172496 
9513
9514         * README: Added actual text, closes bug 171869
9515
9516 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9519
9520         Thumbnail page 0
9521
9522 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9523
9524         * backend/ev-document-info.h:
9525
9526         s/GDate */GDate so we can just use g_free
9527
9528 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9529
9530         * shell/ev-window.c: (update_document_mode),
9531         (ev_window_setup_document):
9532
9533         Show the window in fullscreen when specified by
9534         the document
9535
9536 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9537
9538         * backend/ev-document.c: (ev_document_class_init),
9539         (ev_document_get_info), (ev_document_render_pixbuf):
9540         * backend/ev-document.h:
9541         * backend/ev-page-cache.c: (_ev_page_cache_new):
9542         * pdf/ev-poppler.cc:
9543         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9544         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9545         * ps/ps-document.c: (ps_document_class_init), (document_load),
9546         (ps_document_get_info), (ps_document_document_iface_init):
9547
9548         Remove get_title from the interface, we can just use document info
9549
9550 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9551
9552         * backend/Makefile.am:
9553         * backend/ev-document.c: (ev_document_render_get_info):
9554         * backend/ev-document.h:
9555         * pdf/ev-poppler.cc:
9556
9557         Initial support for document info. Based on jrb patch.
9558
9559 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9560
9561         * shell/ev-window.c: (ev_window_state_event),
9562         (ev_window_class_init), (ev_window_init):
9563         
9564         Doesn't show resize grip when maximized. See bug #301053
9565
9566 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9567
9568         * po/POTFILES.in:
9569         
9570         ev-sidebar-thumbnails now has translatable labels
9571         
9572         * shell/Makefile.am:
9573         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9574         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9575         (ev_sidebar_links_page_iface_init):
9576         * shell/ev-sidebar-links.h:
9577         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9578         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9579         (ev_sidebar_page_get_label):
9580         * shell/ev-sidebar-page.h:
9581         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9582         (ev_sidebar_thumbnails_set_document),
9583         (ev_sidebar_thumbnails_support_document),
9584         (ev_sidebar_thumbnails_get_label),
9585         (ev_sidebar_thumbnails_page_iface_init):
9586         * shell/ev-sidebar-thumbnails.h:
9587         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9588         (ev_sidebar_set_document):
9589         * shell/ev-sidebar.h:
9590         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9591         
9592         Small rework of sidebar code. Now sidebar pages should implement
9593         EvSidebarPage interface. That makes page management in EvSidebar
9594         easier. See bug #164811 for details
9595
9596 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9597
9598         * shell/ev-application.c: (ev_application_open):
9599         * shell/ev-document-types.c:
9600         
9601         Fix build error and small problem with application exit
9602
9603 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9604
9605         * thumbnailer/Makefile.am:
9606         * thumbnailer/evince-thumbnailer-djvu.schemas:
9607         * thumbnailer/evince-thumbnailer-dvi.schemas:
9608         
9609         Conditionally install schemas for djvu/dvi thumbnailer
9610
9611 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9612
9613         * shell/ev-document-types.h: 
9614         * shell/ev-document-types.c: 
9615         New files, handling the mapping from mimetypes to backends
9616         
9617         * shell/ev-window.c: 
9618         * thumbnailer/evince-thumbnailer.c:     
9619         Use the ev-document-types code
9620         
9621         * shell/Makefile.am: 
9622         Added new convenience library libevbackendfactory_la, containing
9623         the new mimetype->backend logic; moved the backends into it.
9624
9625         * thumbnailer/Makefile.am:
9626         Make the thumbnailer link with the libevbackend.la convenience
9627         library, rather than having a duplicate of the backend logic here.
9628
9629 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9630
9631         * shell/ev-stock-icons.c: constify some vars.
9632         * shell/ev-window.c: ditto.
9633
9634 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9635
9636         * ps/ps-document.c (get_page_orientation):
9637
9638         Respect document orientation 
9639
9640 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9641
9642         * djvu/Makefile.am:
9643         * dvi/Makefile.am:
9644         * shell/Makefile.am:
9645         
9646         Move library dependencies to components.
9647         
9648         * shell/ev-window.c: (update_window_title),
9649         (start_loading_document):
9650         
9651         Fix display of uris with spaces. Bug 168358.
9652
9653 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9654
9655         * shell/ev-sidebar-links.c: (selection_changed_cb):
9656         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9657         (ev_view_button_release_event), (ev_view_set_document):
9658         * shell/ev-view.h:
9659         * shell/ev-window.c: (find_bar_search_changed_cb):
9660         * shell/ev-window.h: Minor cleanups removing some dead code.
9661
9662 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9663
9664         * backend/ev-page-cache.c: (_ev_page_cache_new):
9665         
9666         Set current page to 0 if document has pages.
9667
9668 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9669
9670         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9671
9672         Initialize GError to NULL, fix a crash when loading fails.
9673
9674 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9675
9676         * shell/ev-window.c: (update_view_size):
9677
9678         Calculate shadow size only when there is actually
9679         a shadow.
9680
9681 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9684         * shell/ev-view.h:
9685
9686         Allow setting view spacing, default to 0
9687
9688         * shell/ev-window.c: (ev_window_unfullscreen),
9689         (ev_window_cmd_view_fullscreen), (ev_window_init):
9690
9691         Remove spacing in fullscreen mode
9692
9693 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9694
9695         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9696         (ev_view_size_request), (expose_bin_window),
9697         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9698         * shell/ev-view.h:
9699         * shell/ev-window.c: (ev_window_unfullscreen),
9700         (ev_window_cmd_view_fullscreen):
9701
9702         Do not draw the border in fulscreen
9703
9704 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9705
9706         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9707         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9708         (find_page_at_location), (page_changed_cb):
9709
9710         Rework border calculation, so that I can more easily disable it.
9711         Code somewhat cleaner too.
9712
9713 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9714
9715         * backend/ev-page-cache.c: (ev_page_cache_init),
9716         (_ev_page_cache_new):
9717
9718         Remove some assertions, documents can have 0 pages.
9719         Make initial current page -1.
9720
9721         * shell/ev-page-action.c: (page_changed_cb):
9722
9723         Show "" if current page is -1
9724
9725         * shell/ev-window.c: (update_action_sensitivity),
9726         (ev_window_setup_document):
9727
9728         When document has 0 pages do not set the view
9729         and make nearly everything insensitive.
9730
9731 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9732
9733         * shell/ev-page-view.c:
9734         * shell/ev-page-view.h:
9735
9736         Remove unused files.
9737         
9738         * shell/ev-sidebar-thumbnails.c:
9739         (ev_sidebar_thumbnails_set_document):
9740         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9741         (ev_sidebar_supports_document):
9742         * shell/ev-sidebar.h:
9743         * shell/ev-window.c: (ev_window_setup_document):
9744         
9745         Doesn't show thumbnails if document has 1 page. Make
9746         sidebar menu entries sensitive only if if they have 
9747         sense. Fix bug 164811. 
9748
9749 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9750
9751         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9752         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9753         (ev_view_zoom_out), (ev_view_set_size):
9754
9755         Rework sizing to deal with documents with not uniform page
9756         size.
9757
9758 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9759
9760         * backend/ev-page-cache.c: (_ev_page_cache_new):
9761
9762         Fix several page size caching bugs
9763
9764 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9765
9766         * shell/ev-window.c: (set_action_properties):
9767
9768         Make all toolbar items translatable
9769
9770 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9771
9772         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9773         (save_page_list), (ps_document_save),
9774         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9775         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9776         (ps_document_ps_exporter_iface_init):
9777         * ps/ps-document.h:
9778
9779         Based on a patch by J�rg Billeter <j@bitron.ch>
9780         
9781         Implement print and save a copy for the ps backend.
9782
9783 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * backend/ev-document.h:
9786         * djvu/djvu-document.c: (djvu_document_can_get_text),
9787         (djvu_document_document_iface_init):
9788         * dvi/dvi-document.c: (dvi_document_can_get_text),
9789         (dvi_document_document_iface_init):
9790         * pdf/ev-poppler.cc:
9791         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9792         (pixbuf_document_document_iface_init):
9793         * ps/ps-document.c: (ps_document_can_get_text),
9794         (ps_document_document_iface_init):
9795         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9796         * shell/ev-window.c: (update_action_sensitivity):
9797
9798         Fix the crash when trying to copy in backends that doesnt
9799         support it. We can implement a better solution once we
9800         do real text selection.
9801
9802 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9803
9804         * data/evince-ui.xml:
9805         * shell/ev-window.c: (ev_window_cmd_escape):
9806         
9807         Work around the Escape conflict (find bar and unfullscreen)
9808
9809 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9810
9811         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9812         
9813         Fix for #300233. Next page correctly handles document end.
9814         
9815         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9816         (ev_sidebar_thumbnails_class_init),
9817         (ev_sidebar_thumbnails_set_document),
9818         (ev_sidebar_thumbnails_clear_job),
9819         (ev_sidebar_thumbnails_clear_model):
9820         
9821         Cleanup thumbnail jobs on document changes.
9822         
9823         * shell/ev-view.c: (add_scroll_binding_keypad),
9824         (add_scroll_binding_shifted), (ev_view_class_init):
9825         
9826         Shift + Space scrolls up. Fix for #173184
9827         
9828         * shell/ev-window.c: (ev_window_open_page),
9829         (ev_window_cmd_view_reload):
9830         
9831         Fix reload (Bug #300094)
9832
9833 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9834
9835         
9836         * dvi/mdvi-lib/assoc.c:
9837         * dvi/mdvi-lib/assoc.h: Removed garbage files
9838         
9839         * dvi/mdvi-lib/bitmap.c:
9840         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9841         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9842         * dvi/mdvi-lib/color.h: Antialias of rules
9843         
9844         * dvi/mdvi-lib/common.h:
9845         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9846         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9847         * dvi/mdvi-lib/files.c:
9848         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9849         * dvi/mdvi-lib/mdvi.h:
9850         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9851         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9852         * dvi/mdvi-lib/util.c: Fix compile warnings
9853         
9854         * dvi/dvi-document.c:
9855         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9856         (dvi_document_thumbnails_get_thumbnail),
9857         (dvi_document_document_thumbnails_iface_init):
9858         * dvi/mdvi-lib/Makefile.am:
9859         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9860         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9861         
9862         Dvi backend now renders thumbnails
9863
9864 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9865
9866         * shell/main.c: (main): 
9867         
9868         Save accelerators on exit. Fixes bug #172095.
9869
9870 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9871
9872         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9873         update priority" comment.
9874
9875         * backend/ev-job-queue.c: Give a way to change priority.
9876
9877 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9878
9879         * shell/ev-page-action.c: Fix logic.
9880
9881 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9882
9883         * shell/ev-view.c: (ev_view_can_find_next):
9884         * shell/ev-window.c: (ev_window_setup_document):
9885
9886         Check that the document supports find
9887
9888 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9889
9890         * data/evince-ui.xml:
9891         * shell/ev-view.c: (ev_view_can_find_next):
9892         * shell/ev-view.h:
9893         * shell/ev-window.c: (update_action_sensitivity),
9894         (find_changed_cb), (ev_window_setup_document),
9895         (ev_window_cmd_edit_find_next):
9896
9897         Add Edit->Find Next
9898
9899 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9900
9901         * pdf/ev-poppler.cc:
9902         * shell/ev-print-job.c: (idle_print_handler):
9903
9904         Make printing work again
9905
9906 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9907
9908         * shell/ev-page-action.h:
9909         * shell/ev-page-action.c: (ev_page_action_widget_init),
9910         (ev_page_action_widget_class_init), (page_changed_cb),
9911         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9912         (get_filter_model_from_model), (match_selected_cb),
9913         (display_completion_text), (match_completion), (update_model),
9914         (connect_proxy), (ev_page_action_set_property),
9915         (ev_page_action_get_property), (ev_page_action_set_document),
9916         (ev_page_action_set_model), (ev_page_action_class_init): Big
9917         reworking to make completions work iff we have >= GTK-2.7.0
9918                 
9919         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9920         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9921         (job_finished_cb): We now have a 'model' property that is set when
9922         the links are loaded.  This can be caught with "notify::model"
9923
9924         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9925         listen for the model to be set, and propagate it to the action.
9926
9927 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9928
9929         * cut-n-paste/recent-files/egg-recent-item.c:
9930         (egg_recent_item_set_uri), (make_valid_utf8),
9931         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9932         * cut-n-paste/recent-files/egg-recent-item.h:
9933         
9934         Update egg-recent from libegg. This should fix long
9935         startup problem. For details see
9936         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9937
9938 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9939
9940         * cut-n-paste/recent-files/Makefile.am:
9941         * data/evince-ui.xml, shell/Makefile.am:
9942         * shell/ev-application.c, shell/ev-application.h:
9943         * shell/ev-window.c: Recent files support.
9944         
9945         * configure.ac: Added "ru" to ALL_LINGUAS.
9946         
9947         * dvju: new backend to support DJVU files.
9948         * dvi: new backend to support DVI.
9949
9950         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9951         * ev-application.c: Support for new backends.
9952         
9953         * help, ev-window.c, main.c shell/Makefile.am: 
9954         Evince user documentation.
9955
9956 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9957
9958         * po/POTFILES.in:
9959         * shell/ev-window.c:
9960         * thumbnailer/evince-thumbnailer.c:
9961
9962         s/pdf-document/ev-poppler
9963
9964 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9965
9966         * NEWS:
9967         * configure.ac:
9968
9969         Release 0.2.0
9970
9971         * ps/ps-document.c: (setup_pixmap):
9972
9973         Remove debug code
9974
9975 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9976
9977         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9978         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9979         (ev_window_cmd_go_first_page): Fix of by one errors.
9980
9981 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * ps/ps-document.c: (get_page_box):
9984
9985         Fix page size calculation
9986
9987 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9988
9989         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9990         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9991         (get_page_orientation), (setup_page), (document_load),
9992         (ps_document_get_page_size), (render_pixbuf_idle):
9993         * ps/ps-document.h:
9994
9995         More refactoring to adapt to EvDocument changes
9996
9997 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9998
9999         * ps/ps-document.c: (start_interpreter):
10000
10001         Actually add alpha args
10002
10003 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10004
10005         * pdf/ev-poppler.cc:
10006
10007         Make clipboard work again
10008
10009 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10010
10011         Make searching work again.
10012         
10013         * backend/ev-document.c:
10014         * backend/ev-document.h:
10015         * backend/ev-document-find.c:
10016         * backend/ev-document-find.h: Change EvDocumentIface so we no
10017         longer store the current page or zoom level in the document.  The
10018         consequence is that all calls that operate on the current page now
10019         instead take the page number as an extra argument, and all
10020         coordinates are now doubles in document coordinate system.
10021
10022         * pdf/ev-poppler.cc:
10023         * pixbuf/pixbuf-document.c:
10024         * ps/ps-document.c: Update backends accordingly.
10025
10026 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10027
10028         * autogen.sh:
10029
10030         Add required gettext version
10031
10032 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10033
10034         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10035         make F1 bring up non-existent help.
10036
10037         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10038         epiphany's find bar, #167477
10039
10040         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10041         <emil@nishra.com> to add space-bar scrolling, 
10042
10043         * shell/ev-window.c (static GtkActionEntry entries): add default
10044         keybinding for Help (F1)
10045         Fixes #171068
10046
10047         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10048         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10049         170110
10050
10051 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10052
10053         * Makefile.am: 
10054         * pixbuf/pixbuf-document.c: 
10055
10056         Got pixbuf backend working again
10057
10058 2005-04-01  Steve Murphy  <murf@e-tools.com>
10059
10060         * configure.in: Added "rw" to ALL_LINGUAS.
10061
10062 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10063
10064         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10065         model types, noticed by Martin Kretzschmar.
10066
10067 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10068
10069         * pdf/ev-poppler.cc: Implement search based on
10070         poppler_page_find_text().  Currently a bit crude since we remember
10071         all matches from all pages.  Also, we grab the big document lock
10072         when we search since searching changes the underlying stream and
10073         thus conflicts with the rendering thread.
10074         
10075         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10076         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10077         (ev_view_find_previous): Fix some page indexes to be 0 based,
10078         offset rubber band by view offset,
10079
10080 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10081
10082         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10083
10084 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10085
10086         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10087         completely because I didn't understand GtkActions.  I should
10088         read Marco's code more carefully in the future.
10089
10090         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10091         function
10092
10093 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10094
10095         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10096         PopplerRectangle change from poppler CVS.
10097
10098 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10099
10100         * backend/ev-document.c: (ev_document_get_page_label):
10101         * backend/ev-document.h:
10102         * backend/ev-page-cache.c: (_ev_page_cache_new),
10103         (ev_page_cache_get_page_label):
10104         * backend/ev-page-cache.h:
10105         * pdf/ev-poppler.cc:
10106         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10107         (links_page_num_func):
10108         * shell/ev-sidebar-thumbnails.c:
10109         (ev_sidebar_thumbnails_set_document):
10110         * shell/ev-view.c: (status_message_from_link),
10111         (ev_view_motion_notify_event):
10112         * shell/ev-window.c: (document_supports_sidebar): Add in page
10113         label support.  It's not perfect yet, but it's the first 'feature'
10114         in a while.
10115         Also, fix a bogus comment noticed by crispin. 
10116
10117 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10118
10119         * Makefile.am: Remove pixbuf backend for now
10120
10121         * configure.ac: Require poppler-glib instead of just poppler.
10122
10123         * backend/ev-document-thumbnails.h: Add a comment
10124
10125         * backend/ev-document.h:
10126         * backend/ev-document.c: (ev_document_class_init),
10127         (ev_document_load), (ev_document_get_link),
10128         (ev_document_get_links): Remove 3 methods and add get_links.
10129         Also, made 0 based.
10130
10131         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10132         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10133
10134         * backend/ev-link.c: (ev_link_set_title),
10135         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10136         (ev_link_mapping_find):
10137         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10138         
10139         * backend/ev-page-cache.c: (ev_page_cache_init),
10140         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10141         (ev_page_cache_get_size), (ev_page_cache_next_page),
10142         (ev_page_cache_prev_page): Fix to be 0 based.
10143
10144         * pdf/Makefile.am: 
10145         * pdf/ev-poppler.h:
10146         * pdf/ev-poppler.cc: New backend.
10147         
10148         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10149         (ps_document_get_page), (ps_document_document_iface_init):
10150
10151         * shell/ev-pixbuf-cache.h:
10152         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10153         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10154         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10155         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10156         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10157         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10158         based.
10159         
10160         * shell/ev-sidebar-thumbnails.c:
10161         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10162         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10163
10164         * shell/ev-view.c: (status_message_from_link),
10165         (find_page_at_location), (get_link_at_location),
10166         (ev_view_motion_notify_event), (ev_view_button_release_event),
10167         (ev_view_init): Use the new link code.  Fix to be 0 based.
10168
10169         * shell/ev-window.c: (update_action_sensitivity),
10170         (document_supports_sidebar): 0 based.
10171
10172 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10173
10174         * pdf/pdf-document.cc: Patch from Fernando Herrera
10175         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10176         *blush*
10177
10178 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10179
10180         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10181         1 to the page, as this seems to be 1 based.  I thought we has this
10182         fixed.  grump.
10183
10184 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10185
10186         * TODO:
10187         * backend/Makefile.am:
10188         * backend/ev-document-links.c:
10189         (ev_document_links_has_document_links),
10190         (ev_document_links_get_links_model):
10191         * backend/ev-document-links.h:
10192         * backend/ev-document.c: (ev_document_get_page_cache),
10193         (ev_document_get_doc_mutex), (ev_document_load),
10194         (ev_document_save), (ev_document_get_title),
10195         (ev_document_get_n_pages), (ev_document_set_page),
10196         (ev_document_get_page), (ev_document_set_target),
10197         (ev_document_set_scale), (ev_document_set_page_offset),
10198         (ev_document_get_page_size), (ev_document_get_text),
10199         (ev_document_get_link), (ev_document_render),
10200         (ev_document_render_pixbuf), (ev_document_scale_changed):
10201         * backend/ev-document.h:
10202         * backend/ev-job-queue.c: (remove_object_from_queue),
10203         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10204         (no_jobs_available_unlocked), (ev_render_thread),
10205         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10206         (ev_job_queue_remove_job):
10207         * backend/ev-job-queue.h:
10208         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10209         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10210         (ev_job_links_class_init), (ev_job_render_init),
10211         (ev_job_render_dispose), (ev_job_render_class_init),
10212         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10213         (ev_job_thumbnail_class_init), (ev_job_finished),
10214         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10215         (ev_job_render_run), (ev_job_thumbnail_new),
10216         (ev_job_thumbnail_run):
10217         * backend/ev-jobs.h:
10218         * backend/ev-link.c:
10219         * backend/ev-link.h:
10220         * backend/ev-page-cache.c: (ev_page_cache_init),
10221         (ev_page_cache_class_init), (ev_page_cache_finalize),
10222         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10223         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10224         (ev_page_cache_set_link), (ev_page_cache_get_title),
10225         (ev_page_cache_get_size), (ev_page_cache_next_page),
10226         (ev_page_cache_prev_page):
10227         * backend/ev-page-cache.h:
10228         * pdf/pdf-document.cc:
10229         * ps/gsdefaults.c:
10230         * ps/gsdefaults.h:
10231         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10232         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10233         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10234         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10235         (is_interpreter_ready), (output), (catchPipe), (input),
10236         (start_interpreter), (check_filecompressed), (compute_dimensions),
10237         (ps_document_enable_interpreter), (document_load),
10238         (ps_document_next_page), (render_page), (ps_document_set_page),
10239         (ps_document_set_scale), (render_pixbuf_idle),
10240         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10241         * ps/ps-document.h:
10242         * shell/Makefile.am:
10243         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10244         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10245         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10246         (ev_pixbuf_cache_new), (job_finished_cb),
10247         (check_job_size_and_unref), (move_one_job),
10248         (ev_pixbuf_cache_update_range), (find_job_cache),
10249         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10250         (ev_pixbuf_cache_add_jobs_if_needed),
10251         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10252         * shell/ev-pixbuf-cache.h:
10253         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10254         (idle_print_handler):
10255         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10256         (selection_changed_cb), (create_loading_model),
10257         (ev_sidebar_links_construct), (links_page_num_func),
10258         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10259         (update_page_callback), (job_finished_cb),
10260         (ev_sidebar_links_set_document):
10261         * shell/ev-sidebar-thumbnails.c:
10262         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10263         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10264         (page_changed_cb), (thumbnail_job_completed_callback),
10265         (ev_sidebar_thumbnails_set_document):
10266         * shell/ev-sidebar-thumbnails.h:
10267         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10268         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10269         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10270         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10271         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10272         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10273         (ev_view_button_release_event), (ev_view_scroll_view),
10274         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10275         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10276         (ev_view_new), (job_finished_cb), (page_changed_cb),
10277         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10278         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10279         (ev_view_find_previous):
10280         * shell/ev-view.h:
10281         * shell/ev-window.c: (update_action_sensitivity),
10282         (ev_window_open_page), (update_window_title), (update_total_pages),
10283         (page_changed_cb), (ev_window_setup_document),
10284         (password_dialog_response), (ev_window_cmd_save_as),
10285         (ev_window_print), (ev_window_cmd_go_previous_page),
10286         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10287         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10288         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10289         * shell/main.c: (main):
10290
10291         Merge evince-threads branch
10292
10293 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10294
10295         * configure.ac: Added "lt" to ALL_LINGUAS.
10296
10297 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10298
10299         * NEWS:
10300         * configure.ac:
10301
10302         Release 0.1.9
10303
10304 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10305
10306         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10307
10308         Fix here also the thumbnails 1-basedness :)
10309
10310 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10311
10312         * NEWS:
10313         * configure.ac:
10314
10315         Release 0.1.8
10316
10317 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10318
10319         * pdf/pdf-document.cc:
10320         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10321         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10322
10323         Fix the mess we did with thumbnails and 1-basedness
10324
10325 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10326
10327         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10328
10329 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10330
10331         * NEWS:
10332         * configure.ac:
10333
10334         Release 0.1.7
10335
10336 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10337
10338         * ps/Makefile.am:
10339         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10340         (gtk_gs_defaults_get_alpha_parameters),
10341         (gtk_gs_defaults_get_ungzip_cmd),
10342         (gtk_gs_defaults_get_unbzip2_cmd):
10343         * ps/gsdefaults.h:
10344         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10345         (ps_document_get_orientation), (document_load),
10346         (ps_document_goto_page), (ps_document_set_page_size):
10347         * ps/ps-document.h:
10348
10349         Some more sanitization of the ps backend. Remove a lot
10350         of unused code and do not base our defaults on ggv
10351         preferences (ugh!)
10352
10353 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10354
10355         * thumbnailer/evince-thumbnailer.schemas:
10356         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10357         (main): add -s option for thumbnail size.
10358
10359 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10360
10361         * configure.ac:
10362
10363         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10364         remove it.
10365
10366 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10367
10368         * pdf/pdf-document.cc:
10369
10370         Remove 4 pixels of useless border from the
10371         thumbnail.
10372
10373 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10374
10375         * backend/ev-document-thumbnails.c:
10376         (ev_document_thumbnails_get_thumbnail):
10377         * backend/ev-document-thumbnails.h:
10378
10379         Rework API a bit. Add a border flag and
10380         change sizing logic (now the size we specify
10381         applies to the bigger dimension).
10382
10383         * pdf/pdf-document.cc:
10384         * pixbuf/pixbuf-document.c:
10385         (pixbuf_document_thumbnails_get_thumbnail):
10386         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10387         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10388
10389         Adapt to the new API and do not draw a border for nautilus
10390         thumbnailer.
10391
10392 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10393
10394         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10395         take thumbnails from page "0" instead of "1". Added a copyright header.
10396
10397 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10398
10399         * ps/ps-document.c: (set_up_page), (start_interpreter):
10400
10401         Make it C89 compliant
10402
10403 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10404
10405         * Makefile.am:
10406         * configure.ac:
10407         * pdf/.cvsignore:
10408         * pdf/pdf-document.cc:
10409         * thumbnailer/Makefile.am:
10410         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10411         (main):
10412         * thumbnailer/evince-thumbnailer.schemas:
10413         * thumbnailer/pdf-icon.png:
10414
10415         Add a nautilus thumbnailer.
10416         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10417
10418 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10419
10420         * NEWS:
10421         * configure.ac:
10422         * po/POTFILES.in:
10423
10424         Release 0.1.6
10425
10426 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10427
10428         Use poppler instead of including xpdf source code.  Poppler is a
10429         fork of xpdf to build it as a shared library. See
10430         http://freedesktop.org/wiki/Software/poppler.
10431
10432         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10433         xpdf fork.
10434         
10435         * pdf/Makefile.am: Build libpdfdocument.a here.
10436         
10437         * pdf/GDKSplashOutputDev.cc:
10438         * pdf/GDKSplashOutputDev.h:
10439         * pdf/GnomeVFSStream.cc:
10440         * pdf/GnomeVFSStream.h:
10441         * pdf-document.cc:
10442         * pdf-document.h:
10443         * test-gdk-output-dev.cc
10444         * Thumb.cc:
10445         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10446         against poppler.
10447
10448 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10449
10450         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10451
10452         Clear idle stack before unsetting the document
10453
10454 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10455
10456         * ps/ps-document.c: (ps_document_widget_event),
10457         (ps_document_set_target), (ps_document_finalize),
10458         (ps_document_get_page):
10459
10460         Disconnect the widget event signal on finalize.
10461         Some code cleanups.
10462
10463 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10464
10465         * ps/ps-document.c: (set_up_page):
10466
10467         If there is no bpixmap create one, even if size
10468         is not changed.
10469
10470 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10471
10472         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10473         (set_up_page), (document_load), (ps_document_set_zoom):
10474
10475         Default page is 0. Calculate size even when we have no
10476         target yet.
10477
10478 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10479
10480         * shell/ev-sidebar.c: expand the selection widget to be always as
10481         wide as the sidebar
10482
10483 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10484
10485         * shell/ev-sidebar-thumbnails.c:
10486         (ev_sidebar_thumbnails_set_document):
10487
10488         Clear the list store when setting document
10489
10490 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10491
10492         * shell/ev-page-action.c: (update_entry), (sync_entry),
10493         (activate_cb), (entry_size_request_cb), (create_tool_item),
10494         (connect_proxy):
10495
10496         Use an entry for the page control instead of spinbuttons
10497
10498 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10499
10500         * data/evince.schemas.in:
10501
10502         Correct confusing string
10503
10504 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10505
10506         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10507         for real.  Gosh, how long has this been broken.
10508
10509         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10510         check for a NULL link.  We crash otherwise.
10511
10512 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10513
10514         * NEWS:
10515         * configure.ac:
10516
10517         Release 0.1.5
10518
10519 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10520
10521         * configure.ac: add the french translation.
10522
10523 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10524
10525         * shell/ev-window.c:
10526
10527         Remove unused header -> fix distcheck
10528
10529 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10530
10531         * shell/ev-window.c: (update_window_title),
10532         (ev_window_popup_password_dialog):
10533
10534         Unescape filename for display
10535
10536 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10537
10538         * pdf/xpdf/pdf-document.cc:
10539
10540         In get_page_size deal with rotation. Also
10541         cleanup the function a bit.
10542
10543 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10544
10545         * pdf/xpdf/pdf-document.cc:
10546
10547         Fix crash when opening in new window
10548
10549 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10550
10551         * configure.ac:
10552
10553         Check ghostscript >= 7
10554
10555 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10556
10557         * shell/ev-window.c:
10558
10559         Make page width the default sizing mode
10560
10561 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10562         Marco Pesenti Gritti <marco@gnome.org>
10563
10564         * shell/ev-window.c: Remember the sidebar size
10565
10566         * data/evince.schemas.in: Add a new gconf key to store the size of
10567         the sidebar
10568
10569 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10570
10571         * data/evince-ui.xml:
10572         * shell/ev-window.c: (update_action_sensitivity),
10573         (ev_window_cmd_view_reload):
10574         
10575         Add a "Reload" action and menu entry
10576
10577 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10580         iff the type doesn't support thumbnailing and indexing.
10581
10582 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10583
10584         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10585
10586 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10587
10588         * pdf/splash/Splash.cc:
10589
10590         Port fix for a crasher from kde bug
10591         http://bugs.kde.org/show_bug.cgi?id=97131
10592
10593 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10594
10595         * pdf/xpdf/pdf-document.cc:
10596
10597         Return a link even if it's of an unrecognized
10598         type. Otherwise we go in an infinte cycle.
10599
10600 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10601
10602         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10603         (size_allocate_cb), (ev_window_set_sizing_mode):
10604
10605         Update size when switching mode
10606
10607 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10608
10609         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10610         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10611         (ev_window_cmd_view_normal_size):
10612
10613         Fix size toggle buttons behavior
10614
10615 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10616
10617         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10618         (doc_rect_to_view_rect), (ev_view_size_allocate),
10619         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10620         (scale_changed_callback):
10621
10622         Do not cache offsets in size_allocate.
10623
10624 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10625
10626         * shell/ev-view.c: (ev_view_size_allocate):
10627
10628         Calculate offsets before calling the parent
10629         class (which does a redraw)
10630
10631 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10632
10633         * pdf/xpdf/pdf-document.cc:
10634
10635         Fix a crasher on exit. Unused code, put a TODO
10636
10637 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10638
10639         * backend/ev-document.c: (ev_document_class_init),
10640         (ev_document_page_changed), (ev_document_scale_changed):
10641         * backend/ev-document.h:
10642
10643         Separate page/scale notifications
10644
10645         * pdf/xpdf/pdf-document.cc:
10646
10647         Emit the new signals.
10648         Do not display the pdf page in _render, do it
10649         when scale/page are requested.
10650
10651         * ps/ps-document.c: (ps_document_set_zoom),
10652         (ps_document_widget_event):
10653         * ps/ps-document.h:
10654
10655         Emit the new signals.
10656
10657         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10658         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10659         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10660         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10661         * shell/ev-view.h:
10662         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10663         (ev_window_cmd_view_page_width), (size_allocate_cb),
10664         (ev_window_set_sizing_mode):
10665
10666         Rework sizing to be pixel based.
10667         There are bugs but should be already way better.
10668
10669 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10670
10671         * shell/ev-window.c: (ev_window_init):
10672
10673         Do not allow to shrink sidebar smaller then
10674         child requisition
10675
10676 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10677
10678         * shell/ev-sidebar.[ch]
10679         * shell/ev-window.c:
10680
10681         Improved sidebar widget. Fixes #166683
10682
10683 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10684
10685         * shell/ev-view.c (update_find_status_message): Give translators
10686         more flexibility with ngettext plural handling.
10687
10688 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10689
10690         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10691         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10692         page when we get the page size.
10693
10694 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10695
10696         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10697
10698         ps pages are 0 based, convert 
10699
10700 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10701
10702         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10703
10704         Initialize correct parent class. Set GError on document load
10705
10706 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10707
10708         * pdf/xpdf/pdf-document.cc:
10709
10710         Fixup selection offset calculation
10711
10712         * shell/ev-view.c: (view_rect_to_doc_rect),
10713         (doc_rect_to_view_rect), (ev_view_size_allocate),
10714         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10715         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10716
10717         Store selection as document relative, so that zooming
10718         and offset changing doesnt break it.
10719
10720 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10721
10722         * shell/ev-view.c: (ev_view_best_fit):
10723
10724         Do not try to best fit if the view is not realized
10725
10726 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10727           
10728         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10729
10730 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10731
10732         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10733
10734 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10735
10736         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10737         the popup window.  That prevents it resizing when in full screen
10738         mode.
10739
10740         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10741         multiple rerenders.  This pretty much sucks.
10742
10743         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10744         rest of the toolbar.
10745
10746 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10747
10748         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10749
10750 2005-02-17  Alexander Shopov  <ash@contact.bg>
10751
10752         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10753
10754 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10755
10756         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10757
10758 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10759
10760         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10761         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10762         (set_document_page), (document_changed_callback),
10763         (ev_view_set_document), (ev_view_find_previous),
10764         (ev_view_hide_cursor), (ev_view_show_cursor):
10765         * shell/ev-view.h:
10766         * shell/ev-window.c: (update_chrome_visibility),
10767         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10768         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10769         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10770         (ev_window_unfullscreen):
10771         * shell/main.c: (main):
10772
10773         Automatically hide the fullscreen button.
10774         Patch by Kristian Høgsberg <krh@redhat.com>
10775
10776 2005-02-16  Vincent Noel  <vnoel@cox.net>
10777
10778         * shell/main.c (main): Specify an icon for the window. Patch by
10779         Jaap A. Haitsma. Fixes #166177.
10780
10781 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10782
10783         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10784
10785 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10786
10787         * backend/ev-document-misc.h:
10788         * backend/ev-document-misc.c:
10789         (ev_document_misc_get_page_border_size),
10790         (ev_document_misc_paint_one_page): New function to canonicalize
10791         sizing/painting a border.
10792
10793         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10794         used.
10795
10796         * pdf/xpdf/pdf-document.cc: use new function
10797
10798         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10799         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10800         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10801         shell/ev-window.c: (update_sizing_buttons),
10802         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10803         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10804         (ev_window_cmd_view_page_width), (size_allocate_cb),
10805         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10806         and "fit width" values act as toggle buttons so they stay
10807         toggled.  It's not 100% perfect, and it's a little slow, but it's
10808         good enough to commit I think.
10809
10810 2005-02-15  David Lodge  <dave@cirt.net>
10811
10812         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10813
10814 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10815
10816         * shell/ev-window.c (update_window_title): replace newlines in
10817         the title by spaces. Bug #166107.
10818
10819 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10820
10821         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10822         parameters providing allocation width and height without
10823         scrollbars and width of a possible vertical scrollbar. With this
10824         additional information the functions can work as
10825         intended. Unfortunately they're not idempotent. We should
10826         transform these commands to toggles. Fixes Bug #164976
10827         Initial patch by Stephane Loeuillet, then heavily modified.
10828
10829         * shell/ev-view.h: update prototypes.
10830
10831         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10832         (ev_window_cmd_view_page_width): provide EvView fit functions with
10833         all the information they need. Formulas to calculate this
10834         information taken from GtkScrolledWindow.
10835
10836 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10837
10838         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10839         created a thumbnail, the list store is updated to know
10840         that the thumbnail is set. Fixes bug #166792
10841
10842 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10843
10844         * shell/ev-window.c: fixed typo, closes bug 166897
10845
10846         * TODO: updated TODO with bug numbers that are relevant
10847
10848 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10849
10850         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10851
10852 2005-02-09  Vincent Noel  <vnoel@cox.net>
10853
10854         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10855         and "Next" toolbar buttons as important to make them stand out.
10856
10857 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10858
10859         * lib/ev-debug.c:
10860         * lib/ev-debug.h:
10861         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10862         (start_interpreter), (stop_interpreter), (document_load),
10863         (ps_document_next_page), (ps_document_goto_page),
10864         (ps_document_set_page_size), (ps_document_widget_event),
10865         (ps_document_render):
10866         * shell/ev-page-view.c: (ev_page_view_dispose):
10867         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10868
10869         Fix compilation on non-gcc platforms
10870
10871 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10872
10873         * NEWS:
10874         * configure.ac:
10875
10876         Release 0.1.4
10877
10878         * pdf/xpdf/Catalog.cc:
10879         * pdf/xpdf/XRef.cc:
10880
10881         Fix the fix for CAN-2004-0888
10882
10883 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10884
10885         * data/Makefile.am:
10886         * data/evince-ui.xml:
10887         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10888         * shell/ev-stock-icons.h:
10889         * shell/ev-window.c: (update_action_sensitivity),
10890         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10891         (set_action_properties):
10892
10893         Improve toolbar layout/icons
10894
10895 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10896
10897         * pdf/xpdf/pdf-document.cc:
10898
10899         Add warnings about unimplemented/unknown link
10900         types.
10901
10902 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10903
10904         * ps/ps-document.c: (set_up_page):
10905
10906         Log gs property
10907
10908 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10909
10910         * ps/ps-document.c: (start_interpreter):
10911
10912         Log gs env var
10913
10914 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10915
10916         * shell/ev-page-view.c: (ev_page_view_dispose):
10917         * shell/ev-view.c: (ev_view_finalize):
10918         * shell/ev-window.c: (ev_window_setup_document),
10919         (ev_window_dispose), (ev_window_init):
10920
10921         Solve more refs issues.
10922
10923         I commented out the page_view initialization for now:
10924         it was never destroyed (because it's never added
10925         to a container). Because of that we was leaking
10926         gs processes. Couldnt think to a clean fix.
10927         We need to figure this out, password view has the
10928         same issue probably.
10929
10930 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10931
10932         * ps/ps-document.c: (ps_document_finalize),
10933         (ps_document_get_n_pages), (ps_document_get_page):
10934
10935         Some cleanups, stop the interpreter on finalize
10936
10937         * shell/ev-page-view.c: (ev_page_view_dispose),
10938         (ev_page_view_class_init):
10939
10940         Release our reference on the document
10941
10942 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10943
10944         * Makefile.am:
10945         * configure.ac:
10946         * doc/debugging.txt:
10947         * lib/.cvsignore:
10948         * lib/Makefile.am:
10949         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10950         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10951         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10952         * lib/ev-debug.h:
10953
10954         Add debugging helpers
10955
10956         * ps/Makefile.am:
10957         * ps/ps-document.c: (set_up_page), (start_interpreter),
10958         (stop_interpreter), (document_load), (ps_document_next_page),
10959         (ps_document_goto_page), (ps_document_set_page_size),
10960         (ps_document_widget_event), (ps_document_render):
10961         * shell/Makefile.am:
10962         * shell/ev-view.c: (expose_bin_window):
10963         * shell/main.c: (main):
10964
10965         Add some logs
10966         
10967 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10968
10969         * ps/ps-document.c: (ps_document_widget_event):
10970
10971         Initialize message_window, this should make ps
10972         rendering really work! (Never noticed because I was
10973         testing with a ps that is causing gs to exit every time!)
10974
10975 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10976
10977         * data/evince.schemas.in: updated simple error in applyto closing tag
10978
10979 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10980
10981         * Makefile.am:
10982         * configure.ac:
10983         * data/.cvsignore:
10984         * data/Makefile.am:
10985         * data/evince-ui.xml:
10986         A data/evince.schemas.in:
10987         * po/POTFILES.in:
10988         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10989         * shell/ev-stock-icons.h:
10990         * shell/ev-window.c: (update_chrome_visibility),
10991         (update_chrome_flag), (ev_window_cmd_edit_find),
10992         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10993         (ev_window_unfullscreen), (ev_window_focus_in_event),
10994         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10995         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10996         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10997         (ev_window_dispose), (ev_window_class_init),
10998         (set_action_properties), (set_chrome_actions), (load_chrome),
10999         (ev_window_init):
11000
11001         Implement fullscreen mode changes from bug #164776.
11002         Also implement persistent chrome toggles.
11003
11004 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11005
11006         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11007
11008 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11009
11010         * NEWS:
11011         * configure.ac:
11012         * shell/ev-view.c:
11013
11014         Add another check for find interface
11015
11016         Release 0.1.3
11017
11018 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11019
11020         * shell/ev-application.c: (ev_application_open):
11021         * shell/ev-window.c: (ev_window_open):
11022
11023         Open gzipped ps documents
11024
11025 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11026
11027         * TODO:
11028         * shell/ev-view.c: (set_document_page):
11029
11030         Clamp page number, dont try to move to
11031         not existant pages.
11032
11033 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11034
11035         * backend/ev-document-find.c: (ev_document_find_changed):
11036         * backend/ev-document-find.h:
11037         * pdf/xpdf/pdf-document.cc:
11038         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11039         * shell/ev-window.c: (find_bar_search_changed_cb):
11040
11041         Fix several bugs with find
11042
11043 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11044
11045         * shell/ev-sidebar-thumbnails.c
11046         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11047         document. Prevents warning from scroll_to_cell.
11048
11049 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11050
11051         * configure.ac: Add «nb» to ALL_LINGUAS too.
11052
11053 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11054
11055         * NOTES: New file with some random thoughts.
11056
11057         * TODO: Update.
11058
11059         * backend/ev-document-misc.c:
11060         (ev_document_misc_get_page_border_size): New function to
11061         canonicalize shadow drawing sizes.  Possibly goofy.
11062
11063         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11064         (ev_view_best_fit), (ev_view_fit_width):
11065         * pdf/xpdf/pdf-document.cc:
11066         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11067         * ps/ps-document.c: (ps_document_get_page_size):
11068         * backend/ev-document-misc.h:
11069         * backend/ev-document.c: (ev_document_get_page_size):
11070         * backend/ev-document.h: get_page_size now takes a page number
11071         parameter.  Made all the backends/frontends honor it.
11072
11073         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11074         see.  Doesn't work yet.
11075
11076         * shell/Makefile.am:
11077         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11078         Doesn't do anything yet.
11079
11080         * shell/ev-sidebar-thumbnails.c:
11081         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11082         [0..n_pages-1]
11083
11084         * shell/ev-window.c: (update_action_sensitivity),
11085         (ev_window_setup_document), (ev_window_set_page_mode),
11086         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11087         view-swapping code a bit so we can have multiple views on a
11088         document.  Add the multi-page view, though it can't be turned on
11089         yet.
11090
11091 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11092
11093         * shell/ev-application.c: (ev_application_open):
11094         * shell/ev-view.c: (expose_bin_window):
11095         * shell/ev-window.c: (ev_window_open):
11096
11097         Support eps and check document supports find
11098         before drawing highlightings in expose.
11099
11100 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11101
11102         * pixbuf/pixbuf-document.c:
11103         (pixbuf_document_thumbnails_get_dimensions),
11104         (pixbuf_document_document_thumbnails_iface_init):
11105
11106         implement get_dimensions
11107
11108 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11109
11110         * NEWS:
11111         * configure.ac:
11112
11113         Release 0.1.2
11114
11115 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11116
11117         * shell/ev-view.c: (set_document_page):
11118
11119         Scroll at the top of the page when changing page
11120
11121 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11122
11123         * shell/ev-view.c: (ev_view_motion_notify_event):
11124
11125         Do not redraw unnecessarily
11126
11127 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11128
11129         * pdf/xpdf/pdf-document.cc:
11130         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11131         (expose_bin_window), (find_changed_cb):
11132
11133         Yay! find works now... Now to find bugs...
11134
11135 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11136
11137         * backend/ev-document-find.c: (ev_document_find_base_init),
11138         (ev_document_find_changed):
11139         * backend/ev-document-find.h:
11140         * pdf/xpdf/pdf-document.cc:
11141         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11142         (expose_bin_window), (ev_view_init), (set_document_page),
11143         (ensure_rectangle_is_visible), (jump_to_find_result),
11144         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11145         (ev_view_find_next), (ev_view_find_previous):
11146         * shell/ev-view.h:
11147         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11148
11149         More work on find implementation, mostly there now
11150
11151 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11152
11153         * backend/ev-backend-marshalers.list:
11154         * backend/ev-document-find.c: (ev_document_find_base_init),
11155         (ev_document_find_cancel), (ev_document_find_page_has_results),
11156         (ev_document_find_get_n_results), (ev_document_find_get_result),
11157         (ev_document_find_get_progress), (ev_document_find_changed):
11158         * backend/ev-document-find.h:
11159
11160         Enanche the find interface to be really able to do
11161         multi page find.
11162
11163         * pdf/xpdf/pdf-document.cc:
11164
11165         Implement
11166
11167         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11168         (expose_bin_window), (ev_view_init),
11169         (ev_view_get_find_status_message), (find_changed_cb),
11170         (ev_view_set_document), (set_document_page):
11171
11172         Adapt to the new interface. A few things are regressed sorry,
11173         I will finish it soon.
11174
11175 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11176
11177         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11178         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11179         ev_sidebar_thumbnails_parent_class variable, don't define another
11180         parent_class variable.
11181
11182         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11183         (ev_page_action_class_init): ditto.
11184
11185         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11186         (pixbuf_document_class_init): ditto.
11187
11188         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11189         ditto.
11190
11191         * .cvsignore: ignore various valgrind output files.
11192
11193 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11194
11195         * data/evince-ui.xml:
11196         * shell/Makefile.am:
11197         * shell/ev-history.c:
11198         * shell/ev-history.h:
11199         * shell/ev-navigation-action.c:
11200         * shell/ev-navigation-action.h:
11201         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11202         (ev_view_set_page), (ev_view_fit_width):
11203         * shell/ev-view.h:
11204         * shell/ev-window.c: (update_action_sensitivity),
11205         (ev_window_setup_document), (register_custom_actions):
11206
11207         Kill session history
11208
11209 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11210
11211         * shell/ev-window.c: (update_action_sensitivity):
11212
11213         Fix inverted up/down buttons
11214
11215 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11216
11217         * shell/ev-sidebar-thumbnails.c
11218         (ev_sidebar_thumbnails_select_page): make sure the selected
11219         thumbnail stays visible.
11220
11221 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11222
11223         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11224         scrolled window for Federico.
11225
11226 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11227
11228         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11229
11230 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11231
11232         * configure.ac:
11233         * pdf/splash/SplashFTFontEngine.cc:
11234
11235         Fix CID fonts with freetype 2.1.9
11236
11237 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11238
11239         * TODO: added item for desktop icon thumbnailer
11240
11241 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11242
11243         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11244         unloaded docs when the title is accessed.
11245
11246         * shell/ev-password-view.[hc]: New widget for displaying password
11247         state.
11248
11249         * shell/ev-window.[ch]: Refactor password handling code to handle
11250         the new view.
11251
11252 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11253
11254         * NEWS:
11255         * configure.ac:
11256         * data/Makefile.am:
11257
11258         Release 0.1.1
11259
11260 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11261
11262         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11263         ignore page offset here, to make search results independent of it,
11264
11265         * shell/ev-view.c (expose_bin_window): but take offsets into
11266         account here. Bug #164932
11267
11268         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11269         scale at the right time. Bug #164996
11270
11271 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11272
11273         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11274         fix the problem. Now I just removed the Adobe font names and hope
11275         that the URW fonts are always in outline format. Bug #164934
11276
11277         * shell/ev-window.c (update_window_title): empty titles are
11278         useless, use filename in that case too.
11279
11280         * NEWS: Add some content.
11281
11282 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11283
11284         * TODO: added one more TODO item and a TODONE section :)
11285
11286 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11287
11288         * ps/ps-document.h: add page_[xy]_offset fields.
11289
11290         * ps/ps-document.c (ps_document_set_page_offset)
11291         (ps_document_render): Keep offset in consideration in a few
11292         places. Bug #164752 "postscript documents are not centered in
11293         window"
11294
11295         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11296         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11297
11298         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11299         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11300         stub out missing methods for complete EvDocument implementation.
11301         Fixes segfaults with Save A Copy and Copy actions.
11302
11303         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11304         (ps_document_document_iface_init): ditto.
11305         
11306 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11307
11308         * data/.cvsignore:
11309         * data/Makefile.am:
11310         * data/evince.desktop.in:
11311
11312         Add desktop file
11313
11314 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11315
11316         * shell/ev-view.c: (ev_view_button_press_event),
11317         (ev_view_motion_notify_event):
11318
11319         Make selection work in any direction
11320
11321 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11322
11323         * TODO:
11324         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11325
11326         Use shorter labels for some of the toolbars items
11327
11328 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11329
11330         * pdf/xpdf/pdf-document.cc:
11331
11332         Check the links info is initialized before
11333         using it. Should fix a crash on startup.
11334
11335 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11336
11337         * pixbuf/pixbuf-document.c
11338         (pixbuf_document_thumbnails_get_dimensions): force floating point
11339         division to calculate page_ratio. Fixes crash with landscape
11340         format pixbufs.
11341
11342 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11343
11344         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11345
11346 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11347
11348         * shell/ev-view.c (set_document_page): unset has_selection when
11349         the page changes.
11350         (set_document_page): handle paper size changes when the page
11351         changes (test with Free Culture, page 2).
11352
11353 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11356         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11357
11358         Use normal style color for the widget background and
11359         draw a black box around the page.
11360
11361 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11362
11363         * pdf/xpdf/pdf-document.cc:
11364
11365         Keep offset in consideration in a few places
11366
11367         * shell/ev-view.c: (expose_bin_window):
11368
11369         Set the offsets so that the document is ever centered
11370
11371 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11372
11373         * TODO: Added TODO items and finished off the first todo item
11374
11375         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11376         reflect current authors
11377
11378 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11379
11380         * pdf/xpdf/pdf-document.cc:
11381         * shell/ev-view.c: (ev_view_set_cursor),
11382         (ev_view_motion_notify_event), (document_changed_callback),
11383         (set_document_page):
11384
11385         Show a wait cursor while the page is rendering
11386
11387 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * shell/ev-sidebar-thumbnails.c:
11390         (ev_sidebar_tree_selection_changed),
11391         (ev_sidebar_thumbnails_select_page):
11392         * shell/ev-sidebar-thumbnails.h:
11393         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11394         (ev_view_can_go_forward):
11395         * shell/ev-window.c: (ev_window_open_page),
11396         (ev_window_setup_document), (update_current_page),
11397         (view_page_changed_cb), (ev_window_init):
11398         * shell/ev-window.h:
11399
11400         Ensure thumbnails selection, toolbar page control and
11401         current page are in sync.
11402
11403 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11404
11405         * pdf/xpdf/XRef.cc:
11406
11407         Fix CAN-2005-0064
11408
11409 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11410
11411         * backend/Makefile.am:
11412         * backend/ev-document-links.h:
11413         * backend/ev-document-security.c: (ev_document_security_get_type),
11414         (ev_document_security_has_document_security),
11415         (ev_document_security_set_password):
11416         * backend/ev-document-security.h:
11417         * backend/ev-document.c: (ev_document_error_quark):
11418         * backend/ev-document.h:
11419         * data/Makefile.am:
11420         * data/evince-password.glade:
11421         * pdf/xpdf/pdf-document.cc:
11422         * shell/Makefile.am:
11423         * shell/ev-password.c: (ev_password_set_bad_password_label),
11424         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11425         (ev_password_dialog_get_password),
11426         (ev_password_dialog_set_bad_pass):
11427         * shell/ev-password.h:
11428         * shell/ev-window.c: (ev_window_get_attribute),
11429         (ev_window_set_property), (update_action_sensitivity),
11430         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11431         (ev_window_setup_document), (ev_window_get_password),
11432         (ev_window_open), (ev_window_cmd_save_as),
11433         (using_postscript_printer), (ev_window_print),
11434         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11435         (update_fullscreen_popup), (ev_window_fullscreen),
11436         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11437         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11438         (menu_item_select_cb), (find_bar_search_changed_cb),
11439         (ev_window_dispose), (ev_window_init):
11440
11441         Add initial support for password-supported dialogs.  This could be
11442         a lot cooler, but it'll do for now.
11443
11444 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11445
11446         * pdf/xpdf/pdf-document.cc:
11447         * shell/ev-view.c: (status_message_from_link),
11448         (ev_view_set_status), (ev_view_set_cursor),
11449         (ev_view_motion_notify_event), (ev_view_init):
11450         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11451
11452         Fix bugs in the links implementation and change cursor
11453         when hovering a link.
11454
11455 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11456
11457         * viewer/.cvsignore: added cvsignore file for viewer directory
11458
11459         * TODO: created TODO document
11460
11461 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11462
11463         * shell/ev-view.h:
11464         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11465         new functions to help with implementation of sensitivity code
11466         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11467         of all actions that might require it.  Fixes a crash when you
11468         click on the Zoom actions in a window lacking a document.
11469
11470 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11471
11472         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11473         of the Find action
11474
11475 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11476
11477         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11478         (pixbuf_document_document_iface_init):
11479         * ps/ps-document.c: (ps_document_get_link),
11480         (ps_document_document_iface_init):
11481         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11482         (status_message_from_link), (ev_view_set_status),
11483         (ev_view_set_find_status), (ev_view_motion_notify_event),
11484         (ev_view_button_release_event), (ev_view_set_property),
11485         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11486         (ev_view_get_find_status_message), (update_find_results),
11487         (ev_view_get_status), (ev_view_get_find_status):
11488         * shell/ev-view.h:
11489         * shell/ev-window.c: (view_status_changed_cb),
11490         (view_find_status_changed_cb), (ev_window_init):
11491
11492         View status message support, use it to show the links.
11493         Needs work...
11494
11495 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11496
11497         * backend/ev-document.c: (ev_document_get_link):
11498         * backend/ev-document.h:
11499         * pdf/xpdf/pdf-document.cc:
11500         * shell/ev-application.c: (ev_application_open):
11501         * shell/ev-application.h:
11502         * shell/ev-sidebar-links.c: (selection_changed_cb):
11503         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11504         (ev_view_go_to_link):
11505
11506         Add support for document links
11507
11508 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11509
11510         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11511         (create_tool_item):
11512         Set the spin button limits correctly.
11513         
11514         * shell/ev-sidebar-thumbnails.c:
11515         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11516         Support changing pages by clicking on the thumbnails.
11517         
11518 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11519
11520         * pixbuf/pixbuf-document.c:
11521         (pixbuf_document_thumbnails_get_dimensions),
11522         (pixbuf_document_document_thumbnails_iface_init):
11523
11524         implement get_dimensions
11525
11526 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11527
11528         * ps/ps-document.c: (ps_document_goto_page):
11529
11530         Fix page switching on multipage documents
11531
11532 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11533
11534         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11535         
11536         check for NULL before assigning to width and height parameters
11537
11538 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11539
11540         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11541         (pixbuf_document_set_property), (pixbuf_document_get_property):
11542
11543         implement get/set properties
11544
11545 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11546
11547         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11548         
11549         return NULL instead of "Unknown", letting the title get set to
11550         the filename when the pdf has no title.
11551
11552 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11553
11554         * ps/ps-document.c: (ps_document_get_page_count),
11555         (ps_document_goto_page):
11556
11557 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11558
11559         * shell/ev-history.c: (ev_history_get_property),
11560         (ev_history_set_property), (ev_history_class_init),
11561         (ev_history_add_page), (ev_history_set_current_index):
11562         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11563         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11564         (ev_navigation_action_finalize):
11565         * shell/ev-navigation-action.h:
11566         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11567         (ev_view_go_forward), (ev_view_get_find_status_message),
11568         (history_index_changed_cb), (ev_view_set_history):
11569         * shell/ev-view.h:
11570         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11571         (update_current_page), (register_custom_actions):
11572
11573         Implement history dropdowns
11574
11575 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11576
11577         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11578         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11579         (ev_view_go_forward):
11580         * shell/ev-window.c: (register_custom_actions):
11581
11582         Fix several history bugs
11583
11584 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11585
11586         * configure.ac: Add «nb» to ALL_LINGUAS.
11587
11588 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * backend/Makefile.am:
11591         * backend/ev-bookmark.c:
11592         * backend/ev-bookmark.h:
11593         * backend/ev-document-bookmarks.c:
11594         * backend/ev-document-bookmarks.h:
11595         * backend/ev-document-links.c: (ev_document_links_get_type),
11596         (ev_document_links_has_document_links),
11597         (ev_document_links_begin_read), (ev_document_links_get_link),
11598         (ev_document_links_get_child), (ev_document_links_next),
11599         (ev_document_links_free_iter):
11600         * backend/ev-document-links.h:
11601         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11602         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11603         (ev_link_get_link_type), (ev_link_set_link_type),
11604         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11605         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11606         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11607         (ev_link_new_external):
11608         * backend/ev-link.h:
11609         * pdf/xpdf/pdf-document.cc:
11610         * shell/Makefile.am:
11611         * shell/ev-application.c: (ev_application_open_link):
11612         * shell/ev-application.h:
11613         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11614         (ev_history_get_link_nth):
11615         * shell/ev-history.h:
11616         * shell/ev-sidebar-bookmarks.c:
11617         * shell/ev-sidebar-bookmarks.h:
11618         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11619         (ev_sidebar_links_class_init), (selection_changed_cb),
11620         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11621         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11622         (do_one_iteration), (populate_links_idle),
11623         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11624         * shell/ev-sidebar-links.h:
11625         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11626         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11627         (go_to_index):
11628         * shell/ev-view.h:
11629         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11630         * shell/ev-window.h:
11631
11632         Rename bookmark to link, and use "Index" for the sidebar panel.
11633
11634 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11635
11636         * shell/Makefile.am:
11637         * shell/ev-application.c: (ev_application_open_bookmark):
11638         * shell/ev-application.h:
11639         * shell/ev-history.c: (ev_history_init), (free_links_list),
11640         (ev_history_finalize), (ev_history_class_init),
11641         (ev_history_add_link), (ev_history_add_page),
11642         (ev_history_get_link_nth), (ev_history_get_n_links),
11643         (ev_history_get_current_index), (ev_history_set_current_index),
11644         (ev_history_new):
11645         * shell/ev-history.h:
11646         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11647         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11648         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11649         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11650         (ev_view_set_page):
11651         * shell/ev-view.h:
11652         * shell/ev-window.c: (ev_window_open_bookmark),
11653         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11654         (goto_page_cb), (register_custom_actions):
11655         * shell/ev-window.h:
11656
11657         Initial history implementation. Needs work.
11658
11659 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11660
11661         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11662
11663 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11664
11665         * cut-n-paste/recent-files/egg-recent-item.c:
11666         * cut-n-paste/recent-files/egg-recent-item.h:
11667         * cut-n-paste/recent-files/egg-recent-model.c:
11668         * cut-n-paste/recent-files/egg-recent-util.c:
11669         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11670         * cut-n-paste/recent-files/egg-recent-view.c:
11671
11672         Update
11673
11674 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11675
11676         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11677         (fillGlyph, fillImageMask, drawImage):
11678         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11679         pdf/splash/SplashTypes.h:
11680         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11681         packed mode for Splash.
11682
11683         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11684         RGB8 packed mode, eliminates the pixbuf data creation loop.
11685
11686         * shell/ev-print-job.c (ev_print_job_finalize)
11687         (ev_print_job_set_property, ev_print_job_get_property)
11688         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11689         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11690         (print_closure_finalize, ev_print_job_print): implement
11691         printing (for backends with EvPsExporter)
11692
11693         * shell/ev_print_job.h: update prototypes.
11694
11695         * shell/ev-window.c (ev_window_print): unref print job after
11696         printing.
11697
11698         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11699         unless the document implements the EvDocumentFind interface.
11700
11701 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11702
11703         * configure.ac: Added ja to ALL_LINGUAS.
11704
11705 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11706
11707         * pdf/xpdf/pdf-document.cc:
11708
11709         add a FIXME. We should probably not allocate
11710         a bookmark object every time
11711
11712 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11713
11714         * shell/ev-application.c: (ev_application_open),
11715         (ev_application_open_bookmark):
11716         * shell/ev-application.h:
11717         
11718         Add a way to open bookmarks
11719
11720         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11721         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11722         (ev_bookmark_set_property), (ev_bookmark_class_init),
11723         (ev_bookmark_new_title), (ev_bookmark_new_link),
11724         (ev_bookmark_new_external):
11725
11726         Support for external uris, better constructors.
11727
11728         * backend/ev-bookmark.h:
11729         * pdf/xpdf/pdf-document.cc:
11730         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11731
11732         Handle external uris
11733
11734 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11735
11736         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11737         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11738
11739         Hook up bookmarks navigation
11740
11741 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11742
11743         * backend/Makefile.am:
11744         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11745         (ev_bookmark_get_title), (ev_bookmark_set_title),
11746         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11747         (ev_bookmark_get_page), (ev_bookmark_set_page),
11748         (ev_bookmark_get_property), (ev_bookmark_set_property),
11749         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11750         (ev_bookmark_new):
11751         * backend/ev-bookmark.h:
11752         * backend/ev-document-bookmarks.c:
11753         (ev_document_bookmarks_get_bookmark):
11754         * backend/ev-document-bookmarks.h:
11755         * pdf/xpdf/pdf-document.cc:
11756         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11757
11758         Add a bookmark object to the backend and use it instead of get_values
11759
11760 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11761
11762         * data/evince-ui.xml:
11763
11764         Cleanup and add select all.
11765
11766         * shell/ev-view.c: (ev_view_select_all),
11767         (ev_view_button_press_event):
11768         * shell/ev-view.h:
11769         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11770
11771         Add select all.
11772         Clear selection on click.
11773
11774 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11775
11776         * shell/ev-sidebar-thumbnails.c
11777         (ev_sidebar_thumbnails_set_document): forgot to unref the
11778         loading_icon.
11779
11780 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11781
11782         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11783         at the visible page, not just linearly.  This makes it look fast.
11784
11785 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11786
11787         * backend/ev-document-misc.c
11788         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11789         white.
11790         * backend/ev-document-thumbnails.h: New interface to get the size
11791         of a page.
11792
11793 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11794
11795         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11796         make dist works
11797
11798 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11799
11800         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11801         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11802         things up a bit.
11803
11804         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11805
11806 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11807
11808         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11809         fonts. Should fix font problems on systems that have the base
11810         fonts in bitmap format. Reported by James Henstridge
11811         <james@jamesh.id.au>.
11812
11813 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11814
11815         * pdf/xpdf/Gfx.cc:
11816         * pdf/xpdf/GfxState.cc:
11817
11818         Fix for CAN-2004-1125
11819
11820 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11821
11822         * shell/ev-view.c: (ev_view_copy):
11823         * shell/ev-view.h:
11824         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11825
11826         Implement Edit->Copy
11827
11828 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11829
11830         * backend/ev-document.c: (ev_document_get_text):
11831         * backend/ev-document.h:
11832         * pdf/xpdf/pdf-document.cc:
11833         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11834         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11835         (ev_view_update_primary_selection), (ev_view_button_press_event),
11836         (ev_view_motion_notify_event), (ev_view_button_release_event):
11837
11838         Beginnings of clipboard support. Incomplete but primary sort
11839         of work.
11840
11841 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11844         (expose_bin_window):
11845
11846         Nicer rubberband drawing, from GtkIconView.
11847
11848 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11849
11850         * backend/ev-document.c: (ev_document_save):
11851         * backend/ev-document.h:
11852         * data/evince-ui.xml:
11853         * pdf/xpdf/pdf-document.cc:
11854         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11855
11856         Implement "Save a copy..." menu item
11857
11858 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11859
11860         * shell/ev-view.c: (ev_view_zoom):
11861
11862         Queue a resize when zoom changes
11863
11864 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11865
11866         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11867         shadows.
11868
11869         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11870         thumbnails..
11871
11872 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11873
11874         * pdf/xpdf/pdf-document.cc
11875         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11876
11877 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11878
11879         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11880         It's slow, but I'll speed it up next!
11881
11882 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11883
11884         * shell/main.c (load_files):
11885
11886         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11887         from the command line and because it seems more appropriate.
11888
11889 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * data/evince-ui.xml:
11892         * shell/ev-window.c: (update_action_sensitivity),
11893         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11894
11895         s/next page/page down
11896         s/previous page/page up
11897
11898 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * data/evince-ui.xml:
11901
11902         Change the layout to match clarkbw design.
11903
11904         * shell/Makefile.am:
11905         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11906         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11907         (ev_navigation_action_finalize),
11908         (ev_navigation_action_set_property),
11909         (ev_navigation_action_get_property),
11910         (ev_navigation_action_class_init):
11911         * shell/ev-navigation-action.h:
11912
11913         Implement clarkbw toolbar navigation controls (incomplete)
11914
11915         * shell/ev-page-action.c: (update_label), (update_spin),
11916         (value_changed_cb), (create_tool_item), (connect_proxy),
11917         (ev_page_action_init), (ev_page_action_finalize),
11918         (ev_page_action_set_property), (ev_page_action_get_property),
11919         (ev_page_action_set_current_page),
11920         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11921         * shell/ev-page-action.h:
11922
11923         Implement a page switcher in the toolbar
11924
11925         * shell/ev-view.c: (ev_view_scroll_view):
11926         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11927         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11928         (register_custom_actions), (ev_window_init):
11929
11930         Change page on PageUp/Down.
11931
11932 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11933
11934         * pdf/xpdf/pdf-document.cc
11935         (pdf_document_thumbnails_get_thumbnail): initial stab at
11936         implementing thumbnail support for pdfs.  It only does documents
11937         with precached pdfs now.
11938
11939 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11940
11941         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11942         thumbnail code into a time-based idle as well.  Also, turn off the
11943         shadow temporarily as it's really slow.
11944
11945 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11946
11947         * backend/ev-document.c: (ev_document_class_init):
11948         * pdf/xpdf/pdf-document.cc:
11949         * shell/ev-window.c: (ev_window_open):
11950
11951         Fix document title bugs and fallback to
11952         filename when not available.
11953
11954 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11955
11956         * backend/ev-document.c: (ev_document_get_type),
11957         (ev_document_class_init), (ev_document_load),
11958         (ev_document_get_title):
11959         * backend/ev-document.h:
11960         * pdf/xpdf/pdf-document.cc:
11961         * ps/ps-document.c: (ps_document_set_property),
11962         (ps_document_get_property), (ps_document_class_init),
11963         (document_load):
11964         * ps/ps-document.h:
11965         * ps/ps.h:
11966         * shell/ev-window.c: (update_window_title), (ev_window_open),
11967         (ev_window_init):
11968
11969         Initial support for document title. Not working yet.
11970
11971 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11974
11975         Grab focus on the view when clicking it
11976
11977 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11978
11979         * shell/ev-marshal.list:
11980         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11981         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11982
11983         Add key bindings to the view. Now if the focus would work
11984         right...
11985
11986 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11987
11988         * Makefile.am:
11989         * backend/Makefile.am:
11990         * data/Makefile.am:
11991         * dvi/Makefile.am:
11992         * dvi/dvilib/Makefile.am:
11993         * pdf/xpdf/Makefile.am:
11994         * po/POTFILES.in:
11995         * ps/Makefile.am:
11996
11997         Fix distcheck
11998
11999 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12000
12001         * shell/ev-view.c: (ev_view_realize):
12002
12003         Fix mouse wheel scrolling
12004
12005 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12006
12007         * ps/Makefile.am:
12008         * ps/gstypes.h:
12009         * ps/gtkgs.c:
12010         * ps/gtkgs.h:
12011         * ps/ps-document.c: (catchPipe), (ps_document_init),
12012         (ps_document_class_init), (ps_document_cleanup),
12013         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12014         (set_up_page), (close_pipe), (is_interpreter_ready),
12015         (interpreter_failed), (output), (input), (start_interpreter),
12016         (stop_interpreter), (file_length), (file_readable),
12017         (check_filecompressed), (check_pdf), (compute_xdpi),
12018         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12019         (ps_document_get_type), (ps_document_emit_error_msg),
12020         (document_load), (ps_document_next_page),
12021         (ps_document_get_current_page), (ps_document_get_page_count),
12022         (ps_document_goto_page), (ps_document_set_page_size),
12023         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12024         (ps_document_load), (ps_document_get_n_pages),
12025         (ps_document_set_page), (ps_document_get_page),
12026         (ps_document_widget_event), (ps_document_set_target),
12027         (ps_document_set_scale), (ps_document_set_page_offset),
12028         (ps_document_get_page_size), (ps_document_render),
12029         (ps_document_document_iface_init):
12030         * ps/ps-document.h:
12031         * ps/ps.c:
12032         * shell/ev-window.c: (ev_window_open):
12033
12034         Rename GtkGS to PSDocument
12035
12036 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12037
12038         * ps/gtkgs.c: (gtk_gs_class_init):
12039         * ps/gtkgs.h:
12040
12041         Some more leftover...
12042
12043 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12044
12045         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12046         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12047         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12048         * ps/gtkgs.h:
12049
12050         Remove unused code and make a lot of stuff private
12051
12052 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12053
12054         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12055         (gtk_gs_defaults_changed):
12056         * ps/gsdefaults.h:
12057         * ps/gtkgs.c:
12058         * ps/gtkgs.h:
12059         * ps/ps.h:
12060
12061         Cleanup headers dependencies
12062
12063 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12064
12065         * ps/Makefile.am:
12066         * ps/ggvutils.c:
12067         * ps/ggvutils.h:
12068         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12069         * ps/gsdefaults.h:
12070         * ps/gtkgs.c: (file_length), (file_readable),
12071         (check_filecompressed), (check_pdf), (gtk_gs_load),
12072         (gtk_gs_get_postscript):
12073
12074         Get rid of ggvutils
12075
12076 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * ps/ggvutils.c:
12079         * ps/ggvutils.h:
12080         * ps/gsio.h:
12081         * ps/gtkgs.c: (gtk_gs_set_zoom):
12082
12083         Cleanups
12084
12085 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12086
12087         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12088
12089         Ensure the page is rerendered when changing zoom
12090
12091 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12092
12093         * backend/ev-document.c: (ev_document_base_init),
12094         (ev_document_changed):
12095         * backend/ev-document.h:
12096
12097         Add a changed event that is emitted when the page content
12098         changes. This is necessary to deal with the fact that
12099         in ps backend rendering happen asycrounously.
12100         This makes the ps backend mostly work.
12101
12102         * pdf/xpdf/pdf-document.cc:
12103
12104         Emit changed event
12105
12106         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12107         (ps_document_set_target):
12108
12109         Emit changed event
12110
12111         * shell/ev-view.c: (document_changed_callback),
12112         (ev_view_set_document), (ev_view_set_page):
12113
12114         Redraw on the changed signal
12115
12116 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12117
12118         * configure.ac: Added pt_BR to ALL_LINGUAS.
12119
12120 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12121
12122         * backend/ev-document-bookmarks.c:
12123         (ev_document_bookmarks_get_child): *
12124         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12125         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12126         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12127         (ev_sidebar_bookmarks_destroy),
12128         (ev_sidebar_bookmarks_class_init),
12129         (ev_sidebar_bookmarks_construct), (stack_data_free),
12130         (do_one_iteration), (populate_bookmarks_idle),
12131         (ev_sidebar_bookmarks_clear_document),
12132         (ev_sidebar_bookmarks_set_document): *
12133         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12134         (ev_sidebar_add_page),
12135         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12136         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12137         it displays both the topics and the page numbers.
12138
12139 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12140
12141         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12142         toggle.
12143         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12144         visible.
12145
12146 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12147
12148         * configure.ac: Added en_CA to ALL_LINGUAS.
12149
12150 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12151
12152         * ChangeLog: replace bottom of this ChangeLog (merged history of
12153         ggv and gpdf; where all paths were wrong and most of the files are
12154         not even in this tree) with ChangeLog (from arch) of the shell
12155         code.
12156
12157 2004-12-23  Havoc Pennington  <hp@redhat.com>
12158
12159         * shell/ev-window.c: hook up potentially-questionable "find
12160         results status text" feature - something involving the sidebar or
12161         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12162         might be better in the end.
12163
12164         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12165         with corresponding signal when it should be updated
12166
12167         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12168
12169 2004-12-22  Havoc Pennington  <hp@redhat.com>
12170
12171         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12172         find stuff on other pages, sort of (only returns one result on
12173         invisible pages, to show they have results; updates full results
12174         for a page when you view it). Currently repaints the current page
12175         every time a new result is found on any page, which isn't so nice.
12176
12177 2004-12-22  Havoc Pennington  <hp@redhat.com>
12178
12179         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12180         the document doesn't support find (better ideas?)
12181         (find_bar_search_changed_cb): handle missing document or document
12182         that doesn't support find
12183
12184         * pdf/xpdf/pdf-document.cc: port to implement the new
12185         EvDocumentFindIface
12186
12187         * backend/ev-document-find.c: create a new interface for searching
12188
12189         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12190
12191 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12192
12193         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12194         libevbackend.la.
12195
12196         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12197         EvPrintJob constructor arguments.
12198
12199         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12200         for documents that can export PostScript (page by page).
12201
12202         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12203         
12204         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12205         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12206         (pdf_document_ps_exporter_iface_init:
12207         Implement EvPSExporter.
12208
12209         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12210
12211 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12212
12213         * backend/Makefile.am:
12214         * backend/ev-document-thumbnails.c:
12215         (ev_document_thumbnails_get_type),
12216         (ev_document_thumbnails_get_thumbnail):
12217         * backend/ev-document-thumbnails.h:
12218         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12219         (pixbuf_document_thumbnails_get_thumbnail),
12220         (pixbuf_document_document_thumbnails_iface_init):
12221         * shell/Makefile.am:
12222         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12223         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12224         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12225         * shell/ev-sidebar-thumbnails.h:
12226         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12227         (ev_sidebar_set_document):
12228         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12229         (create_shadow), (ev_pixbuf_add_shadow):
12230         * shell/ev-utils.h:
12231         Add thumbnail support.
12232         
12233 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12234
12235         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12236         (using_postscript_printer): Set up a print dialog for "PostScript
12237         injection" method.
12238
12239         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12240         EvPrintJob.
12241
12242         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12243
12244 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12245
12246         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12247         (ps_document_set_target), (ps_document_get_page_size),
12248         (ps_document_render):
12249         * ps/gtkgs.h:
12250
12251         Fix a few bugs
12252
12253 2004-12-22  Christian Rose  <menthos@menthos.com>
12254
12255         * configure.ac: Added "sv" to ALL_LINGUAS.
12256
12257 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12258
12259         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12260         document supports bookmarks.
12261
12262 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12263
12264         * ps/ggvutils.c: (ggv_file_readable):
12265         * ps/ggvutils.h:
12266         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12267         (gtk_gs_get_postscript):
12268
12269         Remove unused utils
12270
12271 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12272
12273         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12274         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12275         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12276         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12277         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12278         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12279         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12280         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12281         (gtk_gs_set_antialiasing), (ps_document_load),
12282         (ps_document_render):
12283         * ps/gtkgs.h:
12284
12285         Another check point for the ps backend. Now I can get it to show
12286         pages!
12287
12288 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12289
12290         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12291         document setting code.
12292
12293 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12294
12295         * shell/eggfindbar.c: (entry_activate_callback):
12296         Animate the next button when activate is pressed.
12297         
12298 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12299
12300         * shell/ev-window.c: (ev_window_cmd_edit_find),
12301         (update_fullscreen_popup), (ev_window_fullscreen),
12302         (ev_window_unfullscreen), (ev_window_state_event_cb),
12303         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12304         Fix bugs in fullscreen code.
12305         
12306 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12307
12308         * Makefile.am:
12309         * configure.ac:
12310         * pixbuf/Makefile.am:
12311         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12312         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12313         (pixbuf_document_set_page), (pixbuf_document_get_page),
12314         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12315         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12316         (pixbuf_document_render), (pixbuf_document_begin_find),
12317         (pixbuf_document_end_find), (pixbuf_document_finalize),
12318         (pixbuf_document_class_init),
12319         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12320         * pixbuf/pixbuf-document.h:
12321         * shell/Makefile.am:
12322         * shell/ev-application.c: (ev_application_open):
12323         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12324         (ev_window_open):
12325         Add pixbuf backend.
12326         
12327 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12328
12329         * Makefile.am: 
12330         * dvi/dvilib/Makefile.am:
12331         * dvi/Makefile.am:
12332         * configure.ac: Auto*ify dvi and dvi/dvilib
12333
12334         * dvi/Makefile: Remove from CVS
12335         
12336         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12337         confusion.
12338
12339         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12340         
12341         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12342         
12343 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12344
12345         * ps/Makefile.am:
12346         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12347         (gtk_gs_value_adjustment_changed), (compute_size),
12348         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12349         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12350         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12351         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12352         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12353         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12354         (ps_document_load), (ps_document_get_n_pages),
12355         (ps_document_set_page), (ps_document_get_page),
12356         (ps_document_set_target), (ps_document_set_scale),
12357         (ps_document_set_page_offset), (ps_document_get_page_size),
12358         (ps_document_render), (ps_document_begin_find),
12359         (ps_document_end_find), (ps_document_document_iface_init):
12360         * ps/gtkgs.h:
12361         * shell/Makefile.am:
12362         * shell/ev-window.c: (ev_window_open):
12363
12364         Some work to integrate gtkgs with EvDocument
12365
12366 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12367
12368         * shell/ev-window.c: (update_fullscreen_popup),
12369         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12370         (exit_fullscreen_button_clicked_cb),
12371         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12372         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12373         (ev_window_state_event_cb), (ev_window_init):
12374         Add fullscreen support from Epiphany.
12375         
12376 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12377
12378         * data/ev-stock-zoom-fit-width.png: fit-width
12379         stock icon from gpdf.
12380         
12381         * shell/ev-stock-icons.[ch]: copied from gpdf.
12382         
12383         * shell/main.c: (main): init stock icons.
12384         
12385         * shell/ev-window.c: use the fit-width icon.
12386         
12387         * data/evince-ui.xml: add zooming toolbar items.
12388
12389 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12390
12391         * shell/ev-view.c: 
12392         (ev_view_best_fit), (ev_view_fit_width): because
12393         get_page_size() returns the scaled page size, we
12394         need to calculate the scale factor relative to
12395         the previous scale factor. Should really just
12396         add get_real_page_size().
12397
12398 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12399
12400         * shell/ev-view.[ch]:
12401         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12402         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12403         add zooming.
12404         
12405         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12406         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12407         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12408         hook it up.
12409         
12410         * pdf/xpdf/pdf-document.cc:
12411         (pdf_document_begin_find),
12412         (pdf_document_end_find): make static.
12413
12414 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12415
12416         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12417
12418         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12419         names to fontconfig patterns.
12420         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12421
12422         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12423         setupBaseFontsFc.
12424
12425 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12426
12427         * Makefile.am:
12428         * configure.ac:
12429         * ps/Makefile.am:
12430         * ps/ggvutils.c:
12431         * ps/ggvutils.h:
12432         * ps/gsdefaults.c:
12433         * ps/gsdefaults.h:
12434         * ps/gsio.c:
12435         * ps/gsio.h:
12436         * ps/gtkgs.c:
12437         * ps/gtkgs.h:
12438         * ps/ps.c:
12439         * ps/ps.h:
12440
12441         Import ggv backend. Not hooked up yet.
12442
12443 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12444
12445         * shell/main.c: (load_files), (main): load files
12446         from the command line.
12447
12448 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12449
12450         * configure.ac: don't require bonobo.
12451         
12452         * cut-n-paste/recent-files/*: kill bonobo recent
12453         view.
12454
12455         * shell/ev-window.c:
12456         (ev_window_is_empty): upd.
12457         (unable_to_load), (ev_window_open): load backend
12458         based on the mime type.
12459
12460 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12461
12462         * backend/.cvsignore: ignore generated marshalers source.
12463
12464         * shell/main.c (main): this is not epiphany.
12465
12466 2004-12-22  Havoc Pennington  <hp@redhat.com>
12467
12468         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12469         (expose_bin_window): draw find highlights
12470
12471         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12472         
12473         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12474         (pdf_document_end_find): implement this interface
12475
12476         * backend/ev-document.c (ev_document_found): add this to emit
12477         signal
12478
12479 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12480
12481         * data/evince-ui.xml: Add a few more toolbar items.
12482
12483         * shell/ev-window.c: Hook up page navigation toolbar 
12484         items.
12485
12486         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12487         a page-changed signal.
12488
12489         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12490         Add ev_document_get_page().
12491
12492         * shell/ev-window.c: Sensitize/desensitize navigation
12493         actions.
12494
12495 2004-12-21  Havoc Pennington  <hp@redhat.com>
12496
12497         * backend/ev-backend-marshal.c,
12498         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12499         marshaler-generator thingy. I'm sure there's a better way to do
12500         this in the modern world.
12501
12502         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12503         end_find methods and "found" signal.
12504
12505         * configure.ac: find glib-genmarshal
12506
12507 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12508
12509         * shell/ev-sidebar.c: Construct an actual sidebar.
12510         * shell/ev-sidebar-bookmarks.[ch]:
12511         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12512
12513 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12514
12515         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12516         Redo size handling.
12517         
12518         * shell/ev-view.c: Track the size from the document.
12519
12520 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12521
12522         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12523         constructor assumes ownership of the string passed in.
12524         
12525         * shell/ev-window.c (ev_window_open): Destroy the error
12526         dialog once we've displayed it.
12527
12528 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12529
12530         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12531         a bit, it works! (sort of)
12532
12533         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12534         Move to .cc since we need to use C++ in the implementation.
12535
12536         * shell/dummy.cc: Add a CC file to force evince
12537         to be linked as a C++ program.
12538
12539 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12540
12541         * shell/ev-view.[ch]: Start of content-area widget.
12542
12543         * shell/ev-window.c: Create a EvView, update it
12544         as we change documents.
12545
12546         * shell/Makefile.am shell/ev-marshal.list: Add
12547         generated marshalers.
12548
12549 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12550
12551         * Makefile.am (SUBDIRS): move shell.
12552
12553 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12554
12555         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12556         .a to libtool convenience libraries.
12557
12558         * shell/ev-window.c (ev_window_open): Hard code loading
12559         a PDF document.
12560         
12561         * backend/ev-document.h: Add a boolean return to load(),
12562         fix GError * to GError **.
12563
12564         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12565         object for a PDF backend EvDocument.
12566
12567 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12568
12569         * dvi/*: New directory with the beginning of a .dvi backend.
12570
12571 2004-12-21  Havoc Pennington  <hp@redhat.com>
12572
12573         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12574         previous/next instead of back/forward
12575
12576 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12577
12578         * backend/ev-document.[ch]: Fix a couple of problems so
12579         it compile.
12580
12581 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12582
12583         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12584         to backend/ directory, rename EvViewer to EvDocument.
12585
12586 2004-12-21  Havoc Pennington  <hp@redhat.com>
12587
12588         * shell/ev-window.c: hook up the find bar widget; now we just need
12589         a document to find things in
12590
12591         * shell/eggfindbar.c: a find bar widget
12592
12593 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12594
12595         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12596
12597 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12598
12599         * pdf/**: Import of xpdf code from gpdf. 
12600
12601         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12602
12603         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12604         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12605         Fix FreeType includes.
12606
12607         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12608         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12609         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12610         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12611         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12612         Include xpdfconfig.h
12613         
12614 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12615
12616         * shell/ev-window.c (ev_window_dispose): dispose can be called
12617         multiple times.
12618
12619 2004-12-21  Havoc Pennington  <hp@redhat.com>
12620
12621         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12622         rather than Evince
12623
12624         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12625         items; really they should be synced with the strings, etc. from
12626         current gpdf, but just getting the boring typing out of the way 
12627
12628 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12629
12630         * po/POTFILES.in:
12631         * shell/ev-application.c: (window_destroy_cb):
12632         * shell/ev-window.c:
12633         * shell/main.c: (main):
12634
12635         Actually show the window...
12636
12637 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12638
12639         * Makefile.am:
12640         * shell/Makefile.am:
12641         * shell/ev-application.c: (ev_application_class_init):
12642         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12643
12644         Make it build again
12645
12646 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12647
12648         Import to gnome cvs.
12649         
12650         * Remove copies of gpdf and ggv trees.
12651         * Rip out all the recursive configure code.
12652         * Remove bonobo machinery.
12653         * viewer/*: GInterfaces that backends should/can implement.
12654
12655 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12656
12657         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12658         typo
12659
12660 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12661
12662         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12663         (ev_application_finalize, ev_application_class_init)
12664         (ev_application_init): use GType instance private data for priv.
12665
12666         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12667         (ev_window_finalize, ev_window_class_init)
12668         (ev_window_init): ditto.
12669
12670 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12671
12672         * shell/ev-application.c (ev_application_new_window): make public
12673         (ev_application_show_initial_window): kill.
12674
12675         * shell/ev-application.h: update prototypes.
12676
12677         * shell/main.cc (main): inline ev_application_show_initial_window.
12678
12679 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12680
12681         * shell/ev-application.c (ev_application_new_window): impl.
12682         (ev_application_show_initial_window): use it.
12683         (is_window_empty, ev_application_get_empty_window): returns an
12684         existing empty window or a new one.
12685         (ev_application_open): from ev_window_cmd_file_open.
12686
12687         * shell/ev-application.h: update prototypes
12688
12689         * shell/ev-window.c (ev_window_is_empty): impl.
12690         (ev_window_open): make public.
12691         (ev_window_cmd_file_open): use ev_application_open
12692
12693         * shell/ev-window.h: update prototypes, remove unused.
12694
12695 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12696
12697         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12698         move destroy handler out of here...
12699
12700         * shell/ev-application.c, shell/ev-application.h: ...into this new
12701         class. Also handles initial window creation.
12702
12703         * shell/main.cc (main): use EvApplication to create initial
12704         window.
12705
12706 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12707
12708         * Makefile.am (SUBDIRS): add cut-n-paste
12709
12710         * cut-n-paste/Makefile.am: add
12711
12712         * configure.ac: generate Makefiles in cut-n-paste
12713
12714 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12715
12716         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12717         (ev_window_class_init): install ev_window_dispose.
12718
12719 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12720
12721         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12722         char (gchar looks stupid).
12723
12724 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12725
12726         * po/de.po: updated German translation.
12727
12728 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12729
12730         * configure.ac: add more pkg-config library checks for gnome-vfs,
12731         bonobo etc.
12732
12733         * gpdf/configure.in: temporarily disable libpaper
12734         checks. Otherwise I'd have to add the checks for the shell, too.
12735
12736 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12737
12738         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12739         and * file filters to the file choose.
12740
12741 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12742
12743         * po/de.po: Updated German translation.
12744
12745 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12746
12747         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12748
12749 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12750
12751         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12752
12753         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12754         (ev_window_init): implement those menuitems.
12755
12756 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12757
12758         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12759
12760         * shell/ev-window.c (ev_window_init): use the toolbar.
12761
12762 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12763
12764         * shell/ev-window.c (ev_window_init): use menu translations
12765
12766 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12767
12768         * configure.ac: add "de" to ALL_LINGUAS.
12769
12770         * po/de.po: add German translation.
12771
12772 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12773
12774         * Makefile.am (SUBDIRS): add po
12775
12776         * configure.ac: check intltool, glib-gettext etc, generate
12777         po/Makefile.in
12778
12779         * po, po/POTFILES.in, po/POTFILES.skip: new.
12780
12781 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12782
12783         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12784         already use (#ifdef ENABLE_NLS)
12785
12786         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12787         pointer indirection thinko.
12788
12789         * shell/main.c: include gi18n.h for bindtextdomain etc.
12790
12791 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12792
12793         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12794         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12795         tooltips for menu items in the statusbar.
12796
12797 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12798
12799         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12800         pkgdatadir drop UIDIR
12801
12802 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12803
12804         * data/evince-ui.xml: Add File->Open menu item
12805
12806         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12807         chooser), hook it up in the ui manager.
12808
12809 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12810
12811         * shell/ev-window.c: fix Help->About tooltip.
12812
12813 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12814
12815         * configure.ac: set CFLAGS for libevprivate.
12816
12817         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12818         definitions, factory etc.
12819
12820         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12821
12822         * shell/Makefile.am: link against libevprivate.a.
12823
12824         * shell/ev-window.c (entries): add stock icon to Help->About.
12825
12826         * shell/main.c (main): init stock icon code.
12827
12828 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12829
12830         * lib/recent-files: egg recent files code
12831
12832         * lib/Makefile.am: add.
12833
12834         * Makefile.am: add lib subdir.
12835
12836         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12837         set CFLAGS for recent-files.
12838
12839 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12840
12841         * configure.ac: disable -ansi and -pedantic gcc flags. They
12842         disable POSIX stuff in stdio.h, but egg-recent uses them.
12843
12844 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12845
12846         * configure.ac: add --disable-deprecated flag (defaults to on in
12847         "cvs" builds).
12848
12849         * shell/Makefile.am (INCLUDES): use it.
12850
12851 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12852
12853         * shell/main.c: add missing #include.
12854
12855         * shell/ev-window.c: fix for pedantic gcc.
12856         (ev_window_cmd_help_about): split license into paragraphs for
12857         translators and pedantic compilers.
12858
12859 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12860
12861         * configure.ac: add more warning flags if compiling with gcc from
12862         cvs (or explicitly requested with --enable-more-warnings).
12863
12864 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12865
12866         * data/evince-ui.xml: add File and File->Close menu.
12867
12868         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12869         (ev_window_destroy): quit after destroy.
12870         (ev_window_class_init): override GtkObject::destroy.
12871         (entries): install close_window callback.
12872
12873 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12874
12875         * Makefile.am (SUBDIRS): add data subdir.
12876
12877         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12878         gtk+ 2.5.0 for GtkAboutDialog.
12879
12880         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12881         main window.
12882
12883         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12884
12885         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12886         manager.
12887         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12888
12889 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12890
12891         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12892
12893 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12894
12895         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12896
12897 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12898
12899         * shell/*: Added shell directory boilerplate, build it.
12900
12901 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12902
12903         * configure.ac, Makefile.am: Added top-level configure.ac and
12904         Makefile.am