]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Added comment for translators
[evince.git] / ChangeLog
1 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2
3         * shell/ev-window.c: (register_custom_actions):
4         
5         Added comment for translators
6
7 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-view.c: (ev_view_button_release_event):
10
11         Do not create the idle function for kinetic scrolling if we are
12         not in a drag operation.
13
14 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
17         (ev_view_button_press_event), (ev_view_motion_notify_event),
18         (ev_view_button_release_event):
19
20         Restore cursor after autoscrolling. Fixes bug #509958.
21
22 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * configure.ac:
25         * backend/pdf/ev-poppler.cc:
26         (pdf_document_images_get_image_mapping),
27         (pdf_document_images_get_image),
28         (pdf_document_document_images_iface_init):
29         * libdocument/ev-document-images.[ch]:
30         (ev_document_images_get_image_mapping),
31         (ev_document_images_get_image):
32         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
33         (ev_image_get_id), (ev_image_save_tmp):
34         * shell/ev-jobs.c: (ev_job_render_run):
35         * shell/ev-view.c: (ev_view_drag_data_get):
36         * shell/ev-window.c: (image_save_dialog_response_cb),
37         (ev_view_popup_cmd_copy_image):
38
39         Do not render images when rendering the page but on demand. It
40         reduces the memory comsumption.
41         
42 2008-01-18  Marcelo Lira  <setanta@gmail.com>
43
44         * configure.a:
45         * shell/ev-password.c:
46
47         Make gnome-keyring optional. Fixes bug #509676.
48         
49 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * shell/ev-pixbuf-cache.c: (add_job):
52
53         Initialize include_images variable as FALSE instead of TRUE.
54         
55 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
56
57         * configure.ac:
58         * cut-n-paste/Makefile.am:
59         * cut-n-paste/fileformatchooser/Makefile.am:
60         * cut-n-paste/fileformatchooser/egg-macros.h:
61         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
62         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
63         * shell/Makefile.am:
64         * shell/ev-utils.c:
65         (file_chooser_dialog_add_writable_pixbuf_formats),
66         (get_gdk_pixbuf_format_by_extension):
67         * shell/ev-utils.h:
68         * shell/ev-window.c: (ev_window_error_message),
69         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
70         
71         Simplify image format selection on save.
72
73 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
74
75         * shell/ev-view.c: (ev_view_scroll_event):
76         
77         Repair gorizontal scrolling with shift. Fixes
78         bug #483412.
79
80 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
81         
82         * MAINTAINERS:
83
84         Fix formatting issues.
85         
86 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
87
88         * backend/comics/comics-document.c: (comics_regex_quote):
89         
90         Don't overquote special chars except of '. See bug 
91         502500. Thanks to Tom Parker.
92
93 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
94
95         * MAINTAINERS:
96         
97         Added Nickolay and Carlos, since they're doing most of
98         the releases nowadays.
99
100 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
101
102         * properties/Makefile.am:
103
104         Get the nautilus extension dir properly instead of using
105         a hack. Fixes bug #505359.
106
107 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
108
109         * properties/Makefile.am:
110         
111         Install nautilus extension into new place. See bug
112         #505359. Thanks to Matthias Clasen, Brian Pepple and
113         Damien Carbery.
114
115 2008-01-13   Djihed Afifi  <djihed@gmail.com>
116
117         * shell/ev-window.c: (ev_window_get_recent_file_label):
118         
119         RTL marker in recent file list. See bug #509076.
120
121 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
124         * shell/ev-window.c: (image_save_dialog_response_cb):
125
126         Fix compile warnings due to unused variables.
127         
128 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * configure.ac:
131         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
132         * backend/ps/ev-spectre.c: (ps_document_render):
133
134         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
135
136 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
137
138         * shell/ev-transition-animation.c (ev_transition_animation_fade)
139         (ev_transition_animation_paint): Implement "fade" effect.
140
141 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
142
143         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
144         (ev_transition_animation_paint): Implement "uncover" effect.
145
146 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
147
148         * shell/ev-transition-animation.c (ev_transition_animation_cover)
149         (ev_transition_animation_paint): Implement "cover" effect.
150
151 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
152
153         * shell/ev-transition-animation.c (ev_transition_animation_push)
154         (ev_transition_animation_paint): Implement "push" effect.
155
156 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
157
158         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
159         (ev_transition_animation_paint): Implement "dissolve" effect.
160
161 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
162
163         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
164         (ev_transition_animation_paint): Implement "wipe" effect.
165
166 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
167
168         * shell/ev-transition-animation.c (ev_transition_animation_box)
169         (ev_transition_animation_paint): Implement "box" effect.
170
171 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
172
173         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
174         (ev_transition_animation_paint): Implement "blinds" effect.
175
176 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
177
178         * shell/ev-transition-animation.c (ev_transition_animation_split)
179         (ev_transition_animation_paint): Implement "split" effect.
180
181 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
182
183         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
184         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
185         (ev_view_transition_animation_start) 
186         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
187         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
188         (ev_view_next_page) (ev_view_previous_page):
189         
190         Use EvTransitionAnimation to drive page changes in the presentation
191         mode, the animation will wait to start until both the origin and 
192         destination page surfaces are available. Fixes #458460.
193
194         (draw_loading_text):
195
196         Remove workaround for bug #320352, it's now fixed properly.
197
198
199 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
200
201         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
202         will contain the implementations for page transition animations, at
203         the moment it just has the "replace" effect.
204         * shell/Makefile.am: Added these files to build.
205
206 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
207
208         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
209         animations.
210         * shell/Makefile.am: Added these files to build.
211
212 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
213
214         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
215         implementation to get_effect() in EvDocumentTransitionIface.
216
217 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
218
219         * libdocument/ev-transition-effect.[ch]: New files, define a page
220         transition effect, at the moment it maps PopplerPageTransition to a
221         GObject.
222         * libdocument/Makefile.am: Added these files to build.
223         * libdocument/ev-document-transition.[ch]
224         (ev_document_transition_get_effect): New method, gets the
225         EvTransitionEffect returned by the interface implementation, with
226         fallback to the "replace" effect.
227
228 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
229
230         * configure.ac:
231         * cut-n-paste/Makefile.am:
232         * cut-n-paste/fileformatchooser/Makefile.am:
233         * cut-n-paste/fileformatchooser/egg-macros.h:
234         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
235         * shell/Makefile.am:
236         * shell/ev-window.c: (image_save_dialog_response_cb),
237         (ev_view_popup_cmd_save_image_as):
238
239         Allow exporting images in any format supported by
240         GdkPixbuf. Fixes bug #500209.
241         
242 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * backend/pixbuf/pixbuf-document.c:
245
246         More warnings fixed.
247         
248 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
251         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
252         * backend/djvu/djvu-text.h:
253         * backend/tiff/tiff-document.c: (tiff_document_render):
254
255         Fix compile warnings.
256         
257 2007-12-28  Christian Persch  <chpe@gnome.org>
258
259         * **/*.c: Include config.h. Bug #504721.
260
261 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * configure.ac:
264         * Makefile.am:
265         * po/POTFILES.in:
266         * backend/comics/Makefile.am:
267         * backend/comics/comics-document.[ch]:
268         * backend/comics/comicsdocument.evince-backend.in:
269         * backend/djvu/Makefile.am:
270         * backend/djvu/djvu-document.[ch]:
271         * backend/djvu/djvudocument.evince-backend.in:
272         * backend/dvi/Makefile.am:
273         * backend/dvi/dvi-document.[c]:
274         * backend/dvi/dvidocument.evince-backend.in:
275         * backend/impress/Makefile.am:
276         * backend/impress/impress-document.[ch]:
277         * backend/impress/impressdocument.evince-backend.in:
278         * backend/pdf/Makefile.am:
279         * backend/pdf/ev-poppler.cc:
280         * backend/pdf/ev-poppler.h:
281         * backend/pdf/pdfdocument.evince-backend.in:
282         * backend/pixbuf/Makefile.am:
283         * backend/pixbuf/pixbuf-document.[ch]:
284         * backend/pixbuf/pixbufdocument.evince-backend.in:
285         * backend/ps/Makefile.am:
286         * backend/ps/ev-spectre.[ch]:
287         * backend/ps/ps-document.[ch]:
288         * backend/ps/psdocument.evince-backend.in:
289         * backend/tiff/Makefile.am:
290         * backend/tiff/tiff-document.[ch]:
291         * backend/tiff/tiffdocument.evince-backend.in:
292         * libdocument/Makefile.am:
293         * libdocument/ev-backends-manager.[ch]:
294         * libdocument/ev-module.[ch]:
295         * libdocument/ev-document.h:
296         * libdocument/ev-document-factory.[ch]:
297         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
298         (get_compression_from_mime_type), (get_document_from_uri),
299         (ev_document_factory_get_document), (file_filter_add_mime_types),
300         (ev_document_factory_add_filters):
301         * shell/Makefile.am:
302         * shell/ev-window-title.c: (get_filename_from_uri):
303         * shell/main.c: (main):
304         * thumbnailer/Makefile.am:
305         * thumbnailer/evince-thumbnailer.c: (main):
306
307         Plugin system for backends. Fixes bug #351348.
308         
309 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
310
311         * shell/ev-view-private.h:
312         * shell/ev-view.c: (ev_view_drag_update_momentum),
313         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
314         (ev_view_button_release_event), (ev_view_destroy):
315         
316         Kinetic scrolling implemented as requested in
317         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
318
319 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
320
321         * data/evince-toolbar.xml:
322         * data/evince-ui.xml:
323         * shell/ev-view-private.h:
324         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
325         (ev_view_button_press_event), (ev_view_motion_notify_event),
326         (ev_view_button_release_event), (ev_view_init),
327         (ev_view_autoscroll_cb), (ev_view_autoscroll),
328         (ev_view_set_cursor):
329         * shell/ev-view.h:
330         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
331         (ev_window_cmd_view_autoscroll):
332         
333         Autoscroll feature with the context menu. Fixes bug 
334         #323670. Thanks to David Turner <cillian64@googlemail.com>.
335
336 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
339
340         Disconnect also page-ready signal when removing a job because the
341         page size has changed. Thanks to kripken
342         <kripkensteiner@gmail.com>.
343
344 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
345
346         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
347         
348         Scroll pages in page entry with mouse wheel. Fixes bug
349         #324122. Thanks to David Turner <cillian64@googlemail.com>.
350
351 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * backend/dvi/Makefile.am:
354         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
355         (mdvi_cairo_device_init):
356         * backend/dvi/mdvi-lib/common.h:
357         * backend/dvi/mdvi-lib/mdvi.h:
358         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
359         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
360         (mdvi_build_path_from_cwd):
361
362         Add ps specials support in dvi backend when libspectre is
363         present. Fixes bug #386005.
364         
365 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * configure.ac:
368         * backend/ps/Makefile.am:
369         * backend/ps/ev-spectre.[ch]:
370         
371         Use libspectre, if available, for the ps backend. Fixes bugs
372         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
373
374 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
375         
376         * backend/comics/comics-document.c: (comics_document_load):
377         
378         Cygwin build issue fix.
379
380 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * shell/ev-view.c: (ev_view_set_zoom):
383
384         Do not limit the minimum zoom factor when sizing mode is best bit
385         or fit width. Fixes bug #503805.
386         
387 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
390         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
391         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
392         (ev_link_dest_get_property), (ev_link_dest_set_property),
393         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
394         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
395         (ev_link_dest_new_fitr):
396         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
397         (goto_fith_dest), (goto_xyz_dest):
398
399         Do not change left, top and zoom values when they are null in PDF
400         destinations. Fixes bug #460658.
401         
402 2007-12-10  Christian Persch  <chpe@gnome.org>
403
404         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
405         (ev_view_accessible_class_init),
406         (ev_view_accessible_idle_do_action),
407         (ev_view_accessible_action_do_action),
408         (ev_view_accessible_action_get_description),
409         (ev_view_accessible_action_set_description),
410         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
411         (ev_view_accessible_factory_init),
412         (ev_view_accessible_factory_get_accessible_type):
413         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
414         private data, and G_DEFINE_TYPE. Bug #502843.
415
416 2007-12-08  Christian Persch  <chpe@gnome.org>
417
418         * shell/ev-metadata-manager.c: (item_free),
419         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
420         (value_free), (parse_value), (parseItem),
421         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
422         (save_values): Use GSlice to allocate small amounts of memory. Bug
423         #475972.
424
425 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
428
429         Restore cursor to normal after a drag operation. Fixes bug
430         #501603.
431         
432 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
433
434         * NEWS:
435         * configure.ac:
436         
437         Update for release 2.21.1
438
439 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * configure.ac:
442         * cut-n-paste/gedit-message-area/Makefile.am:
443         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
444         * shell/Makefile.am:
445         * shell/ev-message-area.[ch]:
446         * shell/ev-window.c: (ev_window_set_message_area),
447         (ev_window_error_message_response_cb), (ev_window_error_message),
448         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
449         (ev_window_save_job_cb), (image_save_dialog_response_cb),
450         (ev_attachment_popup_cmd_open_attachment),
451         (attachment_save_dialog_response_cb), (ev_window_set_document),
452         (ev_window_init):
453
454         Use a message area instead of a popup dialog for error
455         notifications. Fixes bug #337495.
456         
457 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
460         (ev_window_run_fullscreen):
461
462         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
463         
464 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * ev-sidebar-thumbnails.c: (update_visible_range),
467         (ev_sidebar_thumbnails_refresh),
468         (ev_sidebar_thumbnails_set_document),
469         (ev_sidebar_thumbnails_support_document):
470
471         Show thumbnails for documents with one page. Fixes bug #358751.
472         
473 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-window.c:
476         (ev_window_load_print_settings_from_metadata),
477         (ev_window_save_print_settings), (ev_window_print_finished),
478         (ev_window_print_range):
479
480         Print settings that are specific to the document are now saved per
481         document in the metadata file. Fixes bug #488806.
482         
483 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
484
485         * backend/tiff/tiff-document.c: (tiff_document_render):
486
487         Tiff documents were rendered with wrong colors. Fixes bug #497279.
488         
489 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-application.[ch]: (get_find_string_from_args),
492         (ev_application_open_uri_at_dest), (ev_application_open_uri),
493         (ev_application_open_uri_list):
494         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
495         * shell/ev-window.[ch]: (ev_window_load_job_cb),
496         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
497         (ev_window_cmd_recent_file_activate),
498         (ev_window_open_recent_action_item_activated),
499         (ev_window_print_send), (open_remote_link):
500         * shell/main.c: (arguments_parse):
501
502         Add a command line option for search. Fixes bug #497710.
503         
504 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
505
506         * shell/ev-jobs.c: (ev_job_print_new):
507
508         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
509         
510 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * data/evince-toolbar.xml:
513         * shell/Makefile.am:
514         * shell/ev-application.c: (ev_application_init):
515         * shell/ev-open-recent-action.[ch]:
516         * shell/ev-window.c:
517         (ev_window_open_recent_action_item_activated),
518         (register_custom_actions):
519
520         Add an expander to the open toolbar item which pops up a dropdown
521         menu with the recently used documents. Fixes bug #487215.
522         
523 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/ev-window.c: (ev_window_open_uri),
526         (ev_window_cmd_view_reload):
527
528         Do not jump to the first page when reloading by running evince
529         from the command line. Fixes bug #490847.
530         
531 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
532
533         * shell/ev-window.c: (ev_window_cmd_help_contents):
534
535         Plugged memory leak when help file is not found. Fixes bug
536         #490762.
537         
538 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * configure.ac:
541
542         Enable djvu, dvi and comics backends by default. Fixes bug
543         #437121.
544         
545 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * configure.ac:
548         * cut-n-paste/Makefile.am:
549         * cut-n-paste/recent-files/*: Removed
550         * help/reference/Makefile.am:
551         * shell/Makefile.am:
552         * shell/ev-application.[ch]: (ev_application_shutdown),
553         (ev_application_init):
554         * shell/ev-window.c: (ev_window_add_recent),
555         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
556
557         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
558         
559 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
560
561         * shell/ev-window.c: (launch_external_uri):
562
563         Let GnomeVFS check the URL, this allow more URL (like mailto:),
564         and report error if the URL is not supported (#489910).
565
566 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
569         (pdf_document_file_exporter_begin_page),
570         (pdf_document_file_exporter_end_page):
571
572         Fix printing with poppler splash backend. Fixes bug #489774.
573         
574 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
577         * shell/ev-print-job.c: (ev_print_job_class_init):
578
579         Fix a crash when printing with the gnome-print dialog. Fixes bug
580         #488939.
581         
582 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
583
584         * backend/pixbuf/pixbuf-document.c:
585
586         Fix an implicit function definition warning (#487655)
587
588 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * shell/ev-window.c:
591
592         Fix conflicting shortcut for view sade pane and presentation.
593         
594 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * backend/pdf/ev-poppler.cc:
597         (pdf_document_file_exporter_begin_page),
598         (pdf_document_file_exporter_do_page),
599         (pdf_document_file_exporter_end_page),
600         (pdf_document_file_exporter_iface_init):
601         * libdocument/ev-file-exporter.[ch]:
602         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
603         * shell/ev-jobs.c: (ev_job_print_get_page_list),
604         (ev_job_print_run):
605
606         When printing multiple pages per sheet in reverse option, do not
607         invert the order of the pages in every sheet, but the order of the
608         sheets. Do not print blank pages when page range is invalid. Fixes
609         bugs #484857 and #485521.
610         
611 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-jobs.c: (ev_job_print_get_page_list),
614         (ev_job_print_run):
615         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
616
617         Respect ranges order when printing more than one range in random
618         order.
619         
620 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
621
622         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
623         (ev_window_setup_document), (ev_window_rotation_changed_cb):
624
625         Rotate also the window icon when document is rotated. Fixes bug
626         #474681.
627         
628 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
631         (pdf_document_forms_get_form_fields):
632
633         Silently ignore unknown form fields. Fixes bug #482654. Patch by
634         Matthias Drochner.
635         
636 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * configure.ac:
639         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
640
641         Use poppler_page_render_for_printing() instead of
642         poppler_page_render() if available when exporting to a ps or pdf
643         file. Fixes bug #476627.
644         
645 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (ev_window_run_fullscreen):
648
649         Do not show the toolbar in fullscreen mode if the main toolbar is
650         not visible. Fixes bug #483048.
651         
652 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-view.c: (ev_view_button_press_event):
655
656         Give priority to form fields over images when deciding whether a
657         button press event is over an image or form field. It allows edit
658         form fields when they are over a background image. Fixes bug
659         #477841.
660         
661 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
662
663         * NEWS:
664         * configure.ac:
665         
666         Update for release 2.20.0
667
668 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * backend/pdf/ev-poppler.cc:
671
672         Remove #ifdef HAVE_FORMS, so that forms support works again.
673
674 2007-09-05  Götz Waschk  <waschk@mandriva.org>
675
676         * configure.ac:
677         * data/evince.desktop.in.in:
678         
679         Fixes desktop file issues. See bug #473471.
680
681 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
684         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
685         (ev_job_queue_remove_job):
686         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
687         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
688         * shell/ev-window.c: (ev_window_clear_save_job),
689         (ev_window_save_job_cb), (file_save_dialog_response_cb),
690         (ev_window_dispose):
691
692         Move save a copy task to its own job so that it's carried out in a
693         thread avoiding another lock in the main thread. Use
694         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
695         can be saved to a pathin another file system. Fixes bug #456891.
696         
697 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
698
699         * NEWS:
700         * configure.ac:
701         
702         Update for release 2.19.92
703
704 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * configure.ac:
707         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
708         (pdf_selection_get_selection_region),
709         (pdf_selection_get_selection_map),
710         (ev_form_field_from_poppler_field):
711
712         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
713         and triple click selections are enabled again now.
714
715 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-window.c: (ev_window_add_history):
718
719         Make sure not to use the history with documents not supporting
720         links. Fixes bug #468954.
721
722 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-window.c: (ev_window_load_job_cb):
725
726         Restart the search when reloading a document with the find bar
727         visible. Fixes bug #461962.
728
729 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-window.c: (setup_document_from_metadata),
732         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
733
734         Do not jump to the first page when reloading a document from the
735         last page.
736
737 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-window.c: (update_chrome_flag),
740         (setup_sidebar_from_metadata),
741         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
742         (ev_window_cmd_edit_find_next),
743         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
744         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
745         (find_bar_close_cb), (view_actions_focus_in_cb):
746
747         Do not update visibility when changing a chrome flag so that it's
748         possible to update several flags and update visibility only once
749         for all of them.
750
751 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
754
755         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
756         supported by gtk+. Fixes bug #460907.
757
758 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/ev-view.c: (view_update_range_and_current_page):
761
762         Make sure current-page <= end-page in continuous mode. Fixes bug
763         #454950.
764
765 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * backend/pdf/ev-poppler.cc: (build_tree):
768
769         Ignore outline items without a title. Fixes bug #453913.
770
771 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
774         (ev_view_button_release_event), (ev_view_leave_notify_event):
775
776         Use always drag mouse cursor during a drag operation. Fixes bug
777         #470564.
778
779 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
782         (pdf_selection_get_selection_region),
783         (pdf_selection_get_selection_map):
784
785         Temporarily disable double and triple selections since it depends on
786         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
787         released and the update of the external dependency minimal version
788         approved.
789
790 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
793         (pdf_document_file_exporter_do_page):
794         * libdocument/ev-file-exporter.h:
795         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
796         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
797
798         Actually fix printing regressions. Remove orientation from
799         EvPrintContext since it's redundant.
800
801 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
804         * backend/impress/impress-document.c:
805         (impress_document_document_iface_init):
806         * backend/ps/ps-document.c: (ps_document_document_iface_init):
807         * backend/djvu/djvu-document.c:
808         (djvu_document_document_iface_init),
809         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
810         * backend/tiff/tiff-document.c:
811         (tiff_document_document_iface_init):
812         * backend/pixbuf/pixbuf-document.c:
813         (pixbuf_document_document_iface_init):
814         * backend/comics/comics-document.c:
815         (comics_document_document_iface_init):
816         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
817         (pdf_selection_render_selection),
818         (pdf_selection_get_selected_text),
819         (pdf_selection_get_selection_region),
820         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
821         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
822         (ev_selection_get_selection_region),
823         (ev_selection_get_selection_map):
824         * libdocument/ev-document.[ch]:
825         * shell/ev-pixbuf-cache.[ch]: (add_job),
826         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
827         * shell/ev-view-private.h:
828         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
829         (ev_job_render_run):
830         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
831         * shell/ev-view.c: (start_selection_for_event),
832         (ev_view_button_press_event), (ev_view_drag_data_get),
833         (ev_view_drag_data_received), (ev_view_button_release_event),
834         (compute_new_selection_text), (compute_selections),
835         (ev_view_select_all), (get_selected_text), (ev_view_copy),
836         (ev_view_primary_get_cb):
837
838         Add support for double and triple click selections.
839
840 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
841
842         * NEWS:
843         * configure.ac:
844
845         Update for release 2.19.4
846
847 2007-08-28  Justin Blanchard  <justinb04@aim.com>
848
849         * shell/ev-view-private.h:
850         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
851         (ev_view_set_highlight_search):
852         * shell/ev-view.h:
853         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
854         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
855         (find_bar_visibility_changed_cb):
856         
857         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
858
859 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
862         (pdf_document_file_exporter_begin),
863         (pdf_document_file_exporter_do_page):
864         * shell/ev-jobs.c: (ev_job_print_run):
865         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
866
867         Create always a portrait cairo surface and rotate when needed for
868         landscape. It fixes printing problems in real printers.
869
870 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
873         * libdocument/ev-file-exporter.[ch]:
874         (ev_file_exporter_get_capabilities):
875         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
876         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
877
878         Adjust number of pages per row according to page orientation when
879         printing 2 or 6 pages per sheet.
880
881 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-window.c: (ev_window_print_send):
884
885         Reset also cups setting to 1 when printing multiple pages per
886         sheet. Fixes bug #468853.
887
888 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * libdocument/ev-document-misc.c:
891         (ev_document_misc_surface_rotate_and_scale):
892
893         Use directly cairo_surface_get_content() when creating a similar
894         surface as suggested by Jeff Muizelaar. Thanks again.
895
896 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * backend/djvu/djvu-document.c: (djvu_document_render):
899         * backend/tiff/tiff-document.c: (tiff_document_render):
900         * backend/pdf/ev-poppler.cc: (pdf_document_render):
901         * libdocument/ev-document-misc.c:
902         (ev_document_misc_surface_from_pixbuf),
903         (ev_document_misc_surface_rotate_and_scale):
904
905         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
906         creating page surfaces. Fixes bug #453123. Thank you very much to
907         Jeff Muizelaar <jeff@infidigm.net>.
908
909 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * shell/ev-page-cache.c: (ev_page_cache_new),
912         (ev_page_cache_get_thumbnail_size):
913         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
914         (ev_sidebar_thumbnails_set_loading_icon):
915
916         Also store in page-cache the dimensions of the thumbnails so that
917         they can be used to create the correct loading icon in the side
918         pane. Fixes bug #466857.
919
920 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * backend/pdf/ev-poppler.cc:
923         (pdf_document_thumbnails_get_thumbnail):
924
925         Fix thumbnails rotation in pdf documents that include embedded 
926         thumbnails.
927
928 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
929
930         * backend/pdf/ev-poppler.cc:
931
932         Don't use #ifdef in macro expansion. Some compilers don't
933         like that. Closes bug #467042.
934
935 2007-08-15  Justin Blanchard  <justinb04@aim.com>
936
937         * backend/djvu/djvu-document.c: (djvu_document_finalize):
938         
939         Fixes memory leak in djvu backend.
940
941 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
942
943         * data/icons/32x32/Makefile.am:
944         * data/icons/32x32/actions/Makefile.am:
945         * data/icons/32x32/actions/view-page-cont.svg:
946         * data/icons/32x32/actions/view-page-facing.svg:
947         * data/icons/48x48/Makefile.am:
948         * data/icons/48x48/actions/Makefile.am:
949         * data/icons/48x48/actions/view-page-cont.svg:
950         * data/icons/48x48/actions/view-page-facing.svg:
951         
952         Icons for a new sizes.
953
954 2007-08-14  Justin Blanchard  <justinb04@aim.com>
955
956         * shell/ev-page-cache.c: (build_height_to_page),
957         (ev_page_cache_get_height_to_page):
958         
959         Fixes invalid read, see bug #466401.
960
961 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
964         (set_drag_cursor):
965         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
966         (configure_item_cursor), (new_pixbuf_from_widget):
967
968         Fix multihead problems in toolbar editor. Fixes bug #382055.
969
970 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * shell/ev-window.c: (ev_window_cmd_file_open),
973         (ev_window_cmd_save_as):
974
975         Use g_get_user_special_dir when available instead of
976         xdg_user_dir_lookup.
977
978 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
979
980         * MAINTAINERS:
981         
982         Updated according to request on desktop-devel.
983
984 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
987
988         Do not use cairo_rectangle and cairo_clip since we are
989         not using cairo_fill but cairo_paint. Use the same cairo context
990         for every page in the same expose event.
991
992 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
993
994         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
995         leak.
996
997 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * configure.ac:
1000         * NEWS:
1001
1002         Release 0.9.3
1003
1004 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * libdocument/ev-document-info.h:
1007         * libdocument/ev-document.h:
1008         * shell/ev-page-action.h:
1009         * shell/ev-sidebar-links.h:
1010
1011         Fix a headers problem with ev-link
1012         
1013         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1014         * shell/ev-view-private.h:
1015         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1016         (get_link_area), (ev_view_query_tooltip),
1017         (ev_view_leave_notify_event), (ev_view_destroy),
1018         (ev_view_class_init):
1019
1020         Use new gtk tooltips when available instead of ev-tooltip.
1021         
1022 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * shell/ev-window.c: (update_chrome_visibility),
1025         (ev_window_sidebar_visibility_changed_cb):
1026
1027         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1028         
1029 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * shell/ev-navigation-action.c:
1032         (ev_navigation_action_history_changed),
1033         (ev_navigation_action_set_history):
1034         * shell/ev-navigation-action-widget.c:
1035         (ev_navigation_action_widget_init):
1036         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1037
1038         Fix compile warnings.
1039         
1040 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1043         (egg_editable_toolbar_dispose):
1044
1045         Fix memory leak.
1046         
1047 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1050         (screensaver_disable_x11):
1051         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1052         * shell/ev-window.c: (presentation_set_timeout):
1053         * shell/ev-view.c: (ev_view_presentation_transition_start):
1054
1055         Use g_timeout_add_seconds instead of g_timeout_add when
1056         available.
1057         
1058 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1061
1062         Set horizontal scrollbar policy to AUTOMATIC instead of
1063         NEVER. Workaround for bug #449462.
1064         
1065 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * shell/ev-jobs.c: (ev_job_render_page_ready):
1068
1069         Add page_ready callback to main loop with high priority and hold
1070         a reference to job during idle.
1071         
1072 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * configure.ac:
1075         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1076         (pdf_document_file_exporter_begin),
1077         (pdf_document_file_exporter_do_page),
1078         (pdf_document_file_exporter_get_capabilities):
1079         * libdocument/ev-file-exporter.h:
1080         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1081         * shell/ev-window.c: (ev_window_print_send),
1082         (ev_window_print_dialog_response_cb):
1083
1084         Allow printing multiple pages per sheet. Fixes bug #395573.
1085         
1086 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1087
1088         * shell/ev-view.c: (tip_from_link):
1089         
1090         Check for NULL, fixes bug #460862.
1091
1092 2007-07-29  Christian Persch  <chpe@gnome.org>
1093
1094         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1095         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1096         (ev_window_cmd_preview_print):
1097         
1098         Fixes bug #437681 - blocks while enumerating printers.
1099
1100 2007-07-29  Christian Persch  <chpe@gnome.org>
1101
1102         * shell/ev-window.c: (ev_window_screen_changed):
1103         
1104         Don't use deprecated gtk+ function. See bug #460909.
1105
1106 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * shell/ev-utils.c: (get_num_monitors):
1109         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1110
1111         Do not use display before initializing it. Remove compile
1112         warnings.
1113
1114 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1115
1116         * shell/ev-view.c: (ev_view_class_init):
1117         
1118         Unix-like hjkl bindings added. See bug #458111.
1119
1120 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1121
1122         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1123         * shell/ev-utils.h:
1124         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1125         (ev_view_update_view_size):
1126         * shell/ev-view.h:
1127         * shell/ev-window.c: (ev_window_update_actions),
1128         (setup_view_from_metadata), (ev_window_screen_changed),
1129         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1130         (zoom_control_changed_cb):
1131         * shell/ev-window.h:
1132         
1133         Reorganizes utility functions.
1134
1135 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1138         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1139         (add_job), (ev_pixbuf_cache_get_surface),
1140         (ev_pixbuf_cache_get_link_mapping),
1141         (ev_pixbuf_cache_get_image_mapping),
1142         (ev_pixbuf_cache_get_form_field_mapping),
1143         (ev_pixbuf_cache_get_text_mapping):
1144         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1145         (notify_page_ready), (ev_job_render_page_ready),
1146         (ev_job_render_run):
1147
1148         Add page_ready signal to notify that page is ready as soon as
1149         possible even if other page elements like links, forms, images or
1150         text mapping are not ready yet.
1151
1152 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1155         (dvi_document_file_exporter_do_page),
1156         (dvi_document_file_exporter_get_capabilities),
1157         (dvi_document_file_exporter_iface_init):
1158         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1159         (ps_document_file_exporter_do_page),
1160         (ps_document_file_exporter_get_capabilities),
1161         (ps_document_file_exporter_iface_init):
1162         * backend/djvu/djvu-document.c:
1163         (djvu_document_file_exporter_begin),
1164         (djvu_document_file_exporter_end),
1165         (djvu_document_file_exporter_get_capabilities),
1166         (djvu_document_file_exporter_iface_init):
1167         * backend/tiff/tiff-document.c:
1168         (tiff_document_file_exporter_begin),
1169         (tiff_document_file_exporter_get_capabilities),
1170         (tiff_document_document_file_exporter_iface_init):
1171         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1172         (pdf_document_file_exporter_do_page),
1173         (pdf_document_file_exporter_get_capabilities),
1174         (pdf_document_file_exporter_iface_init):
1175         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1176         (ev_file_exporter_get_capabilities):
1177         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1178         (idle_print_handler), (ev_print_job_print):
1179         * shell/ev-jobs.c: (ev_job_print_run):
1180         * shell/ev-window.c: (ev_window_print_send),
1181         (ev_window_print_range):
1182
1183         Use capabilities to know which options should be offered by the
1184         print dialog depending on the document backend.
1185
1186 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1189
1190         Give priority to forms over text to set the cursor.
1191
1192 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * shell/ev-view-private.h:
1195         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1196         (ev_view_leave_notify_event), (ev_view_finalize),
1197         (ev_view_get_property), (ev_view_class_init):
1198
1199         Use IBEAM cursor for text form fields and NORMAL cursor for read
1200         only fields. Remove unused status attribute.
1201
1202 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1205
1206         Update region for current selected items also for checkbox
1207         buttons, since they can behave as radio buttons when they are in a
1208         set.
1209
1210 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * configure.ac:
1213         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1214
1215         Get max length of text form fields.
1216
1217 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1220         * libdocument/ev-form-field.h:
1221         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1222
1223         Fix build with current poppler cvs head.
1224
1225 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1228         * shell/eggfindbar.c: (egg_find_bar_init):
1229
1230         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1231         deprecation. Fixes bug #455667
1232
1233 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1234
1235         * NEWS:
1236         * configure.ac:
1237         
1238         Update for release 0.9.2
1239
1240 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * shell/ev-view.c: (ev_view_form_field_text_save),
1243         (ev_view_form_field_choice_save):
1244
1245         Fix a crash when closing whith a form widget visible.
1246
1247 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1250
1251         Update also the region of the current selected button when
1252         clicking on another button if they are radio buttons.
1253
1254 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1257         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1258         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1259         (ev_pixbuf_cache_get_link_mapping),
1260         (ev_pixbuf_cache_get_image_mapping),
1261         (ev_pixbuf_cache_get_form_field_mapping),
1262         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1263         * shell/ev-view.c: (ev_view_form_field_get_region),
1264         (ev_view_form_field_button_create_widget),
1265         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1266         (job_finished_cb):
1267
1268         Redraw only form field region instead of the whole page when
1269         reloading a page to show changes on the form field.
1270
1271 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * shell/ev-view.c: (ev_view_form_field_choice_save):
1274
1275         Fix selection of first item in list form fields.
1276
1277 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1280         (ev_pixbuf_cache_reload_page),
1281         (ev_pixbuf_cache_get_form_field_mapping):
1282
1283         Some refactoring to avoid duplicated code.
1284
1285 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * configure.ac:
1288         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1289         (ev_form_field_from_poppler_field),
1290         (pdf_document_forms_get_form_fields),
1291         (pdf_document_forms_form_field_text_get_text),
1292         (pdf_document_forms_form_field_text_set_text),
1293         (pdf_document_forms_form_field_button_set_state),
1294         (pdf_document_forms_form_field_button_get_state),
1295         (pdf_document_forms_form_field_choice_get_item),
1296         (pdf_document_forms_form_field_choice_get_n_items),
1297         (pdf_document_forms_form_field_choice_is_item_selected),
1298         (pdf_document_forms_form_field_choice_select_item),
1299         (pdf_document_forms_form_field_choice_toggle_item),
1300         (pdf_document_forms_form_field_choice_unselect_all),
1301         (pdf_document_forms_form_field_choice_set_text),
1302         (pdf_document_forms_form_field_choice_get_text),
1303         (pdf_document_document_forms_iface_init):
1304         * libdocument/Makefile.am:
1305         * libdocument/ev-form-field.[ch]:
1306         * libdocument/ev-document-forms.[ch]:
1307         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1308         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1309         (add_job), (ev_pixbuf_cache_reload_page),
1310         (ev_pixbuf_cache_get_form_field_mapping):
1311         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1312         * shell/ev-view-private.h:
1313         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1314         (ev_view_handle_cursor_over_xy),
1315         (ev_view_get_form_field_at_location),
1316         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1317         (ev_view_form_field_button_create_widget),
1318         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1319         (ev_view_form_field_text_create_widget),
1320         (ev_view_form_field_choice_save),
1321         (ev_view_form_field_choice_changed),
1322         (ev_view_form_field_choice_create_widget),
1323         (ev_view_handle_form_field), (ev_view_size_allocate),
1324         (ev_view_realize), (draw_end_presentation_page),
1325         (ev_view_button_press_event), (ev_view_remove_all),
1326         (ev_view_motion_notify_event), (ev_view_key_press_event),
1327         (ev_view_enter_notify_event), (highlight_find_results),
1328         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1329         (ev_view_class_init), (page_changed_cb),
1330         (on_adjustment_value_changed), (ev_view_set_presentation),
1331         (merge_selection_region), (ev_view_set_cursor),
1332         (ev_view_reset_presentation_state):
1333         
1334         Merge evince-forms branch.
1335
1336 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1337
1338         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1339
1340         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1341         This script also updates itself from libegg
1342
1343         * cut-n-paste/toolbar-editor/egg*:
1344         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1345         libegg
1346
1347 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1348
1349         * shell/ev-window.c:
1350         
1351         Adds a nice icon to page action during toolbar editing.
1352         See bug #452872.
1353
1354 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1355
1356         * data/evince-toolbar.xml:
1357         * shell/ev-window.c:
1358         
1359         Let user add a presentation and fullscreen icons on toolbar.
1360         See bug #449734.
1361
1362 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1363
1364         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1365
1366         new script to keep in sync with toolbareditor in libegg
1367
1368         * cut-n-paste/toolbar-editor/*: 
1369
1370         Run update-toolbareditor-from-libegg so we are in sync again. 
1371         Fixes bug #452850.
1372         
1373
1374 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * shell/ev-sidebar-links.c: (job_finished_callback):
1377
1378         Do not connect selection changed signal more than once. Fixes bug
1379         #349433.
1380
1381 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1384
1385         Do not change sidebar chrome flag when pressing F9 key in
1386         presentation mode.
1387
1388 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * backend/pdf/ev-poppler.cc:
1391         (pdf_document_thumbnails_get_dimensions):
1392
1393         Make sure thumbnails width and height is not <= 0. Fixes a crash
1394         with some pdf documents which have really small pages.
1395
1396 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1397
1398         * shell/main.c: (main):
1399
1400         Fixes program description translation issue.
1401         Bug #450148.
1402
1403 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1404
1405         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1406
1407         Do not change current page when returning from black/white mode
1408         in presentation. Fixes bug #415032.
1409
1410 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1411
1412         * NEWS:
1413         * configure.ac:
1414         
1415         Update for release 0.9.1
1416
1417 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1418
1419         * backend/dvi/dvi-document.c:
1420         (dvi_document_finalize),
1421         (dvi_document_file_exporter_format_supported),
1422         (dvi_document_file_exporter_begin),
1423         (dvi_document_file_exporter_do_page),
1424         (dvi_document_file_exporter_end),
1425         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1426         
1427         PDF exporter for dvi documents. Fixes bug #441319.
1428
1429 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-window.c: (ev_window_clear_print_job):
1432
1433         Clear gtk print job when job has finished. Fixes bug #447612.
1434
1435 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-window.c: (ev_window_print_send),
1438         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1439
1440         Add preview button to print dialog. Fixes bug #445419.
1441
1442 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * backend/dvi/Makefile.am:
1445         * backend/dvi/pixbuf-device.[ch]: Removed
1446         * backend/dvi/cairo-device.[ch]: Added
1447         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1448         * backend/dvi/dvi-document.c: (dvi_document_load),
1449         (dvi_document_render), (dvi_document_finalize),
1450         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1451         (dvi_document_do_color_special):
1452         * libdocument/ev-document-misc.[ch]:
1453         (ev_document_misc_pixbuf_from_surface):
1454
1455         Port dvi backend to cairo and fix a problem with colors. 
1456
1457 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-view.c: (draw_one_page):
1460
1461         Draw only visible region.
1462
1463 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * backend/djvu/djvu-document.c: (djvu_document_render):
1466
1467         Fix rotation in djvu backend.
1468
1469 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1472         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1473         (ev_pixbuf_cache_get_image_mapping),
1474         (ev_pixbuf_cache_get_text_mapping):
1475
1476         Redraw view every time we have a new surface. Fixes bug #443587.
1477
1478 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * libdocument/ev-document.c: (ev_document_info_free):
1481
1482         Fix memory leaks.
1483
1484 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * backend/dvi/dvi-document.c: (dvi_document_render),
1487         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1488         * backend/impress/impress-document.c:
1489         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1490         (impress_document_render), (impress_document_document_iface_init),
1491         (impress_document_thumbnails_get_thumbnail):
1492         * backend/djvu/djvu-document-private.h:
1493         * backend/djvu/djvu-document.c: (djvu_document_render),
1494         (djvu_document_finalize), (djvu_document_document_iface_init),
1495         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1496         * backend/tiff/tiff-document.c: (tiff_document_render),
1497         (tiff_document_render_pixbuf),
1498         (tiff_document_document_iface_init):
1499         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1500         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1501         (pdf_selection_render_selection):
1502         * backend/comics/comics-document.c:
1503         (comics_document_render_pixbuf), (comics_document_render),
1504         (comics_document_document_iface_init):
1505         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1506         (pixbuf_document_document_iface_init):
1507         * libdocument/ev-document-misc.[ch]:
1508         (ev_document_misc_surface_from_pixbuf),
1509         (ev_document_misc_surface_rotate_and_scale):
1510         * libdocument/ev-document.[ch]: (ev_document_render):
1511         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1512         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1513         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1514         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1515         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1516         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1517         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1518         (render_finished_cb), (ev_job_render_run):
1519         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1520         (merge_selection_region):
1521
1522         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1523         and selections.
1524
1525 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * shell/ev-window-title.c: (ev_window_title_update):
1528
1529         Fix memory leak.
1530
1531 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * shell/ev-view.c: (draw_loading_text):
1534
1535         Show loading text centered. Fixes bug #433061
1536
1537 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * shell/ev-sidebar-thumbnails.c:
1540         (ev_sidebar_thumbnails_set_loading_icon):
1541
1542         Remove a mutex in the main thread that blocks the UI in heavy
1543         documents.
1544
1545 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1548
1549         Set points_set to TRUE so that selections don't disappear after a
1550         zoom change.
1551
1552 2007-06-07  Michael Monreal  <infernux@web.de>
1553
1554         * data/icons/16x16/actions/Makefile.am:
1555         * data/icons/16x16/actions/zoom.svg:
1556         * data/icons/22x22/actions/Makefile.am:
1557         * data/icons/22x22/actions/zoom.svg:
1558         * data/icons/24x24/actions/Makefile.am:
1559         * shell/ev-stock-icons.c:
1560         * shell/ev-stock-icons.h:
1561         * shell/ev-window.c:
1562         
1563         Zoom icon artwork. See bug #444795.
1564
1565 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1566
1567         * shell/ev-metadata-manager.c: Remove extraneous function
1568         (Closes: #444386)
1569
1570 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1571
1572         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1573         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1574         (ev_metadata_manager_set), (ev_metadata_manager_save):
1575         Simplify the timeout, no need for modified anymore
1576
1577 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1578
1579         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1580         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1581         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1582         (ev_metadata_manager_save): Adapted patch from Arjan van de
1583         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1584         time, saves on power (Closes: #443851)
1585
1586 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * configure.ac:
1589         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1590         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1591
1592         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1593
1594 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1595
1596         * shell/ev-window.c: (ev_window_add_history):
1597
1598         Check if history is NULL
1599
1600 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * libdocument/ev-image.c: (ev_image_finalize):
1603         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1604         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1605         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1606         (ev_tmp_uri_unlink):
1607
1608         Add functions to delete temporary files created by evince in a safe
1609         way.
1610
1611         * shell/ev-window.c: (ev_window_clear_local_uri),
1612         (open_xfer_update_progress_callback),
1613         (save_xfer_update_progress_callback), (ev_window_save_remote),
1614         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1615         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1616         (attachment_save_dialog_response_cb),
1617         (ev_attachment_popup_cmd_save_attachment_as):
1618
1619         Allow saving a copy of a document, image or attachment to a remote
1620         location. Fixes bug #440754. 
1621
1622 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * configure.ac:
1625         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1626
1627         Fix build with current poppler from cvs head. 
1628
1629 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1630
1631         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1632
1633         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1634         directory exists.
1635
1636 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1637
1638         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1639         * shell/ev-window.c:
1640
1641         Change sidebar ordering. Fixes bug #439939.
1642
1643 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1644
1645         * backend/comics/Makefile.am:
1646         
1647         Fixes build with --without-libgnome.
1648
1649 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1650         
1651         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1652
1653         Update cursor and tooltip on page change and view scroll. Fixes bug
1654         #439217.
1655
1656 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1657
1658         * NEWS:
1659         * configure.ac:
1660         
1661         Update for release 0.9.0
1662
1663 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1664
1665         * backend/djvu/djvu-document-private.h:
1666         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1667         (djvu_document_finalize),
1668         (djvu_document_file_exporter_format_supported),
1669         (djvu_document_file_exporter_begin),
1670         (djvu_document_file_exporter_do_page),
1671         (djvu_document_file_exporter_end),
1672         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1673         
1674         Implemented printing with djvu. Bug #437998.
1675
1676 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * backend/impress/zip.c:
1679         Add missing ulong definition.
1680
1681         * backend/ps/ps-interpreter.c:
1682         Add missing headers.
1683
1684         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1685
1686 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1689
1690         Add missing call to parent class dispose method. 
1691
1692 2007-05-12  Ross Burton  <ross@openedhand.com>
1693
1694         * shell/main.c:
1695         Sync keybindings manually when building without libgnome
1696         (#437925).
1697
1698 2007-05-12  Ross Burton  <ross@openedhand.com>
1699
1700         * shell/ev-window.c:
1701         Respect the screen when opening help (#437866).
1702
1703 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * data/evince-ui.xml:
1706         * shell/ev-application.[ch]: (get_print_settings_from_args),
1707         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1708         (ev_application_open_uri_list):
1709         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1710         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1711         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1712         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1713         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1714         (ev_window_dispose):
1715         * shell/main.c: (arguments_parse):
1716
1717         Add print button in preview mode. Fixes bug #396475. 
1718
1719 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1720
1721         * cut-n-paste/zoom-control/ephy-zoom.h:
1722         
1723         Fixes zoom level factors. See bug #408119 for details.
1724
1725 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1726
1727         * backend/comics/comics-document.c: (comics_regex_quote),
1728         (extract_argv):
1729         
1730         Correctly quote symbols. Fixes crash in the bug
1731         #415370.
1732
1733 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1734
1735         * shell/ev-navigation-action-widget.c:
1736         (ev_navigation_action_widget_init),
1737         (ev_navigation_action_widget_class_init),
1738         (ev_navigation_action_widget_button_press_event):
1739         
1740         Connect to button-press event on correct widget. Fixes
1741         bug #431988
1742
1743 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1744
1745         * shell/ev-application.c: (ev_application_open_window),
1746         (ev_application_add_icon_path_for_screen),
1747         (ev_application_open_uri_at_dest):
1748         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1749         * shell/ev-navigation-action.c: (build_menu):
1750         
1751         Add app-specific icons to our icon theme. Fixes bug
1752         #425508.
1753
1754 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1755
1756         * shell/ev-history.c: (ev_history_class_init),
1757         (ev_history_add_link):
1758         * shell/ev-history.h:
1759         * shell/ev-navigation-action.c:
1760         (ev_navigation_action_history_changed),
1761         (ev_navigation_action_set_history), (build_menu),
1762         (ev_navigation_action_finalize):
1763         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1764         
1765         Make navigation action unsensitive instead of showing
1766         menu with unsensitive word. Fixes bug #417392.
1767
1768 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-application.[ch]: (ev_application_shutdown),
1771         (ev_application_get_print_settings),
1772         (ev_application_set_print_settings):
1773         * shell/ev-window.c:
1774
1775         Remember print settings. Fixes bug #349102. 
1776
1777 2007-05-08  Christian Persch  <chpe@gnome.org>
1778
1779         * configure.ac:
1780         * properties/ev-properties-view.c:
1781
1782         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1783         Bug #382438.
1784
1785 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * configure.ac:
1788         * properties/ev-properties-view.c: (ev_regular_paper_size):
1789
1790         Use gtk+ builtin paper list to identify the document's paper size.
1791         Fixes bug #382438. 
1792
1793 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * configure.ac:
1796
1797         Fix build when compiling with thumbnailer and libgnome support. 
1798
1799 2007-05-04  Ross Burton  <ross@openedhand.com>
1800
1801         * configure.ac:
1802         Add --without-libgnome, check for libgnome and libgnomeui
1803         separately, and add them to the symbols as required.
1804
1805         * libdocument/ev-file-helpers.c:
1806         When building without libgnome, use g_get_user_config_dir instead
1807         of gnome_user_dir_get.
1808
1809         * shell/ev-application.c:
1810         When building without libgnome, don't use session management.
1811
1812         * shell/main.c:
1813         When building without libgnome, don't use GnomeProgram or
1814         initialise the authentication manager.
1815
1816         This fixes #328842.
1817
1818 2007-05-04  Ross Burton  <ross@openedhand.com>
1819
1820         * shell/ev-window.c:
1821         Don't use libgnome to open help, instead call Yelp directly.
1822
1823 2007-05-04  Ross Burton  <ross@openedhand.com>
1824
1825         * shell/ev-sidebar-attachments.c:
1826         Don't use libgnome to lookup icons for MIME types, instead copy
1827         code from GTK+ to do it manually.
1828
1829 2007-05-04  Ross Burton  <ross@openedhand.com>
1830
1831         * configure.ac:
1832         Add libxml to the dependencies for SHELL_CORE (#435818).
1833
1834 2007-05-02  Ross Burton  <ross@openedhand.com>
1835
1836         * configure.ac:
1837         * Makefile.am:
1838         Add --disable-thumbnailer (#434825)
1839
1840 2007-05-02  Ross Burton  <ross@openedhand.com>
1841
1842         * shell/ev-window.c:
1843         Add missing includes, fix indentation.
1844
1845         * shell/main.c:
1846         Fix indentation.
1847
1848 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1849
1850         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1851         ev_application_open_uri_at_dest instead of ev_application_open_uri
1852         preventing new document always being opened in a new window even if there
1853         is an empty window.
1854
1855 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1856
1857         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1858         (egg_recent_view_uimanager_finalize):
1859         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1860         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1861         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1862         (ev_pixbuf_cache_dispose):
1863         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1864         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1865         
1866         Add missing chain to parent class methods. Fixes
1867         bug #433128.
1868
1869 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1870
1871         * data/Makefile.am (update-icon-cache): Updates
1872         gtk-update-icon-cache in uninstall-hook.
1873
1874 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * shell/ev-window.c: (ev_window_setup_document),
1877         (ev_window_set_document), (ev_window_load_job_cb):
1878         * shell/ev-view.c: (setup_caches):
1879         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1880
1881         Start rendering pages before any other jobs. 
1882
1883 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-window.c: (ev_window_stop_fullscreen),
1886         (ev_window_stop_presentation):
1887
1888         Update chrome visibility before window unfullscreen. 
1889
1890 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * data/Makefile.am:
1893         * data/evince-ui.xml:
1894         * shell/ev-stock-icons.[ch]:
1895         * shell/ev-application.[ch]: (ev_application_shutdown),
1896         (ev_application_init), (ev_application_get_toolbars_model):
1897         * shell/ev-window.c: (update_chrome_visibility),
1898         (fullscreen_toolbar_setup_item_properties),
1899         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1900         (ev_window_run_presentation), (ev_window_stop_presentation),
1901         (ev_window_run_preview), (ev_window_screen_changed),
1902         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1903         (ev_window_dispose), (ev_window_init):
1904
1905         Make fullscreen toolbar always visible. Do not use egg toolbars for
1906         fullscreen and preview modes since such toolbars are not editables.
1907         Fixes bugs #300278, #338910 and #316188.  
1908
1909 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1910
1911         * shell/ev-application.c:
1912         * shell/ev-job-queue.c:
1913         * shell/ev-metadata-manager.c:
1914         * shell/ev-stock-icons.c:
1915         * shell/ev-window.c:
1916         * shell/main.c:
1917         
1918         Developers documentation updated.
1919
1920 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1923
1924         Check whether uri is valid before launching it. Fixes bug #427664.
1925
1926 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * shell/ev-window.c:
1929
1930         Change key accelerator for Open a Copy menu entry which is in conflict
1931         with Close. Fixes bug #427321.
1932
1933 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1934
1935         * NEWS:
1936         * configure.ac:
1937         
1938         Update for release 0.8.1
1939
1940 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1941
1942         * shell/ev-window.c: (setup_size_from_metadata):
1943         
1944         Do not make window bigger than screen. Fixes bug 
1945         #388985.
1946
1947 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1950         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1951
1952         Use default resolution when it's not provided by document. Fixes bug
1953         #408762.
1954
1955 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * configure.ac:
1958         * thumbnailer/Makefile.am:
1959         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1960         * thumbnailer/evince-thumbnailer.schemas.in:
1961         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1962
1963         Add support for ps, eps and compressed documents thumbnails. Do not
1964         ignore size parameter. 
1965
1966 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1967
1968         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1969         (dvi_document_do_color_special):
1970         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1971
1972         Implement font color specials in the DVI backend. Fixes bug #303651.
1973
1974 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1975
1976         Fixup the previous commit:
1977
1978         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1979         * shell/xdg-user-dir-lookup.c: Make the function non-static
1980         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1981
1982 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1983
1984         * shell/ev-window.c (file_open_dialog_response_cb): Use
1985         the xdg-user-dirs DOCUMENTS folder as default folder when
1986         opening a file chooser.  (#424858)
1987
1988         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1989         xdg-user-dirs.
1990
1991 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * shell/ev-window.c: (ev_window_load_job_cb):
1994
1995         Do not setup view from metadata on preview mode. 
1996
1997 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * shell/main.c:
2000
2001         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2002
2003 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-view.c: (ev_view_primary_get_cb):
2006
2007         Check pointer != NULL before using it. Fixes bug #416841. 
2008
2009 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2010
2011         * NEWS:
2012         * configure.ac:
2013         
2014         Release 0.8.0
2015
2016 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2019
2020         Do not render thumbnails when sidebar thumbnail page is not visible
2021         at startup. Fixes bug #416447. 
2022
2023 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2024
2025         * data/evince.desktop.in.in:
2026
2027         "Application" is not a valid category in the freedesktop specification.
2028
2029 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * libdocument/ev-file-helpers.[ch]: (compression_run),
2032         (ev_file_uncompress), (ev_file_compress):
2033         * shell/ev-window.c: (file_save_dialog_response_cb):
2034
2035         Save document compressed when saving a copy of a compressed document.
2036         Fixes bug #334542.
2037
2038 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2041
2042         Allow deleting in goto window entry in presentation mode. 
2043
2044 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2045
2046         * Makefile.am: Dist MAINTAINERS.
2047
2048 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * shell/ev-window.c: (ev_window_update_actions):
2051
2052         Fix zoom shortcut keys when searching. Fixes bug #409828.
2053
2054 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-window.c: (ev_window_setup_document):
2057
2058         Fix crash when loading documents with only one page. 
2059
2060 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * backend/dvi/dvi-document.c:
2063         (dvi_document_thumbnails_get_dimensions),
2064         (dvi_document_thumbnails_get_thumbnail):
2065         * backend/impress/impress-document.c:
2066         (impress_document_thumbnails_get_thumbnail),
2067         (impress_document_thumbnails_get_dimensions):
2068         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2069         (ps_document_thumbnails_get_dimensions):
2070         * backend/djvu/djvu-document.c:
2071         (djvu_document_thumbnails_get_dimensions),
2072         (djvu_document_thumbnails_get_thumbnail):
2073         * backend/tiff/tiff-document.c:
2074         (tiff_document_thumbnails_get_thumbnail),
2075         (tiff_document_thumbnails_get_dimensions):
2076         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2077         (pdf_document_thumbnails_get_thumbnail),
2078         (pdf_document_thumbnails_get_dimensions):
2079         * backend/comics/comics-document.c:
2080         (comics_document_thumbnails_get_thumbnail),
2081         (comics_document_thumbnails_get_dimensions):
2082         * backend/pixbuf/pixbuf-document.c:
2083         (pixbuf_document_thumbnails_get_thumbnail),
2084         (pixbuf_document_thumbnails_get_dimensions):
2085         * libdocument/ev-document-thumbnails.[ch]:
2086         (ev_document_thumbnails_get_thumbnail),
2087         (ev_document_thumbnails_get_dimensions):
2088         * libdocument/ev-document-misc.[ch]:
2089         (ev_document_misc_get_thumbnail_frame):
2090         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2091         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2092         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2093         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2094         (ev_sidebar_thumbnails_refresh):
2095         * shell/ev-window.c: (ev_window_setup_document):
2096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2097
2098         Use an EvRenderContext for rendering thumbnails instead of a suggested
2099         width, so that different sized pages get sized proportionally.
2100
2101 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * shell/ev-view.c: (ev_view_button_press_event),
2104         (ev_view_key_press_event):
2105
2106         Fix critical warnings when there is no document loaded. 
2107
2108 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-page-action-widget.c:
2111         * shell/ev-navigation-action.c:
2112         * shell/ev-window.c:
2113
2114         Fix compile warnings. 
2115
2116 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * backend/djvu/djvu-text.h:
2119         * backend/djvu/djvu-document.c:
2120         * backend/djvu/djvu-text-page.c:
2121         * backend/djvu/djvu-links.c:
2122         * backend/djvu/djvu-text-page.h:
2123         * backend/djvu/djvu-text.c:
2124         
2125         Fix build on Mac. Fixes bug #392186. Patch by
2126         <ephraim_owns@hotmail.com>
2127
2128 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2131
2132         Restore cairo context before rendering every page when printing a PDF
2133         document into a PDF file. 
2134
2135 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * backend/ps/gstypes.h:
2138         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2139         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2140         (ps_document_thumbnails_get_thumbnail):
2141
2142         Handle PostScript page orientation. Fixes bug #318568.
2143
2144 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2145
2146         * backend/ps/Makefile.am:
2147         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2148         (document_load), (ps_document_load), (save_document),
2149         (save_page_list), (ps_document_get_n_pages),
2150         (ps_document_get_page_size), (ps_document_get_info),
2151         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2152         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2153         (ps_document_thumbnails_get_thumbnail),
2154         (ps_document_thumbnails_get_dimensions),
2155         (ps_document_document_thumbnails_iface_init):
2156         * backend/ps/ps.[ch]: (psgetpagebox):
2157         * backend/ps/ps-interpreter.[ch]:
2158
2159         Add support for thumbnails in ps backend. Fixes bug #164755. 
2160
2161 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2162
2163         * NEWS:
2164         * configure.ac:
2165         
2166         Release 0.7.2
2167
2168 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2171         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2172         (ev_window_dispose):
2173
2174         Use document thumbnail as window icon. Fixes bug #384442.
2175
2176 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2177
2178         * configure.ac:
2179
2180         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2181         duplicated adding application/x-bzpostscript instead. 
2182
2183 2007-02-11  Tom Parker  <palfrey@tevp.net>
2184
2185         * backend/ps/ps-document.c: (document_load):
2186
2187         Check return value of psscan before trying
2188         to use it. Fixes bug #372414.
2189
2190 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2193
2194         Fix invalid free in ev-page-cache. Fixes bug #404745.
2195
2196 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2197
2198         * test/Makefile.am:
2199         * test/test3.py:
2200         
2201         Added reload test case.
2202
2203 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * po/POTFILES.in:
2206         * backend/djvu/djvu-document.c: (djvu_document_load):
2207
2208         Check whether there are missing files in indirect multipage djvu
2209         documents. Fixes bug #361683. 
2210
2211 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2212
2213         * test/Makefile.am:
2214         * test/test-mime.bin:
2215         * test/test3.py:
2216         
2217         Added test for slow mime type
2218
2219 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2222
2223         Add some checks and call parent_class->finalize. Fixes bug #404745.
2224
2225 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * shell/ev-navigation-action.c: (connect_proxy):
2228         
2229         Fixes dropdown history menu. Thanks a lot Carlos!
2230
2231 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2234
2235         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2236         bug #373715.
2237
2238 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * backend/ps/ps.c: (psscan):
2241
2242         Fix memory leak. 
2243
2244 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * configure.ac:
2247         * libdocument/ev-file-helpers.c: 
2248
2249         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2250
2251 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * configure.ac:
2254         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2255         (ps_interpreter_start), (document_load), (save_document),
2256         (save_page_list):
2257         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2258         * libdocument/ev-document-factory.c:
2259         (ev_document_factory_get_from_mime), (get_document_from_uri),
2260         (free_uncompressed_uri), (ev_document_factory_get_document):
2261         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2262
2263         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2264
2265 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * libdocument/ev-document.h:
2268
2269         Fix typo in function name. 
2270
2271 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * backend/ps/ps-document.c: (ps_interpreter_finished),
2274         (ps_interpreter_start), (ps_interpreter_failed):
2275
2276         Handle ghostscript interpreter crashes. 
2277
2278 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * shell/ev-window.c: (ev_window_open_uri),
2281         (window_configure_event_cb):
2282
2283         Setup window size and position before showing it. Fixes bug #401711.
2284
2285 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * backend/ps/Makefile.am:
2288         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2289         (ps_document_dispose), (ps_document_class_init),
2290         (ps_interpreter_input), (ps_interpreter_output),
2291         (ps_interpreter_error), (setup_interpreter_env),
2292         (ps_interpreter_start), (ps_interpreter_stop),
2293         (ps_interpreter_failed), (ps_interpreter_is_ready),
2294         (check_filecompressed), (document_load), (ps_document_load),
2295         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2296         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2297         (render_page):
2298
2299         Rework ps-document. Code cleanups, remove deprecated code. 
2300
2301 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-view.c: (ev_view_button_press_event):
2304
2305         Do not start an image drag and drop operation when pointer is on 
2306         text, so that we can select text when the whole background is an
2307         image. 
2308
2309 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * shell/ev-window.c: (ev_window_update_actions): 
2312
2313         Disable all zoom related actions during presentation mode. 
2314
2315 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2316
2317         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2318
2319         Do not zoom in or out on presentation mode. Fixes bug #401305.
2320
2321 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2322
2323         * shell/ev-navigation-action.c: (connect_proxy),
2324         (create_menu_item), (ev_navigation_action_class_init):
2325         
2326         Correctly show menu and fix crash when navigaton 
2327         action is out of toolbar visible area.
2328
2329 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2330
2331         * data/Makefile.am:
2332         * data/evince.1:
2333         
2334         Added man file
2335
2336 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2337
2338         * help/reference/* :
2339         * configure.ac:
2340         
2341         Added gtk-doc based documentation for Evince.
2342         Still in initial state but I hope it will
2343         grow.
2344         
2345         * configure.ac:
2346         
2347         Lower dbus requirement to 0.70
2348
2349 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * shell/ev-window.c: (ev_window_add_history):
2352
2353         Fix memory leak. 
2354
2355 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2356
2357         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2358         * shell/ev-view.h:
2359         * shell/ev-window.c: (ev_window_add_history):
2360         
2361         Correctly handle named destination links
2362
2363 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2364
2365         * NOTES:
2366         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2367         * backend/pdf/ev-poppler.cc:
2368         * libdocument/ev-document-links.h:
2369         * libdocument/ev-link.c: (ev_link_get_page):
2370         * libdocument/ev-link.h:
2371         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2372         (ev_history_add_link):
2373         * shell/ev-history.h:
2374         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2375         (new_history_menu_item), (build_menu):
2376         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2377         * shell/ev-sidebar-links.c: (create_loading_model),
2378         (print_section_cb), (ev_sidebar_links_construct),
2379         (fill_page_labels), (update_page_callback_foreach),
2380         (update_page_callback), (job_finished_callback):
2381         * shell/ev-view.c: (ev_view_handle_link):
2382         * shell/ev-window.c: (ev_window_find_chapter),
2383         (ev_window_add_history), (view_handle_link_cb),
2384         (history_changed_cb):
2385         
2386         Implements another history variant
2387
2388 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * shell/ev-window.c: (view_external_link_cb):
2391         * shell/ev-view.c: (ev_view_button_release_event):
2392
2393         Open links in new window when clicking with middle button. 
2394
2395 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2396
2397         * shell/ev-navigation-action.c: (new_history_menu_item):
2398         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2399         * shell/ev-view.c: (ev_view_handle_link):
2400         * shell/ev-window.c:
2401         
2402         Store link before jump, not the destination. For me it 
2403         seems like more natural history behavior.
2404
2405 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2406
2407         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2408         (ev_navigation_action_class_init):
2409         * shell/ev-navigation-action.h:
2410         * shell/ev-page-action.c: (activate_cb):
2411         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2412         (ev_page_cache_set_current_page_history):
2413         * shell/ev-page-cache.h:
2414         * shell/ev-sidebar-thumbnails.c:
2415         (ev_sidebar_tree_selection_changed),
2416         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2417         * shell/ev-view-private.h:
2418         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2419         * shell/ev-view.h:
2420         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2421         (ev_window_setup_document), (ev_window_load_job_cb):
2422         * shell/ev-window.h:
2423         
2424         History finally works as expected.
2425
2426 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2429
2430         Do not update links treeview if it doesn't have a model assigned yet. 
2431
2432 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2435         (ev_sidebar_links_class_init), (update_page_callback):
2436
2437         Do not update links treeview when sidepane is not visible. 
2438
2439 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2440
2441         * shell/ev-marshal.list:
2442         * shell/ev-page-action.c: (activate_cb),
2443         (ev_page_action_class_init):
2444         * shell/ev-page-action.h:
2445         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2446         * shell/ev-window.c:
2447         
2448         Remove activate_link signal, not required.
2449
2450 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2451
2452         * shell/ev-navigation-action.c: (build_menu):
2453         
2454         Reorder menu items and build menu with fixed length.
2455
2456 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2457
2458         * shell/ev-view.c: (get_selected_text):
2459         
2460         Normalize text to fix ligatures problem. See bug
2461         #341947 for details.
2462
2463 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2466
2467         Fix memory leak in ev-page-cache. 
2468
2469 2007-01-25  Tom Parker <palfrey@tevp.net>
2470
2471         * backend/impress/impress-document.c: (impress_document_load),
2472         (impress_document_finalize), (impress_document_init):
2473         * properties/ev-properties-main.c: (ev_properties_get_pages):
2474         
2475         Correctly handle impress document errors. Fixes nautilus
2476         crash in property page #370491.
2477
2478 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2481         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2482         (ev_job_queue_remove_job):
2483         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2484         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2485         (ev_job_load_run):
2486         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2487         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2488         (ev_window_load_job_cb), (xfer_update_progress_callback),
2489         (ev_window_open_uri), (ev_window_dispose):
2490         * shell/main.c: (main):
2491
2492         Do file transfer asynchronously in the main thread instead of
2493         synchronously in the load thread. Fixes bugs #399694, #398307 and
2494         #343542.
2495
2496 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * shell/ev-jobs.c: (ev_job_xfer_run):
2499
2500         Load the document with the font-config lock held. 
2501
2502 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * backend/ps/ps-document.c: (start_interpreter):
2505
2506         Fix memory leaks in ps backend. 
2507
2508 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * backend/impress/impress-document.c:
2511         (impress_document_render_pixbuf):
2512
2513         Do not acquire fontconfig lock in impress backend, since it is using
2514         the main loop for rendering. 
2515
2516 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * po/POTFILES.in: 
2519
2520         Remove mdvi files that shouldn't be translated. 
2521
2522 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * shell/ev-view-private.h:
2525         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2526         (ev_view_set_zoom):
2527
2528         Render "loading..." text into a cairo surface instead of directly into
2529         the window so that fontconfig lock is only needed once and UI is not
2530         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2531
2532 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2535         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2536
2537         Use icon theme associated with the window screen rather than default. 
2538
2539 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2540
2541         * configure.ac:
2542
2543         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2544
2545 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2546
2547         * data/icons/*/apps/evince.*:
2548
2549         Move Evince icons under new apps directory.
2550
2551         * data/icons/*/actions/*:
2552
2553         Add new custom themeable Evince icons: view-page-continuous, 
2554         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2555         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2556
2557         * configure.ac:
2558
2559         Add new directories to AC_CONFIG_FILES.
2560
2561         * shell/ev-stock-icons.c:
2562         * shell/ev-stock-icons.h:
2563
2564         Use new custom themeable icons.
2565
2566 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2569
2570         Do not draw white background page in presentation mode. 
2571
2572 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2573
2574         * shell/ev-view.c: Remove unused gnome-vfs include.
2575
2576 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2577
2578         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2579         
2580         Format string is corrected, fixes bug #397129.
2581
2582 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * shell/ev-window.c: (ev_window_setup_recent):
2585
2586         Do not include in recent menu inexistent documents. Fixes
2587         bug #339171.
2588
2589 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * po/POTFILES.skip: 
2592
2593         Update POTFILES.skip file according to current source tree. 
2594
2595 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-window.c: (file_save_dialog_response_cb):
2598
2599         Do Save a copy in atomic way. Fixes bug #328266. 
2600
2601 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2604
2605         Keep selected cell always visible in index treeview.
2606
2607 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2608         
2609         * shell/ev-view.c: (ev_view_size_allocate):
2610
2611         Restore horizontal scrollbar after switching to/from fullscreen
2612         or presentation mode. Fixes bug #331728.
2613
2614 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * shell/ev-view-private.h:
2617         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2618         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2619         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2620         (ev_view_can_zoom_out):
2621
2622         Use max and min scale values in the view iby taking dpi into account. 
2623
2624 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * configure.ac:
2627         * NEWS:
2628
2629         Release 0.7.1
2630
2631 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2632
2633         * shell/ev-window.c: (ev_window_print_send):
2634
2635         Send print job to printer with some settings set to default values,
2636         since we have already exported to a file according to such settings
2637         and they could be taken twice by some printers. 
2638
2639 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-jobs.c: (ev_job_xfer_run):
2642         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2643
2644         Show main window and load document with the font-config lock held. 
2645
2646 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * configure.ac:
2649         * shell/ev-application.c: (ev_application_register_service):
2650         * shell/main.c: (load_files_remote):
2651
2652         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2653
2654 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * doc/debugging.txt:
2657         
2658         Remove obsolete documentation.
2659
2660 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2661
2662         * Makefile.am:
2663         * backend/Makefile.am:
2664         * backend/comics/Makefile.am:
2665         * backend/djvu/Makefile.am:
2666         * backend/dvi/Makefile.am:
2667         * backend/ev-async-renderer.c:
2668         * backend/ev-async-renderer.h:
2669         * backend/ev-attachment.c:
2670         * backend/ev-attachment.h:
2671         * backend/ev-backend-marshal.c:
2672         * backend/ev-document-factory.c:
2673         * backend/ev-document-factory.h:
2674         * backend/ev-document-find.c:
2675         * backend/ev-document-find.h:
2676         * backend/ev-document-fonts.c:
2677         * backend/ev-document-fonts.h:
2678         * backend/ev-document-images.c:
2679         * backend/ev-document-images.h:
2680         * backend/ev-document-info.h:
2681         * backend/ev-document-links.c:
2682         * backend/ev-document-links.h:
2683         * backend/ev-document-misc.c:
2684         * backend/ev-document-misc.h:
2685         * backend/ev-document-security.c:
2686         * backend/ev-document-security.h:
2687         * backend/ev-document-thumbnails.c:
2688         * backend/ev-document-thumbnails.h:
2689         * backend/ev-document-transition.c:
2690         * backend/ev-document-transition.h:
2691         * backend/ev-document.c:
2692         * backend/ev-document.h:
2693         * backend/ev-file-exporter.c:
2694         * backend/ev-file-exporter.h:
2695         * backend/ev-image.c:
2696         * backend/ev-image.h:
2697         * backend/ev-link-action.c:
2698         * backend/ev-link-action.h:
2699         * backend/ev-link-dest.c:
2700         * backend/ev-link-dest.h:
2701         * backend/ev-link.c:
2702         * backend/ev-link.h:
2703         * backend/ev-render-context.c:
2704         * backend/ev-render-context.h:
2705         * backend/ev-selection.c:
2706         * backend/ev-selection.h:
2707         * backend/impress/Makefile.am:
2708         * backend/pdf/Makefile.am:
2709         * backend/pixbuf/Makefile.am:
2710         * backend/ps/Makefile.am:
2711         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2712         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2713         (start_interpreter), (stop_interpreter), (document_load),
2714         (ps_document_next_page), (render_page):
2715         * backend/tiff/Makefile.am:
2716         * comics/Makefile.am:
2717         * comics/comics-document.c:
2718         * comics/comics-document.h:
2719         * configure.ac:
2720         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2721         * djvu/Makefile.am:
2722         * djvu/djvu-document-private.h:
2723         * djvu/djvu-document.c:
2724         * djvu/djvu-document.h:
2725         * djvu/djvu-links.c:
2726         * djvu/djvu-links.h:
2727         * djvu/djvu-text-page.c:
2728         * djvu/djvu-text-page.h:
2729         * djvu/djvu-text.c:
2730         * djvu/djvu-text.h:
2731         * dvi/Makefile.am:
2732         * dvi/dvi-document.c:
2733         * dvi/dvi-document.h:
2734         * dvi/fonts.c:
2735         * dvi/fonts.h:
2736         * dvi/mdvi-lib/Makefile.am:
2737         * dvi/mdvi-lib/afmparse.c:
2738         * dvi/mdvi-lib/afmparse.h:
2739         * dvi/mdvi-lib/bitmap.c:
2740         * dvi/mdvi-lib/bitmap.h:
2741         * dvi/mdvi-lib/color.c:
2742         * dvi/mdvi-lib/color.h:
2743         * dvi/mdvi-lib/common.c:
2744         * dvi/mdvi-lib/common.h:
2745         * dvi/mdvi-lib/defaults.h:
2746         * dvi/mdvi-lib/dvimisc.c:
2747         * dvi/mdvi-lib/dviopcodes.h:
2748         * dvi/mdvi-lib/dviread.c:
2749         * dvi/mdvi-lib/files.c:
2750         * dvi/mdvi-lib/font.c:
2751         * dvi/mdvi-lib/fontmap.c:
2752         * dvi/mdvi-lib/fontmap.h:
2753         * dvi/mdvi-lib/fontsrch.c:
2754         * dvi/mdvi-lib/gf.c:
2755         * dvi/mdvi-lib/hash.c:
2756         * dvi/mdvi-lib/hash.h:
2757         * dvi/mdvi-lib/list.c:
2758         * dvi/mdvi-lib/mdvi.h:
2759         * dvi/mdvi-lib/pagesel.c:
2760         * dvi/mdvi-lib/paper.c:
2761         * dvi/mdvi-lib/paper.h:
2762         * dvi/mdvi-lib/pk.c:
2763         * dvi/mdvi-lib/private.h:
2764         * dvi/mdvi-lib/setup.c:
2765         * dvi/mdvi-lib/sp-epsf.c:
2766         * dvi/mdvi-lib/special.c:
2767         * dvi/mdvi-lib/sysdeps.h:
2768         * dvi/mdvi-lib/t1.c:
2769         * dvi/mdvi-lib/tfm.c:
2770         * dvi/mdvi-lib/tfmfile.c:
2771         * dvi/mdvi-lib/tt.c:
2772         * dvi/mdvi-lib/util.c:
2773         * dvi/mdvi-lib/vf.c:
2774         * dvi/pixbuf-device.c:
2775         * dvi/pixbuf-device.h:
2776         * impress/Makefile.am:
2777         * impress/common.h:
2778         * impress/document.c:
2779         * impress/f_oasis.c:
2780         * impress/f_oo13.c:
2781         * impress/iksemel.c:
2782         * impress/iksemel.h:
2783         * impress/imposter.h:
2784         * impress/impress-document.c:
2785         * impress/impress-document.h:
2786         * impress/internal.h:
2787         * impress/r_back.c:
2788         * impress/r_draw.c:
2789         * impress/r_geometry.c:
2790         * impress/r_gradient.c:
2791         * impress/r_style.c:
2792         * impress/r_text.c:
2793         * impress/render.c:
2794         * impress/render.h:
2795         * impress/zip.c:
2796         * impress/zip.h:
2797         * lib/Makefile.am:
2798         * lib/ev-debug.c:
2799         * lib/ev-debug.h:
2800         * lib/ev-file-helpers.c:
2801         * lib/ev-file-helpers.h:
2802         * lib/ev-gui.c:
2803         * lib/ev-gui.h:
2804         * lib/ev-tooltip.c:
2805         * lib/ev-tooltip.h:
2806         * libdocument/Makefile.am:
2807         * libdocument/ev-file-helpers.c:
2808         * pdf/Makefile.am:
2809         * pdf/ev-poppler.cc:
2810         * pdf/ev-poppler.h:
2811         * pixbuf/Makefile.am:
2812         * pixbuf/pixbuf-document.c:
2813         * pixbuf/pixbuf-document.h:
2814         * properties/Makefile.am:
2815         * ps/Makefile.am:
2816         * ps/gsdefaults.c:
2817         * ps/gsdefaults.h:
2818         * ps/gsio.c:
2819         * ps/gsio.h:
2820         * ps/gstypes.h:
2821         * ps/ps-document.c:
2822         * ps/ps-document.h:
2823         * ps/ps.c:
2824         * ps/ps.h:
2825         * shell/Makefile.am:
2826         * shell/ev-application.h:
2827         * shell/ev-sidebar-links.c:
2828         * shell/ev-sidebar-links.h:
2829         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2830         (ev_gui_menu_position_tree_selection):
2831         * shell/ev-utils.h:
2832         * shell/ev-view.c: (ev_view_finalize):
2833         * shell/ev-window.c:
2834         * shell/main.c: (main):
2835         * thumbnailer/Makefile.am:
2836         * tiff/Makefile.am:
2837         * tiff/tiff-document.c:
2838         * tiff/tiff-document.h:
2839         * tiff/tiff2ps.c:
2840         * tiff/tiff2ps.h:
2841         
2842         Reorganize source tree.
2843
2844 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * backend/ev-document-factory.c:
2847
2848         Do not include ev-poppler.h when pdf is disabled. 
2849
2850 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853         * data/evince-ui.xml:
2854         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2855         (pdf_document_document_images_iface_init):
2856         * backend/Makefile.am:
2857         * backend/ev-document-images.[ch]:
2858         * backend/ev-image.[ch]:
2859         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2860         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2861         (ev_job_xfer_run):
2862         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2863         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2864         (ev_pixbuf_cache_get_image_mapping):
2865         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2866         (view_menu_popup_cb), (ev_window_dispose),
2867         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2868         (ev_view_popup_cmd_copy_image):
2869         * shell/ev-view-private.h:
2870         * shell/ev-view.c: (ev_view_get_image_at_location),
2871         (ev_view_do_popup_menu), (ev_view_popup_menu),
2872         (ev_view_button_press_event), (ev_view_drag_data_get),
2873         (ev_view_drag_motion), (ev_view_drag_data_received),
2874         (ev_view_motion_notify_event), (ev_view_button_release_event),
2875         (ev_view_finalize), (ev_view_class_init):
2876
2877         Add image handling support. Fixes bugs #310008 and #325047. Images
2878         selection is not supported yet. 
2879
2880 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2881
2882         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2883         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2884         (ev_view_init):
2885
2886         Move view drag and drop stuff to ev-view.
2887
2888 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2891         * shell/ev-view.c: (clear_selection): 
2892
2893         Clear selection also in pixbuf cache.
2894
2895 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2896
2897         * data/evince.desktop.in.in:
2898         
2899         Change icon name in desktop file. See bug #390734
2900         for details.
2901
2902 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2903
2904         * thumbnailer/Makefile.am:
2905
2906         Use top_builddir instead top_srcdir for generated schema
2907         file installation. Fixes bug #390161.
2908
2909 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * configure.ac:
2912         * backend/Makefile.am:
2913         * backend/ev-document-transition.[ch]:
2914         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2915         (pdf_document_page_transition_iface_init):
2916         * shell/ev-view-private.h:
2917         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2918         (ev_view_set_presentation), (transition_next_page),
2919         (ev_view_presentation_transition_stop),
2920         (ev_view_presentation_transition_start), (ev_view_next_page):
2921
2922         Add page transition support in presentation mode. At the moment only
2923         page duration is supported, but not transition effects. Fixes bug
2924         #309815.
2925
2926 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2929
2930         Run find_link_dest with document lock held, since it's called by links
2931         thread and main thread at the same time. 
2932
2933 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * shell/ev-view.c: (goto_dest):
2936
2937         Update page-cache when page is changed by the view, so that
2938         page-changed signal is emitted. 
2939
2940 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * test/test1.py:
2943         * test/test2.py:
2944
2945         Use C locale in tests. 
2946
2947 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * shell/ev-window.c: (ev_window_run_presentation):
2950         * shell/ev-view-private.h:
2951         * shell/ev-view.c: (ev_view_set_presentation):
2952
2953         Restore zoom settings when back from presentation mode. 
2954
2955 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2956
2957         * shell/ev-window.c: (ev_window_run_presentation):
2958
2959         Always use "best fit" zoom in presentation mode.
2960         Fixes bug #389195.
2961
2962 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2963
2964         * shell/ev-view.c: (ev_view_goto_window_create):
2965
2966         Show "Jump to page" label in the page jumping popup in
2967         presentation mode instead of just a GtkEntry.
2968
2969 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * shell/ev-window.c: (launch_external_uri):
2972
2973         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2974         #378085.
2975
2976 2006-12-22  Elijah Newren  <newren gmail com>
2977
2978         * configure.ac: explicitly check for libxml2.  Fixes #388795
2979
2980 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * shell/ev-view-private.h:
2983         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2984         (ev_view_goto_window_delete_event), (key_is_numeric),
2985         (ev_view_goto_window_key_press_event),
2986         (ev_view_goto_window_button_press_event),
2987         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2988         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2989         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2990
2991         Allow jumping to another page by typing a page number in presentation
2992         mode. It uses a popup window with an entry. Fixes bug #353625.
2993
2994 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2995
2996         * configure.ac:
2997         * properties/ev-properties-view.c: (ev_get_default_user_units),
2998         (ev_regular_paper_size):
2999         
3000         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3001         to Damien Carbery <damien.carbery@sun.com> and
3002         Yevgen Muntyan <muntyan@tamu.edu>.
3003
3004 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3005
3006         * shell/ev-window.c: (setup_document_from_metadata):
3007
3008         Make sure Evince doesn't restore the view on the last
3009         page when a document is reopened. Fixes bug #383381.
3010
3011 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3012
3013         * shell/ev-view.c: (draw_loading_text):
3014
3015         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3016
3017 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * configure.ac:
3020         * NEWS:
3021
3022         Release 0.7.0
3023
3024 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3025
3026         * configure.ac:
3027         * pdf/ev-poppler.cc: (pdf_print_context_free),
3028         (pdf_document_file_exporter_begin),
3029         (pdf_document_file_exporter_do_page):
3030
3031         Make cairo-pdf depedency optional. 
3032
3033 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3036
3037         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3038
3039 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3042         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3043         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3044         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3045         * shell/ev-view.c: (draw_loading_text):
3046         * shell/ev-window.c: (ev_window_cmd_file_properties):
3047
3048         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3049         related to using FontConfig from different threads.
3050         
3051 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * shell/ev-view.c: (draw_loading_text):
3054
3055         Acquire lock document when drawing "Loading..." text so that only one
3056         thread will use FontConfig at the same time. Fixes bug #374750.
3057
3058 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * shell/ev-page-action.[ch]: (activate_cb):
3061         * shell/ev-window.c: (activate_label_cb):
3062
3063         Check if text inserted in page entry is a valid page number when it
3064         doesn't match to any document page label. Fixes bug #383165.
3065
3066 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3067         * shell/ev-window.c:
3068
3069         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3070         available with GTK < 2.10. Added an ifdef to avoid compilation
3071         error.
3072
3073 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * configure.ac:
3076         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3077
3078         Fix ps backend in multihead systems.
3079
3080 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3081
3082         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3083         * shell/ev-window.c: (ev_window_get_screen_dpi),
3084         (ev_window_update_actions), (setup_view_from_metadata),
3085         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3086
3087         Take screen DPI into account when zooming. Fixes bug #318285.
3088
3089 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3090
3091         * data/Makefile.am:
3092
3093         Cleaned up/slightly refactored Makefile.am. Added GConf
3094         schemas uninstallation as well.
3095
3096 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3097
3098         * Makefile.am:
3099         * test/Makefile.am:
3100
3101         Fight with autotools to fix make check. Make distcheck
3102         works fine as well now!
3103
3104 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3105
3106         * shell/ev-view.c: (draw_end_presentation_page):
3107
3108         Corrected "end of presentation" string.
3109
3110 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3111
3112         * shell/ev-view.c: (ev_view_key_press_event):
3113
3114         Correctly propagate key press event so that up/down keys
3115         work as expected (correct behaviour was broken by
3116         black/white screen key bindings for presentations).
3117
3118 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3119
3120         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3121         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3122         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3123         (pdf_selection_get_selection_region),
3124         (pdf_selection_get_selection_map):
3125
3126         Add "static" to some private functions. 
3127
3128 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3129
3130         * lib/ev-tooltip.h:
3131         * properties/ev-properties-view.h:
3132         * shell/ev-jobs.h:
3133         * shell/ev-properties-dialog.h:
3134         * shell/ev-properties-fonts.h:
3135         * shell/ev-sidebar-links.h:
3136         * shell/ev-sidebar-thumbnails.h:
3137         * shell/ev-sidebar.h:
3138         * shell/ev-window.h:
3139         
3140         Fixes CHACK type in class casts. See bug #385343
3141         for details.
3142
3143 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * shell/ev-view-private.h:
3146         * shell/ev-view.c: (draw_end_presentation_page),
3147         (ev_view_expose_event), (ev_view_key_press_event),
3148         (ev_view_class_init), (ev_view_init):
3149
3150         Blank screen in presentation mode when pressing 'b' (filling with
3151         black) or 'w' (filling with white) keys. Fixes bug #358132.
3152
3153 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3154
3155         * data/evince-toolbar.xml:
3156         * shell/ev-window.c:
3157         
3158         Use stock icon for Select All action. Fixes
3159         bug #382652.
3160
3161 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3162
3163         * shell/ev-view.c: (get_doc_point_from_offset),
3164         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3165
3166         Add links support in rotated documents. Fixes bug #343733.
3167
3168 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-view-private.h:
3171         * shell/ev-view.c: (draw_end_presentation_page),
3172         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3173
3174         Show a blank page after the last page in presentation mode with a
3175         message indicating that presentation has finished and how to exit. 
3176
3177 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * shell/ev-window.c: (fullscreen_timeout_cb):
3180
3181         Hide cursor after a while in presentation mode. 
3182
3183 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3184
3185         * backend/ev-document-info.h:
3186         * data/evince-properties.glade:
3187         * pdf/ev-poppler.cc:
3188         * properties/ev-properties-view.c: (ev_regular_paper_size),
3189         (ev_properties_view_set_info):
3190         * ps/ps-document.c: (ps_document_get_info):
3191
3192         Adds a paper size field to the properties dialog. Fixes
3193         bug #307315. Patch by Kasper Svendsen (with some i18n
3194         changes done by me).
3195
3196 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3197
3198         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3199         (screensaver_init_dbus), (totem_scrsaver_new),
3200         (totem_scrsaver_init):
3201         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3202         * shell/ev-application.c: (ev_application_register_service),
3203         (ev_application_screensaver_enable),
3204         (ev_application_screensaver_disable):
3205         * shell/ev-application.h:
3206         * shell/ev-window.c: (ev_window_run_presentation),
3207         (ev_window_stop_presentation), (build_comments_string),
3208         (ev_window_init):
3209         
3210         Move screensaver handling to application. No more
3211         message on startup.
3212
3213 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * configure.ac:
3216         * backend/Makefile.am:
3217         * backend/ev-file-exporter.[ch]:
3218         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3219         * ps/ps-document.c: (ps_document_file_exporter_*):
3220         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3221         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3222         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3223         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3224
3225         Allow printing to PDF when suppoted by the backend.
3226         
3227 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-window.c: (build_comments_string):
3230
3231         Use always "Document Viewer" in about dialog. 
3232
3233 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * djvu/djvu-document.c: (djvu_document_get_page_size):
3236
3237         Display a warning message when get_pageinfo fails. 
3238
3239 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3240
3241         * Makefile.am:
3242         * backend/Makefile.am:
3243         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3244         * configure.ac:
3245         * shell/ev-window.c: (build_comments_string):
3246         
3247         Make pdf compilation optional. See bug #38007.
3248
3249 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * ps/ps.c: (get_next_text):
3252
3253         Fix CVE-2006-5864.
3254
3255 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3258         * shell/ev-navigation-action.c: (connect_proxy),
3259         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3260         
3261         Do not call g_type_class_peek_parent twice.
3262
3263 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3264
3265         * configure.ac:
3266         * data/icons/24x24/.cvsignore:
3267         * data/icons/24x24/Makefile.am:
3268         * data/icons/24x24/evince.png:
3269         * data/icons/Makefile.am:
3270         
3271         Add 24x24 icon. Thanks to 
3272         Michael Monreal <infernux@web.de>.
3273
3274 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3275
3276         * configure.ac: Fix typo in configure.ac. Thanks
3277         to dmacks@netspace.org for notification.
3278
3279 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3280
3281         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3282         
3283         Drop dbus include, fixes compilation with older dbus.
3284
3285 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3286
3287         * configure.ac:
3288         * cut-n-paste/Makefile.am:
3289         * cut-n-paste/totem-screensaver/.cvsignore
3290         * cut-n-paste/totem-screensaver/Makefile.am:
3291         * cut-n-paste/totem-screensaver/README:
3292         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3293         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3294         * shell/Makefile.am:
3295         * shell/ev-window.c: (ev_window_run_presentation),
3296         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3297         (ev_window_init):
3298
3299         Implemented screensaver enabling/disabling for
3300         presentation mode (not fullscreen mode). Code stolen
3301         from Totem (with some minor tweaks). Fixes bug #338889.
3302
3303 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3304
3305         * configure.ac:
3306
3307         Bump gnome-icon-theme requirements. We use the rotation
3308         icons that appeared recently.
3309
3310 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3311
3312         * shell/ev-history.c: (ev_history_add_page):
3313         * shell/ev-history.h:
3314         * shell/ev-window.c: (page_changed_cb):
3315         
3316         Use page labels instead of numbers.
3317
3318 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * data/evince-toolbar.xml:
3321         * po/POTFILES.in:
3322         * shell/Makefile.am:
3323         * shell/ev-navigation-action-widget.c:
3324         (ev_navigation_action_widget_init),
3325         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3326         (menu_detacher), (ev_navigation_action_widget_set_menu),
3327         (menu_position_func), (popup_menu_under_arrow),
3328         (ev_navigation_action_widget_toggled),
3329         (ev_navigation_action_widget_button_press_event):
3330         * shell/ev-navigation-action-widget.h:
3331         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3332         (ev_navigation_action_set_window), (activate_menu_item_cb),
3333         (new_history_menu_item), (new_empty_history_menu_item),
3334         (build_menu), (menu_activated_cb), (connect_proxy),
3335         (create_tool_item), (ev_navigation_action_init),
3336         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3337         * shell/ev-navigation-action.h:
3338         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3339         (ev_page_action_widget_set_page_cache),
3340         (ev_page_action_widget_finalize),
3341         (ev_page_action_widget_class_init), (match_selected_cb),
3342         (display_completion_text), (match_completion), (build_new_tree_cb),
3343         (get_filter_model_from_model),
3344         (ev_page_action_widget_update_model):
3345         * shell/ev-page-action-widget.h:
3346         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3347         (connect_proxy):
3348         * shell/ev-page-action.h:
3349         * shell/ev-stock-icons.c:
3350         * shell/ev-stock-icons.h:
3351         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3352         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3353         (register_custom_actions):
3354         * shell/main.c:
3355         
3356         Preliminary history implementation
3357
3358 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3361         (dvi_document_class_init), (dvi_document_init_params):
3362         * dvi/mdvi-lib/font.c: (font_reference):
3363         
3364         Add reference to subfont. Fixes bug #374277.
3365
3366 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3369         (ev_window_cmd_file_open_copy_at_dest):
3370
3371         Fix a race condition when creating symlink. Increase the counter
3372         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3373         Mathias Hasselmann).
3374
3375 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3376
3377         * backend/Makefile.am:
3378         * backend/ev-attachment.c: (ev_attachment_open):
3379         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3380         (ev_tmp_dir), (ev_tmp_filename):
3381         * shell/ev-sidebar-attachments.c:
3382         (ev_sidebar_attachments_drag_data_get):
3383         * shell/ev-window.c: (ev_window_clear_temp_file):
3384
3385         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3386         in ensure_dir_exists. Abort without crashing when we can't create
3387         user's directory.
3388
3389 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * data/evince-ui.xml:
3392         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3393         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3394         (ev_window_cmd_file_open_copy_at_dest),
3395         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3396         (ev_view_popup_cmd_open_link_new_window):
3397
3398         Allow opening a copy of the current document in a new window. Fixes bug
3399         #357472
3400
3401 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3402
3403         * data/evince-toolbar.xml:
3404         
3405         Add rotate right and rotate left to available items for toolbar.
3406         
3407         * data/evince-ui.xml:
3408         * shell/ev-window.c: (ev_window_init):
3409         
3410         Customize toolbar with right click. Fixes bug #372451.
3411
3412 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3413
3414         * shell/ev-window.c: 
3415         
3416         Use "object-rotate-{left,right}" stock icons. Fixes 
3417         bug #373863.
3418
3419 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3422         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3423         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3424         (ev_window_open_uri):
3425         * shell/main.c: (arguments_parse):
3426
3427         Remove temp file created when evince is used by GTK+ in
3428         preview mode. Fixes bug #365282. 
3429
3430 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3431
3432         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3433         
3434         Fixes bug #372474 - Side pane disabled when entering 
3435         and leaving fullscreen mode.
3436
3437 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3438
3439         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3440         * data/Makefile.am:
3441         * data/evince-preview-toolbar.xml:
3442         * data/evince-toolbar.xml:
3443         * shell/ev-application.c: (ev_application_shutdown),
3444         (ev_application_init), (ev_application_get_toolbars_model):
3445         * shell/ev-application.h:
3446         * shell/ev-window.c: (update_chrome_visibility),
3447         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3448         (ev_window_cmd_edit_toolbar), (ev_window_init):
3449         
3450         Fixes bug #364364 - toolbar editor shows zoom actions again.
3451
3452 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3455
3456         Do not take margins into consideration for paper size when printing.
3457         Really fixes bug #350491.
3458
3459 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * data/evince-ui.xml:
3462         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3463         (ev_window_cmd_file_print_setup),
3464         (ev_window_print_dialog_response_cb),
3465         (ev_window_setup_action_sensitivity):
3466
3467         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3468
3469 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * shell/ev-window.c: (ev_window_print_range):
3472
3473         Revert my previuos commit, since printing to PDF is not supported by
3474         evince yet. 
3475
3476 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * shell/ev-window.c: (ev_window_print_range):
3479
3480         Enable print to a PDF. Fixes bug #332121.
3481
3482 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-application-service.xml:
3485         * shell/ev-application.[ch]: (ev_application_open_window),
3486         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3487         (ev_application_open_uri), (ev_application_open_uri_list):
3488         * shell/ev-window.c: (file_open_dialog_response_cb),
3489         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3490         (drag_data_received_cb), (open_remote_link):
3491         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3492
3493         Add support for multiscreen systems. Fixes bug #316206.
3494
3495 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * shell/ev-jobs.[ch]: (ev_job_print_new),
3498         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3499         (ev_job_print_do_page):
3500         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3501
3502         Allow printing only odd/even pages. Fixes bug #367289.
3503
3504 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3505
3506         * test/test1.py:
3507         * test/test2.py:
3508
3509         Re-add locale settings to test files.
3510
3511 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * data/evince-ui.xml:
3514         * shell/ev-window.c: (set_action_properties):
3515         
3516         Removed garbage from code and ui.
3517
3518 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3519
3520         * shell/ev-window.c: (ev_window_cmd_help_about):
3521
3522         Shamelessly add my name to the list of contributors.
3523
3524 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3525
3526         * test/test1.py:
3527         * test/test2.py:
3528
3529         Cleaned up the dogtail scripts.
3530
3531 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3532
3533         * shell/ev-view.c: (draw_loading_text): Don't render
3534         "loading..." text in presentation mode. Temporary
3535         workaround for bug #320352.
3536
3537 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3540         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3541
3542         Use print settings scale, copies, collate and reverse which were
3543         ignored. Fixes bug #359032.
3544
3545 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3546
3547         * configure.ac:
3548         * data/evince-password.glade:
3549         * test/Makefile.am:
3550         * test/test-encrypt.pdf:
3551         * test/test-links.pdf:
3552         * test/test1.py:
3553         * test/test2.py:
3554
3555         Add automated UI tests for evince with dogtail. See
3556         bug #300948.    
3557
3558 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3561
3562         Hide fullscreen toolbar when switching to another desktop workspace.
3563         Fixes bug #338871
3564
3565 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3566
3567         * shell/ev-window-title.c: 
3568         
3569         Test for .dvi in title of pdf documents.
3570
3571 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3572
3573         * shell/ev-view.c: (ev_view_scroll):
3574
3575         Page Up/Down should do page jumps in "Best fit" mode.
3576         If a user has explicitly chosen to view exactly one page
3577         at a time, scrolling just a part of the page when
3578         pressing Page Up/Down is not right. Fixes bug #323107.
3579
3580 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3581
3582         * NEWS:
3583         * configure.ac:
3584         
3585         Update for 0.6.1
3586
3587 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3588
3589         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3590         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3591         
3592         Correctly disconnect from job signals on destroy.
3593
3594 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3595
3596         * shell/ev-view-private.h:
3597         * shell/ev-view.c: (view_set_adjustment_values),
3598         (view_update_range_and_current_page),
3599         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3600         
3601         Fixes bug #343199, current page now follows find page.
3602
3603 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3604
3605         * backend/ev-document-factory.c:
3606         * configure.ac:
3607         Assigned OpenDocument presenation MIME type to the
3608         Impress backend. Added some missing (but harmless)
3609         #ifdefs in the document factory as well to make things
3610         consistent again. Fixes bug #360658.
3611
3612 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3613
3614         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3615         * backend/ev-document-find.c: (ev_document_find_get_type):
3616         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3617         * backend/ev-document-links.c: (ev_document_links_get_type):
3618         * backend/ev-document-security.c: (ev_document_security_get_type):
3619         * backend/ev-document-thumbnails.c:
3620         (ev_document_thumbnails_get_type):
3621         * backend/ev-document.c: (ev_document_get_type):
3622         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3623         * backend/ev-selection.c: (ev_selection_get_type):
3624         * cut-n-paste/recent-files/egg-recent-model.c:
3625         (egg_recent_model_get_type):
3626         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3627         (egg_recent_view_uimanager_get_type):
3628         * cut-n-paste/recent-files/egg-recent-view.c:
3629         (egg_recent_view_get_type):
3630         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3631         (egg_editable_toolbar_get_type):
3632         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3633         (egg_toolbar_editor_get_type):
3634         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3635         (egg_toolbars_model_get_type):
3636         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3637         (egg_tree_multi_drag_source_get_type):
3638         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3639         (ephy_zoom_action_get_type):
3640         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3641         (ephy_zoom_control_get_type):
3642         * impress/r_back.c: (_imp_fill_back):
3643         * properties/ev-properties-main.c:
3644         (ev_properties_plugin_register_type):
3645         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3646         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3647         (ev_view_accessible_factory_get_type):
3648
3649         Reduce relocations. Bug #360616.
3650
3651 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3652
3653         * backend/ev-document-factory.c:
3654         (ev_document_factory_get_document):
3655         
3656         Load document even if extension is wrong.
3657
3658 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3659
3660         * shell/ev-metadata-manager.c: (save_values):
3661         * shell/ev-window.c: (setup_size_from_metadata),
3662         (setup_view_from_metadata), (ev_window_setup_document),
3663         (ev_window_xfer_job_cb), (window_configure_event_cb):
3664         
3665         Set size according to the document size/page size ratio.
3666         That should correct rather wierd behaviour of the previous
3667         commit.
3668
3669 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3670
3671         * shell/ev-window.c: (setup_view_from_metadata):
3672         
3673         Set size for new windows from previous window size.
3674         See bugs #354968 and #168450 for details. Thanks
3675         to Meik Hellmund.
3676
3677 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * djvu/djvu-links.c: (build_tree):
3680
3681         Fix memory leak.
3682
3683 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3684
3685         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3686         
3687         Don't make sidebar close button insensitive. Fixes
3688         bug #357871.
3689
3690 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3691
3692         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3693         (ev_window_set_view_accels_sensitivity):
3694         
3695         Don't enable Slash on documents which don't support
3696         find. Fixes bug #358648.
3697
3698 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3699
3700         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3701         open dialog fall back to the current document uri if the
3702         filechooser hasn't been used before. Fixes bug #356980.
3703
3704 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3705
3706         * shell/ev-window.c: (ev_window_setup_recent), 
3707         (ev_window_get_recent_file_label):
3708
3709         Escape underscores in filenames of recent file items.
3710
3711 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * configure.ac:
3714         
3715         Bumped poppler requirements, really 0.5.3 is very 
3716         buggy, now we require 0.5.4.
3717
3718 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * djvu/Makefile.am:
3721         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3722         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3723         (djvu_document_document_links_iface_init):
3724         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3725         (number_from_string_10), (get_djvu_link_dest),
3726         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3727         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3728         (djvu_links_get_links), (djvu_links_find_link_dest),
3729         (djvu_links_get_links_model):
3730         * djvu/djvu-links.h:
3731         
3732         Add support for links and bookmarks in djvu documents. Thanks
3733         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3734         patch.
3735
3736 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3739         
3740         Reopen should reload document. Fixes 
3741         bug 327951.
3742
3743 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3744
3745         * configure.ac:
3746         * data/Makefile.am:
3747         * data/evince-16.png:
3748         * data/evince-22.png:
3749         * data/evince.png:
3750         * data/evince.svg:
3751         * data/icons/16x16/Makefile.am:
3752         * data/icons/16x16/evince.png:
3753         * data/icons/22x22/Makefile.am:
3754         * data/icons/22x22/evince.png:
3755         * data/icons/48x48/Makefile.am:
3756         * data/icons/48x48/evince.png:
3757         * data/icons/Makefile.am:
3758         * data/icons/scalable/Makefile.am:
3759         * data/icons/scalable/evince.svg:
3760         
3761         Install icons with correct names. Fixes
3762         bug #354429.
3763
3764 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * shell/ev-view.c: (ev_view_button_release_event):
3767
3768         Don't open links with middle mouse button. Fixes bug #353649
3769
3770 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3771
3772         * NEWS:
3773         * configure.ac:
3774         
3775         Update for release 0.6.0
3776
3777 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3778
3779         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3780         Implement Close named action. Patch by Carlos Garcia Campos.
3781
3782 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3783
3784         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3785         
3786         Don't clear link mapping on copy_job_to_job_info. Fixes
3787         bug 346168.
3788
3789 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/main.c: (main):
3792
3793         Revert my previous commit, gnome_program_init owns the option context.
3794         Fix another memory leak in main. Both caught by Christian Persch. 
3795
3796 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * shell/main.c: (main):
3799
3800         Fix memory leak.
3801
3802 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3805
3806         Fix crash when opening a pdf with password protection. 
3807
3808 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3809
3810         * pdf/ev-poppler.cc: (pdf_document_search_free):
3811
3812         Fix memory leak. 
3813
3814 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3815
3816         * backend/ev-document-factory.c:
3817         (ev_document_factory_get_document):
3818         * tiff/tiff-document.c: (tiff_document_finalize):
3819         
3820         More correct handling of document loading. Fixes
3821         bug #349043.
3822
3823 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * backend/ev-attachment.c: (ev_attachment_save):
3826
3827         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3828         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3829
3830 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3831         
3832         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3833         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3834
3835 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * shell/ev-sidebar-thumbnails.c:
3838
3839         Do not render thumbnails unless thumbnails page is active in the
3840         sidebar.
3841
3842 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3843
3844         * shell/ev-properties-dialog.c:
3845
3846         Fix dialogue spacing. Bug #351370.
3847
3848 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3849
3850         * configure.ac:
3851
3852         Use lowercase gettext catalog file names (evince.mo
3853         instead of Evince.mo)
3854
3855 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3856
3857         * shell/ev-sidebar-attachments.c:
3858
3859         GtkIconTheme is now screen safe too. Fixes bug #350878
3860
3861 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * shell/ev-window.c:
3864
3865         GtkRecent manager is now screen safe. Fixes bug #350145
3866
3867 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * shell/ev-sidebar.c: (ev_sidebar_init):
3870         
3871         Make sidebar close icon smaller. Fix for bug 350177.
3872         See also bugs 350176 and 165770.
3873
3874 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3875
3876         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3877
3878         Ignore zoom for xyz destinations when it's <= 1, keeping user
3879         preferences instead. Set correct sizing-mode for fith and fitv
3880         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3881
3882 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3883
3884         * NEWS:
3885         * configure.ac:
3886         
3887         Update for release 0.5.5
3888
3889 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3890         
3891         * shell/ev-window.c: (ev_window_cmd_escape)
3892
3893         Escape unfocus page entry. Fixes bug #345809.
3894
3895 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3898         (build_tree), (pdf_document_links_get_links),
3899         (pdf_document_links_find_link_dest):
3900         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3901         (goto_xyz_dest):
3902
3903         Convert from PDF style coordinates to X style coordinates in the
3904         backend rather than in the view. Fixes bug #338440
3905
3906 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3907
3908         * shell/ev-window.c:
3909         
3910         Remove Ctrl+Shift+T shortcut for toolbars. See
3911         the bug #350098.
3912
3913 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * configure.ac:
3916
3917         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3918         of this. 
3919
3920 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3921
3922         * configure.ac:
3923         * cut-n-paste/Makefile.am:
3924         * data/evince-ui.xml:
3925         * shell/Makefile.am:
3926         * shell/ev-application.[ch]:
3927         * shell/ev-window.c:
3928
3929         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3930         #349273
3931
3932 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3933
3934         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3935         findbar code: s/help/search/
3936
3937 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3938
3939         * shell/ev-window.c: (setup_document_from_metadata),
3940         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3941         (setup_view_from_metadata):
3942         
3943         Fix memory leaks.
3944
3945 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3946
3947         * autogen.sh, configure.ac: 
3948         
3949         Update automake usage. See bug 349292.
3950
3951 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3952
3953         * shell/eggfindbar.c: (egg_find_bar_class_init),
3954         (entry_activate_callback), (egg_find_bar_init),
3955         (egg_find_bar_set_status_text):
3956         * shell/eggfindbar.h:
3957         
3958         Unify Evince findbar with Epiphany. Nice patch
3959         from Fabricio Silva <silva@crans.org> and
3960         Frederic Peters <fpeters@entrouvert.com>. See
3961         bug #339966 for details.
3962
3963 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3964
3965         * data/evince.desktop.in.in:
3966         
3967         Correct information for bugzilla. Thanks to
3968         Olaf Vitters, see bug #348855.
3969
3970 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3971
3972         * shell/ev-jobs.[ch]:
3973         * shell/ev-sidebar-links.c:
3974         * shell/ev-window.[ch]:
3975
3976         GtkPrintJob doesn't support print ranges or current page, so we export
3977         to a ps file now when printing ranges or current page.
3978
3979 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3980
3981         * pdf/ev-poppler.cc:
3982         * shell/ev-window.c: (do_action_named):
3983
3984         We should be more clear about bugzilla. See the
3985         poppler bug #7623.
3986
3987 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * configure.ac:
3990         * shell/Makefile.am:
3991         * shell/ev-job-queue.c:
3992         * shell/ev-jobs.[ch]:
3993         * shell/ev-sidebar-links.c:
3994         * shell/ev-window.[ch]:
3995         
3996         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3997         #348422
3998
3999 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4002         * shell/ev-application-service.xml:
4003         * shell/ev-application.[ch]:
4004         * shell/ev-jobs.[ch]:
4005         * shell/ev-window.[ch]: (ev_window_run_preview):
4006         * shell/main.c: 
4007
4008         Add preview mode to use evince as a printing previewer. It also adds
4009         other command line options for fullscreen and presentation modes.
4010         Fixes bugs #347822, #317031
4011
4012 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * NEWS:
4015         * configure.ac:
4016         
4017         Update for release 0.5.4
4018
4019 2006-07-11  Bastien Nocera <hadess@hadess.net>
4020
4021         * Makefile.am:
4022         * backend/Makefile.am:
4023         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4024         * backend/ev-document-factory.h:
4025         * configure.ac:
4026         * impress/.cvsignore:
4027         * impress/Makefile.am:
4028         * impress/common.h:
4029         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4030         (imp_get_page), (imp_next_page), (imp_prev_page),
4031         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4032         * impress/f_oasis.c: (render_object), (render_page),
4033         (get_geometry), (_imp_oasis_load):
4034         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4035         (_imp_oo13_load):
4036         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4037         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4038         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4039         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4040         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4041         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4042         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4043         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4044         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4045         (iks_new_within), (iks_insert), (iks_insert_cdata),
4046         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4047         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4048         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4049         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4050         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4051         (iks_cdata), (iks_cdata_size), (iks_has_children),
4052         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4053         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4054         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4055         (iks_tree), (iks_load), (iks_save):
4056         * impress/iksemel.h:
4057         * impress/imposter.h:
4058         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4059         (imp_render_draw_bezier_real), (imp_render_get_size),
4060         (imp_render_set_fg_color), (imp_render_draw_line),
4061         (imp_render_draw_rect), (imp_render_draw_polygon),
4062         (imp_render_draw_arc), (imp_render_draw_bezier),
4063         (imp_render_open_image), (imp_render_get_image_size),
4064         (imp_render_scale_image), (imp_render_draw_image),
4065         (imp_render_close_image), (imp_render_markup),
4066         (imp_render_get_text_size), (imp_render_draw_text),
4067         (impress_document_load), (impress_document_save),
4068         (impress_document_get_n_pages), (impress_document_get_page_size),
4069         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4070         (impress_document_finalize), (impress_document_class_init),
4071         (impress_document_can_get_text), (impress_document_get_info),
4072         (impress_document_document_iface_init),
4073         (impress_document_thumbnails_get_thumbnail),
4074         (impress_document_thumbnails_get_dimensions),
4075         (impress_document_document_thumbnails_iface_init),
4076         (impress_document_init):
4077         * impress/impress-document.h:
4078         * impress/internal.h:
4079         * impress/r_back.c: (_imp_fill_back):
4080         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4081         (_imp_draw_image), (_imp_tile_image):
4082         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4083         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4084         (r_polyline):
4085         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4086         (r_draw_gradient_complex), (r_draw_gradient):
4087         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4088         (r_get_bullet):
4089         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4090         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4091         (r_text):
4092         * impress/render.c: (imp_create_context), (imp_context_set_page),
4093         (imp_context_set_step), (imp_render), (imp_delete_context):
4094         * impress/render.h:
4095         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4096         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4097         (zip_load_xml), (zip_get_size), (zip_load):
4098         * impress/zip.h:
4099         * shell/ev-utils.c:
4100         
4101         New backend to support impress slides. Fixes bug #30867.
4102
4103 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4104
4105         * shell/ev-utils.c: (using_postscript_printer):
4106         
4107         Fixes crash when print using PAPI backend,
4108         bug #345012.
4109
4110 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4111
4112         * shell/ev-jobs.c: (ev_job_xfer_run):
4113         * shell/ev-window.c: (password_dialog_response),
4114         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4115         (ev_window_dispose):
4116         Fixes bug #344160: if the xfer job doesn't complete
4117         because a password is required, reload the existing
4118         instance instead of creating a new one.
4119
4120 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4121
4122         * shell/main.c: (main): Call gdk_threads_init. Thus
4123         we'll avoid errors in auth dialog. Fix for the bug
4124         #343347.
4125
4126 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4127
4128         * configure.ac: Advertise pixbuf support, fix
4129         for the bug 343317.
4130
4131 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4132
4133         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4134         (ev_sidebar_thumbnails_set_document):
4135         
4136         Update sidebar thumbnails after reloading.
4137
4138 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4139
4140         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4141         * shell/ev-jobs.h:
4142         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4143         (ev_window_cmd_view_reload), (ev_window_init):
4144         
4145         Don't crash on reload. Fix for the bug #343167.
4146
4147 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4148
4149         * shell/ev-jobs.c: (ev_job_render_run):
4150         
4151         Check for document links.
4152
4153 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * backend/ev-attachment.c: (ev_attachment_save),
4156         (ev_attachment_launch_app), (ev_attachment_open):
4157         * backend/ev-document-factory.c: (get_document_from_uri):
4158         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4159         (egg_recent_view_uimanager_set_list):
4160         * ps/ps-document.c: (check_filecompressed), (document_load),
4161         (ps_document_load):
4162         * shell/ev-metadata-manager.c: (load_values):
4163         * shell/ev-password.c: (ev_password_dialog_set_property):
4164         * shell/ev-view.c: (tip_from_link):
4165         * shell/ev-window.c: (file_save_dialog_response_cb),
4166         (ev_window_print_dialog_response_cb):
4167         
4168         Use consistent quoting style. Fix for the bug #320285.
4169
4170 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4171
4172         * shell/ev-jobs.c: (ev_job_xfer_run):
4173         * shell/main.c: (load_files):
4174                 
4175         Open links with anchors. Fix for the bug #339836.
4176
4177 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4178
4179         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4180         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4181         (ev_link_dest_set_property), (ev_link_dest_finalize),
4182         (ev_link_dest_class_init), (ev_link_dest_new_named),
4183         (ev_link_dest_new_page_label):
4184         * backend/ev-link-dest.h:
4185         * shell/ev-application.c: (ev_application_open_uri):
4186         * shell/ev-view.c: (goto_dest):
4187         * shell/ev-window.c:
4188         * shell/ev-window.h:
4189         
4190         Fix page-label command line option. Bug #342070.
4191
4192 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4193
4194         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4195         
4196         Don't show highlight rects if page can't be showed. Fix for 
4197         the bug #342076
4198
4199 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * shell/ev-window.c: (setup_sidebar_from_metadata),
4202         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4203         
4204         Setup sidebar from metadata even if there is no document
4205         loaded. Fix for the bug #342807.
4206
4207 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4208
4209         * cut-n-paste/toolbar-editor/Makefile.am:
4210         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4211         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4212         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4213         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4214         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4215         (popup_context_menu_cb), (button_press_event_cb),
4216         (configure_item_sensitivity), (configure_item_cursor),
4217         (configure_item_tooltip), (connect_widget_signals),
4218         (action_sensitive_cb), (create_item_from_action),
4219         (create_item_from_position), (toolbar_drag_data_received_cb),
4220         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4221         (toolbar_drag_leave_cb), (configure_drag_dest),
4222         (toggled_visibility_cb), (toolbar_visibility_refresh),
4223         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4224         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4225         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4226         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4227         (egg_editable_toolbar_dispose),
4228         (egg_editable_toolbar_set_ui_manager),
4229         (egg_editable_toolbar_get_selected),
4230         (egg_editable_toolbar_set_selected), (set_edit_mode),
4231         (egg_editable_toolbar_set_property),
4232         (egg_editable_toolbar_get_property),
4233         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4234         (egg_editable_toolbar_new_with_model),
4235         (egg_editable_toolbar_get_edit_mode),
4236         (egg_editable_toolbar_set_edit_mode),
4237         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4238         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4239         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4240         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4241         (item_added_or_removed_cb), (toolbar_removed_cb),
4242         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4243         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4244         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4245         (editor_create_item_from_name), (append_table),
4246         (update_editor_sheet), (egg_toolbar_editor_init):
4247         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4248         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4249         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4250         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4251         (toolbar_node_free), (egg_toolbars_model_get_flags),
4252         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4253         (egg_toolbars_model_get_name), (impl_add_item),
4254         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4255         (parse_data_list), (parse_item_list), (parse_toolbars),
4256         (egg_toolbars_model_load_toolbars), (parse_available_list),
4257         (parse_names), (egg_toolbars_model_load_names),
4258         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4259         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4260         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4261         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4262         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4263         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4264         (egg_toolbars_model_set_types), (fill_avail_array),
4265         (egg_toolbars_model_get_name_avail),
4266         (egg_toolbars_model_get_name_flags),
4267         (egg_toolbars_model_set_name_flags):
4268         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4269         * cut-n-paste/toolbar-editor/eggintl.h:
4270         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4271         (egg_tree_multi_drag_source_get_type),
4272         (egg_tree_multi_drag_source_row_draggable),
4273         (egg_tree_multi_drag_source_drag_data_delete),
4274         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4275         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4276         (path_list_free), (set_context_data), (get_context_data),
4277         (get_info), (egg_tree_multi_drag_drag_data_get),
4278         (egg_tree_multi_drag_motion_event),
4279         (egg_tree_multi_drag_button_press_event),
4280         (egg_tree_multi_drag_add_drag_support):
4281         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4282         * shell/ev-application.c: (ev_application_init),
4283         (ev_application_save_toolbars_model):
4284         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4285         (ev_window_cmd_edit_toolbar), (ev_window_init):
4286         
4287         Sync toolbareditor with epiphany and libegg
4288
4289 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * configure.ac: 
4292
4293         Depend on poppler 0.5.2
4294
4295 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4296
4297         * shell/ev-jobs.c: (ev_job_render_run):
4298         
4299         Check if document supports links iterface.
4300
4301 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4302
4303         * NEWS:
4304         * configure.ac:
4305         
4306         Update for release 0.5.3
4307
4308 2006-05-13  Michael Plump  <plumpy@skylab.org>
4309
4310         * configure.ac:
4311         * shell/Makefile.am:
4312         * shell/main.c: (main):
4313         
4314         Port to GOption command line parsing. Fix for the 
4315         bug #327518
4316
4317 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4318
4319         * shell/ev-window.c: (ev_window_cmd_help_about):
4320         
4321         Do not wrap license. Fix for the bug #309460.
4322
4323 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4324
4325         * configure.ac:
4326         * properties/ev-properties-main.c: (ev_properties_get_pages):
4327         * shell/ev-application.c: (ev_application_open_window),
4328         (ev_application_open_uri_at_dest):
4329         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4330         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4331         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4332         * shell/ev-utils.c: (save_print_config_to_file):
4333         * shell/ev-window.c: (ev_window_cmd_save_as),
4334         (ev_attachment_popup_cmd_save_attachment_as):
4335         * shell/main.c: (load_files_remote):
4336         
4337         Bump requirements to gtk 2.8 and drop all ifdefs used.
4338
4339 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4340
4341         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4342         * shell/ev-window.c: (ev_window_init):
4343         
4344         Show attachments page.
4345
4346 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4347
4348         * po/POTFILES.in:
4349         * shell/ev-attachment-bar.c:
4350         * shell/ev-attachment-bar.h:
4351         * shell/ev-sidebar-attachments.c:
4352         (ev_sidebar_attachments_icon_cache_add),
4353         (icon_theme_get_pixbuf_from_mime_type),
4354         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4355         (ev_sidebar_attachments_icon_cache_refresh),
4356         (ev_sidebar_attachments_get_attachment_at_pos),
4357         (ev_sidebar_attachments_popup_menu_show),
4358         (ev_sidebar_attachments_popup_menu),
4359         (ev_sidebar_attachments_button_press),
4360         (ev_sidebar_attachments_update_icons),
4361         (ev_sidebar_attachments_drag_data_get),
4362         (ev_sidebar_attachments_get_property),
4363         (ev_sidebar_attachments_destroy),
4364         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4365         (ev_sidebar_attachments_new),
4366         (ev_sidebar_attachments_set_document),
4367         (ev_sidebar_attachments_support_document),
4368         (ev_sidebar_attachments_get_label),
4369         (ev_sidebar_attachments_page_iface_init):
4370         * shell/ev-sidebar-attachments.h:
4371         * shell/ev-window.c: (update_chrome_visibility),
4372         (setup_sidebar_from_metadata), (ev_window_setup_document),
4373         (ev_window_sidebar_current_page_changed_cb),
4374         (attachment_bar_menu_popup_cb), (ev_window_init):
4375         
4376         Move attachments bar to sidebar.
4377
4378 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4379
4380         * pdf/ev-poppler.cc:
4381         * shell/ev-application.[ch]:
4382         * shell/main.c:
4383
4384         Fix some memory leaks.
4385
4386 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4387
4388         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4389
4390         Change the properties dialog response to
4391         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4392         will make the dialog go away when the user presses
4393         enter. With gtk+ >= 2.9 this will happen anyway, but for
4394         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4395         escape by default. Fixes bug #340539. See also bug
4396         #101293 for the gtk+ part.
4397
4398 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4399
4400         * shell/ev-view.c (tip_from_action_named): Replace some strings
4401         that were wrong. Closes #340970.
4402
4403 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4406
4407         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4408         #341049
4409
4410 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * djvu/Makefile.am:
4413         * dvi/Makefile.am:
4414         * dvi/mdvi-lib/Makefile.am:
4415         * properties/Makefile.am:
4416         * ps/Makefile.am:
4417         * shell/Makefile.am:
4418         * thumbnailer/Makefile.am:
4419         
4420         Due to broken libtool that is unable to track dependencies
4421         of noinst libraries we are forced to explicitely point
4422         libraries for binary. Fix for the bug #333334.
4423
4424 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * data/evince.desktop.in.in:
4427         * shell/ev-view.c: (view_update_range_and_current_page),
4428         (ev_view_next_page), (ev_view_previous_page):
4429         * shell/ev-window.c: (update_chrome_visibility),
4430         (setup_sidebar_from_metadata), (ev_window_setup_document),
4431         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4432         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4433         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4434         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4435         (ev_window_stop_presentation), (ev_window_focus_in_event),
4436         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4437         (ev_window_init):
4438         * thumbnailer/Makefile.am:
4439         
4440         Update fullscreen and presentation timeout handling. Hide
4441         cursor in presentation after timeout. Fix for the bugs
4442         #136359 and #336981.
4443
4444 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * backend/ev-link-action.[ch]:
4447         * pdf/ev-poppler.cc: (ev_link_from_action):
4448         * shell/ev-view-private.h:
4449         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4450         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4451
4452         Add support for Named Action links
4453
4454 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * backend/Makefile.am:
4457         * backend/ev-document-links.[ch]:
4458         * backend/ev-document.[ch]:
4459         * backend/ev-link-action.[ch]:
4460         * backend/ev-link-dest.[ch]:
4461         * backend/ev-link.[ch]:
4462         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4463         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4464         * shell/ev-page-action.c: (build_new_tree_cb):
4465         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4466         (links_page_num_func), (update_page_callback):
4467         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4468         (tip_from_link):
4469         * shell/ev-jobs.c:
4470         * shell/ev-window.[ch]: (ev_window_open_uri),
4471         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4472         * shell/ev-application.[ch]: (ev_application_open_window),
4473         (ev_application_open_uri):
4474
4475         Rework links system, it adds support for remote links now and it makes
4476         easier to add new kinds of actions and destinations. Fixes bug #317292
4477
4478 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * data/Makefile.am:
4481         * data/evince.png:
4482         * data/evince-16.png:
4483         * data/evince-22.png:
4484         * data/evince.svg:
4485         * shell/main.c: (main):
4486         
4487         Evince use it's own icon. Fix for the bug #313392.
4488
4489         * shell/ev-window.c: (fullscreen_timeout_cb),
4490         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4491         (ev_window_cmd_help_about), (ev_window_dispose):
4492         
4493         Simplify fullscreen timeout code.
4494
4495 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * backend/ev-attachment.c: 
4498         * shell/ev-attachment-bar.c:
4499         * shell/ev-window.c:
4500
4501         Allow multiple selection of attachments
4502
4503 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4504
4505         * shell/ev-view.c: (view_update_range_and_current_page),
4506         (ev_view_scroll):
4507         
4508         Fix for the bug #312573 – Optimal selection of current 
4509         page among visible pages.
4510
4511 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * configure.ac:
4514         * djvu/Makefile.am:
4515         * djvu/djvu-text.h:
4516         
4517         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4518         for the bug 339868.
4519
4520 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4521
4522         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4523
4524 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4525
4526         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4527         dictated by the GNOME HIG. Fixes bug #339235.
4528
4529 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4530
4531         * data/evince-ui.xml:
4532         * shell/ev-view.c: (ev_view_can_find_previous):
4533         * shell/ev-view.h:
4534         * shell/ev-window.c: (ev_window_update_actions),
4535         (ev_window_cmd_edit_find_previous):
4536
4537         Add support for "Find Previous" as dictated by the GNOME HIG. A
4538         menu item is added and some glue code to make it all work is added
4539         to various files.
4540
4541 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4542
4543         * configure.ac: Award myself the "useless use of cat" award.
4544
4545 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4546
4547         * po/LINGUAS: New file listing all supported languages.
4548
4549         * configure.in: Use po/LINGUAS instead of including all languages
4550         directly in this file. See the wiki for more information:
4551         http://live.gnome.org/GnomeGoals/PoLinguas
4552
4553 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4554
4555         * backend/ev-document-factory.c:
4556
4557         Do not load the document twice when there isn't errors
4558
4559 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * backend/ev-attachment.c: 
4562
4563         Fix a crash when there isn't a default application to open an
4564         attachment
4565
4566 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4567
4568         * backend/ev-attachment.[ch]:
4569         * shell/ev-attachment-bar.[ch]:
4570
4571         Added missing files. 
4572
4573 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * backend/Makefile.am:
4576         * data/evince-ui.xml:
4577         * backend/ev-attachment.[ch]:
4578         * backend/ev-document.[ch]: (ev_document_has_attachments),
4579         (ev_document_get_attachments):
4580         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4581         (attachment_save_to_buffer), (pdf_document_get_attachments),
4582         (pdf_document_document_iface_init):
4583         * shell/Makefile.am:
4584         * shell/ev-attachment-bar.[ch]:
4585         * shell/ev-window.c:
4586
4587         Add support for PDF attachments. Fixes bug #325143
4588
4589 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * backend/ev-document-factory.c: (get_document_from_uri),
4592         (ev_document_factory_get_document):
4593         * backend/ev-document-factory.h:
4594         * properties/ev-properties-main.c: (ev_properties_get_pages):
4595         * shell/Makefile.am:
4596         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4597         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4598         (ev_job_queue_remove_job):
4599         * shell/ev-job-queue.h:
4600         * shell/ev-job-xfer.c:
4601         * shell/ev-job-xfer.h:
4602         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4603         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4604         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4605         (ev_job_xfer_run):
4606         * shell/ev-jobs.h:
4607         * shell/ev-window.c: (ev_window_is_empty),
4608         (password_dialog_response), (ev_window_clear_xfer_job),
4609         (ev_window_xfer_job_cb), (ev_window_open_uri),
4610         (ev_window_cmd_focus_page_selector),
4611         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4612         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4613         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4614         (ev_window_dispose):
4615         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4616         
4617         * Cleanup mime type detection on document load. Fix for the
4618         bug #336448.
4619
4620 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4621
4622         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4623         
4624         Fix crash on exit, described in the bug #336825.
4625
4626 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * backend/ev-document-factory.c:
4629         (ev_document_factory_get_from_mime),
4630         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4631         (ev_document_factory_get_document),
4632         (file_filter_add_mime_list_and_free),
4633         (ev_document_factory_add_filters):
4634         * backend/ev-document-factory.h:
4635         * properties/ev-properties-main.c: (ev_properties_get_pages):
4636         * shell/Makefile.am:
4637         * shell/ev-application.c:
4638         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4639         * shell/ev-window.c: (ev_window_cmd_file_open),
4640         (ev_window_cmd_save_as):
4641         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4642         
4643         Rework factory functions so they are placed now in a single 
4644         file ev-document-factory.c
4645
4646 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * shell/ev-window.c: (update_chrome_visibility):
4649         
4650         Fix for the bug 166566 - don't show menubar in fullscreen
4651         mode.
4652
4653 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4654
4655         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4656
4657 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4658
4659         * shell/ev-view.c: (ev_view_expose_event):
4660         
4661         More correctly draw loading text when document
4662         is empty.
4663
4664 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * shell/ev-view.c: (ev_view_scroll):
4667         
4668         Fix for the bug #334854, page down and page up switch
4669         pages in presentation mode.
4670
4671 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4672
4673         * shell/ev-window.c: (ev_window_set_action_sensitive),
4674         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4675         (ev_window_set_view_accels_sensitivity),
4676         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4677         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4678         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4679         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4680         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4681         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4682         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4683         (view_actions_focus_in_cb), (ev_window_init):
4684         
4685         Fix for the bug #333902, now it's possible to search
4686         words with slash.
4687
4688 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4689
4690         * configure.ac: Added Breton translation.
4691         * po/br.po: Added Breton translation.
4692
4693 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * shell/ev-window-title (ev_window_title_update):
4696
4697         Fix memory leak in window title. Fixes bug #333944
4698
4699 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * shell/ev-metadata-manager.c (parseItem):
4702
4703         Fix memory leaks. Fixes bug #333945
4704
4705 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4706         
4707         * NEWS, configure.ac, TODO:
4708         
4709         Update for release 0.5.2.
4710
4711 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * shell/ev-view.c: (view_update_range_and_current_page),
4714         (page_changed_cb):
4715         
4716         Don't jump on scrolling, fix for the bug #333127.
4717
4718 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4719
4720         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4721         
4722         Scroll by one page in presentation mode. Fix for the bug
4723         #332993.
4724
4725 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4726
4727         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4728
4729 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4730
4731         * configure.ac  Added lv in ALL_LINGUAS line.
4732
4733 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4734         
4735         * NEWS, configure.ac:
4736         
4737         Update for release 0.5.1
4738
4739 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4740
4741         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4742         * backend/ev-document-misc.h:
4743         * shell/ev-view.c: (draw_one_page):
4744         
4745          Clairfy what page the toolbar page number applies to. Fix
4746          for the bug #328102.
4747
4748 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4749
4750         * shell/ev-view-private.h:
4751         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4752         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4753         (ev_view_search_changed):
4754         * shell/ev-view.h:
4755         * shell/ev-window.c: (find_bar_search_changed_cb):
4756         
4757         Dont't jump to find result if window was scrolled during search.
4758         Fix for the bug #313266.
4759
4760 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4761
4762         * shell/eggfindbar.c: (egg_find_bar_class_init):
4763         * shell/eggfindbar.h:
4764         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4765         * shell/ev-view-private.h:
4766         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4767         (ev_view_class_init), (ev_sizing_mode_get_type),
4768         (ev_scroll_type_get_type):
4769         * shell/ev-view.h:
4770         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4771         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4772         (ev_window_init):
4773         
4774         Fix for the bug 319133 - Find entry should allow text scroll.
4775
4776 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4777
4778         * shell/ev-view-private.h:
4779         * shell/ev-view.c: (view_update_range_and_current_page),
4780         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4781         (ev_view_set_document), (update_find_status_message),
4782         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4783         (ev_view_find_previous):
4784         
4785         Fix for the bug #319137. Search now takes account for scrolling.
4786
4787 2006-02-19  Michael Hofmann <mh21@piware.de>
4788
4789         * configure.ac:
4790         * djvu/Makefile.am:
4791         * djvu/djvu-document-private.h:
4792         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4793         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4794         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4795         (djvu_document_can_get_text), (djvu_document_get_text),
4796         (djvu_document_document_iface_init),
4797         (djvu_document_thumbnails_get_thumbnail),
4798         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4799         (djvu_document_find_get_result),
4800         (djvu_document_find_page_has_results),
4801         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4802         (djvu_document_find_iface_init):
4803         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4804         (djvu_text_page_selection), (djvu_text_page_limits_process),
4805         (djvu_text_page_limits), (djvu_text_page_copy),
4806         (djvu_text_page_position), (djvu_text_page_union),
4807         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4808         (djvu_text_page_box), (djvu_text_page_append_text),
4809         (djvu_text_page_search), (djvu_text_page_prepare_search),
4810         (djvu_text_page_new), (djvu_text_page_free):
4811         * djvu/djvu-text-page.h:
4812         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4813         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4814         (djvu_text_n_results), (djvu_text_has_results),
4815         (djvu_text_get_result), (djvu_text_get_progress):
4816         * djvu/djvu-text.h:
4817         
4818         Text search in djvu. Fix for the bug #303415.
4819
4820 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * configure.ac:
4823         * shell/ev-window.c: (ev_window_cmd_save_as):
4824         
4825         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4826         Thanks to Gary Coady <gary@lyranthe.org>
4827
4828 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4829
4830         * shell/ev-print-job.c: (idle_print_handler):
4831         
4832         Inverse order printing, bug #320919.
4833
4834 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * data/evince-toolbar.xml:
4837         * shell/ev-window.c:
4838         
4839         Allow to add sidebar checkbutton on toolbar. Fix
4840         for the bug #144577.
4841
4842 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4845         
4846         Add checks that have sense for empty ps document.
4847
4848 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4849
4850         * configure.ac: Include PS in mime types list. 
4851
4852 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * configure.ac:
4855         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4856         * ps/gsdefaults.h:
4857         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4858         
4859         Runtime check for gs interpreter. Fix for the bug #320868.
4860         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4861
4862 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4863
4864         * shell/ev-application.c: 
4865
4866         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4867         dbus>=0.60, so that the request is not queued. 
4868
4869 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4870
4871         * configure.ac:
4872         * shell/Makefile.am:
4873         * shell/ev-sidebar-links.c: (print_section_cb):
4874         * shell/ev-utils.c:
4875         * shell/ev-utils.h:
4876         * shell/ev-window.c: (update_action_sensitivity),
4877         (ev_window_close_dialogs), (ev_window_print):
4878         * shell/ev-window.h:
4879         
4880         Make printing support optional. Patch from Eduardo de Barros Lima
4881         <eduardo.lima@indt.org.br> for the bug #330546.
4882
4883 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4884
4885         * shell/ev-view-private.h:
4886         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4887         (ev_view_set_document):
4888         * shell/ev-view.h:
4889         * shell/ev-window.c: (ev_window_load_job_cb),
4890         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4891         (ev_window_init):
4892
4893         Draw Loading message during xfer job. Fix for the bug #329495.
4894
4895 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * comics/comics-document.c: (comics_regex_quote),
4898         (comics_document_load), (extract_argv):
4899         
4900         Correcly quote regexp before passing it to unzip.
4901
4902 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * shell/ev-page-cache.c: (build_height_to_page),
4905         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4906         (ev_page_cache_get_dual_even_left):
4907         * shell/ev-page-cache.h:
4908         * shell/ev-view.c: (view_update_range_and_current_page),
4909         (get_page_y_offset), (get_page_extents):
4910         
4911         Place even pages to the left if document has less then
4912         two pages. Fix for the bug #328856.
4913
4914 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4917         
4918         Correct comics scheme. This make evince create thumbnails
4919         for comic books. Fix for the bug 329088.
4920
4921 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4922
4923         * data/evince-password.glade: Don't explicitly set
4924         invisible_char to the current default value in case
4925         the default changes; let GTK+ do its magic.
4926
4927 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4930         real filename to tmp filename since often document
4931         type is determined by extension.
4932
4933 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4934
4935         * shell/ev-view.c: (add_scroll_binding_keypad),
4936         (ev_view_binding_activated), (ev_view_class_init):
4937         
4938         Add keybindings for percision-scrolling of display area. 
4939         Fix for the bug #314072.
4940
4941 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * data/evince.desktop.in.in:
4944         
4945         Add GTK to the list of categories. Fix for the bug #328034.
4946
4947 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * shell/ev-application.c: (ev_application_shutdown),
4950         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4951         * shell/ev-application.h:
4952         * shell/ev-window.c: (file_open_dialog_response_cb),
4953         (ev_window_cmd_file_open):
4954         
4955         Save last uri in file chooser dialog. Fix for the bug #327950.
4956
4957 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * NEWS:
4960         * README:
4961         
4962         Final update for release 0.5.0
4963         
4964         * shell/Makefile.am:
4965         
4966         Remove disable deprecated until we'll require libgnome-2.13.7
4967         and port to GOption argument parsing. See bug 327518.
4968
4969 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4970
4971         * comics/comics-document.c: (comics_document_save):
4972         * djvu/djvu-document.c: (djvu_document_save):
4973         * dvi/dvi-document.c: (dvi_document_save):
4974         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4975         * lib/ev-file-helpers.h:
4976         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4977         * tiff/tiff-document.c: (tiff_document_save):
4978         
4979         Use common save function for backends.
4980
4981 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4982
4983         * backend/ev-document-types.c:
4984         
4985         Fix crash on saving pixbuf.
4986
4987 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * cut-n-paste/recent-files/egg-recent-item.c:
4990         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4991         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4992         (parse_info_free), (valid_element), (start_element_handler),
4993         (end_element_handler), (text_handler), (egg_recent_model_filter),
4994         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4995         (egg_recent_model_monitor), (egg_recent_model_read),
4996         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4997         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4998         (egg_recent_model_set_property), (egg_recent_model_class_init),
4999         (egg_recent_model_init), (egg_recent_model_add_full),
5000         (egg_recent_model_delete), (egg_recent_model_get_list),
5001         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5002         (egg_recent_model_set_filter_mime_types),
5003         (egg_recent_model_clear_group_filter),
5004         (egg_recent_model_set_filter_groups),
5005         (egg_recent_model_clear_scheme_filter),
5006         (egg_recent_model_set_filter_uri_schemes),
5007         (egg_recent_model_remove_expired):
5008         * cut-n-paste/recent-files/egg-recent-util.c:
5009         (egg_recent_util_get_icon):
5010         * cut-n-paste/recent-files/egg-recent-util.h:
5011         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5012         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5013         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5014         (egg_recent_view_uimanager_set_property),
5015         (egg_recent_view_uimanager_get_property),
5016         (egg_recent_view_uimanager_class_init),
5017         (egg_recent_view_uimanager_init),
5018         (egg_recent_view_uimanager_set_label_width),
5019         (egg_recent_view_uimanager_get_label_width):
5020         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5021         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5022         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5023         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5024         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5025         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5026         
5027         Update from libegg.
5028
5029 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * shell/ev-page-cache.c: (build_height_to_page),
5032         (ev_page_cache_get_height_to_page):
5033         * shell/ev-page-cache.h:
5034         * shell/ev-view.c: (view_update_range_and_current_page),
5035         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5036         (ev_view_previous_page):
5037         
5038         Dual mode places even pages to the left. Fix for the bug #309393.
5039
5040         * shell/ev-view.h:
5041         * shell/ev-window.c: (update_action_sensitivity),
5042         (setup_view_from_metadata), (view_menu_popup_cb):
5043         
5044         Don't restore presentation in empty windows, more intelligent
5045         next page behaviour in dual mode.
5046
5047         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5048         (ev_pixbuf_cache_clear_job_sizes):
5049         
5050         Cleanup job callback on removal. Fix for the bug #325886.
5051
5052 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5053
5054         * ps/ps.c: (psscan):
5055         
5056         Commit workaround Mozilla problem. Fix for the bug #325919
5057         
5058         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5059         (save_item):
5060         
5061         Fix for year 2038 problem.
5062
5063 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * shell/ev-window.c: (setup_document_from_metadata),
5066         (ev_window_cmd_view_reload):
5067
5068         Clamp page recieved from metadata in valid values. Fix
5069         for the bug #325986.
5070
5071 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * MAINTAINERS: 
5074         Add MAINTAINERS as requested on desktop-devel-list.
5075
5076 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5079         (mime_type_supported_by_gdk_pixbuf),
5080         (ev_document_factory_get_mime_types),
5081         (ev_document_factory_get_all_mime_types):
5082         
5083         Don't add pixbuf mime types if pixbuf backend is disabled.
5084         
5085         * shell/ev-application.c: (ev_application_get_uri_window):
5086         
5087         Fix for the bug 325815 - unhandled MIME type message doesn't 
5088         appear a second time. 
5089         
5090         * shell/ev-document-types.c: (ev_document_types_add_filters):
5091         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5092         (password_dialog_response), (ev_window_popup_password_dialog),
5093         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5094         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5095         (ev_window_run_presentation), (ev_window_stop_presentation),
5096         (save_sizing_mode), (ev_window_zoom_changed_cb),
5097         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5098         (ev_window_dual_mode_changed_cb),
5099         (ev_window_sidebar_current_page_changed_cb),
5100         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5101         (window_state_event_cb), (window_configure_event_cb):
5102         
5103         Cleanup additional uris holded by EvWindow.
5104
5105 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5106
5107         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5108         (ev_view_can_previous_page), (ev_view_can_next_page):
5109         * shell/ev-view.h:
5110         * shell/ev-window.c: (update_action_sensitivity):
5111         
5112         Two page scrolling with Space and PageUp in dual mode. Second fix 
5113         for the bug #316608.
5114
5115 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * shell/ev-view.c: (scroll_to_current_page):
5118         
5119         Correctly clamp adjustment value. Fix for the bug
5120         #325808.
5121
5122 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * shell/ev-sidebar-links.c: (print_section_cb):
5125         * shell/ev-window.c: (ev_window_get_uri),
5126         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5127         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5128         (ev_window_dispose):
5129         
5130         Make print dialog non-modal. Fix for the bug #325622.
5131
5132 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * shell/ev-metadata-manager.c:
5135         * shell/ev-utils.c: (using_pdf_printer),
5136         (using_postscript_printer), (load_print_config_from_file),
5137         (save_print_config_to_file):
5138         * shell/ev-utils.h:
5139         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5140         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5141         (setup_view_from_metadata), (ev_window_setup_document),
5142         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5143         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5144         (ev_window_run_presentation), (ev_window_stop_presentation),
5145         (save_sizing_mode), (ev_window_zoom_changed_cb),
5146         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5147         (ev_window_dual_mode_changed_cb),
5148         (ev_window_sidebar_current_page_changed_cb),
5149         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5150         (window_state_event_cb), (window_configure_event_cb),
5151         (ev_window_init):
5152         
5153         Setting saving behaviour fixes.
5154
5155 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5156
5157         * configure.ac:
5158         
5159         Make antialiasing gs options better and allow
5160         to change them during configure. Fix for the 
5161         bug #319049.
5162
5163 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/ev-window.c: (setup_view_from_metadata):
5166         
5167         Remember if last window was maximized. Fix for the
5168         bug #323797.
5169
5170 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5171
5172         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5173
5174 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5175
5176         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5177         * shell/ev-page-action.c: (build_new_tree_cb):
5178         * shell/ev-sidebar-links.c: (links_page_num_func),
5179         (update_page_callback_foreach), (update_page_callback):
5180         * shell/ev-view.c: (scroll_to_current_page):
5181         
5182         Fix for the bug #325067 with more intelligent selection
5183         of current link in sidebar. Make sidebar handle links
5184         of FITR-like type more correctly.
5185
5186         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5187         (dvi_pixbuf_put_pixel):
5188         
5189         Fix memory consumtion with disabled alpha channel.
5190
5191 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5192
5193         * data/evince-ui.xml:
5194         * shell/ev-window.c: (view_menu_popup_cb),
5195         (ev_popup_cmd_open_link), (ev_window_init):
5196         
5197         Update context menu for internal links. Fix for the bug
5198         #325066.
5199
5200 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5201
5202         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5203         
5204         Bind context menu to keyboard also. Fix for the bug
5205         #325065.
5206
5207 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5208
5209         * shell/ev-view.c: (selection_scroll_timeout_cb):
5210         
5211         Horizontal scroll on selection also.
5212
5213 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * shell/ev-metadata-manager.c: (parse_value):
5216         * shell/ev-view.c: (goto_xyz_link):
5217         
5218         Correct zoom setup and metadata save broken in 
5219         some locales.
5220
5221 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5222
5223         * shell/ev-view-private.h:
5224         * shell/ev-view.c: (scroll_to_current_page),
5225         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5226         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5227         (page_changed_cb), (ev_view_set_continuous),
5228         (ev_view_set_dual_page), (ev_view_set_presentation):
5229         
5230         Delay scroll until allocation to correctly position page. Fix
5231         for the bug #317334.
5232
5233 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5234
5235         * NEWS:
5236         * configure.ac:
5237         
5238         Update NEWS and require poppler 0.5.0.
5239
5240 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5241         
5242         * data/evince-ui.xml:
5243         * shell/ev-view-private.h:
5244         * shell/ev-view.c: (ev_view_get_link_at_location),
5245         (handle_link_over_xy), (ev_view_button_press_event),
5246         (ev_view_button_release_event), (ev_view_class_init):
5247         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5248         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5249         (ev_window_init):
5250         
5251         Implement right-click context menu.
5252
5253 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5256         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5257         (mdvi_pixbuf_device_render):
5258         * pdf/ev-poppler.cc:
5259
5260         Don't generate thumbnails with alpha. See bug #324077.
5261         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5262
5263 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * shell/ev-window.c: (setup_chrome_from_metadata):
5266         
5267         Fix typo that was hiding toolbar.
5268
5269 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * shell/ev-view-private.h:
5272         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5273         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5274         (ev_view_button_release_event), (ev_view_destroy):
5275         
5276         Small cleanup and autoscrolling during selection. Thanks to 
5277         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5278
5279 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5280
5281         * configure.ac:
5282         
5283         Correctly check for comics option.
5284
5285 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5286         * Makefile.am:
5287         * configure.ac:
5288         * backend/Makefile.am:
5289         * backend/ev-document-factory.c:
5290         * shell/ev-document-types.c:
5291
5292         Included option in configure to make ps backend 
5293         compilation optional with --disable-ps.
5294
5295 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * backend/ev-document-factory.c:
5298         * comics/Makefile.am:
5299         * comics/comics-document.c: (comics_document_load):
5300         * comics/ev-cbr-mime.xml:
5301         * configure.ac:
5302         
5303         Comics mime types are added to shared-mime-info CVS. Now
5304         we don't need to install our own mime types.
5305
5306 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * shell/ev-window.c:
5309         
5310         Add shortcut for "save a copy" menu entry. Fix for
5311         the bug #324582.
5312
5313 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5314
5315         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5316         (job_finished_cb), (new_selection_pixbuf_needed),
5317         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5318         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5319         
5320         Rework selection job info logic and fix critical warning.
5321
5322 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5323
5324         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5325
5326 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5327
5328         * data/evince-ui.xml:
5329         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5330         
5331         Enter as shortcut key for next page. Fix for the bug
5332         #321394.
5333
5334 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5335
5336         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5337
5338 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5339
5340         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5341         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5342         (new_selection_pixbuf_needed),
5343         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5344         (clear_job_selection):
5345         
5346         Too early for 0.5. Pixbuf cache code cleaned a bit.
5347
5348 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5349
5350         * NEWS:
5351         * configure.ac:
5352         
5353         Release 0.5.0 preparation
5354
5355 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5356
5357         * comics/Makefile.am:
5358         * configure.ac:
5359         * shell/ev-document-types.c: (ev_document_types_add_filters):
5360         
5361         More advanced handling of custom mime type installation.
5362
5363 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * data/evince.schemas.in:
5366         * shell/ev-metadata-manager.c: (value_free),
5367         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5368         (ev_metadata_manager_get), (ev_metadata_manager_set):
5369         * shell/ev-metadata-manager.h:
5370         * shell/ev-window.c: (update_chrome_flag),
5371         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5372         (setup_document_from_metadata), (setup_chrome_from_metadata),
5373         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5374         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5375         (ev_window_view_toolbar_cb),
5376         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5377         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5378         
5379         Save last document settings and reuse them for new documents.
5380
5381 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * Makefile.am:
5384         * backend/Makefile.am:
5385         * backend/ev-document-factory.c:
5386         * backend/ev-document-factory.h:
5387         * comics/Makefile.am:
5388         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5389         (comics_document_load), (comics_document_save),
5390         (comics_document_get_n_pages), (comics_document_get_page_size),
5391         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5392         (comics_document_class_init), (comics_document_can_get_text),
5393         (comics_document_get_info), (comics_document_document_iface_init),
5394         (comics_document_init), (get_supported_image_extensions),
5395         (comics_document_thumbnails_get_geometry),
5396         (comics_document_thumbnails_get_thumbnail),
5397         (comics_document_thumbnails_get_dimensions),
5398         (comics_document_document_thumbnails_iface_init), (extract_argv):
5399         * comics/comics-document.h:
5400         * comics/ev-cbr-mime.xml:
5401         * configure.ac:
5402         * po/POTFILES.in:
5403         * shell/ev-application.c: (ev_application_register_service):
5404         * shell/ev-document-types.c: (ev_document_types_add_filters):
5405         * thumbnailer/Makefile.am:
5406         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5407         
5408         New CBR/CBZ backend for comic books.
5409
5410 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * shell/main.c: (load_files_remote):
5413
5414         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5415         warning on startup of second instance is fixed. It
5416         is bug #320353.
5417
5418 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * shell/ev-window.c: (ev_window_finalize):
5421         
5422         Fix double free that cause crash.
5423
5424 2005-10-29  Bastien Nocera <hadess@hadess.net>
5425
5426         * tiff/tiff-document.c: (tiff_document_load):
5427         
5428         Fix memory leak.
5429
5430 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5431
5432         * po/POTFILES.in:
5433         * shell/Makefile.am:
5434         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5435         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5436         (ev_view_accessible_get_text),
5437         (ev_view_accessible_get_character_at_offset),
5438         (ev_view_accessible_get_text_before_offset),
5439         (ev_view_accessible_get_text_at_offset),
5440         (ev_view_accessible_get_text_after_offset),
5441         (ev_view_accessible_get_character_count),
5442         (ev_view_accessible_get_caret_offset),
5443         (ev_view_accessible_set_caret_offset),
5444         (ev_view_accessible_get_run_attributes),
5445         (ev_view_accessible_get_default_attributes),
5446         (ev_view_accessible_get_character_extents),
5447         (ev_view_accessible_get_offset_at_point),
5448         (ev_view_accessible_get_n_selections),
5449         (ev_view_accessible_get_selection),
5450         (ev_view_accessible_add_selection),
5451         (ev_view_accessible_remove_selection),
5452         (ev_view_accessible_set_selection),
5453         (ev_view_accessible_text_iface_init),
5454         (ev_view_accessible_idle_do_action),
5455         (ev_view_accessible_action_do_action),
5456         (ev_view_accessible_action_get_n_actions),
5457         (ev_view_accessible_action_get_description),
5458         (ev_view_accessible_action_get_name),
5459         (ev_view_accessible_action_set_description),
5460         (ev_view_accessible_action_iface_init),
5461         (ev_view_accessible_get_type), (ev_view_accessible_new),
5462         (ev_view_accessible_factory_get_accessible_type),
5463         (ev_view_accessible_factory_create_accessible),
5464         (ev_view_accessible_factory_class_init),
5465         (ev_view_accessible_factory_get_type):
5466         * shell/ev-view-accessible.h:
5467         * shell/ev-view-private.h:
5468         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5469         * shell/ev-view.h:
5470         
5471         Initial accessibility support.
5472
5473 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5474
5475         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5476
5477 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5478
5479         * shell/ev-print-job.c: (idle_print_handler):
5480         
5481         Fix for bug Bug 318916: Printing multiple pages.
5482
5483 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5484
5485         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5486
5487 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * pdf/ev-poppler.cc:
5490         
5491         Thumnail dimensions unified with other backends.
5492         
5493         * shell/ev-window-title.c: (ev_window_title_update):
5494         
5495         Fix warning.
5496
5497 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5498
5499         * data/ev-stock-zoom-fit-width.png:
5500         
5501         Remove unused file.
5502
5503 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * configure.ac:
5506         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5507         (djvu_document_finalize):
5508         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5509         (dvi_document_finalize):
5510         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5511         (pixbuf_document_save), (pixbuf_document_finalize):
5512         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5513         (tiff_document_finalize):
5514         
5515         Save a copy implemented for various backends.
5516
5517 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5518
5519         * configure.ac:
5520         
5521         Don't link with ltiff if tiff is disabled.
5522
5523 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5524
5525         * pdf/GDKSplashOutputDev.cc:
5526         * pdf/GDKSplashOutputDev.h:
5527         * pdf/Thumb.cc:
5528         * pdf/Thumb.h:
5529         * pdf/pdf-document.cc:
5530         * pdf/pdf-document.h:
5531         * pdf/test-gdk-output-dev.cc:
5532         
5533         Remove old unused files.
5534
5535 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * shell/ev-window.c: (ev_window_setup_document):
5538         
5539         Fixed warnings on reload and probably crash reason.
5540
5541 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * properties/ev-properties-view.c:
5544         (ev_properties_view_format_date):
5545         
5546         Check if date is invalid. Fix for bug 318134.
5547
5548 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5549
5550         * shell/ev-window-title.c:
5551         
5552         Add .indd files (Adobe Indesign) to the list of "bad
5553         extensions".
5554
5555 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * data/evince-ui.xml:
5558         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5559         
5560         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5561
5562 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5563
5564         * shell/ev-window.c: (launch_link), (launch_external_uri),
5565         (view_external_link_cb):
5566
5567         URL-escape link before passing it to gnome_vfs_url_show.
5568
5569 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5570
5571         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5572         there isn't text selected.
5573
5574 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5575
5576         * shell/ev-view.c: (handle_link_over_xy):
5577
5578         Check tooltip is valid utf8 before showing it
5579
5580 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5583
5584 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5585
5586         * shell/ev-window-title.c: (ev_window_title_update):
5587
5588         Guard against using g_strstrip on NULL. Fixes bug #317291.
5589
5590 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5591
5592         * pdf/ev-poppler.cc:
5593
5594         Show title even for unknown links
5595
5596 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5597
5598         * shell/ev-window-title.c: (ev_window_title_update):
5599
5600         Strip the title string
5601
5602 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5603
5604         * shell/ev-window-title.c:
5605
5606         Add .rtf to the bad extensions list
5607
5608 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5609
5610         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5611         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5612
5613         Ignore link coordinates if they are outside page bounds
5614
5615 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5616
5617         * backend/ev-link.c: (ev_link_type_get_type),
5618         (ev_link_get_filename), (ev_link_get_params),
5619         (ev_link_get_property), (ev_link_set_property),
5620         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5621         * backend/ev-link.h:
5622         * pdf/ev-poppler.cc:
5623         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5624         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5625         (ev_window_init):
5626
5627         Implement launch links. Delegate external link opening to
5628         the window.
5629
5630 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5631
5632         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5633         (ev_link_get_right), (ev_link_get_property),
5634         (ev_link_set_property), (ev_link_class_init),
5635         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5636         * backend/ev-link.h:
5637         * pdf/ev-poppler.cc:
5638         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5639
5640         Implement fitr links
5641
5642 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5643
5644         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5645         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5646         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5647         (ev_view_size_request_continuous),
5648         (ev_view_size_request_dual_page),
5649         (ev_view_size_request_single_page), (ev_view_size_allocate),
5650         (ev_view_zoom_for_size_continuous_and_dual_page),
5651         (ev_view_zoom_for_size_continuous),
5652         (ev_view_zoom_for_size_dual_page),
5653         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5654         (ev_sizing_mode_get_type):
5655         * shell/ev-view.h:
5656         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5657
5658         Do not use modes for link, we need to calculate size ad hoc.
5659         Still not perfect because of the usual scrollbar issues grrr.
5660
5661 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5662
5663         * backend/ev-link.c: (ev_link_type_get_type),
5664         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5665         * backend/ev-link.h:
5666         * pdf/ev-poppler.cc:
5667         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5668         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5669         (ev_view_size_request_continuous),
5670         (ev_view_size_request_dual_page),
5671         (ev_view_size_request_single_page), (ev_view_size_allocate),
5672         (zoom_for_size_fit_height),
5673         (ev_view_zoom_for_size_continuous_and_dual_page),
5674         (ev_view_zoom_for_size_continuous),
5675         (ev_view_zoom_for_size_dual_page),
5676         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5677         (ev_sizing_mode_get_type):
5678         * shell/ev-view.h:
5679         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5680
5681         Implement FIT_HEIGHT mode (only for links).
5682         Implement FITH links
5683
5684 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5685
5686         * shell/ev-window-title.c: (get_filename_from_uri),
5687         (ev_window_title_sanitize_extension), (ev_window_title_update),
5688         (ev_window_title_set_document), (ev_window_title_set_uri),
5689         (ev_window_title_free):
5690         * shell/ev-window-title.h:
5691         * shell/ev-window.c: (ev_window_setup_document),
5692         (ev_window_popup_password_dialog):
5693
5694         Refactor window title building while fixing it for
5695         password documents.
5696
5697 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5698
5699         * pdf/ev-poppler.cc:
5700
5701         Escape link title before setting it in the model
5702
5703 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5704
5705         * shell/ev-application.c: (removed_from_session), (save_session),
5706         (init_session), (ev_application_get_empty_window),
5707         (ev_application_init), (ev_application_get_windows):
5708         * shell/ev-application.h:
5709         * shell/ev-window.c: (ev_window_finalize):
5710
5711         Add a function to retrieve window list and share it where
5712         necessary.
5713         Implement session handling, works pretty well thanks to the
5714         metadata system.
5715
5716 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717
5718         * shell/ev-password.c: (ev_password_item_created_callback),
5719         (ev_password_dialog_save_password):
5720         
5721         Fix for bug 316972. Use async gnome-keyring API.
5722
5723 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5724
5725         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5726         Remove unused unrealize handler. Add scroll handling to
5727         ev_view_scroll_event for presentation mode (bug #316708),
5728         and fix the event state checks there.
5729
5730 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5731
5732         * shell/ev-page-action.c: (page_changed_cb):
5733
5734         "marco, maybe we should be crazy and jump right to 6! :)"
5735
5736         Bryan Clark, Sep 2005
5737
5738 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5739
5740         * ps/ps-document.c: (save_document), (ps_document_save),
5741         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5742         (ps_document_ps_export_end):
5743
5744         Fix unstructured documents save and print
5745
5746 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5747
5748         * shell/ev-application.c: (ev_application_open_uri):
5749
5750         Fix window size persistance
5751
5752 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5753
5754         * shell/ev-view.c: (ev_view_button_release_event):
5755
5756         Based on a patch from carlosgc@gnome.org. Mouse buttons
5757         switch pages in presentation mode.
5758
5759 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5760
5761         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5762
5763         Dont cast to int before scaling
5764
5765 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5766
5767         * backend/ev-link.c: (ev_link_type_get_type),
5768         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5769         (ev_link_new_page_fith):
5770         * backend/ev-link.h:
5771         * pdf/ev-poppler.cc:
5772         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5773
5774         Implement FIT and FITH links
5775
5776 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5777
5778         * pdf/ev-poppler.cc:
5779
5780         Return 0 results when search is not in progress.
5781
5782         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5783         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5784
5785         Update menu sensitivity when cancelling search
5786
5787 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5788
5789         * shell/ev-view.c: (ev_view_can_find_next):
5790
5791         Take all pages in consideration, not just current one
5792
5793 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5794
5795         * shell/ev-page-cache.c:
5796         * shell/ev-page-cache.h:
5797         * shell/ev-view.c: (ev_view_binding_activated),
5798         (ev_view_next_page), (ev_view_previous_page),
5799         (ev_sizing_mode_get_type):
5800         * shell/ev-view.h:
5801         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5802         (ev_window_cmd_go_next_page):
5803
5804         Move page next/previous functions from page chace to
5805         view and change it to move by 2 page steps in dual mode.
5806
5807 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5808
5809         * shell/ev-window.c: (update_sidebar_visibility),
5810         (setup_sidebar_from_metadata), (ev_window_setup_document),
5811         (setup_view_from_metadata):
5812
5813         Show the index by default when there is one     
5814
5815 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5816
5817         * shell/ev-window-title.c: (ev_window_title_set_document):
5818
5819         Missing null check
5820
5821 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * shell/ev-view.c: (view_update_range_and_current_page):
5824         
5825         Allow display of last odd page in dual view. Fix for 316347.
5826
5827 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5828
5829         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5830         
5831         Make close button default. Fix for 316383.
5832
5833 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5834
5835         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5836         
5837         Mark close button as default. Fix for 316381.
5838
5839 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5840
5841         * backend/ev-link.c: (ev_link_class_init):
5842
5843         Allow negative doubles in left/top properties
5844
5845 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5846
5847         * shell/ev-window.c:
5848
5849         Remove a bunch of strings that was used only
5850         by the statusbar.
5851
5852 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5853
5854         * shell/ev-window-title.c: (get_filename_from_uri),
5855         (ev_window_title_set_document):
5856
5857         When title has a confusing extension, show also
5858         the document filename inside ()
5859
5860 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5861
5862         * shell/Makefile.am:
5863         * shell/ev-window-title.c: (ev_window_title_new),
5864         (ev_window_title_update), (ev_window_title_set_type),
5865         (ev_window_title_set_document), (ev_window_title_free):
5866         * shell/ev-window-title.h:
5867         * shell/ev-window.c: (ev_window_setup_document),
5868         (password_dialog_response), (ev_window_popup_password_dialog),
5869         (ev_window_dispose), (ev_window_init):
5870
5871         Factor out and cleanup window title code
5872
5873 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5874
5875         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5876         (unable_to_load):
5877
5878         Make dialog transient so it doesnt block other windows
5879
5880 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * pdf/ev-poppler.cc:
5883         
5884         Fix pdf thumbnails rendering.
5885
5886 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5887
5888         * shell/ev-window.c: (fullscreen_set_timeout):
5889         
5890         Increase timeout to hide full screen popup. Bug 
5891         316123. 
5892
5893 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * data/evince.schemas.in:
5896         * shell/ev-window.c: (update_action_sensitivity):
5897
5898         Allow the user to override document restrictions. Fix for bug
5899         305818.
5900
5901 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5902
5903         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5904         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5905         (ev_window_class_init): Fix multihead behaviour of fullscreen
5906         toolbar popup. Fixes bug #315451.
5907
5908 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5909
5910         * configure.ac:
5911         * data/evince-password.glade:
5912         * shell/ev-password.c: (ev_password_dialog_set_property),
5913         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5914         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5915         (ev_password_dialog_entry_changed_cb),
5916         (ev_password_dialog_entry_activated_cb),
5917         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5918         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5919         (ev_password_dialog_set_bad_pass):
5920         * shell/ev-password.h:
5921         * shell/ev-window.c: (password_dialog_response),
5922         (ev_window_popup_password_dialog):
5923         
5924         Support for gnome-keyring for encrypted PDF's.
5925
5926 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5929         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5930         (ev_view_enter_notify_event), (ev_view_class_init):
5931         
5932         More precise handling of enter_notify/leave_notify events
5933         in EvView. Fix for bug 315470.
5934
5935 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5936
5937         * shell/ev-window.c: (fullscreen_timeout_cb),
5938         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5939         (ev_window_dispose):
5940
5941         leak fix: unref fullscreen_timeout_source before clearing it
5942
5943 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5944
5945         * configure.ac, dvi/mdvi/Makefile.am: 
5946         
5947         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5948
5949 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5950
5951         * backend/ev-link.c: (ev_link_new_page_xyz):
5952         * pdf/ev-poppler.cc:
5953         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5954
5955         Fix some bugs with xyz links, respect zoom
5956
5957 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5958
5959         * shell/ev-window.c: (page_changed_cb),
5960         (setup_document_from_metadata), (update_sidebar_visibility),
5961         (setup_view_from_metadata), (ev_window_run_fullscreen),
5962         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5963         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5964         (ev_window_dual_mode_changed_cb),
5965         (ev_window_sidebar_current_page_changed_cb):
5966
5967         null check uri before setting and getting metadata
5968
5969 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5970
5971         * dvi/Makefile.am:
5972         * properties/Makefile.am:
5973         * shell/Makefile.am:
5974         * thumbnailer/Makefile.am:
5975
5976         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5977
5978 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5979
5980         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5981         (selection_changed_callback):
5982         * shell/ev-sidebar-links.h:
5983
5984         Add a signal for link activation.
5985
5986         * shell/ev-view.c: (ev_view_goto_link),
5987         (ev_view_button_release_event):
5988         * shell/ev-view.h:
5989         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5990         (ev_window_init):
5991
5992         Implement the signal so that we can handle all link types.
5993
5994         * shell/ev-page-cache.c:
5995
5996         Remove unused set_link function
5997
5998 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5999
6000         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6001
6002         Add some space from the cursor, hardcoded but I couldnt
6003         find a better way.
6004
6005 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6006
6007         * lib/ev-tooltip.c:
6008
6009         Use mozilla style vs gtk style, way better for links.
6010
6011         * shell/ev-view.c: (ev_view_motion_notify_event),
6012         (ev_view_destroy), (ev_view_init):
6013
6014         Deactive tooltip when the link hovered is changed.
6015
6016 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6017
6018         * backend/ev-document.h:
6019         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6020         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6021         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6022         (ev_link_new_page), (ev_link_new_page_xyz):
6023         * backend/ev-link.h:
6024         * pdf/ev-poppler.cc:
6025         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6026         (go_to_link), (tip_from_link):
6027
6028         Implement xyz links, still not functional. Links are a total
6029         mess, will need to refactor and bugfix a lot :(
6030
6031 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6032
6033         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6034
6035 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6036
6037         * data/evince-ui.xml:
6038         * data/evince.schemas.in:
6039         * shell/Makefile.am:
6040         * shell/ev-window.c: (update_chrome_visibility),
6041         (password_dialog_response), (ev_window_load_job_cb),
6042         (ev_window_xfer_job_cb), (ev_window_open_uri),
6043         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6044         (ev_window_init):
6045
6046         Remove the statusbar. This regress loading feedback, need to
6047         check with Bryan what we want to do there...
6048
6049 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6050
6051         * lib/ev-tooltip.c: (ev_tooltip_init):
6052
6053         Fix tooltip border and size handling
6054
6055 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6056
6057         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6058         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6059         (ev_tooltip_timeout), (ev_tooltip_activate),
6060         (ev_tooltip_deactivate):
6061         * lib/ev-tooltip.h:
6062         * shell/ev-view.c: (ev_view_motion_notify_event):
6063
6064         Delay popup showing. Mirror gtk logic/times.
6065
6066 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6067
6068         * lib/Makefile.am:
6069         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6070         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6071         (ev_tooltip_set_text), (ev_tooltip_set_position):
6072         * lib/ev-tooltip.h:
6073
6074         Simple widget to show tooltips at a custom position
6075
6076         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6077         (ev_view_destroy):
6078
6079         Use it for links. First go, needs work
6080
6081 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6082
6083         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6084         HIG fixes.  Use title capitalization for window title. Use 12 
6085         pixels of space between the dialog's vbox and action area.
6086
6087 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6088
6089         * shell/ev-window.c: (file_open_dialog_response_cb),
6090         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6091         (ev_window_cmd_save_as):
6092
6093         Make file pickers not modal and refactor code some
6094
6095 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6096
6097         * shell/ev-sidebar.h:
6098         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6099         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6100         (ev_sidebar_class_init), (ev_sidebar_select_page),
6101         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6102         (ev_sidebar_set_page):
6103
6104         Add a current page property and allow to get/set it
6105
6106         * shell/ev-window.c: (setup_view_from_metadata),
6107         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6108
6109         Persist current sidebar page per document
6110
6111 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6112
6113         * data/evince.schemas.in:
6114         * shell/ev-window.c: (update_chrome_visibility),
6115         (setup_document_from_metadata), (update_sidebar_visibility),
6116         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6117         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6118         (ev_window_run_presentation), (ev_window_stop_presentation),
6119         (ev_window_view_sidebar_cb),
6120         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6121         (load_chrome), (ev_window_init):
6122
6123         Persist size/visibility of sidebar per document
6124
6125 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6126
6127         * shell/ev-view.c (draw_loading_text): Draw loading text.
6128
6129 2005-09-02  Dan Damian  <dand@gnome.ro>
6130
6131         * configure.in: Added "ro" to ALL_LINGUAS.
6132
6133 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6134
6135         * shell/ev-view.c: (clear_caches):
6136
6137         ev_page_cache_get doesnt return a reference,
6138         dont try to unref it.
6139
6140 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6141
6142         * shell/main.c: (load_files_remote):
6143
6144         Fix timestamp parameter with dbus <= 0.33
6145
6146 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6147
6148         * data/evince.schemas.in:
6149
6150         Add missing full stop
6151
6152 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6153
6154         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6155         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6156
6157         Plug some memory leaks
6158
6159 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6160
6161         * configure.ac:
6162         * lib/ev-debug.c: (trap_handler):
6163
6164         Check for execinfo.h and use it only if it exists.
6165         Ported from Epiphany (bug #314776).
6166
6167 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6168
6169         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6170
6171 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6172
6173         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6174         * po/id.po      : Added Indonesian translation
6175
6176 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6177
6178         * shell/main.c:
6179         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6180         * NEWS: Release 0.4.0
6181
6182 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6183
6184         * configure.ac: catch another gtk+-2.8ism
6185         * shell/main.c: Make work with gtk+-2.6
6186
6187 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6188
6189         * shell/ev-application-service.xml: Add 'timestamp' argument to
6190           ev_application_open_window and ev_application_open_uri methods.
6191
6192         * shell/ev-application.h: Add 'timestamp' argument to
6193           ev_application_open_window, ev_application_open_uri,
6194           and ev_application_open_uri_list functions.
6195
6196         * shell/ev-application.c (ev_application_open_window,
6197           ev_application_open_uri, ev_application_open_uri_list): Change
6198           functions that show/present windows to use a timestamp if one
6199           is passed in.
6200
6201         * shell/ev-window.c (ev_window_cmd_file_open,
6202           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6203         * shell/main.c (load_files): Modify calls to ev_application to
6204           include GDK_CURRENT_TIME as timestamp.
6205
6206         * shell/main.c (load_files_remote): Obtain timestamp for client
6207           instance from GDK and pass to server instance so new windows are
6208           focused properly.  Fix dbus_g_proxy_call() calls by including second
6209           G_TYPE_INVALID.
6210           
6211         Closes bug #314475.
6212
6213 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6214
6215         * shell/ev-window.c (ev_window_finalize): Check for
6216         avail. EvWindows when quiting to handle the finalize better,
6217         #314497
6218
6219 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6220         
6221         * properties/ev-properties-view.c: 
6222         
6223         Set textdomain to libglade. Fixes translation problem in property page.
6224
6225 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6228         * dvi/Makefile.am:
6229         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6230         * dvi/mdvi-lib/Makefile.am:
6231         
6232         Fix rotation of thumbnails, ported to new API. Moved library
6233         dependencies earlier, probably it will fix linkage problem.
6234
6235 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6236
6237         * backend/ev-document-misc.c:
6238         (ev_document_misc_get_thumbnail_frame):
6239         * backend/ev-document-misc.h:
6240         * configure.ac:
6241         * pdf/ev-poppler.cc:
6242         * shell/Makefile.am:
6243         * shell/ev-sidebar-thumbnails.c: (add_range),
6244         (ev_sidebar_thumbnails_set_loading_icon),
6245         (ev_sidebar_thumbnails_refresh),
6246         (ev_sidebar_thumbnails_set_document):
6247         * shell/ev-sidebar-thumbnails.h:
6248         * shell/ev-view.c: (ev_view_motion_notify_event),
6249         (ev_view_set_property), (ev_view_get_property),
6250         (ev_view_class_init), (ev_view_set_rotation):
6251         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6252         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6253         (ev_window_init):
6254         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6255         Redo rotation (again).  prepare for 0.4.0
6256
6257 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6258
6259         * configure.ac: Bump poppler requirement to 0.4.1.
6260
6261         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6262         argument to poppler_page_render_selection() call.
6263
6264 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6267         (djvu_document_thumbnails_get_thumbnail):
6268         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6269         (dvi_document_thumbnails_get_thumbnail):
6270         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6271         (pixbuf_document_thumbnails_get_thumbnail):
6272         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6273         
6274         Update rotation direction of backends to fit with pdf and ps.
6275
6276 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6277
6278         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6279         * backend/ev-async-renderer.h:
6280         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6281         (setup_page), (ps_document_get_page_size),
6282         (ps_async_renderer_render_pixbuf):
6283         * ps/ps-document.h:
6284         * shell/ev-jobs.c: (ev_job_render_run):
6285
6286         Fix orientation in the postscript document
6287
6288 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6289
6290         * pdf/ev-poppler.cc:
6291         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6292         * shell/ev-view.c: (highlight_find_results):
6293
6294         Adapt to the new poppler rotation API. Fix text maps on landscape
6295         documents.
6296
6297 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6298
6299         * shell/ev-view.c (compute_new_selection_text): get the correct
6300         region when selecting in modes other than continuous.
6301
6302 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6303
6304         * shell/main.c (main): remove redundant g_warnings.
6305
6306 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * shell/Makefile.am: Don't include autogenerated
6309         file ev-application-service.h into distribution, since
6310         it causes dbus crash. Fix for bugs 313724 and 313443. 
6311
6312 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * configure.ac: Fix sed expression for FreeBSD. Thanks
6315         to Joe Marcus Clark <marcus@freebsd.org>
6316         
6317         * shell/eggfindbar.c: (entry_activate_callback),
6318         (entry_changed_callback), (egg_find_bar_init),
6319         (egg_find_bar_set_search_string):
6320         
6321         Made findbar buttons unsensitive if there is no text in
6322         entry. Fix for the bug 313285.
6323
6324 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6325
6326         * ps/ps-document.c: Use g_filename_display_name for displaying
6327         filenames and revert string freeze breackage
6328
6329 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6330
6331         * NEWS:
6332         * configure.ac:
6333
6334         Update for 0.3.4
6335
6336         * shell/Makefile.am:
6337
6338         Add ev-application-service.xml to extra dist
6339
6340         * shell/ev-view.c: (find_page_at_location):
6341
6342         Remove unused function (fix warning)
6343
6344 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6347         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6348         
6349         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6350         bug 313623.
6351
6352 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6355         * shell/ev-window.c:
6356         Fix build warnings
6357
6358 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6359
6360         * configure.ac: Update script to get dbus version.
6361         Fix for the bug #313443.
6362
6363 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * shell/ev-window.c: (ev_window_cmd_escape):
6366         
6367         Return focus back to view on escape. Fix for bug 313295.
6368
6369 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6370
6371         * shell/ev-window.c: (update_window_title),
6372         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6373         (ev_window_cmd_save_as):
6374         
6375         Correct conversion from uri to displayable string. Fix for
6376         bug 313296.
6377
6378 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6379
6380         * ps/ps-document.c: convert filename to utf8 when there is an error
6381         loading document. Fixes #309915
6382
6383 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6384
6385         * configure.ac:
6386
6387         We depend on poppler 0.4.0
6388
6389 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6390
6391         * configure.ac:
6392         * NEWS: Release 0.3.3.
6393         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6394
6395 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6396
6397         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6398         add a couple missing mnemonics to menu items, use title 
6399         capitalization for menu items and window titles, and add 
6400         ellipsis to open menu item.     
6401
6402 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6403
6404         * pdf/ev-poppler.cc:
6405         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6406         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6407         (ev_view_get_rotation):
6408         * shell/ev-view.h:
6409         * shell/ev-window.c: (setup_view_from_metadata),
6410         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6411         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6412         disk.
6413
6414 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6415
6416         * configure.ac: Added tr to ALL_LINGUAS
6417
6418 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6419
6420         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6421         requires several clicks to find word. Thanks to 
6422         Colin Slater <kiltedtaco@gmail.com>.
6423
6424 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6425
6426         * data/evince.desktop.in.in: Hide menu entry and
6427         rename it to "Document Viewer". Fix for bug 
6428         #312399.
6429
6430 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6431
6432         * shell/ev-page-action.c (ev_page_action_class_init): 
6433
6434         Point to the correct function in constructor of the
6435         activate_label signal
6436
6437 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6438
6439         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6440         * shell/ev-jobs.h: Make thread safe.
6441
6442 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * shell/ev-view.c: (view_update_range_and_current_page):
6445         Don't update page range if we are scrolling to some document
6446         point.
6447
6448 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6451         when getting max_page_width, fix drawing in dual mode.
6452
6453 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6454
6455         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6456         getting the area for select_all.
6457
6458 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6459
6460         * backend/ev-selection.c: (ev_selection_render_selection):
6461         * backend/ev-selection.h:
6462         * pdf/ev-poppler.cc:
6463         * shell/ev-jobs.c: (ev_job_render_new):
6464         * shell/ev-jobs.h:
6465         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6466         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6467         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6468         (ev_view_class_init):
6469
6470         Change selection color on focus in and focus out events.  Also,
6471         poppler now uses GdkColor for specifying the selection colors, so
6472         drop some awkward conversion code.
6473
6474 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6475
6476         * configure.ac: Added Hebrew translation
6477
6478 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6479
6480         * NOTES:
6481         * backend/ev-selection.c: (ev_selection_render_selection):
6482         * backend/ev-selection.h:
6483         * pdf/ev-poppler.cc:
6484         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6485         (ev_job_render_run):
6486         * shell/ev-jobs.h:
6487         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6488         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6489         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6490         (ev_pixbuf_cache_style_changed),
6491         (ev_pixbuf_cache_get_selection_pixbuf),
6492         (ev_pixbuf_cache_set_selection_list),
6493         (ev_pixbuf_cache_get_selection_list):
6494         * shell/ev-pixbuf-cache.h:
6495         * shell/ev-utils.c: (ev_print_region_contents):
6496         * shell/ev-utils.h:
6497         * shell/ev-view.c: (ev_view_queue_draw_page),
6498         (selection_update_idle_cb), (ev_view_motion_notify_event),
6499         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6500         (setup_caches), (ev_view_find_next), (merge_selection_region),
6501         (selection_free):
6502         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6503
6504         Clean up selection to be much smoother!
6505
6506 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6507
6508         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6509         to poppler_page_render_selection().
6510
6511 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6512
6513         * ps/ps-document.c: (save_page_list): Use
6514         unzipped document when printing. Thanks to 
6515         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6516         311016.
6517
6518 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-window.c: (update_action_sensitivity):
6521         
6522         Disable print and save respect to lockdown gconf keys. Fix
6523         for 312342.
6524
6525 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * configure.ac:
6528         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6529         (write_to_temp_file), (ev_file_set_contents):
6530         * shell/ev-utils.h:
6531         * shell/ev-window.c: (save_print_config_to_file):
6532         
6533         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6534         Fix for bug 312238
6535
6536 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6537
6538         * shell/ev-window.c: (load_print_config_from_file),
6539         (save_print_config_to_file), (ev_window_print_range):
6540
6541         Persist the print settings. Fixes bug #311578.
6542
6543 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * djvu/djvu-document.c: (djvu_document_get_page_size),
6546         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6547         (djvu_document_thumbnails_get_thumbnail):
6548         * dvi/dvi-document.c: (dvi_document_get_page_size),
6549         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6550         (dvi_document_thumbnails_get_dimensions),
6551         (dvi_document_thumbnails_get_thumbnail):
6552         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6553         (pixbuf_document_render_pixbuf),
6554         (pixbuf_document_document_iface_init),
6555         (pixbuf_document_thumbnails_get_thumbnail):
6556         
6557         Update backends to make them build with new rotation system.
6558
6559 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * help/C/figures/evince_start_window.png:
6562         
6563         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6564
6565 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6566
6567         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6568         * shell/ev-pixbuf-cache.h:
6569         * shell/ev-sidebar-thumbnails.c:
6570         (ev_sidebar_thumbnails_get_property), (add_range),
6571         (adjustment_changed_cb):
6572         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6573         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6574         we were thumbnailing the entire docment on startup, slowing us
6575         down hugely. 
6576
6577 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6578
6579         * shell/ev-page-cache.c: (ev_page_cache_new):
6580         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6581         == 0, fixes #310306.
6582
6583 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6584
6585         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6586         (ev_view_rotate_left):
6587
6588         Account rotation in doc_rect_to_view_rect.
6589         Ensure rotation doesnt go out of bounds.
6590
6591 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6592
6593         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6594
6595         Correct and cleanup w/h swapping
6596
6597 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6598
6599         * backend/ev-document-thumbnails.c:
6600         (ev_document_thumbnails_get_thumbnail):
6601         * backend/ev-document-thumbnails.h:
6602         * backend/ev-document.c:
6603         * backend/ev-document.h:
6604         * backend/ev-render-context.c: (ev_render_context_new),
6605         (ev_render_context_set_rotation):
6606         * backend/ev-render-context.h:
6607         * pdf/ev-poppler.cc:
6608         * ps/ps-document.c: (ps_document_document_iface_init):
6609         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6610         * shell/ev-jobs.h:
6611         * shell/ev-page-cache.c: (build_height_to_page),
6612         (ev_page_cache_new), (ev_page_cache_get_size),
6613         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6614         (ev_page_cache_get_height_to_page):
6615         * shell/ev-page-cache.h:
6616         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6617         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6618         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6619         (ev_pixbuf_cache_get_selection_pixbuf):
6620         * shell/ev-pixbuf-cache.h:
6621         * shell/ev-print-job.c: (idle_print_handler):
6622         * shell/ev-sidebar-thumbnails.c: (add_range):
6623         * shell/ev-view.c: (view_update_range_and_current_page),
6624         (get_page_y_offset), (get_page_extents),
6625         (ev_view_size_request_continuous_dual_page),
6626         (ev_view_size_request_continuous),
6627         (ev_view_size_request_dual_page),
6628         (ev_view_size_request_single_page), (draw_one_page),
6629         (ev_view_set_rotation), (ev_view_rotate_right),
6630         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6631         (ev_view_zoom_for_size_continuous_and_dual_page),
6632         (ev_view_zoom_for_size_continuous),
6633         (ev_view_zoom_for_size_dual_page),
6634         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6635         (ev_view_select_all):
6636         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6637         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6638         (tiff_document_document_iface_init),
6639         (tiff_document_thumbnails_get_thumbnail):
6640
6641         Use rotation rather than orientation. It's easier and enough
6642         for our needs.
6643
6644 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6645
6646         * shell/ev-page-cache.c: (build_height_to_page),
6647         (ev_page_cache_new), (ev_page_cache_get_size),
6648         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6649         (ev_page_cache_get_height_to_page):
6650         * shell/ev-page-cache.h:
6651         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6652         (ev_view_size_request_continuous_dual_page),
6653         (ev_view_size_request_continuous),
6654         (ev_view_zoom_for_size_continuous_and_dual_page),
6655         (ev_view_zoom_for_size_continuous):
6656
6657         Make the page cache aware of page orientation.
6658
6659 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6660
6661         * backend/ev-document-thumbnails.c:
6662         (ev_document_thumbnails_get_thumbnail):
6663         * backend/ev-document-thumbnails.h:
6664         * backend/ev-document.c:
6665         * backend/ev-document.h:
6666         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6667         * backend/ev-ps-exporter.h:
6668         * pdf/ev-poppler.cc:
6669         * ps/ps-document.c: (ps_document_document_iface_init),
6670         (ps_document_ps_export_do_page):
6671         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6672         * shell/ev-jobs.h:
6673         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6674         (ev_page_cache_get):
6675         * shell/ev-page-cache.h:
6676         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6677         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6678         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6679         * shell/ev-pixbuf-cache.h:
6680         * shell/ev-print-job.c: (idle_print_handler):
6681         * shell/ev-sidebar-thumbnails.c: (add_range):
6682         * shell/ev-view.c: (view_update_range_and_current_page),
6683         (get_page_extents), (ev_view_size_request_dual_page),
6684         (ev_view_size_request_single_page), (draw_one_page),
6685         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6686         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6687         (ev_view_zoom_for_size_dual_page),
6688         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6689         (ev_view_select_all):
6690         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6691         * tiff/tiff-document.c: (tiff_document_get_page_size),
6692         (tiff_document_get_orientation), (rotate_pixbuf),
6693         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6694         (tiff_document_thumbnails_get_thumbnail),
6695         (tiff_document_ps_export_do_page), (tiff_document_init):
6696
6697         Really make use of the orientation bit of the render context.
6698         Use the render context in a few more places in the backend API.
6699         This regress orientation, but now it's done right. Will try to
6700         fix it up asap...
6701
6702 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6703
6704         * shell/ev-view.c: (ensure_rectangle_is_visible):
6705
6706         Patch by Nickolay V. Shmyrev to fix find flickering
6707
6708 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6709
6710         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6711         duplex parameters to ::begin.
6712
6713         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6714         * shell/ev-print-job.c (idle_print_handler): 
6715         * ps/ps-document.c (ps_document_ps_export_begin): 
6716         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6717         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6718         implementations. Poppler backend needs poppler cvs. Rest has
6719         unchanged behavior.
6720
6721 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6722
6723         * shell/ev-window.c (using_pdf_printer): new function.
6724         (ev_window_print_range): print a less techy message if someone
6725         tries to print to PDF.
6726
6727 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6728
6729         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6730         from "unknown font" string. Bug #311431
6731
6732 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6733
6734         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6735
6736 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6737
6738         Bug #311280
6739         
6740         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6741         name for PopplerFontTypes
6742         (pdf_document_fonts_fill_model): add font type to the detail column
6743
6744         * backend/ev-document-fonts.h: added
6745         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6746
6747         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6748         font name and font details, add a little markup.
6749         (ev_properties_fonts_init): use the new cell data func, specify ypad
6750         property for the cell renderer.
6751         (ev_properties_fonts_set_document): add the details column.
6752
6753 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6754
6755         * configure.ac: Added "pl" to ALL_LINGUAS.
6756
6757 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6758
6759         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6760
6761 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6762
6763         * help/ChangeLog: Started this for translations of manual.
6764         * configure.ac, autogen.sh, .cvsignore: Migrated to
6765         gnome-doc-utils. Patch in bug #311222.
6766
6767 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6768
6769         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6770         #ifdef this away to fix an unused-function warning.
6771
6772 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6773
6774         * configure.ac: Added 'gl' to ALL_LINGUAS.
6775
6776 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6777
6778         * configure.ac: Added ne in ALL_LINGUAS
6779         
6780 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6781
6782         * shell/ev-view.c: (ev_view_leave_notify_event):
6783         
6784         Clear status message when pointer leaves view. Fix for bug
6785         #310818 
6786
6787 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6788
6789         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6790
6791 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6792
6793         * shell/ev-view.c: (ev_view_leave_notify_event),
6794         (ev_view_class_init):
6795         
6796         Set cursor to normal then leaving view.
6797
6798 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * configure.ac:
6801         
6802         Fix required djvulibre version.
6803
6804 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6805
6806         *configure.ac: Hindi (hi) language added
6807
6808 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6809
6810         *configure.ac: Punjabi (pa) Language added
6811
6812 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6813
6814         * data/evince-ui.xml, shell/ev-window.c:
6815         
6816         Add keypad accelerators for zooming. Fix for bug 308128.
6817
6818 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6819
6820         * Makefile.am:
6821         * backend/Makefile.am:
6822         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6823         * configure.ac:
6824         * shell/ev-document-types.c: (ev_document_types_add_filters):
6825
6826         Allow to enable/disable the pixbuf backend.
6827         Default to off for now. If we want it enabled we should
6828         really put mime types in the desktop, implement properties etc.
6829
6830         * properties/evince-properties.c:
6831
6832         Initialize error to NULL.
6833         Check error is not NULL before freeing.
6834
6835 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6836
6837         * shell/ev-window.c:
6838
6839         Use F5 as presentation accell
6840
6841 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6842
6843         * shell/ev-window.c: (update_chrome_visibility),
6844         (ev_window_create_fullscreen_popup), (ev_window_init):
6845
6846         Do not leak the fullscreen toolbar
6847
6848 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6849
6850         * shell/ev-window.c: (view_actions_focus_in_cb),
6851         (view_actions_focus_out_cb):
6852
6853         These has a return value! Fix totally random focus
6854         issues we was seeing.
6855
6856 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6857
6858         * shell/main.c: (load_files_remote):
6859
6860         Allow open more than one file
6861
6862 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * shell/main.c: (load_files_remote):
6865
6866         Fix for dbus 0.33. bug #309975
6867
6868 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * properties/ev-properties-main.c: (ev_properties_get_pages):
6871
6872         Actually return NULL for types we dont support
6873
6874 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6875
6876         * po/POTFILES.in:
6877
6878         Remove empty lines.
6879
6880 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6881
6882         * backend/ev-document-factory.c:
6883         (ev_document_factory_get_document):
6884
6885         Do not try to create the object if type
6886         is invalid.
6887
6888 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6889
6890         * ps/ps-document.c: (ps_document_dispose),
6891         (ps_async_renderer_render_pixbuf):
6892         * ps/ps-document.h:
6893
6894         Do not leak the target window
6895
6896 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * shell/ev-application.c: (ev_application_init):
6899
6900         Let tbe check file existence for us.
6901         Add a comment about eggrecent mime filter.
6902
6903 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6904
6905         * data/evince-ui.xml:
6906         * shell/ev-application.c: (ev_application_shutdown),
6907         (ev_application_init), (ev_application_get_toolbars_model),
6908         (ev_application_get_recent_model),
6909         (ev_application_save_toolbars_model):
6910         * shell/ev-application.h:
6911         * shell/ev-window.c: (ev_window_add_recent),
6912         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6913         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6914         (ev_window_init):
6915
6916         Use common toolbar and recent models for all windows.
6917         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6920
6921         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6922         successfully check for gtk_icon_view_get_visible_range.
6923
6924 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6925
6926         * djvu/Makefile.am:
6927         * dvi/Makefile.am:
6928         
6929         Fix djvu and dvi backend build.
6930
6931 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6932
6933         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6934         (new_separator_pixbuf):
6935
6936         Don't leak windows.
6937
6938 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6939
6940         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6941
6942         HIGification of toolbar editor dialogue.
6943
6944 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * configure.ac:
6947         * shell/Makefile.am:
6948
6949         Ever build metadata manager since it's just
6950         disabled at runtime now.
6951
6952 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6953
6954         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6955         (ev_metadata_manager_get), (ev_metadata_manager_set):
6956         * shell/ev-metadata-manager.h:
6957
6958         Add an _init functions that enabled metadata management
6959         at runtime.
6960
6961         * shell/ev-window.c: (page_changed_cb),
6962         (setup_document_from_metadata), (ev_window_setup_document),
6963         (setup_view_from_metadata), (ev_window_open_uri),
6964         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6965         (ev_window_run_presentation), (ev_window_stop_presentation),
6966         (save_sizing_mode), (ev_window_zoom_changed_cb),
6967         (ev_window_continuous_changed_cb),
6968         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6969         (window_configure_event_cb):
6970
6971         Remove all ugly metadata define since we deal with it
6972         at runtime now.
6973
6974         * shell/main.c: (load_files_remote), (main):
6975
6976         Add support for dbus cvs head. Hopefully didnt break one
6977         of the other versions now!
6978
6979         If we dont get a response from the dbus server just
6980         give up with it and not enable metadata.
6981
6982 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6983
6984         * Makefile.am:
6985         * backend/Makefile.am:
6986         * configure.ac:
6987         * cut-n-paste/recent-files/Makefile.am:
6988         * cut-n-paste/toolbar-editor/Makefile.am:
6989         * cut-n-paste/zoom-control/Makefile.am:
6990         * lib/Makefile.am:
6991         * pdf/Makefile.am:
6992         * pixbuf/Makefile.am:
6993         * properties/Makefile.am:
6994         * ps/Makefile.am:
6995         * shell/Makefile.am:
6996         * thumbnailer/Makefile.am:
6997         * tiff/Makefile.am:
6998
6999         Make frontends depend on just libev.
7000         Rework and group CFLAGS/LIBS definitions.
7001         Cleanups.
7002
7003 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7004
7005         * shell/ev-window:
7006
7007         do not unnecessarily save zoom
7008
7009         * configure.ac:
7010         * lib/ev-file-helpers.c: (ev_dot_dir):
7011         * shell/Makefile.am:
7012         * shell/dummy.cc:
7013
7014         Some cleanups
7015
7016 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7017
7018         * configure.ac:
7019         
7020         Remove unnecessary dependencies
7021
7022 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7023
7024         * properties/Makefile.am:
7025         * thumbnailer/Makefile.am:
7026         * tiff/Makefile.am:
7027
7028         Some more cleanups. Was really necessary
7029         but I probably introduced bugs, feel free
7030         to flame :)
7031
7032 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7033
7034         * backend/Makefile.am:
7035         * configure.ac:
7036         * cut-n-paste/recent-files/Makefile.am:
7037         * cut-n-paste/toolbar-editor/Makefile.am:
7038         * cut-n-paste/zoom-control/Makefile.am:
7039         * lib/Makefile.am:
7040         * pdf/Makefile.am:
7041         * pixbuf/Makefile.am:
7042         * properties/Makefile.am:
7043         * ps/Makefile.am:
7044         * shell/Makefile.am:
7045         * thumbnailer/Makefile.am:
7046         * tiff/Makefile.am:
7047
7048         Use gnome-common macros when possible.
7049         Cleanup dependencies.
7050         Actually disable deprecated where possible.
7051
7052 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7053
7054         * Makefile.am:
7055         * backend/Makefile.am:
7056         * properties/Makefile.am:
7057         * shell/Makefile.am:
7058         * thumbnailer/Makefile.am:
7059
7060         This should solve the circular dep without
7061         requiring dir reorg!
7062
7063         * shell/ev-window.c: (setup_view_from_metadata):
7064
7065         Never restore window size/position when the
7066         window is already visible.
7067
7068 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7069
7070         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7071
7072         Return a boolean from timeout func. Fix ported from gedit.
7073
7074 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7075
7076         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7077
7078 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7079
7080         * shell/ev-document-types.c: set "All Documents" as default filter in
7081         open dialog
7082
7083 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7084
7085         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7086         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7087         (ev_metadata_manager_set_boolean): fix value/val thinko.
7088
7089 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * shell/ev-window.c: (setup_view_from_metadata),
7092         (window_state_event_cb), (window_configure_event_cb),
7093         (ev_window_init):
7094
7095         Remember window position and maximized state
7096
7097 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7098
7099         * configure.ac:
7100
7101         Fix DBUS configure checks.
7102
7103         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7104         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7105         (ev_metadata_manager_set_boolean):
7106
7107         Plug mem leaks.
7108
7109         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7110         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7111         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7112         (ev_window_continuous_changed_cb),
7113         (ev_window_dual_mode_changed_cb), (ev_window_new):
7114
7115         Fix the build without DBUS.
7116
7117 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7120         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7121         (ev_metadata_manager_set_string),
7122         (ev_metadata_manager_set_boolean):
7123         * shell/ev-metadata-manager.h:
7124
7125         Add support for some more types
7126
7127         * shell/ev-view.c: (scroll_to_current_page),
7128         (ev_view_get_continuous), (ev_view_set_continuous),
7129         (ev_view_get_dual_page):
7130         * shell/ev-view.h:
7131         * shell/ev-window.c: (page_changed_cb),
7132         (setup_document_from_metadata), (ev_window_setup_document),
7133         (setup_view_from_metadata), (ev_window_open_uri),
7134         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7135         (ev_window_run_presentation), (ev_window_stop_presentation),
7136         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7137         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7138         (ev_window_update_dual_page_action),
7139         (ev_window_continuous_changed_cb),
7140         (ev_window_dual_mode_changed_cb), (ev_window_init):
7141
7142         Remember a bunch of view/document properties. Prolly some
7143         are still missing but it's getting interesting.
7144
7145 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7146
7147         * configure.ac: check if dbus-binding-tool is installed. Not the
7148         case on current Ubuntu breezy, it seems.
7149
7150 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7151
7152         * data/evince.desktop.in.in:
7153         
7154         Allow open uri lists and add TryExec field.
7155
7156 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7157
7158         * configure.ac:
7159
7160         Enable dbus when available, do not require a configure
7161         option.
7162
7163 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7164
7165         * configure.ac:
7166
7167         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7168         disabled.
7169
7170 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7171         Marco Pesenti Gritti  <mpg@redhat.com>
7172
7173         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7174         
7175         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7176         functions to the format required by dbus
7177
7178         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7179         errors. Use the RPC parameters in the expected way
7180
7181 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7182
7183         * Makefile.am:
7184         * properties/Makefile.am:
7185         * properties/ev-properties-main.c: (ev_properties_get_pages):
7186
7187         Support all mime types
7188
7189         * shell/Makefile.am:
7190         * thumbnailer/Makefile.am:
7191         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7192         (evince_thumbnail_pngenc_get):
7193
7194         Use the document factory
7195
7196 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7197
7198         * backend/Makefile.am:
7199         * backend/ev-document-factory.c:
7200         (mime_type_supported_by_gdk_pixbuf),
7201         (ev_document_type_get_from_mime),
7202         (ev_document_factory_get_document),
7203         (ev_document_factory_get_backend),
7204         (ev_document_factory_get_mime_types),
7205         (ev_document_factory_get_all_mime_types):
7206         * backend/ev-document-factory.h:
7207         * shell/Makefile.am:
7208         * shell/ev-document-types.c: (get_document_from_uri),
7209         (ev_document_types_get_document),
7210         (file_filter_add_mime_list_and_free),
7211         (ev_document_types_add_filters):
7212         * shell/ev-document-types.h:
7213         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7214         * shell/ev-properties-dialog.c:
7215         (ev_properties_dialog_set_document):
7216         * shell/ev-window.c: (ev_window_cmd_file_open),
7217         (ev_window_cmd_save_as):
7218         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7219
7220         Rework document types managing to avoid code duplication
7221         and actually abstract from backend implementations.
7222         Also provide a minimal factory api that can be used by
7223         thumbnailer/properties.
7224
7225 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7226
7227         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7228         Plug a mem leak.
7229         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7230         HIG spacings.
7231
7232 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7233
7234         * shell/ev-properties-dialog.c
7235         (ev_properties_dialog_set_document): only call
7236         ev_properties_fonts_set_document() if the document implements the
7237         fonts interface
7238
7239 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7240
7241         * configure.ac:
7242         * properties/Makefile.am:
7243         * properties/ev-properties-view.c:
7244         (ev_properties_view_register_type):
7245         * properties/ev-properties-view.h:
7246         * properties/ev-properties-main.h:
7247
7248         Implement nautilus plugin for properties.
7249         Works only for pdf atm, I need to rework the
7250         document types stuff to get this to work
7251         for all backends...
7252
7253 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7254
7255         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7256         (ev_properties_fonts_set_document): use
7257         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7258
7259 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7260
7261         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7262         them
7263         (PlaceImage, tiff2ps_process_page): use
7264         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7265
7266
7267 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7268
7269         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7270         (main): to call gnome_authentication_manager_init. Should fix
7271         Bug #308510
7272
7273         * configure.ac: that requires libgnomeui 2.6.0.
7274
7275 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7276
7277         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7278         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7279         use the new tiff2ps interfaces
7280
7281         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7282         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7283
7284         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7285         structure instead of global variables.  Remove use of static
7286         variables in functions.
7287
7288 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7289
7290         * shell/ev-page-action.c: unref the completion after setting it to the
7291         entry
7292
7293 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7294
7295         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7296         postscript files
7297
7298 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7299
7300         * shell/ev-window.c (update_action_sensitivity): disable
7301         File->Print if the document does not implement the ps exporter
7302         interface
7303
7304 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7305
7306         * Makefile.am:
7307         * configure.ac:
7308         * data/evince-properties.glade:
7309         * properties/.cvsignore:
7310         * properties/Makefile.am:
7311         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7312         (ev_properties_view_class_init), (ev_properties_view_format_date),
7313         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7314         (ev_properties_view_init), (ev_properties_view_new):
7315         * properties/ev-properties-view.h:
7316         * shell/Makefile.am:
7317         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7318         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7319         (ev_properties_dialog_new):
7320         * shell/ev-properties-dialog.h:
7321         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7322         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7323         (update_progress_label), (job_fonts_finished_cb),
7324         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7325         * shell/ev-properties-fonts.h:
7326         * shell/ev-properties.c:
7327         * shell/ev-properties.h:
7328         * shell/ev-window.c: (ev_window_setup_document),
7329         (ev_window_cmd_file_properties):
7330
7331         Split the properties pages in two different objects, depend
7332         only on the backend where possible, use widgets instead
7333         of gobject for the glade part, reimplement the dialog
7334         itself with gtk.
7335         I need this to implement nautilus properties page.
7336
7337 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7338
7339         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7340         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7341         (tiff_document_document_ps_exporter_iface_init): implement the ps
7342         exporter interface for tiff documents
7343
7344         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7345         libtiff to implement TIFF postscript export
7346
7347         * tiff/tiff2ps.h: added a header file for external tiff2ps
7348         functions.
7349
7350         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7351         tiff2ps.h
7352
7353 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * shell/ev-view.c: (scroll_to_current_page),
7356         (ev_view_set_fullscreen), (ev_view_set_presentation):
7357         
7358         Scroll to current page when exit from presentation
7359
7360 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/ev-window.c: (update_document_mode),
7363         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7364         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7365         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7366         
7367         Exit from fullscreen mode when switch to presentation. Fix for
7368         bug 309365
7369
7370 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7371
7372         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7373         return NULL if the document does not implement the selection
7374         interface.
7375
7376 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7377
7378         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7379         reported height by using the resolution aspect ratio
7380         (tiff_document_render_pixbuf): scale the pixbuf using the
7381         resolution aspect ratio
7382
7383 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7384
7385         * configure.ac:
7386         
7387         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7388         <kiltedaco@gmail.com>
7389         
7390         * djvu/djvu-document.c: (djvu_document_get_orientation),
7391         (djvu_document_set_orientation), (djvu_document_get_page_size),
7392         (rotate_pixbuf), (djvu_document_render_pixbuf),
7393         (djvu_document_document_iface_init):
7394         * dvi/dvi-document.c: (dvi_document_get_orientation),
7395         (dvi_document_set_orientation), (dvi_document_get_page_size),
7396         (rotate_pixbuf), (dvi_document_render_pixbuf),
7397         (dvi_document_document_iface_init):
7398         
7399         Dvi and djvu backends are ported to new API
7400
7401 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7402
7403         * backend/ev-selection.c: (ev_selection_get_selection_region),
7404         (ev_selection_get_selection_map):
7405         * backend/ev-selection.h:
7406         * pdf/ev-poppler.cc:
7407         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7408         * shell/ev-jobs.h:
7409         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7410         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7411         (ev_pixbuf_cache_get_text_mapping):
7412         * shell/ev-pixbuf-cache.h:
7413         * shell/ev-view.c: (location_in_text),
7414         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7415         support to EvView.  Now we can see where we can select!  Sweet!
7416
7417 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7418
7419         * shell/ev-view.c (ev_view_button_press_event): Fix
7420         event->y + view->scroll_x typo.
7421
7422 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7423
7424         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7425         sub-GdkPixbuf instead of passing dest_x and dest_y.
7426         
7427         * shell/ev-view.c: (view_point_to_doc_point),
7428         (view_rect_to_doc_rect), (ev_view_button_press_event),
7429         (ev_view_motion_notify_event), (compute_new_selection_rect),
7430         (gdk_rectangle_point_in), (compute_new_selection_text),
7431         (compute_selections): Update selection code to keep the selection
7432         around as two points and not as a normalized rectangle, and fix
7433         page level selection in two-column mode.
7434
7435 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7436
7437         * shell/ev-window.c: (window_configure_event_cb): 
7438         
7439         Fix compilation
7440         
7441 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7442
7443         * pdf/ev-poppler.cc:
7444
7445         Fix compilation
7446
7447 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7448
7449         * shell/Makefile.am:
7450         * shell/ev-metadata-manager.c: (item_free),
7451         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7452         (parse_value), (parseItem), (load_values),
7453         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7454         (save_values), (save_item), (get_oldest), (resize_items),
7455         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7456         * shell/ev-metadata-manager.h:
7457
7458         Metadata manager from gedit but modified to use GValue, so that
7459         we dont need to keep converting from strings.
7460
7461         * configure.ac:
7462
7463         ENABLE_METADATA conditional, on when dbus is on
7464
7465         * shell/ev-application.c: (ev_application_open_uri):
7466
7467         Show the window after load so that we can initialize
7468         window size before it's showed.
7469
7470         * shell/ev-window.c: (ev_window_setup_from_metadata),
7471         (ev_window_open_uri), (window_configure_event_cb),
7472         (ev_window_init):
7473
7474         Save and load metadata information about window size.
7475         Not yet keeping states in account.
7476
7477         * shell/main.c: (main):
7478
7479         Shutdown metadata manager.
7480
7481 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7482
7483         * shell/ev-application-service.xml:
7484         * configure.ac:
7485         * shell/Makefile.am:
7486         * shell/ev-application.c:
7487         * shell/ev-application.h:
7488         * shell/ev-window.c:
7489         * shell/ev-window.h:
7490         * shell/main.c:
7491
7492         Add an optional dbus interface (--enable-dbus).
7493         Rework application code, mainly to be easier to
7494         use "remotely".
7495         Do not open multiple windows with the same document,
7496         spatial evince!
7497
7498 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7499
7500         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7501         pixbuf iff it exists.
7502
7503 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7504
7505         * shell/*:
7506         * backend/ev-render-context.[ch]:
7507         * backend/ev-selection.[ch]:
7508
7509         Massive changes.  We now support text selection of pdfs, and not
7510         just rectangular selection.  This is pretty broken still, but I
7511         want to get something into CVS.
7512
7513 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7514
7515         * pdf/ev-poppler.cc:
7516         
7517         Fix for Bug 309080: crash on window close.
7518         
7519         * shell/ev-page-action.c: (page_changed_cb):
7520         
7521         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7522         jensgr@gmx.net (Jens Granseuer).
7523
7524 2005-06-25  Marcel Telka  <marcel@telka.sk>
7525
7526         * configure.in (ALL_LINGUAS): Added sk.
7527
7528 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7529
7530         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7531         not a document open
7532
7533 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7534
7535         * NEWS:
7536         * configure.ac:
7537
7538         Release 0.3.2
7539
7540         * cut-n-paste/recent-files/Makefile.am:
7541
7542         Fix make distcheck
7543
7544 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7545
7546         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7547         (pixbuf_document_set_orientation), (rotate_pixbuf),
7548         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7549         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7550
7551         Implement rotation and cleanup the code a bit.
7552
7553         * tiff/tiff-document.c: (tiff_document_get_page_size),
7554         (tiff_document_get_orientation), (tiff_document_set_orientation),
7555         (rotate_pixbuf), (tiff_document_render_pixbuf),
7556         (tiff_document_document_iface_init), (tiff_document_init):
7557
7558         Implement rotation. Was the quicker solution for the release
7559         but we really need to share this code in the shell.
7560
7561 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7562
7563         * pdf/ev-poppler.cc:
7564
7565         Enable rotation, require poppler cvs. Fix a leak.
7566
7567 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7568
7569         * shell/ev-window.c: (update_action_sensitivity):
7570         
7571         Make properties unsensitive if document backend doesn't provide
7572         any info
7573
7574 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7575
7576         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7577         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7578         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7579         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7580         (bitmap_flip_rotate_counter_clockwise):
7581         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7582         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7583         (buff_gets):
7584         * dvi/mdvi-lib/common.h:
7585         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7586         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7587         (opendvi), (mdvi_reload), (mdvi_init_context),
7588         (mdvi_destroy_context), (mdvi_dopage), (special):
7589         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7590         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7591         (file_hash_free), (register_encoding), (parse_spec),
7592         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7593         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7594         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7595         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7596         (mdvi_register_font_type), (mdvi_unregister_font_type),
7597         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7598         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7599         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7600         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7601         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7602         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7603         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7604         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7605         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7606         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7607         (mdvi_unregister_special), (mdvi_flush_specials):
7608         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7609         (t1_font_remove):
7610         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7611         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7612         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7613         (free_font_metrics), (flush_font_metrics):
7614         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7615         (tt_font_remove):
7616         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7617         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7618         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7619         (dstring_insert), (dstring_new), (dstring_reset):
7620         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7621         
7622         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7623         avoid conflict with libtool on FC4
7624         
7625         * shell/ev-window.c: (ev_window_cmd_help_about):
7626         
7627         Update copyright year. Fix for bug 308828.
7628
7629 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7630
7631         * shell/ev-view.c: (add_scroll_binding_keypad),
7632         (ev_view_binding_activated), (ev_view_class_init),
7633         (on_adjustment_value_changed):
7634         
7635         Bug 170874: Arrow keys switch pages in presentation mode
7636
7637 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7638
7639         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7640         
7641         Fix for Bug 308265: Sidebar dissappears coming out of 
7642         Presentation mode
7643
7644 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * shell/ev-application.c: (ev_application_open):
7647         * shell/ev-document-types.c: (ev_document_types_add_filters),
7648         (ev_document_types_add_filters_for_type):
7649         * shell/ev-document-types.h:
7650         * shell/ev-window.c: (ev_window_cmd_save_as):
7651         
7652         Suggest basename as template when saving, provide filters
7653         for save dialog. It's bug 308402
7654
7655 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7656
7657         * pdf/ev-poppler.cc:
7658         * shell/ev-sidebar-links.c: (job_finished_callback):
7659         * shell/ev-view.c: (update_find_status_message):
7660         
7661         Some leaks fixed
7662
7663 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7664
7665         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7666         (egg_recent_view_uimanager_set_list):
7667
7668         Fix buglet in !show_numbers case.
7669
7670 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7671
7672         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7673         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7674
7675         Use pango ellipsisation.
7676
7677         * pdf/ev-poppler.cc:
7678
7679         Fix refcount leak, from nsh.
7680
7681 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7682
7683         * cut-n-paste/recent-files/Makefile.am:
7684         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7685         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7686         
7687         Removed EggRecentViewGtk
7688         
7689         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7690         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7691         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7692         (ev_window_setup_recent):
7693         
7694         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7695         with other projects
7696
7697 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7700         (egg_recent_view_gtk_finalize):
7701
7702         Fix memory leak
7703
7704         * cut-n-paste/toolbar-editor/Makefile.am:
7705         
7706         Fix location of cursor icon.
7707         
7708         * pdf/ev-poppler.cc:
7709         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7710         (display_completion_text), (match_completion):
7711         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7712         (selection_changed_callback), (create_loading_model),
7713         (print_section_cb), (links_page_num_func),
7714         (update_page_callback_foreach):
7715         * shell/ev-window.c: (ev_window_dispose):
7716         
7717         Small memory fixes. Links model now store objects instead
7718         of pointers to improve memory management. 
7719
7720 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * shell/ev-window.c: (zoom_control_changed_cb):
7723         
7724         Fix update of zoom control (bug 308268).
7725
7726 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7727
7728         * shell/ev-properties.c (set_property): escape the text correctly.
7729         Handles non-UTF-8 properties and escaped properties.  Also, sets
7730         the text to "<i>None</i>" if the property isn't set.
7731
7732         * data/evince-properties.glade: Change the label to be ellipsized,
7733         and give it a minimum size.
7734
7735 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7736
7737         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7738         * shell/ev-sidebar-links.c: (create_loading_model):
7739         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7740         * shell/ev-view.c: (ev_view_set_document):
7741         * shell/ev-window.c: (ev_window_dispose):
7742         
7743         Various small fixes, mostly memory leaks. Thanks to valgrind.
7744
7745 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7746
7747         * ps/ps-document.c: remove the locale.h include again ;-). And
7748         kill the (bogus) setlocale/savelocale business.
7749
7750 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7751
7752         * ps/ps-document.c:
7753         
7754         Include locale.h to fix build
7755         
7756         * shell/ev-sidebar.c:
7757         
7758         Remove unnecessary includes
7759
7760 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7761
7762         * dvi/dvi-document.c: (dvi_document_load):
7763         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7764         * po/POTFILES.in:
7765         
7766         Check for incorrect dvi files. Fix parsing dvi on AMD64
7767         platform. Thanks to tester@tester.ca (Olivier Crete).
7768
7769 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * shell/ev-page-action.c: (match_selected_cb),
7772         (display_completion_text), (match_completion), (update_model):
7773         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7774         (expand_open_links):
7775         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7776         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7777         (ev_sidebar_set_document):
7778         * shell/ev-window.c: (ev_window_xfer_job_cb),
7779         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7780         
7781         Fixed lot's of memory leaks, for example, memory leak on reload, 
7782         described in bug 307793.
7783
7784 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7785
7786         * pdf/ev-poppler.cc:
7787         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7788         (update_visible_range), (adjustment_changed_cb),
7789         (ev_sidebar_thumbnails_fill_model),
7790         (ev_sidebar_thumbnails_refresh),
7791         (ev_sidebar_tree_selection_changed),
7792         (ev_sidebar_icon_selection_changed),
7793         (ev_sidebar_thumbnails_use_icon_view),
7794         (ev_sidebar_thumbnails_set_document):
7795         * shell/ev-sidebar-thumbnails.h:
7796         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7797         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7798
7799         Refresh thumbnails when changing orientation. Not fully
7800         working yet becuase of a sidebar bug.
7801
7802         Set page orientation to poppler page everywhere. This sucks
7803         really need to fix poppler.
7804
7805 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7806
7807         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7808         (egg_recent_view_gtk_new_menu_item),
7809         (egg_recent_view_gtk_set_property),
7810         (egg_recent_view_gtk_get_property),
7811         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7812         (egg_recent_view_gtk_set_tooltip_func),
7813         (egg_recent_view_gtk_set_label_width),
7814         (egg_recent_view_gtk_get_label_width):
7815         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7816
7817         Sync with libegg (ellipsize labels)
7818
7819 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7820
7821         * data/evince-ui.xml:
7822         * shell/ev-window.c: (ev_window_cmd_go_forward),
7823         (ev_window_cmd_go_backward):
7824         
7825         Shift + PageUp moves 10 Pages. Fix for 306125
7826
7827 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7828
7829         * pdf/ev-poppler.cc:
7830
7831         Add a flag to check if orientation has been overriden
7832
7833 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7834
7835         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7836         field if necessary.
7837
7838         * ps/ps.h: add creator field to document.
7839
7840         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7841         set creator field.
7842
7843 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7844
7845         * data/evince-properties.glade:
7846         * shell/ev-properties.c: (ev_properties_set_document):
7847
7848         s/PDF Version/Format
7849
7850 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7851
7852         * shell/ev-properties.c: (ev_properties_set_document):
7853
7854         Remove unnecessary translations
7855
7856 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * cut-n-paste/toolbar-editor/Makefile.am:
7859
7860         Correct library name    
7861
7862 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7863
7864         * configure.ac:
7865         * cut-n-paste/recent-files/egg-recent-model.c:
7866         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7867         (egg_recent_model_unlock_file):
7868         * cut-n-paste/recent-files/egg-recent-util.c:
7869         (egg_recent_util_get_unique_id):
7870         * cut-n-paste/recent-files/update-from-egg.sh:
7871         * cut-n-paste/toolbar-editor/Makefile.am:
7872         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7873         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7874         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7875         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7876         (egg_toolbars_model_get_type):
7877         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7878
7879         Better makefile for toolbar editor and update everything
7880         to latest libegg.
7881
7882 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7883
7884         * shell/ev-window.c: (update_document_mode):
7885
7886         Prefer presentation mode when the document
7887         require fullscreen.
7888
7889 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7890
7891         * data/evince-ui.xml:
7892         * shell/ev-window.c:
7893
7894         Add control-equal for zooming
7895
7896 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7897
7898         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7899
7900 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7901
7902         * backend/ev-document.c: (ev_document_get_orientation):
7903         * backend/ev-document.h:
7904         * pdf/ev-poppler.cc:
7905         * ps/ps-document.c: (ps_document_get_orientation),
7906         (ps_document_set_orientation), (ps_document_document_iface_init):
7907
7908         Add a get_orientation api. Improve set_orientation.
7909
7910         * data/evince-ui.xml:
7911         * shell/ev-view.c: (ev_view_set_orientation),
7912         (ev_view_rotate_right), (ev_view_rotate_left):
7913         * shell/ev-view.h:
7914         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7915         (ev_window_cmd_edit_rotate_right):
7916
7917         Better ui for changing document orientation
7918
7919 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7920
7921         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7922         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7923         * shell/ev-sidebar-links.h:
7924         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7925         (ev_sidebar_page_iface_init):
7926         * shell/ev-sidebar-page.h:
7927         * shell/ev-sidebar-thumbnails.c:
7928         (ev_sidebar_thumbnails_get_property),
7929         (ev_sidebar_thumbnails_class_init),
7930         (ev_sidebar_thumbnails_set_document):
7931         * shell/ev-sidebar-thumbnails.h:
7932         * shell/ev-view.c: (ev_view_motion_notify_event):
7933         * shell/ev-window.c: (update_chrome_visibility),
7934         (ev_window_cmd_focus_page_selector),
7935         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7936         (sidebar_page_main_widget_update_cb), (ev_window_init):
7937         
7938         Autoraise toolbar on GoToPage binding and fix bindings in
7939         EvSidebarThumbnails page.
7940
7941 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7942
7943         * shell/ev-properties.c: (update_progress_label):
7944
7945         Hide the progress label when finished; bug #307697.
7946
7947 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7948
7949         * pdf/ev-poppler.cc:
7950
7951         Enable is_open for links, you will need poppler cvs
7952
7953         * shell/ev-properties.c: (job_fonts_finished_cb):
7954
7955         Get a lock on the document when filling the tree view
7956
7957 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7958
7959         * backend/ev-document-links.h:
7960         * pdf/ev-poppler.cc:
7961         * shell/ev-sidebar-links.c: (create_loading_model),
7962         (expand_open_links), (job_finished_callback):
7963
7964         Expand links when specified by the document.
7965         Depend on a poppler api (defined out for now)
7966
7967 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7968
7969         * shell/ev-properties.c: (ev_properties_dispose),
7970         (ev_properties_class_init), (dialog_destroy_cb),
7971         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7972         (ev_properties_set_document), (ev_properties_new),
7973         (ev_properties_show):
7974         * shell/ev-properties.h:
7975
7976         Make it an object, cleanup the code, api to show it as transient
7977         and to set the document.
7978
7979         * shell/ev-window.c: (ev_window_setup_document),
7980         (ev_window_cmd_file_properties):
7981
7982         Adapt to EvProperties changes, do not show multiple
7983         times, update it when document changes.
7984
7985 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7986
7987         * ps/gstypes.h:
7988         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7989         (ps_document_set_orientation), (ps_document_document_iface_init):
7990         * ps/ps-document.h:
7991
7992         Implement orientation here too
7993
7994         * shell/ev-properties.c: (ev_properties_new):
7995         * data/evince-properties.glade:
7996
7997         Hide the fonts page for backends that doesnt
7998         support it.     
7999
8000 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8001
8002         * backend/ev-document.c: (ev_document_set_orientation):
8003         * backend/ev-document.h:
8004         * pdf/ev-poppler.cc:
8005
8006         Add orientation api. Currently poppler api is not optimal,
8007         we need to set orientation every time we _get a page.
8008         I will try to fix that at some point.
8009
8010         * data/evince-ui.xml:
8011         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8012         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8013
8014         Add orientation menu items
8015
8016         * shell/ev-page-cache.c: (ev_page_cache_clear):
8017         * shell/ev-page-cache.h:
8018
8019         Add api to clear the cache
8020
8021         * shell/ev-view.c: (setup_caches), (clear_caches),
8022         (ev_view_set_document), (ev_view_zoom_out),
8023         (ev_view_set_orientation):
8024         * shell/ev-view.h:
8025
8026         Implement orientation changing
8027
8028 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8029
8030         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8031         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8032         * backend/ev-document-fonts.h:
8033
8034         Separate scan and fill so that we can incrementally fill from
8035         the main thread. Add a progress api.
8036
8037         * data/evince-properties.glade:
8038         * pdf/ev-poppler.cc:
8039         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8040         * shell/ev-jobs.h:
8041         * shell/ev-properties.c: (update_progress_label),
8042         (job_fonts_finished_cb), (setup_fonts_view):
8043
8044         Incrementally feel the list and show the progress
8045         percentage in a label like acrobat does.
8046
8047         You are going to need poppler cvs
8048
8049 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8050
8051         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8052         * backend/ev-document-fonts.h:
8053         * pdf/ev-poppler.cc:
8054
8055         Make fonts model fill incrementally.
8056
8057         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8058         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8059         (ev_job_queue_remove_job):
8060         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8061         (ev_job_fonts_new), (ev_job_fonts_run):
8062         * shell/ev-jobs.h:
8063
8064         New job for fonts scanning
8065
8066         * shell/ev-properties.c: (job_fonts_finished_cb),
8067         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8068         * shell/ev-properties.h:
8069         * shell/ev-window.c: (ev_window_cmd_file_properties):
8070
8071         Incrementally feel the treeview using the new job. Show Loading...
8072         message until scanning is completed.
8073
8074         Hopefully I didnt break the build without the poppler patch.
8075
8076 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8077
8078         * shell/ev-application.c: (ev_application_open):
8079         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8080         (ev_document_type_get_type), (ev_document_type_lookup):
8081         * shell/ev-document-types.h:
8082         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8083         * shell/ev-job-xfer.h:
8084         * shell/ev-window.c: (ev_window_clear_local_uri),
8085         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8086         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8087         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8088         
8089         Transfer remote documents to tmp directory to display them later.
8090
8091 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8092
8093         * backend/ev-document-info.h:
8094         * shell/ev-properties.c: (ev_properties_new):
8095
8096         s/GTime*/GTime. Not sure why we was using a pointer
8097         at all there!
8098
8099 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8100
8101         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8102         situations.  That situation is that you're using GTK+-HEAD with
8103         the patch at #306726 is applied, and you have a document with <
8104         1500 pages in it.  It's not quite as uniformly nice as the
8105         TreeView, but should be better in the long run.
8106
8107         I'm pretty sure I guarded against breaking compilation with
8108         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8109         I missed some.
8110
8111         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8112         widget yet, so I commented that code out
8113         enable_view_actions_for_widget() for now.  Need to figure this
8114         out.
8115
8116         * shell/ev-page-action.c (match_selected_cb): emit the right
8117         signals.  Our cool C-l completion now works.
8118
8119 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8120
8121         * backend/Makefile.am:
8122         * backend/ev-document-fonts.c:
8123         * backend/ev-document-links.c:
8124         * backend/ev-document.c: (ev_document_load):
8125         * backend/ev-document.h:
8126         * backend/ev-job-queue.c:
8127         * backend/ev-job-queue.h:
8128         * backend/ev-jobs.c:
8129         * backend/ev-jobs.h:
8130         * backend/ev-page-cache.c:
8131         * backend/ev-page-cache.h:
8132
8133         EvPageCache and EvJobs are moved to shell.
8134
8135         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8136         (ev_tmp_filename):
8137         * lib/ev-file-helpers.h:
8138         
8139         New helper to work with temporary files
8140         
8141         * shell/Makefile.am:
8142         * shell/ev-application.c: (ev_application_open):
8143         * shell/ev-application.h:
8144         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8145         (remove_job_from_async_queue), (add_job_to_async_queue),
8146         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8147         (handle_job), (search_for_jobs_unlocked),
8148         (no_jobs_available_unlocked), (ev_render_thread),
8149         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8150         (ev_job_queue_add_job), (move_job_async), (move_job),
8151         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8152         * shell/ev-job-queue.h:
8153         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8154         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8155         * shell/ev-job-xfer.h:
8156         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8157         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8158         (ev_job_links_class_init), (ev_job_render_init),
8159         (ev_job_render_dispose), (ev_job_render_class_init),
8160         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8161         (ev_job_thumbnail_class_init), (ev_job_load_init),
8162         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8163         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8164         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8165         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8166         * shell/ev-jobs.h:
8167         * shell/ev-page-action.c: (ev_page_action_set_document):
8168         * shell/ev-page-cache.c: (ev_page_cache_init),
8169         (ev_page_cache_class_init), (ev_page_cache_finalize),
8170         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8171         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8172         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8173         (ev_page_cache_get_title), (ev_page_cache_get_size),
8174         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8175         (ev_page_cache_get_height_to_page),
8176         (ev_page_cache_get_max_label_chars),
8177         (ev_page_cache_get_page_label),
8178         (ev_page_cache_has_nonnumeric_page_labels),
8179         (ev_page_cache_get_info), (ev_page_cache_next_page),
8180         (ev_page_cache_prev_page), (ev_page_cache_get):
8181         * shell/ev-page-cache.h:
8182         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8183         (ev_pixbuf_cache_clear_job_sizes),
8184         (ev_pixbuf_cache_add_jobs_if_needed),
8185         (ev_pixbuf_cache_set_page_range):
8186         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8187         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8188         * shell/ev-sidebar-thumbnails.c:
8189         (ev_sidebar_tree_selection_changed),
8190         (ev_sidebar_thumbnails_set_document):
8191         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8192         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8193         (ev_statusbar_get_context_id), (ev_statusbar_push),
8194         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8195         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8196         (ev_statusbar_set_progress):
8197         * shell/ev-statusbar.h:
8198         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8199         (ev_view_find_previous):
8200         * shell/ev-window.c: (ev_window_is_empty),
8201         (ev_window_setup_document), (password_dialog_response),
8202         (ev_window_clear_jobs), (ev_window_load_job_cb),
8203         (ev_window_xfer_job_cb), (ev_window_open_uri),
8204         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8205         (ev_window_print), (ev_window_print_range),
8206         (ev_window_state_event), (ev_window_cmd_view_reload),
8207         (menu_item_select_cb), (menu_item_deselect_cb),
8208         (view_status_changed_cb), (ev_window_dispose),
8209         (drag_data_received_cb), (ev_window_init):
8210         * shell/ev-window.h:
8211         * shell/main.c: (load_files):
8212         
8213         New statusbar to show progress on idle. Two new jobs - 
8214         xfer job and load job to load document in background. And update
8215         of page_cache clients to new location of code.
8216
8217 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8218   
8219         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8220         selection in open dialog. It also remembers the last visited directory 
8221         in the current session.
8222
8223 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8224
8225         * shell/ev-properties.c: (ev_properties_new):
8226         * shell/ev-properties.h:
8227         * shell/ev-window.c: (ev_window_cmd_file_properties):
8228         
8229         Get document info from page cache instead of document itself.
8230         This should fix crash related to race conditions described in
8231         bug 306545.
8232
8233 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8234
8235         * ps/ps-document.c: (ps_document_init),
8236         (send_ps), (get_page_box), (output), (catchPipe), (input),
8237         (stop_interpreter), (file_length), (file_readable),
8238         (check_filecompressedb), (ps_document_enable_interpreter),
8239         (document_load), (ps_async_renderer_render_pixbuf):
8240         * ps/ps-document.h:
8241
8242         Big cleanup of the ps code
8243
8244 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8245
8246         * backend/Makefile.am:
8247         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8248         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8249         * backend/ev-async-renderer.h:
8250
8251         Add an async renderer interface (method + callback) which
8252         is useful for backends like ps.
8253
8254         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8255         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8256         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8257         (ev_job_queue_add_job), (move_job_async), (move_job),
8258         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8259
8260         Add queues for async renderer, these are executed on the
8261         main thread.
8262
8263         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8264         (ev_job_render_run):
8265         * backend/ev-jobs.h:
8266
8267         If the backend support async renderer interface use it.
8268
8269         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8270         (setup_pixmap), (ps_document_get_type),
8271         (ps_async_renderer_render_pixbuf),
8272         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8273
8274         Implement async renderer interface.
8275
8276 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8277
8278         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8279
8280         Cleanup links job on exit.
8281
8282 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8285         (drag_data_get_cb), (drag_data_received_cb):
8286         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8287         (drag_data_get_cb), (parse_item_list),
8288         (egg_toolbar_editor_load_actions):
8289         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8290         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8291         (parse_item_list), (parse_toolbars):
8292         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8293         (dvi_pixbuf_put_pixel):
8294         
8295         Fix gcc 4.0 warnings
8296
8297 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8298
8299         * ps/ps-document.c: (start_interpreter):
8300
8301         Fix warning when loading ps
8302
8303 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8304
8305         * ps/ps-document.c: (output):
8306
8307         Fix crash when priting gs error messages.
8308
8309 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8310
8311         * backend/ev-page-cache.c: (_ev_page_cache_new):
8312         * backend/ev-page-cache.h:
8313
8314         Use a const to return title so that we dont double
8315         free it. Small cleanup and fix a leak.
8316
8317         * shell/ev-window.c: (update_window_title):
8318
8319         strdup value from get_title.
8320
8321 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8322
8323         * shell/ev-sidebar-links.c: (job_finished_callback),
8324         (ev_sidebar_links_set_document):
8325
8326         Cleanup the old job when changing document
8327
8328 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8329
8330         * shell/ev-stock-icons.c:
8331         * shell/ev-stock-icons.h:
8332         * shell/ev-window.c:
8333         
8334         Add stock icons for actions that can appear in toolbar. Fix for
8335         bug 306566.
8336
8337 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8338
8339         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8340         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8341         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8342         * backend/ev-page-cache.h:
8343         * shell/ev-view.c: (scroll_to_current_page),
8344         (view_update_range_and_current_page), (get_page_y_offset),
8345         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8346         (ev_view_size_request_continuous),
8347         (ev_view_zoom_for_size_continuous_and_dual_page),
8348         (ev_view_zoom_for_size_continuous):
8349         
8350         More compact EvView layout in document with pages of different size.
8351
8352 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8353
8354         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8355         compilation.
8356
8357 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8358
8359         * shell/ev-view.c: (view_set_adjustment_values):
8360         * shell/ev-window.c: (ev_window_cmd_file_properties):
8361         
8362         A bit different fix for rounding problem but it has no
8363         problems on startup. Make properties window transient to parent.
8364
8365 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8366
8367         * pdf/ev-poppler.cc:
8368         
8369         More commenting of font stuff.
8370
8371 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8372
8373         * pdf/ev-poppler.cc:
8374
8375         Comment out some more fonts stuff. Should really
8376         work without the poppler patch now.
8377
8378 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8379
8380         * pdf/ev-poppler.cc:
8381
8382         Adapt to api change
8383
8384 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8385
8386         * data/evince-properties.glade:
8387         * pdf/ev-poppler.cc:
8388         * shell/ev-properties.c: (setup_fonts_view):
8389
8390         Set the column title. Show the dialog only
8391         once everything is setup.
8392         Getting font info can be very slow... will
8393         prolly need to make this threaded too.
8394
8395 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8396
8397         * backend/Makefile.am:
8398         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8399         (ev_document_fonts_get_fonts_model):
8400         * backend/ev-document-fonts.h:
8401         * data/evince-properties.glade:
8402         * pdf/ev-poppler.cc:
8403         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8404         * shell/ev-properties.h:
8405         * shell/ev-window.c: (ev_window_cmd_file_properties):
8406
8407         Implement fonts list. Defined out for now, since it depends
8408         on a not yet committed poppler patch.
8409
8410 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8411
8412         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8413         page + 1.
8414
8415         * shell/ev-window.c: Make sure we add the timeout when we get a
8416         focus-in event.
8417
8418         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8419         adjustment->value before calculating the zoom factor to average
8420         out all of our rounding errors.  The page no longer 'drifts' when
8421         resizing.
8422
8423 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8424
8425         * data/evince-properties.glade:
8426         * shell/ev-properties.c: (ev_properties_format_date),
8427         (set_property):
8428         
8429         Labels don't expand when the dialogue is resized.
8430         strftime result needs to be converted to UTF-8. Thanks
8431         to Christian Persch <chpe@gnome.org>.
8432
8433 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8434
8435         * data/evince-properties.glade:
8436
8437         Hide the fonts tab
8438
8439 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8440
8441         * backend/ev-document-info.h:
8442         * backend/ev-document.c: (ev_document_info_free):
8443         * data/evince-properties.glade:
8444         * pdf/ev-poppler.cc:
8445         * ps/ps-document.c: (ps_document_get_info):
8446         * shell/ev-properties.c: (ev_properties_format_date),
8447         (set_property), (ev_properties_new):
8448         * shell/ev-properties.h:
8449         * shell/ev-window.c: (ev_window_cmd_file_properties):
8450
8451         Rework properties code to take only EvPropertyInfo
8452         in the constructor so that it can be useful for
8453         nautilus plugin too.
8454
8455         Deal with backends that doesnt support some properties.
8456         Make set property code generic.
8457
8458 2005-06-04  Christian Persch <chpe@gnome.org>
8459
8460         * data/evince-properties.glade:
8461
8462         fix spacings, make resizeable, and make data labels
8463         selectable + ellipsised
8464
8465 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8466
8467         * backend/ev-document-info.h:
8468         * data/Makefile.am:
8469         * data/evince-ui.xml:
8470         * pdf/ev-poppler.cc:
8471         * shell/Makefile.am:
8472         * shell/ev-window.c: (update_action_sensitivity),
8473         (ev_window_cmd_file_properties):
8474
8475         Initial go at file properties. Patch by
8476         Emil Soleyman-Zomalan <emil@soleyman.com>.
8477         Needs love see #169583
8478
8479 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8480
8481         * ps/ps-document.c: (output):
8482         * ps/ps.c: (psscan):
8483
8484         Try to render even if psscan fails.
8485
8486 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8487
8488         * ps/ps.c: (psscan), (pscopydoc):
8489
8490         Port buffered reading code from gv
8491
8492 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8493
8494         * ps/ps-document.c: (interpreter_message), (output):
8495
8496         Do not fail on interpreter messages
8497
8498 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8499
8500         * backend/ev-document-misc.c:
8501         (ev_document_misc_get_thumbnail_frame):
8502
8503         Pages can be 0 x 0, dont assert on this case
8504
8505 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8506
8507         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8508         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8509
8510         Correctly manage our reference on document. Finally the reload
8511         huge leak is gone...
8512
8513 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8514
8515         * ps/ps-document.c: (ps_document_dispose):
8516
8517         Forgot to chain it to the parent. Thanks chpe.
8518
8519 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8520
8521         * ps/ps-document.c: (ps_document_dispose),
8522         (ps_document_class_init), (stop_interpreter), (document_load):
8523
8524         Cleanup dispose a bit. Dont leak the whole pixmap.
8525
8526 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8527
8528         * pdf/ev-poppler.cc:
8529
8530         Release the poppler document on dispose
8531
8532 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8533
8534         * shell/ev-view.c: (ev_view_set_document):
8535
8536         Release ref on the pixbuf cache when changing
8537         document.
8538
8539 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8540
8541         * ps/ps-document.c: (ps_document_get_info):
8542
8543         Fix a double free
8544
8545 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8546
8547         * backend/ev-page-cache.c: (ev_page_cache_init),
8548         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8549         * backend/ev-page-cache.h:
8550         * shell/ev-page-action.c: (page_changed_cb):
8551         
8552         Set page action entry width depending on labels width. Fix
8553         for bug 305202.
8554
8555 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * backend/ev-link.c: (ev_link_class_init):
8558
8559         Allow -1 as page value (error)
8560
8561 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8562
8563         * shell/ev-sidebar-thumbnails.c:
8564         (ev_sidebar_thumbnails_set_document):
8565         * shell/ev-view.c: (scroll_to_current_page),
8566         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8567         (page_changed_cb), (on_adjustment_value_changed),
8568         (ev_view_set_document):
8569
8570         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8571         Fix bug 305377
8572
8573 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8574
8575         * configure.ac:
8576         * djvu/djvu-document.c: (djvu_document_get_page_size):
8577
8578         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8579         bug 301993.
8580
8581 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8582
8583         * shell/ev-view.c (draw_one_page): modify the expose handling to
8584         get the shadows.
8585
8586         * shell/ev-window.c (update_action_sensitivity): Respect
8587         permissions field.  Kowtow to the man.
8588
8589         * pdf/ev-poppler.cc: Get the permissions field.
8590
8591         * tiff/*c: Make a tiny bit more robust.
8592
8593 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8594
8595         * djvu/djvu-document.c:
8596         
8597         Pop messages from djvu context message queue.
8598
8599 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8600
8601         * configure.ac, Makefile.am, shell/Makefile.am:
8602         * tiff/Makefile.am, shell/ev-document-types.c:
8603         
8604         Cleanup tiff configure checks. Fix for bug 305218.
8605
8606 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8607
8608         * configure.ac: Added "uk" to ALL_LINGUAS.
8609
8610 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8611
8612         * cut-n-paste/zoom-control/ephy-zoom.c:
8613         (ephy_zoom_get_changed_zoom_level):
8614         * cut-n-paste/zoom-control/ephy-zoom.h:
8615         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8616         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8617         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8618         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8619         (zoom_control_changed_cb), (ev_window_init):
8620         
8621         Fix minor points related to moving best fit up. Introduce
8622         "zoom" property and make zoom control change it's value on
8623         notify::zoom signals. Fix for 305080.
8624
8625 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8626
8627         * data/evince-ui.xml:
8628         * shell/ev-window.c: (set_view_actions_sensitivity):
8629         
8630         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8631
8632 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8633
8634         * configure.ac:
8635
8636         Depends on poppler 0.3.2
8637
8638 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * cut-n-paste/recent-files/egg-recent-item.c:
8641         (egg_recent_item_get_short_name):
8642         * cut-n-paste/toolbar-editor/Makefile.am:
8643         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8644         (new_pixbuf_from_widget):
8645         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8646         * cut-n-paste/toolbar-editor/egg-marshal.c:
8647         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8648         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8649
8650         Sync
8651
8652 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8653
8654         * tiff/tiff-document.c: Rough TIFF backend.
8655
8656 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * NEWS:
8659         * configure.ac:
8660         * cut-n-paste/toolbar-editor/Makefile.am:
8661
8662         Release 0.3.1
8663
8664 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8667         (ev_view_find_next), (ev_view_find_previous):
8668
8669         Remove the locks around get_n_results   
8670
8671 2005-05-21  Juerg Billeter  <j@bitron.ch>
8672
8673         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8674
8675         Pass correct number of pages to poppler.
8676
8677 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8678
8679         * configure.ac:
8680         * data/Makefile.am:
8681         * data/evince.desktop.in: 
8682         * data/evince.desktop.in.in:
8683         * po/POTFILES.in:
8684         
8685         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8686
8687 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8688
8689         * shell/ev-view.c: (view_update_adjustments),
8690         (view_set_adjustment_values): cast adjustmen->value to (int)
8691         before using it.  Otherwise, we get off by a pixel in some
8692         situations.
8693
8694         (draw_one_page): Draw the border on expose.
8695
8696 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8697
8698         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8699         adjustment when the mode changes, #304923
8700
8701 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8702
8703         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8704         flickering on resize but still use gdk_window_scroll on
8705         scrolling
8706
8707 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8708
8709         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8710         option, #170458
8711
8712 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8713
8714         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8715         second page on page_changed if possible, #304669
8716
8717 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8718
8719         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8720         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8721
8722 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8723
8724         * .cvsignore:
8725         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8726         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8727         (ev_view_zoom_for_size_presentation),
8728         (ev_view_zoom_for_size_continuous_and_dual_page),
8729         (ev_view_zoom_for_size_continuous),
8730         (ev_view_zoom_for_size_dual_page),
8731         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8732         * shell/ev-view.h:
8733         * shell/ev-window.c: (update_view_size),
8734         (ev_window_sizing_mode_changed_cb):
8735
8736         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8737         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8738         an infinite loop, #304769
8739
8740
8741 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8742
8743         * data/evince-ui.xml:
8744         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8745         * shell/ev-window.c: (set_view_actions_sensitivity):
8746
8747         Make PgUp/Down behave like Space
8748
8749 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8750
8751         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8752         * backend/ev-ps-exporter.h:
8753         * pdf/ev-poppler.cc:
8754         * ps/ps-document.c: (ps_document_ps_export_begin):
8755         * shell/ev-print-job.c: (idle_print_handler):
8756
8757         Adapt to new poppler api
8758
8759 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8760
8761         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8762         (ephy_zoom_control_init):
8763
8764         Translate zoom levels
8765
8766 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8767
8768         * cut-n-paste/zoom-control/ephy-zoom.c:
8769         (ephy_zoom_get_zoom_level_index):
8770
8771         Fix current zoom -> zoom control match
8772
8773 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8774
8775         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8776         rather than the scrolled_window that it's in. Fixes bug #304655.
8777
8778 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8779
8780         * shell/ev-view.c: (view_update_adjustments),
8781         (view_set_adjustment_values), (view_update_range_and_current_page),
8782         (view_scroll_to_page), (set_scroll_adjustment),
8783         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8784         (ev_view_scroll), (ev_view_scroll_view),
8785         (ensure_rectangle_is_visible), (find_page_at_location),
8786         (get_link_at_location), (go_to_link), (status_message_from_link),
8787         (ev_view_size_request_continuous_dual_page),
8788         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8789         (ev_view_unrealize), (ev_view_expose_event),
8790         (ev_view_button_press_event), (ev_view_motion_notify_event),
8791         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8792         (draw_rubberband), (highlight_find_results), (draw_one_page),
8793         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8794         (ev_view_init), (find_changed_cb), (page_changed_cb),
8795         (on_adjustment_value_changed), (ev_view_new),
8796         (ev_view_set_document), (ev_view_set_zoom),
8797         (ev_view_set_continuous), (ev_view_set_dual_page),
8798         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8799         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8800         (ev_view_zoom_for_size_presentation),
8801         (ev_view_zoom_for_size_continuous_dual_page),
8802         (ev_view_zoom_for_size_continuous),
8803         (ev_view_zoom_for_size_dual_page),
8804         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8805         (ev_view_get_status), (ev_view_set_status),
8806         (update_find_status_message), (ev_view_get_find_status),
8807         (ev_view_set_find_status), (jump_to_find_result),
8808         (jump_to_find_page), (compute_selections), (clear_selection),
8809         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8810         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8811         (ev_view_update_primary_selection),
8812         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8813         * shell/ev-view.h:
8814         * shell/ev-window.c: (ev_window_open_page_label),
8815         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8816         (ev_window_init):
8817         * shell/ev-window.h:
8818         * shell/main.c: (load_files):
8819
8820         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8821         when resizing.  Remove the bin_window().  Also, patch from James
8822         Bowes to fix command line page, #300641
8823         
8824 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * data/evince-ui.xml:
8827         * shell/ev-view.c:
8828         * shell/ev-view.h:
8829         * shell/ev-window.c: (update_action_sensitivity):
8830
8831         Get rid of View->Normal Size, it's just confusing
8832
8833 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8834
8835         * backend/ev-document-info.h:
8836         * backend/ev-document.c: (ev_document_info_free): Free the
8837         EvDocumentInfo.
8838
8839         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8840         (clear_range), (add_range), (update_visible_range),
8841         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8842         (ev_sidebar_thumbnails_set_document):
8843         * shell/ev-window.c: (ev_window_setup_document): Only render the
8844         visible thumbnails.  It takes an instant to render, but it uses
8845         much less memory.
8846
8847 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8848
8849         * shell/ev-sidebar-links.c: (popup_menu_cb):
8850
8851         Select first item
8852
8853 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * lib/Makefile.am:
8856         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8857         (button_press_cb), (ev_sidebar_links_construct):
8858
8859         Show the popup menu also on keybindings
8860
8861 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8862
8863         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8864         * shell/ev-window.h:
8865
8866         Expose api to print a range (with dialog). Make private _print use
8867         it.
8868
8869         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8870         (ev_sidebar_links_construct):
8871
8872         Show a print context menu on linkx, it prints the selected
8873         section.
8874
8875 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8876
8877         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8878         button.
8879
8880 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * AUTHORS:
8883
8884         Update
8885
8886         * shell/ev-window.c: (build_comments_string),
8887         (ev_window_cmd_help_about):
8888
8889         Show poppler version/backend and authors
8890
8891 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8892
8893         * cut-n-paste/zoom-control/ephy-zoom.c:
8894         (ephy_zoom_get_zoom_level_index):
8895         * cut-n-paste/zoom-control/ephy-zoom.h:
8896
8897         Move the best fit items at the top of the list
8898
8899 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8900
8901         * shell/ev-marshal.list:
8902         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8903         (activate_cb), (match_selected_cb), (activate_link_cb),
8904         (connect_proxy), (ev_page_action_class_init):
8905         * shell/ev-page-action.h:
8906
8907         Use signals to notify action activation. Hopefully
8908         I did not break completion since I cant test...
8909
8910         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8911         (register_custom_actions):
8912
8913         Connect to page selector actions and also grab focus on
8914         the view when activated.
8915
8916 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8917
8918         * pdf/ev-poppler.cc:
8919         * backend/ev-page-cache.c: make page size calculation consistent
8920         and set it to (int)( width * scale + 0.5).  This makes the weird
8921         line going through the middle of the page go away.
8922
8923         * shell/ev-view.c: move painting the background page after
8924         checking the expose area covers us.
8925
8926 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8927
8928         * data/evince-password.glade:
8929         
8930         Mark labels as not translatable. Fix for bug 302842.
8931
8932 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8933
8934         * configure.ac: Added "es" to ALL_LINGUAS.
8935
8936 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * data/evince-toolbar.xml:
8939         * shell/ev-window.c: (update_action_sensitivity),
8940         (ev_window_setup_document), (ev_window_set_page_mode),
8941         (ev_window_init):
8942
8943         Remove some leftover code from jrb first continous
8944         attempt. Use the new actions, we still need good icons
8945         though...
8946
8947 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8948
8949         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8950
8951         Update label when connecting proxy. Fix a warning with NULL
8952         page_cache.
8953
8954 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8955
8956         * data/evince-ui.xml:
8957         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8958         * shell/ev-page-action.h:
8959         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8960
8961         Add mnemonic for edit toolbar.
8962         ctrl+l focus the page entry.
8963
8964 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * lib/Makefile.am:
8967         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8968         (ev_window_init):
8969         * shell/main.c: (main):
8970
8971         Put the toolbar xml in evince own dot dir
8972
8973 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8974
8975         * shell/ev-window.c: (ev_window_init):
8976
8977         Make the toolbar not removable
8978
8979 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8980
8981         * data/evince-ui.xml:
8982         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8983         * shell/ev-sidebar-links.h:
8984         * shell/ev-sidebar-thumbnails.c:
8985         (ev_sidebar_thumbnails_get_treeview):
8986         * shell/ev-sidebar-thumbnails.h:
8987         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8988         (ev_view_class_init):
8989         * shell/ev-view.h:
8990         * shell/ev-window.c: (update_action_sensitivity),
8991         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8992         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8993         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8994         (ev_window_init):
8995
8996         This is evil... Make space/backspace global accelerators but
8997         enable them only for some widgets (sidebars and view).
8998         I dont like it, but I dont know a better way... :/
8999
9000 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9001
9002         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9003         (ev_page_action_widget_finalize),
9004         (ev_page_action_widget_class_init), (update_page_cache):
9005
9006         Keep a weak reference on proxy->page_cache so that we
9007         dont try to disconnect the signal if the object is already
9008         gone. Maybe there is a better way to cleanup reference handling
9009         in page action though...
9010
9011 2005-05-10  Juerg Billeter  <j@bitron.ch>
9012
9013         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9014         * backend/ev-ps-exporter.h:
9015         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9016         * ps/ps-document.c: (ps_document_ps_export_begin):
9017         
9018         Change api to pass print range to ps_exporter_begin. The pdf backend
9019         requires this information.
9020         
9021         * shell/ev-print-job.c: (idle_print_handler):
9022         
9023         Adapt to api change
9024
9025 2005-05-10  Juerg Billeter  <j@bitron.ch>
9026
9027         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9028         (idle_print_handler)
9029         * shell/ev-window.c: (ev_window_print):
9030
9031         Support printing page range, based on patch by Amaury Jacquot
9032
9033 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9034
9035         * data/evince-toolbar.xml:
9036
9037         Add zoom control to available items
9038
9039 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9040
9041         * shell/ev-window.c: (update_action_sensitivity):
9042
9043         Set slash action insensitive when appropriate
9044
9045 2005-05-10  Christian Persch <chpe@gnome.org>
9046
9047         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9048
9049         Fix warning on the overflow menu
9050
9051 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9052
9053         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9054
9055         Check for uri correctness/existence
9056
9057 2005-05-09  Juerg Billeter  <j@bitron.ch>
9058
9059         * shell/ev-window.c: (using_postscript_printer):
9060
9061         LPD printers use postscript, too
9062
9063 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9064
9065         * shell/ev-window.c: (register_custom_actions):
9066
9067         The zoom one is actually sort of useful,
9068         put it back
9069
9070 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9071
9072         * shell/ev-window.c: (register_custom_actions):
9073
9074         Hide page/zoom controls from overflow, they
9075         are useless.
9076
9077 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9078
9079         * cut-n-paste/update-from-egg.sh:
9080         
9081         Share it between all cut-n-paste subdirs
9082
9083         * cut-n-paste/recent-files/Makefile.am:
9084
9085         Fix to use "global" update-from-egg.sh
9086
9087         * cut-n-paste/recent-files/egg-recent-model.c:
9088         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9089         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9090         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9091         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9092
9093         Update from libegg
9094
9095         * cut-n-paste/toolbar-editor/Makefile.am:
9096
9097         Fix to use "global" update-from-egg.sh
9098
9099         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9100
9101         Update from libegg
9102
9103 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9104
9105         * configure.ac:
9106         * cut-n-paste/Makefile.am:
9107         * cut-n-paste/recent-files/Makefile.am:
9108         * cut-n-paste/toolbar-editor/.cvsignore:
9109         * cut-n-paste/toolbar-editor/Makefile.am:
9110         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9111         (egg_editable_toolbar_get_type), (get_toolbar_position),
9112         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9113         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9114         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9115         (set_item_drag_source), (create_item_from_action), (create_item),
9116         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9117         (popup_toolbar_context_menu_cb), (free_dragged_item),
9118         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9119         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9120         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9121         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9122         (item_added_cb), (item_removed_cb),
9123         (egg_editable_toolbar_construct),
9124         (egg_editable_toolbar_disconnect_model),
9125         (egg_editable_toolbar_deconstruct),
9126         (egg_editable_toolbar_set_model),
9127         (egg_editable_toolbar_set_ui_manager),
9128         (egg_editable_toolbar_set_property),
9129         (egg_editable_toolbar_get_property),
9130         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9131         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9132         (egg_editable_toolbar_new_with_model),
9133         (egg_editable_toolbar_get_edit_mode),
9134         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9135         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9136         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9137         (new_pixbuf_from_widget), (new_separator_pixbuf),
9138         (update_separator_image), (style_set_cb),
9139         (_egg_editable_toolbar_new_separator_image),
9140         (egg_editable_toolbar_get_model):
9141         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9142         * cut-n-paste/toolbar-editor/egg-marshal.c:
9143         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9144         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9145         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9146         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9147         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9148         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9149         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9150         (editor_drag_data_delete_cb), (drag_data_get_cb),
9151         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9152         (editor_create_item), (update_editor_sheet), (setup_editor),
9153         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9154         (parse_item_list), (model_has_action), (update_actions_list),
9155         (egg_toolbar_editor_load_actions):
9156         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9157         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9158         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9159         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9160         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9161         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9162         (egg_toolbars_model_add_separator), (impl_add_item),
9163         (parse_item_list), (egg_toolbars_model_add_toolbar),
9164         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9165         (impl_get_item_data), (impl_get_item_type),
9166         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9167         (egg_toolbars_model_init), (free_toolbar),
9168         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9169         (egg_toolbars_model_remove_toolbar),
9170         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9171         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9172         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9173         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9174         (egg_toolbars_model_get_item_data),
9175         (egg_toolbars_model_get_item_type):
9176         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9177         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9178         * data/Makefile.am:
9179         * data/evince-toolbar.xml:
9180         * data/evince-ui.xml:
9181         * data/hand-open.png:
9182         * po/POTFILES.in:
9183         * shell/Makefile.am:
9184         * shell/ev-window.c: (update_chrome_visibility),
9185         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9186         (ev_window_dispose), (ev_window_init):
9187
9188         Implement epiphany like toolbar editor. Based on patch by
9189         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9190
9191 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9192
9193         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9194
9195         Use set_cursor instead of set_selection, so that
9196         the keyboard focus moves too.
9197
9198 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9199
9200         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9201
9202         Fix infinite loop when loading Type1 fonts
9203
9204 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9205
9206         * data/evince-ui.xml:
9207         * shell/ev-window.c:
9208
9209         Slash -> Find
9210
9211 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9212
9213         * configure.ac:
9214
9215         Make --disable really disable
9216
9217 2005-05-07  Juerg Billeter  <j@bitron.ch>
9218
9219         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9220
9221         Compare page labels even without has_labels set, fixes setting page
9222         with entry
9223
9224 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9225
9226         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9227         (ev_view_set_cursor), (ev_view_button_press_event),
9228         (ev_view_motion_notify_event), (ev_view_button_release_event),
9229         (ev_view_init):
9230
9231         Implement middle button scrolling. Based on a patch
9232         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9233
9234 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9235
9236         * shell/ev-document-types.c: (get_slow_mime_type),
9237         (get_document_type_from_mime), (ev_document_type_lookup):
9238         * shell/ev-document-types.h:
9239
9240         Change api to lookup from uri. Do fast lookup first, if the
9241         type is unknown try with data sniffing.
9242
9243         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9244         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9245
9246         Adapt to api change
9247
9248 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * thumbnailer/Makefile.am:
9251
9252         Fix distcheck
9253
9254 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9255
9256         * NEWS:
9257         * configure.ac:
9258
9259         Release 0.3.0
9260
9261         * data/evince-ui.xml:
9262
9263         Hide presentation mode for now
9264
9265         * shell/ev-view.c: (highlight_find_results):
9266
9267         Show current find selection only on current page
9268
9269 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9270
9271         * shell/ev-view.c: (ev_view_select_all):
9272
9273         Compute size of the actual page, not of
9274         the current one.
9275
9276 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9277
9278         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9279         (view_rect_to_doc_rect), (compute_selections),
9280         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9281         (ev_view_copy), (ev_view_primary_get_cb),
9282         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9283         (ev_view_button_press_event), (ev_view_motion_notify_event),
9284         (ev_view_button_release_event), (page_changed_cb):
9285
9286         Fix text selection
9287
9288 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9289
9290         * shell/ev-view.c: (compute_border), (get_page_extents),
9291         (doc_rect_to_view_rect), (highlight_find_results),
9292         (ev_view_bin_expose), (ev_view_select_all),
9293         (ev_view_motion_notify_event), (update_find_status_message),
9294         (jump_to_find_result), (jump_to_find_page):
9295
9296         First go at fixing search, still buggy
9297
9298 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9299
9300         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9301         dropdown box and button at the top of the sidebar.
9302
9303 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9304
9305         * configure.ac: Output zoom-control Makefile.
9306         * cut-n-paste/Makefile.am: build zoom-control subdir.
9307         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9308         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9309         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9310         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9311         * cut-n-paste/zoom-control/ephy-zoom.c:
9312         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9313         from epiphany, and modified to add a separator into the menu.
9314         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9315         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9316         zoom-control action.
9317         * shell/Makefile.am: Include zoom-control flags.
9318         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9319         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9320         (ev_view_zoom_for_size_presentation),
9321         (ev_view_zoom_for_size_continuous_and_dual_page),
9322         (ev_view_zoom_for_size_continuous),
9323         (ev_view_zoom_for_size_dual_page),
9324         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9325         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9326         ev_view_get_zoom and ev_view_get_sizing_mode.
9327         * shell/ev-view.h:
9328         * shell/ev-window.c: (update_action_sensitivity),
9329         (update_sizing_buttons), (zoom_control_changed_cb),
9330         (register_custom_actions): Initialize and use the zoom-control 
9331         widget.
9332
9333 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9334
9335         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9336         preview cache back to 1.  Don't know when it got set to 0.
9337         
9338         * shell/ev-view.c: (compute_border), (ev_view_realize),
9339         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9340         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9341         (ev_view_get_fullscreen), (ev_view_set_presentation),
9342         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9343         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9344         * shell/ev-view.h:
9345         * shell/ev-window.c:
9346         (update_chrome_visibility),
9347         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9348         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9349         (update_document_mode), (ev_window_update_fullscreen_action),
9350         (ev_window_fullscreen), (ev_window_unfullscreen),
9351         (ev_window_cmd_view_fullscreen),
9352         (ev_window_update_presentation_action),
9353         (ev_window_run_presentation), (ev_window_stop_presentation),
9354         (ev_window_cmd_view_presentation), (ev_window_state_event),
9355         (ev_window_focus_in_event), (ev_window_focus_out_event),
9356         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9357         * data/evince-ui.xml: Initial presentation mode.  We should
9358         probably hide this until it's done, as it's quite rough.  Also,
9359         change full-screen to fullscreen and add two getters to EvView.
9360
9361 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9362
9363         * shell/ev-page-action.c: (update_page_cache),
9364         (ev_page_action_dispose):
9365         * shell/ev-window.c: (destroy_fullscreen_popup),
9366         (ev_window_create_fullscreen_popup):
9367
9368         Use connect_object rather than explicitly
9369         disconnect on dispose.
9370
9371 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9372
9373         * shell/ev-page-action.c: (update_page_cache),
9374         (ev_page_action_dispose):
9375
9376 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9377
9378         * backend/ev-page-cache.c: (_ev_page_cache_new),
9379         (ev_page_cache_set_page_label),
9380         (ev_page_cache_has_nonnumeric_page_labels):
9381         * backend/ev-page-cache.h:
9382         * shell/ev-page-action.c: (update_pages_label):
9383         
9384         If all page labels are numeric, fallback to default
9385         way to display number of pages. See bug 173185.
9386
9387 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9388
9389         * shell/ev-page-action.c: (ev_page_action_dispose):
9390         * shell/ev-view.c: (view_update_range_and_current_page):
9391         * shell/ev-window.c: (ev_window_dispose):
9392         
9393         Set page on scroll in continuous mode. Fixes bug 301986.
9394         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9395
9396 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9397
9398         * configure.ac:
9399
9400         Require poppler 0.3.0
9401
9402 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9403         
9404         * shell/Makefile.am, configure.ac: Fix build problems
9405         with t1lib. Bug 301996.
9406
9407 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9408
9409         * shell/ev-view.c: (ev_view_scroll_event):
9410         
9411         Scroll up increase zoom
9412
9413 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9414
9415         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9416         (ev_view_set_sizing_mode),
9417         (ev_view_zoom_for_size_continuous_and_dual_page),
9418         (ev_view_zoom_for_size_continuous):
9419         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9420         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9421         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9422         (ev_window_init):
9423
9424         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9425         Fix for 165473 and 165472.
9426
9427 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9428
9429         * po/POTFILES.in:
9430         * thumbnailer/Makefile.am:
9431         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9432         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9433         * thumbnailer/evince-thumbnailer.schemas.in:
9434         
9435         Make thumbnailer schemas translatable. Fix for bug 301773
9436         
9437         * thumbnailer/evince-thumbnailer-djvu.schemas:
9438         * thumbnailer/evince-thumbnailer-dvi.schemas:
9439         * thumbnailer/evince-thumbnailer.schemas:
9440
9441         Removed files
9442
9443 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9444
9445         * shell/ev-view.c (ev_view_init): forgot to set this.
9446
9447 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9448
9449         * shell/ev-view.c: (find_page_at_location),
9450         (get_link_at_location),
9451         (ev_view_set_show_border), (ev_view_set_spacing),
9452         (ev_view_zoom_for_size_continuous_and_dual_page),
9453         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9454         Also, add a quick fix measuring of widths.  Also, removed
9455         ev_view_set_spacing and ev_view_set_show_border.
9456         
9457         * shell/ev-window.c: (ev_window_unfullscreen),
9458         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9459
9460 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9461
9462         * shell/ev-view.c: (view_update_range_and_current_page),
9463         (page_changed_cb):
9464         
9465         Fix crash on exit and scrolling to page in continuous view.
9466
9467 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9468
9469         * TODO:
9470         * backend/ev-page-cache.c: (_ev_page_cache_new),
9471         (ev_page_cache_get_max_width_size),
9472         (ev_page_cache_get_max_height_size):
9473         * backend/ev-page-cache.h:
9474         * data/evince-ui.xml:
9475         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9476         * shell/ev-view.c: (view_update_adjustments),
9477         (view_update_range_and_current_page), (get_bounding_box_size),
9478         (ev_view_size_request_continuous_and_dual_page),
9479         (ev_view_size_request_continuous),
9480         (ev_view_size_request_dual_page),
9481         (ev_view_size_request_single_page), (ev_view_size_request),
9482         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9483         (ev_view_bin_expose), (ev_view_expose_event),
9484         (ev_view_set_property), (ev_view_get_property),
9485         (ev_view_class_init), (ev_view_init), (ev_view_new),
9486         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9487         (ev_view_set_dual_page), (ev_view_set_full_screen),
9488         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9489         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9490         (ev_view_zoom_out), (zoom_for_size_fit_width),
9491         (zoom_for_size_best_fit),
9492         (ev_view_zoom_for_size_continuous_and_dual_page),
9493         (ev_view_zoom_for_size_continuous),
9494         (ev_view_zoom_for_size_dual_page),
9495         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9496         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9497         * shell/ev-view.h:
9498         * shell/ev-window.c: (update_action_sensitivity),
9499         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9500         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9501         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9502         (ev_window_cmd_view_zoom_out), (update_view_size),
9503         (ev_window_set_sizing_mode), (ev_window_init):
9504
9505         Add Continuous and Dual page modes.
9506
9507 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9508
9509         * dvi/dvi-document.c: (dvi_document_load),
9510         (dvi_document_thumbnails_get_thumbnail),
9511         (dvi_document_init_params): Fix up some mixups between
9512         width and height to correct thumbnail rendering.
9513
9514 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9515
9516         * dvi/mdvi-lib/private.h:
9517         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9518         
9519         Suppess output for kpathsea during font generation. Thanks to
9520         James Bowes
9521
9522 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9523
9524         * NEWS:
9525         * configure.ac:
9526
9527         Release 0.2.1
9528
9529         * Makefile.am: fix distcheck.
9530
9531 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9532
9533         * shell/ev-sidebar-links.c: (selection_changed_callback),
9534         (update_page_callback), (row_activated_callback),
9535         (job_finished_callback), (ev_sidebar_links_set_document):
9536         
9537         Fix for bug #169901. Double click on links expands tree.
9538
9539 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9540
9541         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9542         hard-coded style. Fix for bug 170111
9543
9544 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9545
9546         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9547         locking.
9548
9549 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9550
9551         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9552
9553 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9554
9555         * pdf/ev-poppler.cc:
9556         * shell/ev-view.c: (highlight_find_results):
9557
9558         Fix find on single page documents
9559
9560 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9561
9562         * data/evince.schemas.in: fix for bug 301390
9563
9564 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9565
9566         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9567         (ev_view_zoom_out), (ev_view_zoom_normal):
9568         * shell/ev-view.h:
9569         * shell/ev-window.c: (update_action_sensitivity),
9570         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9571         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9572         (ev_window_cmd_view_normal_size):
9573
9574         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9575         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9576         better than oom. 
9577
9578 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9579
9580         * configure.ac:
9581
9582         Depend on 2.57, 2.59 doesnt seem to be necessary
9583
9584 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9585
9586         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9587         (create_tool_item):
9588
9589         Put back total number of pages as (1 of 1234)
9590
9591 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9592
9593         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9594         remove the job.
9595
9596         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9597         function.  This helps debugging.
9598
9599 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9600
9601         * djvu/djvu-document.c: (djvu_document_class_init),
9602         (djvu_document_get_info), (djvu_document_document_iface_init):
9603         * dvi/dvi-document.c: (dvi_document_class_init),
9604         (dvi_document_get_info), (dvi_document_document_iface_init):
9605
9606         Dummy implementation of get_info method for dvi and
9607         djvu. Fix crashes with those backends
9608
9609 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9610
9611         * data/evince.desktop.in:
9612
9613         Add application/x-gzpostscript
9614
9615 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9616
9617         * data/evince.schemas.in: Added real long descriptions, 
9618         closes bug 172496 
9619
9620         * README: Added actual text, closes bug 171869
9621
9622 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9623
9624         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9625
9626         Thumbnail page 0
9627
9628 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9629
9630         * backend/ev-document-info.h:
9631
9632         s/GDate */GDate so we can just use g_free
9633
9634 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9635
9636         * shell/ev-window.c: (update_document_mode),
9637         (ev_window_setup_document):
9638
9639         Show the window in fullscreen when specified by
9640         the document
9641
9642 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9643
9644         * backend/ev-document.c: (ev_document_class_init),
9645         (ev_document_get_info), (ev_document_render_pixbuf):
9646         * backend/ev-document.h:
9647         * backend/ev-page-cache.c: (_ev_page_cache_new):
9648         * pdf/ev-poppler.cc:
9649         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9650         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9651         * ps/ps-document.c: (ps_document_class_init), (document_load),
9652         (ps_document_get_info), (ps_document_document_iface_init):
9653
9654         Remove get_title from the interface, we can just use document info
9655
9656 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9657
9658         * backend/Makefile.am:
9659         * backend/ev-document.c: (ev_document_render_get_info):
9660         * backend/ev-document.h:
9661         * pdf/ev-poppler.cc:
9662
9663         Initial support for document info. Based on jrb patch.
9664
9665 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9666
9667         * shell/ev-window.c: (ev_window_state_event),
9668         (ev_window_class_init), (ev_window_init):
9669         
9670         Doesn't show resize grip when maximized. See bug #301053
9671
9672 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9673
9674         * po/POTFILES.in:
9675         
9676         ev-sidebar-thumbnails now has translatable labels
9677         
9678         * shell/Makefile.am:
9679         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9680         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9681         (ev_sidebar_links_page_iface_init):
9682         * shell/ev-sidebar-links.h:
9683         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9684         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9685         (ev_sidebar_page_get_label):
9686         * shell/ev-sidebar-page.h:
9687         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9688         (ev_sidebar_thumbnails_set_document),
9689         (ev_sidebar_thumbnails_support_document),
9690         (ev_sidebar_thumbnails_get_label),
9691         (ev_sidebar_thumbnails_page_iface_init):
9692         * shell/ev-sidebar-thumbnails.h:
9693         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9694         (ev_sidebar_set_document):
9695         * shell/ev-sidebar.h:
9696         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9697         
9698         Small rework of sidebar code. Now sidebar pages should implement
9699         EvSidebarPage interface. That makes page management in EvSidebar
9700         easier. See bug #164811 for details
9701
9702 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9703
9704         * shell/ev-application.c: (ev_application_open):
9705         * shell/ev-document-types.c:
9706         
9707         Fix build error and small problem with application exit
9708
9709 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9710
9711         * thumbnailer/Makefile.am:
9712         * thumbnailer/evince-thumbnailer-djvu.schemas:
9713         * thumbnailer/evince-thumbnailer-dvi.schemas:
9714         
9715         Conditionally install schemas for djvu/dvi thumbnailer
9716
9717 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9718
9719         * shell/ev-document-types.h: 
9720         * shell/ev-document-types.c: 
9721         New files, handling the mapping from mimetypes to backends
9722         
9723         * shell/ev-window.c: 
9724         * thumbnailer/evince-thumbnailer.c:     
9725         Use the ev-document-types code
9726         
9727         * shell/Makefile.am: 
9728         Added new convenience library libevbackendfactory_la, containing
9729         the new mimetype->backend logic; moved the backends into it.
9730
9731         * thumbnailer/Makefile.am:
9732         Make the thumbnailer link with the libevbackend.la convenience
9733         library, rather than having a duplicate of the backend logic here.
9734
9735 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9736
9737         * shell/ev-stock-icons.c: constify some vars.
9738         * shell/ev-window.c: ditto.
9739
9740 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9741
9742         * ps/ps-document.c (get_page_orientation):
9743
9744         Respect document orientation 
9745
9746 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9747
9748         * djvu/Makefile.am:
9749         * dvi/Makefile.am:
9750         * shell/Makefile.am:
9751         
9752         Move library dependencies to components.
9753         
9754         * shell/ev-window.c: (update_window_title),
9755         (start_loading_document):
9756         
9757         Fix display of uris with spaces. Bug 168358.
9758
9759 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9760
9761         * shell/ev-sidebar-links.c: (selection_changed_cb):
9762         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9763         (ev_view_button_release_event), (ev_view_set_document):
9764         * shell/ev-view.h:
9765         * shell/ev-window.c: (find_bar_search_changed_cb):
9766         * shell/ev-window.h: Minor cleanups removing some dead code.
9767
9768 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9769
9770         * backend/ev-page-cache.c: (_ev_page_cache_new):
9771         
9772         Set current page to 0 if document has pages.
9773
9774 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9775
9776         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9777
9778         Initialize GError to NULL, fix a crash when loading fails.
9779
9780 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9781
9782         * shell/ev-window.c: (update_view_size):
9783
9784         Calculate shadow size only when there is actually
9785         a shadow.
9786
9787 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9788
9789         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9790         * shell/ev-view.h:
9791
9792         Allow setting view spacing, default to 0
9793
9794         * shell/ev-window.c: (ev_window_unfullscreen),
9795         (ev_window_cmd_view_fullscreen), (ev_window_init):
9796
9797         Remove spacing in fullscreen mode
9798
9799 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9800
9801         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9802         (ev_view_size_request), (expose_bin_window),
9803         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9804         * shell/ev-view.h:
9805         * shell/ev-window.c: (ev_window_unfullscreen),
9806         (ev_window_cmd_view_fullscreen):
9807
9808         Do not draw the border in fulscreen
9809
9810 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9813         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9814         (find_page_at_location), (page_changed_cb):
9815
9816         Rework border calculation, so that I can more easily disable it.
9817         Code somewhat cleaner too.
9818
9819 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9820
9821         * backend/ev-page-cache.c: (ev_page_cache_init),
9822         (_ev_page_cache_new):
9823
9824         Remove some assertions, documents can have 0 pages.
9825         Make initial current page -1.
9826
9827         * shell/ev-page-action.c: (page_changed_cb):
9828
9829         Show "" if current page is -1
9830
9831         * shell/ev-window.c: (update_action_sensitivity),
9832         (ev_window_setup_document):
9833
9834         When document has 0 pages do not set the view
9835         and make nearly everything insensitive.
9836
9837 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9838
9839         * shell/ev-page-view.c:
9840         * shell/ev-page-view.h:
9841
9842         Remove unused files.
9843         
9844         * shell/ev-sidebar-thumbnails.c:
9845         (ev_sidebar_thumbnails_set_document):
9846         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9847         (ev_sidebar_supports_document):
9848         * shell/ev-sidebar.h:
9849         * shell/ev-window.c: (ev_window_setup_document):
9850         
9851         Doesn't show thumbnails if document has 1 page. Make
9852         sidebar menu entries sensitive only if if they have 
9853         sense. Fix bug 164811. 
9854
9855 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9856
9857         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9858         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9859         (ev_view_zoom_out), (ev_view_set_size):
9860
9861         Rework sizing to deal with documents with not uniform page
9862         size.
9863
9864 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9865
9866         * backend/ev-page-cache.c: (_ev_page_cache_new):
9867
9868         Fix several page size caching bugs
9869
9870 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9871
9872         * shell/ev-window.c: (set_action_properties):
9873
9874         Make all toolbar items translatable
9875
9876 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9877
9878         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9879         (save_page_list), (ps_document_save),
9880         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9881         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9882         (ps_document_ps_exporter_iface_init):
9883         * ps/ps-document.h:
9884
9885         Based on a patch by J�rg Billeter <j@bitron.ch>
9886         
9887         Implement print and save a copy for the ps backend.
9888
9889 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9890
9891         * backend/ev-document.h:
9892         * djvu/djvu-document.c: (djvu_document_can_get_text),
9893         (djvu_document_document_iface_init):
9894         * dvi/dvi-document.c: (dvi_document_can_get_text),
9895         (dvi_document_document_iface_init):
9896         * pdf/ev-poppler.cc:
9897         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9898         (pixbuf_document_document_iface_init):
9899         * ps/ps-document.c: (ps_document_can_get_text),
9900         (ps_document_document_iface_init):
9901         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9902         * shell/ev-window.c: (update_action_sensitivity):
9903
9904         Fix the crash when trying to copy in backends that doesnt
9905         support it. We can implement a better solution once we
9906         do real text selection.
9907
9908 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9909
9910         * data/evince-ui.xml:
9911         * shell/ev-window.c: (ev_window_cmd_escape):
9912         
9913         Work around the Escape conflict (find bar and unfullscreen)
9914
9915 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9916
9917         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9918         
9919         Fix for #300233. Next page correctly handles document end.
9920         
9921         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9922         (ev_sidebar_thumbnails_class_init),
9923         (ev_sidebar_thumbnails_set_document),
9924         (ev_sidebar_thumbnails_clear_job),
9925         (ev_sidebar_thumbnails_clear_model):
9926         
9927         Cleanup thumbnail jobs on document changes.
9928         
9929         * shell/ev-view.c: (add_scroll_binding_keypad),
9930         (add_scroll_binding_shifted), (ev_view_class_init):
9931         
9932         Shift + Space scrolls up. Fix for #173184
9933         
9934         * shell/ev-window.c: (ev_window_open_page),
9935         (ev_window_cmd_view_reload):
9936         
9937         Fix reload (Bug #300094)
9938
9939 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9940
9941         
9942         * dvi/mdvi-lib/assoc.c:
9943         * dvi/mdvi-lib/assoc.h: Removed garbage files
9944         
9945         * dvi/mdvi-lib/bitmap.c:
9946         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9947         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9948         * dvi/mdvi-lib/color.h: Antialias of rules
9949         
9950         * dvi/mdvi-lib/common.h:
9951         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9952         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9953         * dvi/mdvi-lib/files.c:
9954         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9955         * dvi/mdvi-lib/mdvi.h:
9956         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9957         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9958         * dvi/mdvi-lib/util.c: Fix compile warnings
9959         
9960         * dvi/dvi-document.c:
9961         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9962         (dvi_document_thumbnails_get_thumbnail),
9963         (dvi_document_document_thumbnails_iface_init):
9964         * dvi/mdvi-lib/Makefile.am:
9965         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9966         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9967         
9968         Dvi backend now renders thumbnails
9969
9970 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9971
9972         * shell/main.c: (main): 
9973         
9974         Save accelerators on exit. Fixes bug #172095.
9975
9976 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9977
9978         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9979         update priority" comment.
9980
9981         * backend/ev-job-queue.c: Give a way to change priority.
9982
9983 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9984
9985         * shell/ev-page-action.c: Fix logic.
9986
9987 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9988
9989         * shell/ev-view.c: (ev_view_can_find_next):
9990         * shell/ev-window.c: (ev_window_setup_document):
9991
9992         Check that the document supports find
9993
9994 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9995
9996         * data/evince-ui.xml:
9997         * shell/ev-view.c: (ev_view_can_find_next):
9998         * shell/ev-view.h:
9999         * shell/ev-window.c: (update_action_sensitivity),
10000         (find_changed_cb), (ev_window_setup_document),
10001         (ev_window_cmd_edit_find_next):
10002
10003         Add Edit->Find Next
10004
10005 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10006
10007         * pdf/ev-poppler.cc:
10008         * shell/ev-print-job.c: (idle_print_handler):
10009
10010         Make printing work again
10011
10012 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10013
10014         * shell/ev-page-action.h:
10015         * shell/ev-page-action.c: (ev_page_action_widget_init),
10016         (ev_page_action_widget_class_init), (page_changed_cb),
10017         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10018         (get_filter_model_from_model), (match_selected_cb),
10019         (display_completion_text), (match_completion), (update_model),
10020         (connect_proxy), (ev_page_action_set_property),
10021         (ev_page_action_get_property), (ev_page_action_set_document),
10022         (ev_page_action_set_model), (ev_page_action_class_init): Big
10023         reworking to make completions work iff we have >= GTK-2.7.0
10024                 
10025         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10026         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10027         (job_finished_cb): We now have a 'model' property that is set when
10028         the links are loaded.  This can be caught with "notify::model"
10029
10030         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10031         listen for the model to be set, and propagate it to the action.
10032
10033 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10034
10035         * cut-n-paste/recent-files/egg-recent-item.c:
10036         (egg_recent_item_set_uri), (make_valid_utf8),
10037         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10038         * cut-n-paste/recent-files/egg-recent-item.h:
10039         
10040         Update egg-recent from libegg. This should fix long
10041         startup problem. For details see
10042         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10043
10044 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10045
10046         * cut-n-paste/recent-files/Makefile.am:
10047         * data/evince-ui.xml, shell/Makefile.am:
10048         * shell/ev-application.c, shell/ev-application.h:
10049         * shell/ev-window.c: Recent files support.
10050         
10051         * configure.ac: Added "ru" to ALL_LINGUAS.
10052         
10053         * dvju: new backend to support DJVU files.
10054         * dvi: new backend to support DVI.
10055
10056         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10057         * ev-application.c: Support for new backends.
10058         
10059         * help, ev-window.c, main.c shell/Makefile.am: 
10060         Evince user documentation.
10061
10062 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10063
10064         * po/POTFILES.in:
10065         * shell/ev-window.c:
10066         * thumbnailer/evince-thumbnailer.c:
10067
10068         s/pdf-document/ev-poppler
10069
10070 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10071
10072         * NEWS:
10073         * configure.ac:
10074
10075         Release 0.2.0
10076
10077         * ps/ps-document.c: (setup_pixmap):
10078
10079         Remove debug code
10080
10081 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10082
10083         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10084         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10085         (ev_window_cmd_go_first_page): Fix of by one errors.
10086
10087 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10088
10089         * ps/ps-document.c: (get_page_box):
10090
10091         Fix page size calculation
10092
10093 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10094
10095         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10096         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10097         (get_page_orientation), (setup_page), (document_load),
10098         (ps_document_get_page_size), (render_pixbuf_idle):
10099         * ps/ps-document.h:
10100
10101         More refactoring to adapt to EvDocument changes
10102
10103 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10104
10105         * ps/ps-document.c: (start_interpreter):
10106
10107         Actually add alpha args
10108
10109 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * pdf/ev-poppler.cc:
10112
10113         Make clipboard work again
10114
10115 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10116
10117         Make searching work again.
10118         
10119         * backend/ev-document.c:
10120         * backend/ev-document.h:
10121         * backend/ev-document-find.c:
10122         * backend/ev-document-find.h: Change EvDocumentIface so we no
10123         longer store the current page or zoom level in the document.  The
10124         consequence is that all calls that operate on the current page now
10125         instead take the page number as an extra argument, and all
10126         coordinates are now doubles in document coordinate system.
10127
10128         * pdf/ev-poppler.cc:
10129         * pixbuf/pixbuf-document.c:
10130         * ps/ps-document.c: Update backends accordingly.
10131
10132 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10133
10134         * autogen.sh:
10135
10136         Add required gettext version
10137
10138 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10139
10140         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10141         make F1 bring up non-existent help.
10142
10143         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10144         epiphany's find bar, #167477
10145
10146         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10147         <emil@nishra.com> to add space-bar scrolling, 
10148
10149         * shell/ev-window.c (static GtkActionEntry entries): add default
10150         keybinding for Help (F1)
10151         Fixes #171068
10152
10153         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10154         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10155         170110
10156
10157 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10158
10159         * Makefile.am: 
10160         * pixbuf/pixbuf-document.c: 
10161
10162         Got pixbuf backend working again
10163
10164 2005-04-01  Steve Murphy  <murf@e-tools.com>
10165
10166         * configure.in: Added "rw" to ALL_LINGUAS.
10167
10168 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10169
10170         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10171         model types, noticed by Martin Kretzschmar.
10172
10173 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10174
10175         * pdf/ev-poppler.cc: Implement search based on
10176         poppler_page_find_text().  Currently a bit crude since we remember
10177         all matches from all pages.  Also, we grab the big document lock
10178         when we search since searching changes the underlying stream and
10179         thus conflicts with the rendering thread.
10180         
10181         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10182         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10183         (ev_view_find_previous): Fix some page indexes to be 0 based,
10184         offset rubber band by view offset,
10185
10186 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10187
10188         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10189
10190 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10191
10192         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10193         completely because I didn't understand GtkActions.  I should
10194         read Marco's code more carefully in the future.
10195
10196         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10197         function
10198
10199 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10200
10201         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10202         PopplerRectangle change from poppler CVS.
10203
10204 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10205
10206         * backend/ev-document.c: (ev_document_get_page_label):
10207         * backend/ev-document.h:
10208         * backend/ev-page-cache.c: (_ev_page_cache_new),
10209         (ev_page_cache_get_page_label):
10210         * backend/ev-page-cache.h:
10211         * pdf/ev-poppler.cc:
10212         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10213         (links_page_num_func):
10214         * shell/ev-sidebar-thumbnails.c:
10215         (ev_sidebar_thumbnails_set_document):
10216         * shell/ev-view.c: (status_message_from_link),
10217         (ev_view_motion_notify_event):
10218         * shell/ev-window.c: (document_supports_sidebar): Add in page
10219         label support.  It's not perfect yet, but it's the first 'feature'
10220         in a while.
10221         Also, fix a bogus comment noticed by crispin. 
10222
10223 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10224
10225         * Makefile.am: Remove pixbuf backend for now
10226
10227         * configure.ac: Require poppler-glib instead of just poppler.
10228
10229         * backend/ev-document-thumbnails.h: Add a comment
10230
10231         * backend/ev-document.h:
10232         * backend/ev-document.c: (ev_document_class_init),
10233         (ev_document_load), (ev_document_get_link),
10234         (ev_document_get_links): Remove 3 methods and add get_links.
10235         Also, made 0 based.
10236
10237         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10238         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10239
10240         * backend/ev-link.c: (ev_link_set_title),
10241         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10242         (ev_link_mapping_find):
10243         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10244         
10245         * backend/ev-page-cache.c: (ev_page_cache_init),
10246         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10247         (ev_page_cache_get_size), (ev_page_cache_next_page),
10248         (ev_page_cache_prev_page): Fix to be 0 based.
10249
10250         * pdf/Makefile.am: 
10251         * pdf/ev-poppler.h:
10252         * pdf/ev-poppler.cc: New backend.
10253         
10254         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10255         (ps_document_get_page), (ps_document_document_iface_init):
10256
10257         * shell/ev-pixbuf-cache.h:
10258         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10259         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10260         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10261         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10262         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10263         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10264         based.
10265         
10266         * shell/ev-sidebar-thumbnails.c:
10267         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10268         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10269
10270         * shell/ev-view.c: (status_message_from_link),
10271         (find_page_at_location), (get_link_at_location),
10272         (ev_view_motion_notify_event), (ev_view_button_release_event),
10273         (ev_view_init): Use the new link code.  Fix to be 0 based.
10274
10275         * shell/ev-window.c: (update_action_sensitivity),
10276         (document_supports_sidebar): 0 based.
10277
10278 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10279
10280         * pdf/pdf-document.cc: Patch from Fernando Herrera
10281         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10282         *blush*
10283
10284 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10285
10286         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10287         1 to the page, as this seems to be 1 based.  I thought we has this
10288         fixed.  grump.
10289
10290 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10291
10292         * TODO:
10293         * backend/Makefile.am:
10294         * backend/ev-document-links.c:
10295         (ev_document_links_has_document_links),
10296         (ev_document_links_get_links_model):
10297         * backend/ev-document-links.h:
10298         * backend/ev-document.c: (ev_document_get_page_cache),
10299         (ev_document_get_doc_mutex), (ev_document_load),
10300         (ev_document_save), (ev_document_get_title),
10301         (ev_document_get_n_pages), (ev_document_set_page),
10302         (ev_document_get_page), (ev_document_set_target),
10303         (ev_document_set_scale), (ev_document_set_page_offset),
10304         (ev_document_get_page_size), (ev_document_get_text),
10305         (ev_document_get_link), (ev_document_render),
10306         (ev_document_render_pixbuf), (ev_document_scale_changed):
10307         * backend/ev-document.h:
10308         * backend/ev-job-queue.c: (remove_object_from_queue),
10309         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10310         (no_jobs_available_unlocked), (ev_render_thread),
10311         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10312         (ev_job_queue_remove_job):
10313         * backend/ev-job-queue.h:
10314         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10315         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10316         (ev_job_links_class_init), (ev_job_render_init),
10317         (ev_job_render_dispose), (ev_job_render_class_init),
10318         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10319         (ev_job_thumbnail_class_init), (ev_job_finished),
10320         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10321         (ev_job_render_run), (ev_job_thumbnail_new),
10322         (ev_job_thumbnail_run):
10323         * backend/ev-jobs.h:
10324         * backend/ev-link.c:
10325         * backend/ev-link.h:
10326         * backend/ev-page-cache.c: (ev_page_cache_init),
10327         (ev_page_cache_class_init), (ev_page_cache_finalize),
10328         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10329         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10330         (ev_page_cache_set_link), (ev_page_cache_get_title),
10331         (ev_page_cache_get_size), (ev_page_cache_next_page),
10332         (ev_page_cache_prev_page):
10333         * backend/ev-page-cache.h:
10334         * pdf/pdf-document.cc:
10335         * ps/gsdefaults.c:
10336         * ps/gsdefaults.h:
10337         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10338         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10339         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10340         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10341         (is_interpreter_ready), (output), (catchPipe), (input),
10342         (start_interpreter), (check_filecompressed), (compute_dimensions),
10343         (ps_document_enable_interpreter), (document_load),
10344         (ps_document_next_page), (render_page), (ps_document_set_page),
10345         (ps_document_set_scale), (render_pixbuf_idle),
10346         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10347         * ps/ps-document.h:
10348         * shell/Makefile.am:
10349         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10350         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10351         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10352         (ev_pixbuf_cache_new), (job_finished_cb),
10353         (check_job_size_and_unref), (move_one_job),
10354         (ev_pixbuf_cache_update_range), (find_job_cache),
10355         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10356         (ev_pixbuf_cache_add_jobs_if_needed),
10357         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10358         * shell/ev-pixbuf-cache.h:
10359         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10360         (idle_print_handler):
10361         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10362         (selection_changed_cb), (create_loading_model),
10363         (ev_sidebar_links_construct), (links_page_num_func),
10364         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10365         (update_page_callback), (job_finished_cb),
10366         (ev_sidebar_links_set_document):
10367         * shell/ev-sidebar-thumbnails.c:
10368         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10369         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10370         (page_changed_cb), (thumbnail_job_completed_callback),
10371         (ev_sidebar_thumbnails_set_document):
10372         * shell/ev-sidebar-thumbnails.h:
10373         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10374         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10375         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10376         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10377         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10378         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10379         (ev_view_button_release_event), (ev_view_scroll_view),
10380         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10381         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10382         (ev_view_new), (job_finished_cb), (page_changed_cb),
10383         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10384         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10385         (ev_view_find_previous):
10386         * shell/ev-view.h:
10387         * shell/ev-window.c: (update_action_sensitivity),
10388         (ev_window_open_page), (update_window_title), (update_total_pages),
10389         (page_changed_cb), (ev_window_setup_document),
10390         (password_dialog_response), (ev_window_cmd_save_as),
10391         (ev_window_print), (ev_window_cmd_go_previous_page),
10392         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10393         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10394         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10395         * shell/main.c: (main):
10396
10397         Merge evince-threads branch
10398
10399 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10400
10401         * configure.ac: Added "lt" to ALL_LINGUAS.
10402
10403 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10404
10405         * NEWS:
10406         * configure.ac:
10407
10408         Release 0.1.9
10409
10410 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10411
10412         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10413
10414         Fix here also the thumbnails 1-basedness :)
10415
10416 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10417
10418         * NEWS:
10419         * configure.ac:
10420
10421         Release 0.1.8
10422
10423 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10424
10425         * pdf/pdf-document.cc:
10426         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10427         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10428
10429         Fix the mess we did with thumbnails and 1-basedness
10430
10431 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10432
10433         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10434
10435 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10436
10437         * NEWS:
10438         * configure.ac:
10439
10440         Release 0.1.7
10441
10442 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10443
10444         * ps/Makefile.am:
10445         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10446         (gtk_gs_defaults_get_alpha_parameters),
10447         (gtk_gs_defaults_get_ungzip_cmd),
10448         (gtk_gs_defaults_get_unbzip2_cmd):
10449         * ps/gsdefaults.h:
10450         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10451         (ps_document_get_orientation), (document_load),
10452         (ps_document_goto_page), (ps_document_set_page_size):
10453         * ps/ps-document.h:
10454
10455         Some more sanitization of the ps backend. Remove a lot
10456         of unused code and do not base our defaults on ggv
10457         preferences (ugh!)
10458
10459 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10460
10461         * thumbnailer/evince-thumbnailer.schemas:
10462         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10463         (main): add -s option for thumbnail size.
10464
10465 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10466
10467         * configure.ac:
10468
10469         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10470         remove it.
10471
10472 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10473
10474         * pdf/pdf-document.cc:
10475
10476         Remove 4 pixels of useless border from the
10477         thumbnail.
10478
10479 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * backend/ev-document-thumbnails.c:
10482         (ev_document_thumbnails_get_thumbnail):
10483         * backend/ev-document-thumbnails.h:
10484
10485         Rework API a bit. Add a border flag and
10486         change sizing logic (now the size we specify
10487         applies to the bigger dimension).
10488
10489         * pdf/pdf-document.cc:
10490         * pixbuf/pixbuf-document.c:
10491         (pixbuf_document_thumbnails_get_thumbnail):
10492         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10493         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10494
10495         Adapt to the new API and do not draw a border for nautilus
10496         thumbnailer.
10497
10498 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10499
10500         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10501         take thumbnails from page "0" instead of "1". Added a copyright header.
10502
10503 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10504
10505         * ps/ps-document.c: (set_up_page), (start_interpreter):
10506
10507         Make it C89 compliant
10508
10509 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10510
10511         * Makefile.am:
10512         * configure.ac:
10513         * pdf/.cvsignore:
10514         * pdf/pdf-document.cc:
10515         * thumbnailer/Makefile.am:
10516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10517         (main):
10518         * thumbnailer/evince-thumbnailer.schemas:
10519         * thumbnailer/pdf-icon.png:
10520
10521         Add a nautilus thumbnailer.
10522         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10523
10524 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10525
10526         * NEWS:
10527         * configure.ac:
10528         * po/POTFILES.in:
10529
10530         Release 0.1.6
10531
10532 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10533
10534         Use poppler instead of including xpdf source code.  Poppler is a
10535         fork of xpdf to build it as a shared library. See
10536         http://freedesktop.org/wiki/Software/poppler.
10537
10538         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10539         xpdf fork.
10540         
10541         * pdf/Makefile.am: Build libpdfdocument.a here.
10542         
10543         * pdf/GDKSplashOutputDev.cc:
10544         * pdf/GDKSplashOutputDev.h:
10545         * pdf/GnomeVFSStream.cc:
10546         * pdf/GnomeVFSStream.h:
10547         * pdf-document.cc:
10548         * pdf-document.h:
10549         * test-gdk-output-dev.cc
10550         * Thumb.cc:
10551         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10552         against poppler.
10553
10554 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10555
10556         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10557
10558         Clear idle stack before unsetting the document
10559
10560 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10561
10562         * ps/ps-document.c: (ps_document_widget_event),
10563         (ps_document_set_target), (ps_document_finalize),
10564         (ps_document_get_page):
10565
10566         Disconnect the widget event signal on finalize.
10567         Some code cleanups.
10568
10569 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10570
10571         * ps/ps-document.c: (set_up_page):
10572
10573         If there is no bpixmap create one, even if size
10574         is not changed.
10575
10576 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10577
10578         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10579         (set_up_page), (document_load), (ps_document_set_zoom):
10580
10581         Default page is 0. Calculate size even when we have no
10582         target yet.
10583
10584 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10585
10586         * shell/ev-sidebar.c: expand the selection widget to be always as
10587         wide as the sidebar
10588
10589 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10590
10591         * shell/ev-sidebar-thumbnails.c:
10592         (ev_sidebar_thumbnails_set_document):
10593
10594         Clear the list store when setting document
10595
10596 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10597
10598         * shell/ev-page-action.c: (update_entry), (sync_entry),
10599         (activate_cb), (entry_size_request_cb), (create_tool_item),
10600         (connect_proxy):
10601
10602         Use an entry for the page control instead of spinbuttons
10603
10604 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10605
10606         * data/evince.schemas.in:
10607
10608         Correct confusing string
10609
10610 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10611
10612         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10613         for real.  Gosh, how long has this been broken.
10614
10615         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10616         check for a NULL link.  We crash otherwise.
10617
10618 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10619
10620         * NEWS:
10621         * configure.ac:
10622
10623         Release 0.1.5
10624
10625 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10626
10627         * configure.ac: add the french translation.
10628
10629 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10630
10631         * shell/ev-window.c:
10632
10633         Remove unused header -> fix distcheck
10634
10635 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10636
10637         * shell/ev-window.c: (update_window_title),
10638         (ev_window_popup_password_dialog):
10639
10640         Unescape filename for display
10641
10642 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10643
10644         * pdf/xpdf/pdf-document.cc:
10645
10646         In get_page_size deal with rotation. Also
10647         cleanup the function a bit.
10648
10649 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10650
10651         * pdf/xpdf/pdf-document.cc:
10652
10653         Fix crash when opening in new window
10654
10655 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * configure.ac:
10658
10659         Check ghostscript >= 7
10660
10661 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10662
10663         * shell/ev-window.c:
10664
10665         Make page width the default sizing mode
10666
10667 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10668         Marco Pesenti Gritti <marco@gnome.org>
10669
10670         * shell/ev-window.c: Remember the sidebar size
10671
10672         * data/evince.schemas.in: Add a new gconf key to store the size of
10673         the sidebar
10674
10675 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10676
10677         * data/evince-ui.xml:
10678         * shell/ev-window.c: (update_action_sensitivity),
10679         (ev_window_cmd_view_reload):
10680         
10681         Add a "Reload" action and menu entry
10682
10683 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10684
10685         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10686         iff the type doesn't support thumbnailing and indexing.
10687
10688 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10689
10690         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10691
10692 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10693
10694         * pdf/splash/Splash.cc:
10695
10696         Port fix for a crasher from kde bug
10697         http://bugs.kde.org/show_bug.cgi?id=97131
10698
10699 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10700
10701         * pdf/xpdf/pdf-document.cc:
10702
10703         Return a link even if it's of an unrecognized
10704         type. Otherwise we go in an infinte cycle.
10705
10706 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10707
10708         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10709         (size_allocate_cb), (ev_window_set_sizing_mode):
10710
10711         Update size when switching mode
10712
10713 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10714
10715         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10716         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10717         (ev_window_cmd_view_normal_size):
10718
10719         Fix size toggle buttons behavior
10720
10721 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10722
10723         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10724         (doc_rect_to_view_rect), (ev_view_size_allocate),
10725         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10726         (scale_changed_callback):
10727
10728         Do not cache offsets in size_allocate.
10729
10730 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10731
10732         * shell/ev-view.c: (ev_view_size_allocate):
10733
10734         Calculate offsets before calling the parent
10735         class (which does a redraw)
10736
10737 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10738
10739         * pdf/xpdf/pdf-document.cc:
10740
10741         Fix a crasher on exit. Unused code, put a TODO
10742
10743 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10744
10745         * backend/ev-document.c: (ev_document_class_init),
10746         (ev_document_page_changed), (ev_document_scale_changed):
10747         * backend/ev-document.h:
10748
10749         Separate page/scale notifications
10750
10751         * pdf/xpdf/pdf-document.cc:
10752
10753         Emit the new signals.
10754         Do not display the pdf page in _render, do it
10755         when scale/page are requested.
10756
10757         * ps/ps-document.c: (ps_document_set_zoom),
10758         (ps_document_widget_event):
10759         * ps/ps-document.h:
10760
10761         Emit the new signals.
10762
10763         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10764         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10765         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10766         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10767         * shell/ev-view.h:
10768         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10769         (ev_window_cmd_view_page_width), (size_allocate_cb),
10770         (ev_window_set_sizing_mode):
10771
10772         Rework sizing to be pixel based.
10773         There are bugs but should be already way better.
10774
10775 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10776
10777         * shell/ev-window.c: (ev_window_init):
10778
10779         Do not allow to shrink sidebar smaller then
10780         child requisition
10781
10782 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10783
10784         * shell/ev-sidebar.[ch]
10785         * shell/ev-window.c:
10786
10787         Improved sidebar widget. Fixes #166683
10788
10789 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10790
10791         * shell/ev-view.c (update_find_status_message): Give translators
10792         more flexibility with ngettext plural handling.
10793
10794 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10795
10796         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10797         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10798         page when we get the page size.
10799
10800 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10801
10802         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10803
10804         ps pages are 0 based, convert 
10805
10806 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10807
10808         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10809
10810         Initialize correct parent class. Set GError on document load
10811
10812 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10813
10814         * pdf/xpdf/pdf-document.cc:
10815
10816         Fixup selection offset calculation
10817
10818         * shell/ev-view.c: (view_rect_to_doc_rect),
10819         (doc_rect_to_view_rect), (ev_view_size_allocate),
10820         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10821         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10822
10823         Store selection as document relative, so that zooming
10824         and offset changing doesnt break it.
10825
10826 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10827
10828         * shell/ev-view.c: (ev_view_best_fit):
10829
10830         Do not try to best fit if the view is not realized
10831
10832 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10833           
10834         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10835
10836 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10837
10838         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10839
10840 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10841
10842         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10843         the popup window.  That prevents it resizing when in full screen
10844         mode.
10845
10846         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10847         multiple rerenders.  This pretty much sucks.
10848
10849         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10850         rest of the toolbar.
10851
10852 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10853
10854         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10855
10856 2005-02-17  Alexander Shopov  <ash@contact.bg>
10857
10858         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10859
10860 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10861
10862         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10863
10864 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10865
10866         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10867         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10868         (set_document_page), (document_changed_callback),
10869         (ev_view_set_document), (ev_view_find_previous),
10870         (ev_view_hide_cursor), (ev_view_show_cursor):
10871         * shell/ev-view.h:
10872         * shell/ev-window.c: (update_chrome_visibility),
10873         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10874         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10875         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10876         (ev_window_unfullscreen):
10877         * shell/main.c: (main):
10878
10879         Automatically hide the fullscreen button.
10880         Patch by Kristian Høgsberg <krh@redhat.com>
10881
10882 2005-02-16  Vincent Noel  <vnoel@cox.net>
10883
10884         * shell/main.c (main): Specify an icon for the window. Patch by
10885         Jaap A. Haitsma. Fixes #166177.
10886
10887 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10888
10889         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10890
10891 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10892
10893         * backend/ev-document-misc.h:
10894         * backend/ev-document-misc.c:
10895         (ev_document_misc_get_page_border_size),
10896         (ev_document_misc_paint_one_page): New function to canonicalize
10897         sizing/painting a border.
10898
10899         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10900         used.
10901
10902         * pdf/xpdf/pdf-document.cc: use new function
10903
10904         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10905         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10906         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10907         shell/ev-window.c: (update_sizing_buttons),
10908         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10909         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10910         (ev_window_cmd_view_page_width), (size_allocate_cb),
10911         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10912         and "fit width" values act as toggle buttons so they stay
10913         toggled.  It's not 100% perfect, and it's a little slow, but it's
10914         good enough to commit I think.
10915
10916 2005-02-15  David Lodge  <dave@cirt.net>
10917
10918         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10919
10920 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10921
10922         * shell/ev-window.c (update_window_title): replace newlines in
10923         the title by spaces. Bug #166107.
10924
10925 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10926
10927         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10928         parameters providing allocation width and height without
10929         scrollbars and width of a possible vertical scrollbar. With this
10930         additional information the functions can work as
10931         intended. Unfortunately they're not idempotent. We should
10932         transform these commands to toggles. Fixes Bug #164976
10933         Initial patch by Stephane Loeuillet, then heavily modified.
10934
10935         * shell/ev-view.h: update prototypes.
10936
10937         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10938         (ev_window_cmd_view_page_width): provide EvView fit functions with
10939         all the information they need. Formulas to calculate this
10940         information taken from GtkScrolledWindow.
10941
10942 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10943
10944         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10945         created a thumbnail, the list store is updated to know
10946         that the thumbnail is set. Fixes bug #166792
10947
10948 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10949
10950         * shell/ev-window.c: fixed typo, closes bug 166897
10951
10952         * TODO: updated TODO with bug numbers that are relevant
10953
10954 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10955
10956         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10957
10958 2005-02-09  Vincent Noel  <vnoel@cox.net>
10959
10960         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10961         and "Next" toolbar buttons as important to make them stand out.
10962
10963 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10964
10965         * lib/ev-debug.c:
10966         * lib/ev-debug.h:
10967         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10968         (start_interpreter), (stop_interpreter), (document_load),
10969         (ps_document_next_page), (ps_document_goto_page),
10970         (ps_document_set_page_size), (ps_document_widget_event),
10971         (ps_document_render):
10972         * shell/ev-page-view.c: (ev_page_view_dispose):
10973         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10974
10975         Fix compilation on non-gcc platforms
10976
10977 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10978
10979         * NEWS:
10980         * configure.ac:
10981
10982         Release 0.1.4
10983
10984         * pdf/xpdf/Catalog.cc:
10985         * pdf/xpdf/XRef.cc:
10986
10987         Fix the fix for CAN-2004-0888
10988
10989 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10990
10991         * data/Makefile.am:
10992         * data/evince-ui.xml:
10993         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10994         * shell/ev-stock-icons.h:
10995         * shell/ev-window.c: (update_action_sensitivity),
10996         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10997         (set_action_properties):
10998
10999         Improve toolbar layout/icons
11000
11001 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11002
11003         * pdf/xpdf/pdf-document.cc:
11004
11005         Add warnings about unimplemented/unknown link
11006         types.
11007
11008 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11009
11010         * ps/ps-document.c: (set_up_page):
11011
11012         Log gs property
11013
11014 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11015
11016         * ps/ps-document.c: (start_interpreter):
11017
11018         Log gs env var
11019
11020 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11021
11022         * shell/ev-page-view.c: (ev_page_view_dispose):
11023         * shell/ev-view.c: (ev_view_finalize):
11024         * shell/ev-window.c: (ev_window_setup_document),
11025         (ev_window_dispose), (ev_window_init):
11026
11027         Solve more refs issues.
11028
11029         I commented out the page_view initialization for now:
11030         it was never destroyed (because it's never added
11031         to a container). Because of that we was leaking
11032         gs processes. Couldnt think to a clean fix.
11033         We need to figure this out, password view has the
11034         same issue probably.
11035
11036 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11037
11038         * ps/ps-document.c: (ps_document_finalize),
11039         (ps_document_get_n_pages), (ps_document_get_page):
11040
11041         Some cleanups, stop the interpreter on finalize
11042
11043         * shell/ev-page-view.c: (ev_page_view_dispose),
11044         (ev_page_view_class_init):
11045
11046         Release our reference on the document
11047
11048 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11049
11050         * Makefile.am:
11051         * configure.ac:
11052         * doc/debugging.txt:
11053         * lib/.cvsignore:
11054         * lib/Makefile.am:
11055         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11056         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11057         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11058         * lib/ev-debug.h:
11059
11060         Add debugging helpers
11061
11062         * ps/Makefile.am:
11063         * ps/ps-document.c: (set_up_page), (start_interpreter),
11064         (stop_interpreter), (document_load), (ps_document_next_page),
11065         (ps_document_goto_page), (ps_document_set_page_size),
11066         (ps_document_widget_event), (ps_document_render):
11067         * shell/Makefile.am:
11068         * shell/ev-view.c: (expose_bin_window):
11069         * shell/main.c: (main):
11070
11071         Add some logs
11072         
11073 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11074
11075         * ps/ps-document.c: (ps_document_widget_event):
11076
11077         Initialize message_window, this should make ps
11078         rendering really work! (Never noticed because I was
11079         testing with a ps that is causing gs to exit every time!)
11080
11081 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11082
11083         * data/evince.schemas.in: updated simple error in applyto closing tag
11084
11085 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11086
11087         * Makefile.am:
11088         * configure.ac:
11089         * data/.cvsignore:
11090         * data/Makefile.am:
11091         * data/evince-ui.xml:
11092         A data/evince.schemas.in:
11093         * po/POTFILES.in:
11094         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11095         * shell/ev-stock-icons.h:
11096         * shell/ev-window.c: (update_chrome_visibility),
11097         (update_chrome_flag), (ev_window_cmd_edit_find),
11098         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11099         (ev_window_unfullscreen), (ev_window_focus_in_event),
11100         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11101         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11102         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11103         (ev_window_dispose), (ev_window_class_init),
11104         (set_action_properties), (set_chrome_actions), (load_chrome),
11105         (ev_window_init):
11106
11107         Implement fullscreen mode changes from bug #164776.
11108         Also implement persistent chrome toggles.
11109
11110 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11111
11112         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11113
11114 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11115
11116         * NEWS:
11117         * configure.ac:
11118         * shell/ev-view.c:
11119
11120         Add another check for find interface
11121
11122         Release 0.1.3
11123
11124 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11125
11126         * shell/ev-application.c: (ev_application_open):
11127         * shell/ev-window.c: (ev_window_open):
11128
11129         Open gzipped ps documents
11130
11131 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11132
11133         * TODO:
11134         * shell/ev-view.c: (set_document_page):
11135
11136         Clamp page number, dont try to move to
11137         not existant pages.
11138
11139 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11140
11141         * backend/ev-document-find.c: (ev_document_find_changed):
11142         * backend/ev-document-find.h:
11143         * pdf/xpdf/pdf-document.cc:
11144         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11145         * shell/ev-window.c: (find_bar_search_changed_cb):
11146
11147         Fix several bugs with find
11148
11149 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11150
11151         * shell/ev-sidebar-thumbnails.c
11152         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11153         document. Prevents warning from scroll_to_cell.
11154
11155 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11156
11157         * configure.ac: Add «nb» to ALL_LINGUAS too.
11158
11159 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11160
11161         * NOTES: New file with some random thoughts.
11162
11163         * TODO: Update.
11164
11165         * backend/ev-document-misc.c:
11166         (ev_document_misc_get_page_border_size): New function to
11167         canonicalize shadow drawing sizes.  Possibly goofy.
11168
11169         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11170         (ev_view_best_fit), (ev_view_fit_width):
11171         * pdf/xpdf/pdf-document.cc:
11172         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11173         * ps/ps-document.c: (ps_document_get_page_size):
11174         * backend/ev-document-misc.h:
11175         * backend/ev-document.c: (ev_document_get_page_size):
11176         * backend/ev-document.h: get_page_size now takes a page number
11177         parameter.  Made all the backends/frontends honor it.
11178
11179         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11180         see.  Doesn't work yet.
11181
11182         * shell/Makefile.am:
11183         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11184         Doesn't do anything yet.
11185
11186         * shell/ev-sidebar-thumbnails.c:
11187         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11188         [0..n_pages-1]
11189
11190         * shell/ev-window.c: (update_action_sensitivity),
11191         (ev_window_setup_document), (ev_window_set_page_mode),
11192         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11193         view-swapping code a bit so we can have multiple views on a
11194         document.  Add the multi-page view, though it can't be turned on
11195         yet.
11196
11197 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11198
11199         * shell/ev-application.c: (ev_application_open):
11200         * shell/ev-view.c: (expose_bin_window):
11201         * shell/ev-window.c: (ev_window_open):
11202
11203         Support eps and check document supports find
11204         before drawing highlightings in expose.
11205
11206 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11207
11208         * pixbuf/pixbuf-document.c:
11209         (pixbuf_document_thumbnails_get_dimensions),
11210         (pixbuf_document_document_thumbnails_iface_init):
11211
11212         implement get_dimensions
11213
11214 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11215
11216         * NEWS:
11217         * configure.ac:
11218
11219         Release 0.1.2
11220
11221 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11222
11223         * shell/ev-view.c: (set_document_page):
11224
11225         Scroll at the top of the page when changing page
11226
11227 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11228
11229         * shell/ev-view.c: (ev_view_motion_notify_event):
11230
11231         Do not redraw unnecessarily
11232
11233 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11234
11235         * pdf/xpdf/pdf-document.cc:
11236         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11237         (expose_bin_window), (find_changed_cb):
11238
11239         Yay! find works now... Now to find bugs...
11240
11241 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11242
11243         * backend/ev-document-find.c: (ev_document_find_base_init),
11244         (ev_document_find_changed):
11245         * backend/ev-document-find.h:
11246         * pdf/xpdf/pdf-document.cc:
11247         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11248         (expose_bin_window), (ev_view_init), (set_document_page),
11249         (ensure_rectangle_is_visible), (jump_to_find_result),
11250         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11251         (ev_view_find_next), (ev_view_find_previous):
11252         * shell/ev-view.h:
11253         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11254
11255         More work on find implementation, mostly there now
11256
11257 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11258
11259         * backend/ev-backend-marshalers.list:
11260         * backend/ev-document-find.c: (ev_document_find_base_init),
11261         (ev_document_find_cancel), (ev_document_find_page_has_results),
11262         (ev_document_find_get_n_results), (ev_document_find_get_result),
11263         (ev_document_find_get_progress), (ev_document_find_changed):
11264         * backend/ev-document-find.h:
11265
11266         Enanche the find interface to be really able to do
11267         multi page find.
11268
11269         * pdf/xpdf/pdf-document.cc:
11270
11271         Implement
11272
11273         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11274         (expose_bin_window), (ev_view_init),
11275         (ev_view_get_find_status_message), (find_changed_cb),
11276         (ev_view_set_document), (set_document_page):
11277
11278         Adapt to the new interface. A few things are regressed sorry,
11279         I will finish it soon.
11280
11281 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11282
11283         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11284         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11285         ev_sidebar_thumbnails_parent_class variable, don't define another
11286         parent_class variable.
11287
11288         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11289         (ev_page_action_class_init): ditto.
11290
11291         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11292         (pixbuf_document_class_init): ditto.
11293
11294         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11295         ditto.
11296
11297         * .cvsignore: ignore various valgrind output files.
11298
11299 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * data/evince-ui.xml:
11302         * shell/Makefile.am:
11303         * shell/ev-history.c:
11304         * shell/ev-history.h:
11305         * shell/ev-navigation-action.c:
11306         * shell/ev-navigation-action.h:
11307         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11308         (ev_view_set_page), (ev_view_fit_width):
11309         * shell/ev-view.h:
11310         * shell/ev-window.c: (update_action_sensitivity),
11311         (ev_window_setup_document), (register_custom_actions):
11312
11313         Kill session history
11314
11315 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11316
11317         * shell/ev-window.c: (update_action_sensitivity):
11318
11319         Fix inverted up/down buttons
11320
11321 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11322
11323         * shell/ev-sidebar-thumbnails.c
11324         (ev_sidebar_thumbnails_select_page): make sure the selected
11325         thumbnail stays visible.
11326
11327 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11328
11329         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11330         scrolled window for Federico.
11331
11332 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11333
11334         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11335
11336 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11337
11338         * configure.ac:
11339         * pdf/splash/SplashFTFontEngine.cc:
11340
11341         Fix CID fonts with freetype 2.1.9
11342
11343 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11344
11345         * TODO: added item for desktop icon thumbnailer
11346
11347 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11348
11349         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11350         unloaded docs when the title is accessed.
11351
11352         * shell/ev-password-view.[hc]: New widget for displaying password
11353         state.
11354
11355         * shell/ev-window.[ch]: Refactor password handling code to handle
11356         the new view.
11357
11358 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11359
11360         * NEWS:
11361         * configure.ac:
11362         * data/Makefile.am:
11363
11364         Release 0.1.1
11365
11366 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11367
11368         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11369         ignore page offset here, to make search results independent of it,
11370
11371         * shell/ev-view.c (expose_bin_window): but take offsets into
11372         account here. Bug #164932
11373
11374         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11375         scale at the right time. Bug #164996
11376
11377 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11378
11379         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11380         fix the problem. Now I just removed the Adobe font names and hope
11381         that the URW fonts are always in outline format. Bug #164934
11382
11383         * shell/ev-window.c (update_window_title): empty titles are
11384         useless, use filename in that case too.
11385
11386         * NEWS: Add some content.
11387
11388 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11389
11390         * TODO: added one more TODO item and a TODONE section :)
11391
11392 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11393
11394         * ps/ps-document.h: add page_[xy]_offset fields.
11395
11396         * ps/ps-document.c (ps_document_set_page_offset)
11397         (ps_document_render): Keep offset in consideration in a few
11398         places. Bug #164752 "postscript documents are not centered in
11399         window"
11400
11401         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11402         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11403
11404         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11405         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11406         stub out missing methods for complete EvDocument implementation.
11407         Fixes segfaults with Save A Copy and Copy actions.
11408
11409         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11410         (ps_document_document_iface_init): ditto.
11411         
11412 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11413
11414         * data/.cvsignore:
11415         * data/Makefile.am:
11416         * data/evince.desktop.in:
11417
11418         Add desktop file
11419
11420 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11421
11422         * shell/ev-view.c: (ev_view_button_press_event),
11423         (ev_view_motion_notify_event):
11424
11425         Make selection work in any direction
11426
11427 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11428
11429         * TODO:
11430         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11431
11432         Use shorter labels for some of the toolbars items
11433
11434 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11435
11436         * pdf/xpdf/pdf-document.cc:
11437
11438         Check the links info is initialized before
11439         using it. Should fix a crash on startup.
11440
11441 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11442
11443         * pixbuf/pixbuf-document.c
11444         (pixbuf_document_thumbnails_get_dimensions): force floating point
11445         division to calculate page_ratio. Fixes crash with landscape
11446         format pixbufs.
11447
11448 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11449
11450         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11451
11452 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11453
11454         * shell/ev-view.c (set_document_page): unset has_selection when
11455         the page changes.
11456         (set_document_page): handle paper size changes when the page
11457         changes (test with Free Culture, page 2).
11458
11459 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11460
11461         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11462         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11463
11464         Use normal style color for the widget background and
11465         draw a black box around the page.
11466
11467 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * pdf/xpdf/pdf-document.cc:
11470
11471         Keep offset in consideration in a few places
11472
11473         * shell/ev-view.c: (expose_bin_window):
11474
11475         Set the offsets so that the document is ever centered
11476
11477 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11478
11479         * TODO: Added TODO items and finished off the first todo item
11480
11481         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11482         reflect current authors
11483
11484 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11485
11486         * pdf/xpdf/pdf-document.cc:
11487         * shell/ev-view.c: (ev_view_set_cursor),
11488         (ev_view_motion_notify_event), (document_changed_callback),
11489         (set_document_page):
11490
11491         Show a wait cursor while the page is rendering
11492
11493 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11494
11495         * shell/ev-sidebar-thumbnails.c:
11496         (ev_sidebar_tree_selection_changed),
11497         (ev_sidebar_thumbnails_select_page):
11498         * shell/ev-sidebar-thumbnails.h:
11499         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11500         (ev_view_can_go_forward):
11501         * shell/ev-window.c: (ev_window_open_page),
11502         (ev_window_setup_document), (update_current_page),
11503         (view_page_changed_cb), (ev_window_init):
11504         * shell/ev-window.h:
11505
11506         Ensure thumbnails selection, toolbar page control and
11507         current page are in sync.
11508
11509 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11510
11511         * pdf/xpdf/XRef.cc:
11512
11513         Fix CAN-2005-0064
11514
11515 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11516
11517         * backend/Makefile.am:
11518         * backend/ev-document-links.h:
11519         * backend/ev-document-security.c: (ev_document_security_get_type),
11520         (ev_document_security_has_document_security),
11521         (ev_document_security_set_password):
11522         * backend/ev-document-security.h:
11523         * backend/ev-document.c: (ev_document_error_quark):
11524         * backend/ev-document.h:
11525         * data/Makefile.am:
11526         * data/evince-password.glade:
11527         * pdf/xpdf/pdf-document.cc:
11528         * shell/Makefile.am:
11529         * shell/ev-password.c: (ev_password_set_bad_password_label),
11530         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11531         (ev_password_dialog_get_password),
11532         (ev_password_dialog_set_bad_pass):
11533         * shell/ev-password.h:
11534         * shell/ev-window.c: (ev_window_get_attribute),
11535         (ev_window_set_property), (update_action_sensitivity),
11536         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11537         (ev_window_setup_document), (ev_window_get_password),
11538         (ev_window_open), (ev_window_cmd_save_as),
11539         (using_postscript_printer), (ev_window_print),
11540         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11541         (update_fullscreen_popup), (ev_window_fullscreen),
11542         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11543         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11544         (menu_item_select_cb), (find_bar_search_changed_cb),
11545         (ev_window_dispose), (ev_window_init):
11546
11547         Add initial support for password-supported dialogs.  This could be
11548         a lot cooler, but it'll do for now.
11549
11550 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11551
11552         * pdf/xpdf/pdf-document.cc:
11553         * shell/ev-view.c: (status_message_from_link),
11554         (ev_view_set_status), (ev_view_set_cursor),
11555         (ev_view_motion_notify_event), (ev_view_init):
11556         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11557
11558         Fix bugs in the links implementation and change cursor
11559         when hovering a link.
11560
11561 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11562
11563         * viewer/.cvsignore: added cvsignore file for viewer directory
11564
11565         * TODO: created TODO document
11566
11567 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11568
11569         * shell/ev-view.h:
11570         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11571         new functions to help with implementation of sensitivity code
11572         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11573         of all actions that might require it.  Fixes a crash when you
11574         click on the Zoom actions in a window lacking a document.
11575
11576 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11577
11578         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11579         of the Find action
11580
11581 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11582
11583         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11584         (pixbuf_document_document_iface_init):
11585         * ps/ps-document.c: (ps_document_get_link),
11586         (ps_document_document_iface_init):
11587         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11588         (status_message_from_link), (ev_view_set_status),
11589         (ev_view_set_find_status), (ev_view_motion_notify_event),
11590         (ev_view_button_release_event), (ev_view_set_property),
11591         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11592         (ev_view_get_find_status_message), (update_find_results),
11593         (ev_view_get_status), (ev_view_get_find_status):
11594         * shell/ev-view.h:
11595         * shell/ev-window.c: (view_status_changed_cb),
11596         (view_find_status_changed_cb), (ev_window_init):
11597
11598         View status message support, use it to show the links.
11599         Needs work...
11600
11601 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11602
11603         * backend/ev-document.c: (ev_document_get_link):
11604         * backend/ev-document.h:
11605         * pdf/xpdf/pdf-document.cc:
11606         * shell/ev-application.c: (ev_application_open):
11607         * shell/ev-application.h:
11608         * shell/ev-sidebar-links.c: (selection_changed_cb):
11609         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11610         (ev_view_go_to_link):
11611
11612         Add support for document links
11613
11614 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11615
11616         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11617         (create_tool_item):
11618         Set the spin button limits correctly.
11619         
11620         * shell/ev-sidebar-thumbnails.c:
11621         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11622         Support changing pages by clicking on the thumbnails.
11623         
11624 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11625
11626         * pixbuf/pixbuf-document.c:
11627         (pixbuf_document_thumbnails_get_dimensions),
11628         (pixbuf_document_document_thumbnails_iface_init):
11629
11630         implement get_dimensions
11631
11632 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11633
11634         * ps/ps-document.c: (ps_document_goto_page):
11635
11636         Fix page switching on multipage documents
11637
11638 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11639
11640         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11641         
11642         check for NULL before assigning to width and height parameters
11643
11644 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11645
11646         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11647         (pixbuf_document_set_property), (pixbuf_document_get_property):
11648
11649         implement get/set properties
11650
11651 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11652
11653         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11654         
11655         return NULL instead of "Unknown", letting the title get set to
11656         the filename when the pdf has no title.
11657
11658 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11659
11660         * ps/ps-document.c: (ps_document_get_page_count),
11661         (ps_document_goto_page):
11662
11663 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11664
11665         * shell/ev-history.c: (ev_history_get_property),
11666         (ev_history_set_property), (ev_history_class_init),
11667         (ev_history_add_page), (ev_history_set_current_index):
11668         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11669         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11670         (ev_navigation_action_finalize):
11671         * shell/ev-navigation-action.h:
11672         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11673         (ev_view_go_forward), (ev_view_get_find_status_message),
11674         (history_index_changed_cb), (ev_view_set_history):
11675         * shell/ev-view.h:
11676         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11677         (update_current_page), (register_custom_actions):
11678
11679         Implement history dropdowns
11680
11681 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11682
11683         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11684         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11685         (ev_view_go_forward):
11686         * shell/ev-window.c: (register_custom_actions):
11687
11688         Fix several history bugs
11689
11690 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11691
11692         * configure.ac: Add «nb» to ALL_LINGUAS.
11693
11694 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11695
11696         * backend/Makefile.am:
11697         * backend/ev-bookmark.c:
11698         * backend/ev-bookmark.h:
11699         * backend/ev-document-bookmarks.c:
11700         * backend/ev-document-bookmarks.h:
11701         * backend/ev-document-links.c: (ev_document_links_get_type),
11702         (ev_document_links_has_document_links),
11703         (ev_document_links_begin_read), (ev_document_links_get_link),
11704         (ev_document_links_get_child), (ev_document_links_next),
11705         (ev_document_links_free_iter):
11706         * backend/ev-document-links.h:
11707         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11708         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11709         (ev_link_get_link_type), (ev_link_set_link_type),
11710         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11711         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11712         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11713         (ev_link_new_external):
11714         * backend/ev-link.h:
11715         * pdf/xpdf/pdf-document.cc:
11716         * shell/Makefile.am:
11717         * shell/ev-application.c: (ev_application_open_link):
11718         * shell/ev-application.h:
11719         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11720         (ev_history_get_link_nth):
11721         * shell/ev-history.h:
11722         * shell/ev-sidebar-bookmarks.c:
11723         * shell/ev-sidebar-bookmarks.h:
11724         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11725         (ev_sidebar_links_class_init), (selection_changed_cb),
11726         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11727         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11728         (do_one_iteration), (populate_links_idle),
11729         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11730         * shell/ev-sidebar-links.h:
11731         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11732         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11733         (go_to_index):
11734         * shell/ev-view.h:
11735         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11736         * shell/ev-window.h:
11737
11738         Rename bookmark to link, and use "Index" for the sidebar panel.
11739
11740 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11741
11742         * shell/Makefile.am:
11743         * shell/ev-application.c: (ev_application_open_bookmark):
11744         * shell/ev-application.h:
11745         * shell/ev-history.c: (ev_history_init), (free_links_list),
11746         (ev_history_finalize), (ev_history_class_init),
11747         (ev_history_add_link), (ev_history_add_page),
11748         (ev_history_get_link_nth), (ev_history_get_n_links),
11749         (ev_history_get_current_index), (ev_history_set_current_index),
11750         (ev_history_new):
11751         * shell/ev-history.h:
11752         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11753         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11754         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11755         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11756         (ev_view_set_page):
11757         * shell/ev-view.h:
11758         * shell/ev-window.c: (ev_window_open_bookmark),
11759         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11760         (goto_page_cb), (register_custom_actions):
11761         * shell/ev-window.h:
11762
11763         Initial history implementation. Needs work.
11764
11765 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11766
11767         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11768
11769 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11770
11771         * cut-n-paste/recent-files/egg-recent-item.c:
11772         * cut-n-paste/recent-files/egg-recent-item.h:
11773         * cut-n-paste/recent-files/egg-recent-model.c:
11774         * cut-n-paste/recent-files/egg-recent-util.c:
11775         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11776         * cut-n-paste/recent-files/egg-recent-view.c:
11777
11778         Update
11779
11780 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11781
11782         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11783         (fillGlyph, fillImageMask, drawImage):
11784         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11785         pdf/splash/SplashTypes.h:
11786         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11787         packed mode for Splash.
11788
11789         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11790         RGB8 packed mode, eliminates the pixbuf data creation loop.
11791
11792         * shell/ev-print-job.c (ev_print_job_finalize)
11793         (ev_print_job_set_property, ev_print_job_get_property)
11794         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11795         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11796         (print_closure_finalize, ev_print_job_print): implement
11797         printing (for backends with EvPsExporter)
11798
11799         * shell/ev_print_job.h: update prototypes.
11800
11801         * shell/ev-window.c (ev_window_print): unref print job after
11802         printing.
11803
11804         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11805         unless the document implements the EvDocumentFind interface.
11806
11807 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11808
11809         * configure.ac: Added ja to ALL_LINGUAS.
11810
11811 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11812
11813         * pdf/xpdf/pdf-document.cc:
11814
11815         add a FIXME. We should probably not allocate
11816         a bookmark object every time
11817
11818 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11819
11820         * shell/ev-application.c: (ev_application_open),
11821         (ev_application_open_bookmark):
11822         * shell/ev-application.h:
11823         
11824         Add a way to open bookmarks
11825
11826         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11827         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11828         (ev_bookmark_set_property), (ev_bookmark_class_init),
11829         (ev_bookmark_new_title), (ev_bookmark_new_link),
11830         (ev_bookmark_new_external):
11831
11832         Support for external uris, better constructors.
11833
11834         * backend/ev-bookmark.h:
11835         * pdf/xpdf/pdf-document.cc:
11836         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11837
11838         Handle external uris
11839
11840 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11841
11842         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11843         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11844
11845         Hook up bookmarks navigation
11846
11847 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11848
11849         * backend/Makefile.am:
11850         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11851         (ev_bookmark_get_title), (ev_bookmark_set_title),
11852         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11853         (ev_bookmark_get_page), (ev_bookmark_set_page),
11854         (ev_bookmark_get_property), (ev_bookmark_set_property),
11855         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11856         (ev_bookmark_new):
11857         * backend/ev-bookmark.h:
11858         * backend/ev-document-bookmarks.c:
11859         (ev_document_bookmarks_get_bookmark):
11860         * backend/ev-document-bookmarks.h:
11861         * pdf/xpdf/pdf-document.cc:
11862         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11863
11864         Add a bookmark object to the backend and use it instead of get_values
11865
11866 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11867
11868         * data/evince-ui.xml:
11869
11870         Cleanup and add select all.
11871
11872         * shell/ev-view.c: (ev_view_select_all),
11873         (ev_view_button_press_event):
11874         * shell/ev-view.h:
11875         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11876
11877         Add select all.
11878         Clear selection on click.
11879
11880 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11881
11882         * shell/ev-sidebar-thumbnails.c
11883         (ev_sidebar_thumbnails_set_document): forgot to unref the
11884         loading_icon.
11885
11886 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11887
11888         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11889         at the visible page, not just linearly.  This makes it look fast.
11890
11891 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11892
11893         * backend/ev-document-misc.c
11894         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11895         white.
11896         * backend/ev-document-thumbnails.h: New interface to get the size
11897         of a page.
11898
11899 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11900
11901         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11902         make dist works
11903
11904 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11905
11906         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11907         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11908         things up a bit.
11909
11910         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11911
11912 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11913
11914         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11915         fonts. Should fix font problems on systems that have the base
11916         fonts in bitmap format. Reported by James Henstridge
11917         <james@jamesh.id.au>.
11918
11919 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11920
11921         * pdf/xpdf/Gfx.cc:
11922         * pdf/xpdf/GfxState.cc:
11923
11924         Fix for CAN-2004-1125
11925
11926 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11927
11928         * shell/ev-view.c: (ev_view_copy):
11929         * shell/ev-view.h:
11930         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11931
11932         Implement Edit->Copy
11933
11934 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11935
11936         * backend/ev-document.c: (ev_document_get_text):
11937         * backend/ev-document.h:
11938         * pdf/xpdf/pdf-document.cc:
11939         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11940         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11941         (ev_view_update_primary_selection), (ev_view_button_press_event),
11942         (ev_view_motion_notify_event), (ev_view_button_release_event):
11943
11944         Beginnings of clipboard support. Incomplete but primary sort
11945         of work.
11946
11947 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11950         (expose_bin_window):
11951
11952         Nicer rubberband drawing, from GtkIconView.
11953
11954 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11955
11956         * backend/ev-document.c: (ev_document_save):
11957         * backend/ev-document.h:
11958         * data/evince-ui.xml:
11959         * pdf/xpdf/pdf-document.cc:
11960         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11961
11962         Implement "Save a copy..." menu item
11963
11964 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11965
11966         * shell/ev-view.c: (ev_view_zoom):
11967
11968         Queue a resize when zoom changes
11969
11970 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11971
11972         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11973         shadows.
11974
11975         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11976         thumbnails..
11977
11978 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11979
11980         * pdf/xpdf/pdf-document.cc
11981         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11982
11983 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11984
11985         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11986         It's slow, but I'll speed it up next!
11987
11988 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11989
11990         * shell/main.c (load_files):
11991
11992         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11993         from the command line and because it seems more appropriate.
11994
11995 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * data/evince-ui.xml:
11998         * shell/ev-window.c: (update_action_sensitivity),
11999         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12000
12001         s/next page/page down
12002         s/previous page/page up
12003
12004 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12005
12006         * data/evince-ui.xml:
12007
12008         Change the layout to match clarkbw design.
12009
12010         * shell/Makefile.am:
12011         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12012         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12013         (ev_navigation_action_finalize),
12014         (ev_navigation_action_set_property),
12015         (ev_navigation_action_get_property),
12016         (ev_navigation_action_class_init):
12017         * shell/ev-navigation-action.h:
12018
12019         Implement clarkbw toolbar navigation controls (incomplete)
12020
12021         * shell/ev-page-action.c: (update_label), (update_spin),
12022         (value_changed_cb), (create_tool_item), (connect_proxy),
12023         (ev_page_action_init), (ev_page_action_finalize),
12024         (ev_page_action_set_property), (ev_page_action_get_property),
12025         (ev_page_action_set_current_page),
12026         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12027         * shell/ev-page-action.h:
12028
12029         Implement a page switcher in the toolbar
12030
12031         * shell/ev-view.c: (ev_view_scroll_view):
12032         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12033         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12034         (register_custom_actions), (ev_window_init):
12035
12036         Change page on PageUp/Down.
12037
12038 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12039
12040         * pdf/xpdf/pdf-document.cc
12041         (pdf_document_thumbnails_get_thumbnail): initial stab at
12042         implementing thumbnail support for pdfs.  It only does documents
12043         with precached pdfs now.
12044
12045 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12046
12047         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12048         thumbnail code into a time-based idle as well.  Also, turn off the
12049         shadow temporarily as it's really slow.
12050
12051 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12052
12053         * backend/ev-document.c: (ev_document_class_init):
12054         * pdf/xpdf/pdf-document.cc:
12055         * shell/ev-window.c: (ev_window_open):
12056
12057         Fix document title bugs and fallback to
12058         filename when not available.
12059
12060 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12061
12062         * backend/ev-document.c: (ev_document_get_type),
12063         (ev_document_class_init), (ev_document_load),
12064         (ev_document_get_title):
12065         * backend/ev-document.h:
12066         * pdf/xpdf/pdf-document.cc:
12067         * ps/ps-document.c: (ps_document_set_property),
12068         (ps_document_get_property), (ps_document_class_init),
12069         (document_load):
12070         * ps/ps-document.h:
12071         * ps/ps.h:
12072         * shell/ev-window.c: (update_window_title), (ev_window_open),
12073         (ev_window_init):
12074
12075         Initial support for document title. Not working yet.
12076
12077 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12080
12081         Grab focus on the view when clicking it
12082
12083 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * shell/ev-marshal.list:
12086         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12087         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12088
12089         Add key bindings to the view. Now if the focus would work
12090         right...
12091
12092 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * Makefile.am:
12095         * backend/Makefile.am:
12096         * data/Makefile.am:
12097         * dvi/Makefile.am:
12098         * dvi/dvilib/Makefile.am:
12099         * pdf/xpdf/Makefile.am:
12100         * po/POTFILES.in:
12101         * ps/Makefile.am:
12102
12103         Fix distcheck
12104
12105 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12106
12107         * shell/ev-view.c: (ev_view_realize):
12108
12109         Fix mouse wheel scrolling
12110
12111 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12112
12113         * ps/Makefile.am:
12114         * ps/gstypes.h:
12115         * ps/gtkgs.c:
12116         * ps/gtkgs.h:
12117         * ps/ps-document.c: (catchPipe), (ps_document_init),
12118         (ps_document_class_init), (ps_document_cleanup),
12119         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12120         (set_up_page), (close_pipe), (is_interpreter_ready),
12121         (interpreter_failed), (output), (input), (start_interpreter),
12122         (stop_interpreter), (file_length), (file_readable),
12123         (check_filecompressed), (check_pdf), (compute_xdpi),
12124         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12125         (ps_document_get_type), (ps_document_emit_error_msg),
12126         (document_load), (ps_document_next_page),
12127         (ps_document_get_current_page), (ps_document_get_page_count),
12128         (ps_document_goto_page), (ps_document_set_page_size),
12129         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12130         (ps_document_load), (ps_document_get_n_pages),
12131         (ps_document_set_page), (ps_document_get_page),
12132         (ps_document_widget_event), (ps_document_set_target),
12133         (ps_document_set_scale), (ps_document_set_page_offset),
12134         (ps_document_get_page_size), (ps_document_render),
12135         (ps_document_document_iface_init):
12136         * ps/ps-document.h:
12137         * ps/ps.c:
12138         * shell/ev-window.c: (ev_window_open):
12139
12140         Rename GtkGS to PSDocument
12141
12142 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12143
12144         * ps/gtkgs.c: (gtk_gs_class_init):
12145         * ps/gtkgs.h:
12146
12147         Some more leftover...
12148
12149 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12150
12151         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12152         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12153         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12154         * ps/gtkgs.h:
12155
12156         Remove unused code and make a lot of stuff private
12157
12158 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12161         (gtk_gs_defaults_changed):
12162         * ps/gsdefaults.h:
12163         * ps/gtkgs.c:
12164         * ps/gtkgs.h:
12165         * ps/ps.h:
12166
12167         Cleanup headers dependencies
12168
12169 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12170
12171         * ps/Makefile.am:
12172         * ps/ggvutils.c:
12173         * ps/ggvutils.h:
12174         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12175         * ps/gsdefaults.h:
12176         * ps/gtkgs.c: (file_length), (file_readable),
12177         (check_filecompressed), (check_pdf), (gtk_gs_load),
12178         (gtk_gs_get_postscript):
12179
12180         Get rid of ggvutils
12181
12182 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12183
12184         * ps/ggvutils.c:
12185         * ps/ggvutils.h:
12186         * ps/gsio.h:
12187         * ps/gtkgs.c: (gtk_gs_set_zoom):
12188
12189         Cleanups
12190
12191 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12192
12193         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12194
12195         Ensure the page is rerendered when changing zoom
12196
12197 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12198
12199         * backend/ev-document.c: (ev_document_base_init),
12200         (ev_document_changed):
12201         * backend/ev-document.h:
12202
12203         Add a changed event that is emitted when the page content
12204         changes. This is necessary to deal with the fact that
12205         in ps backend rendering happen asycrounously.
12206         This makes the ps backend mostly work.
12207
12208         * pdf/xpdf/pdf-document.cc:
12209
12210         Emit changed event
12211
12212         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12213         (ps_document_set_target):
12214
12215         Emit changed event
12216
12217         * shell/ev-view.c: (document_changed_callback),
12218         (ev_view_set_document), (ev_view_set_page):
12219
12220         Redraw on the changed signal
12221
12222 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12223
12224         * configure.ac: Added pt_BR to ALL_LINGUAS.
12225
12226 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12227
12228         * backend/ev-document-bookmarks.c:
12229         (ev_document_bookmarks_get_child): *
12230         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12231         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12232         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12233         (ev_sidebar_bookmarks_destroy),
12234         (ev_sidebar_bookmarks_class_init),
12235         (ev_sidebar_bookmarks_construct), (stack_data_free),
12236         (do_one_iteration), (populate_bookmarks_idle),
12237         (ev_sidebar_bookmarks_clear_document),
12238         (ev_sidebar_bookmarks_set_document): *
12239         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12240         (ev_sidebar_add_page),
12241         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12242         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12243         it displays both the topics and the page numbers.
12244
12245 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12246
12247         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12248         toggle.
12249         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12250         visible.
12251
12252 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12253
12254         * configure.ac: Added en_CA to ALL_LINGUAS.
12255
12256 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12257
12258         * ChangeLog: replace bottom of this ChangeLog (merged history of
12259         ggv and gpdf; where all paths were wrong and most of the files are
12260         not even in this tree) with ChangeLog (from arch) of the shell
12261         code.
12262
12263 2004-12-23  Havoc Pennington  <hp@redhat.com>
12264
12265         * shell/ev-window.c: hook up potentially-questionable "find
12266         results status text" feature - something involving the sidebar or
12267         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12268         might be better in the end.
12269
12270         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12271         with corresponding signal when it should be updated
12272
12273         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12274
12275 2004-12-22  Havoc Pennington  <hp@redhat.com>
12276
12277         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12278         find stuff on other pages, sort of (only returns one result on
12279         invisible pages, to show they have results; updates full results
12280         for a page when you view it). Currently repaints the current page
12281         every time a new result is found on any page, which isn't so nice.
12282
12283 2004-12-22  Havoc Pennington  <hp@redhat.com>
12284
12285         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12286         the document doesn't support find (better ideas?)
12287         (find_bar_search_changed_cb): handle missing document or document
12288         that doesn't support find
12289
12290         * pdf/xpdf/pdf-document.cc: port to implement the new
12291         EvDocumentFindIface
12292
12293         * backend/ev-document-find.c: create a new interface for searching
12294
12295         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12296
12297 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12298
12299         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12300         libevbackend.la.
12301
12302         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12303         EvPrintJob constructor arguments.
12304
12305         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12306         for documents that can export PostScript (page by page).
12307
12308         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12309         
12310         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12311         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12312         (pdf_document_ps_exporter_iface_init:
12313         Implement EvPSExporter.
12314
12315         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12316
12317 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12318
12319         * backend/Makefile.am:
12320         * backend/ev-document-thumbnails.c:
12321         (ev_document_thumbnails_get_type),
12322         (ev_document_thumbnails_get_thumbnail):
12323         * backend/ev-document-thumbnails.h:
12324         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12325         (pixbuf_document_thumbnails_get_thumbnail),
12326         (pixbuf_document_document_thumbnails_iface_init):
12327         * shell/Makefile.am:
12328         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12329         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12330         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12331         * shell/ev-sidebar-thumbnails.h:
12332         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12333         (ev_sidebar_set_document):
12334         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12335         (create_shadow), (ev_pixbuf_add_shadow):
12336         * shell/ev-utils.h:
12337         Add thumbnail support.
12338         
12339 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12340
12341         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12342         (using_postscript_printer): Set up a print dialog for "PostScript
12343         injection" method.
12344
12345         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12346         EvPrintJob.
12347
12348         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12349
12350 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12351
12352         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12353         (ps_document_set_target), (ps_document_get_page_size),
12354         (ps_document_render):
12355         * ps/gtkgs.h:
12356
12357         Fix a few bugs
12358
12359 2004-12-22  Christian Rose  <menthos@menthos.com>
12360
12361         * configure.ac: Added "sv" to ALL_LINGUAS.
12362
12363 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12364
12365         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12366         document supports bookmarks.
12367
12368 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12369
12370         * ps/ggvutils.c: (ggv_file_readable):
12371         * ps/ggvutils.h:
12372         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12373         (gtk_gs_get_postscript):
12374
12375         Remove unused utils
12376
12377 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12378
12379         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12380         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12381         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12382         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12383         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12384         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12385         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12386         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12387         (gtk_gs_set_antialiasing), (ps_document_load),
12388         (ps_document_render):
12389         * ps/gtkgs.h:
12390
12391         Another check point for the ps backend. Now I can get it to show
12392         pages!
12393
12394 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12395
12396         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12397         document setting code.
12398
12399 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12400
12401         * shell/eggfindbar.c: (entry_activate_callback):
12402         Animate the next button when activate is pressed.
12403         
12404 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12405
12406         * shell/ev-window.c: (ev_window_cmd_edit_find),
12407         (update_fullscreen_popup), (ev_window_fullscreen),
12408         (ev_window_unfullscreen), (ev_window_state_event_cb),
12409         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12410         Fix bugs in fullscreen code.
12411         
12412 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12413
12414         * Makefile.am:
12415         * configure.ac:
12416         * pixbuf/Makefile.am:
12417         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12418         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12419         (pixbuf_document_set_page), (pixbuf_document_get_page),
12420         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12421         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12422         (pixbuf_document_render), (pixbuf_document_begin_find),
12423         (pixbuf_document_end_find), (pixbuf_document_finalize),
12424         (pixbuf_document_class_init),
12425         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12426         * pixbuf/pixbuf-document.h:
12427         * shell/Makefile.am:
12428         * shell/ev-application.c: (ev_application_open):
12429         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12430         (ev_window_open):
12431         Add pixbuf backend.
12432         
12433 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12434
12435         * Makefile.am: 
12436         * dvi/dvilib/Makefile.am:
12437         * dvi/Makefile.am:
12438         * configure.ac: Auto*ify dvi and dvi/dvilib
12439
12440         * dvi/Makefile: Remove from CVS
12441         
12442         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12443         confusion.
12444
12445         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12446         
12447         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12448         
12449 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12450
12451         * ps/Makefile.am:
12452         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12453         (gtk_gs_value_adjustment_changed), (compute_size),
12454         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12455         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12456         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12457         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12458         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12459         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12460         (ps_document_load), (ps_document_get_n_pages),
12461         (ps_document_set_page), (ps_document_get_page),
12462         (ps_document_set_target), (ps_document_set_scale),
12463         (ps_document_set_page_offset), (ps_document_get_page_size),
12464         (ps_document_render), (ps_document_begin_find),
12465         (ps_document_end_find), (ps_document_document_iface_init):
12466         * ps/gtkgs.h:
12467         * shell/Makefile.am:
12468         * shell/ev-window.c: (ev_window_open):
12469
12470         Some work to integrate gtkgs with EvDocument
12471
12472 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12473
12474         * shell/ev-window.c: (update_fullscreen_popup),
12475         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12476         (exit_fullscreen_button_clicked_cb),
12477         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12478         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12479         (ev_window_state_event_cb), (ev_window_init):
12480         Add fullscreen support from Epiphany.
12481         
12482 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12483
12484         * data/ev-stock-zoom-fit-width.png: fit-width
12485         stock icon from gpdf.
12486         
12487         * shell/ev-stock-icons.[ch]: copied from gpdf.
12488         
12489         * shell/main.c: (main): init stock icons.
12490         
12491         * shell/ev-window.c: use the fit-width icon.
12492         
12493         * data/evince-ui.xml: add zooming toolbar items.
12494
12495 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12496
12497         * shell/ev-view.c: 
12498         (ev_view_best_fit), (ev_view_fit_width): because
12499         get_page_size() returns the scaled page size, we
12500         need to calculate the scale factor relative to
12501         the previous scale factor. Should really just
12502         add get_real_page_size().
12503
12504 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12505
12506         * shell/ev-view.[ch]:
12507         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12508         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12509         add zooming.
12510         
12511         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12512         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12513         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12514         hook it up.
12515         
12516         * pdf/xpdf/pdf-document.cc:
12517         (pdf_document_begin_find),
12518         (pdf_document_end_find): make static.
12519
12520 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12521
12522         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12523
12524         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12525         names to fontconfig patterns.
12526         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12527
12528         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12529         setupBaseFontsFc.
12530
12531 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12532
12533         * Makefile.am:
12534         * configure.ac:
12535         * ps/Makefile.am:
12536         * ps/ggvutils.c:
12537         * ps/ggvutils.h:
12538         * ps/gsdefaults.c:
12539         * ps/gsdefaults.h:
12540         * ps/gsio.c:
12541         * ps/gsio.h:
12542         * ps/gtkgs.c:
12543         * ps/gtkgs.h:
12544         * ps/ps.c:
12545         * ps/ps.h:
12546
12547         Import ggv backend. Not hooked up yet.
12548
12549 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12550
12551         * shell/main.c: (load_files), (main): load files
12552         from the command line.
12553
12554 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12555
12556         * configure.ac: don't require bonobo.
12557         
12558         * cut-n-paste/recent-files/*: kill bonobo recent
12559         view.
12560
12561         * shell/ev-window.c:
12562         (ev_window_is_empty): upd.
12563         (unable_to_load), (ev_window_open): load backend
12564         based on the mime type.
12565
12566 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12567
12568         * backend/.cvsignore: ignore generated marshalers source.
12569
12570         * shell/main.c (main): this is not epiphany.
12571
12572 2004-12-22  Havoc Pennington  <hp@redhat.com>
12573
12574         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12575         (expose_bin_window): draw find highlights
12576
12577         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12578         
12579         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12580         (pdf_document_end_find): implement this interface
12581
12582         * backend/ev-document.c (ev_document_found): add this to emit
12583         signal
12584
12585 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12586
12587         * data/evince-ui.xml: Add a few more toolbar items.
12588
12589         * shell/ev-window.c: Hook up page navigation toolbar 
12590         items.
12591
12592         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12593         a page-changed signal.
12594
12595         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12596         Add ev_document_get_page().
12597
12598         * shell/ev-window.c: Sensitize/desensitize navigation
12599         actions.
12600
12601 2004-12-21  Havoc Pennington  <hp@redhat.com>
12602
12603         * backend/ev-backend-marshal.c,
12604         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12605         marshaler-generator thingy. I'm sure there's a better way to do
12606         this in the modern world.
12607
12608         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12609         end_find methods and "found" signal.
12610
12611         * configure.ac: find glib-genmarshal
12612
12613 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12614
12615         * shell/ev-sidebar.c: Construct an actual sidebar.
12616         * shell/ev-sidebar-bookmarks.[ch]:
12617         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12618
12619 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12620
12621         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12622         Redo size handling.
12623         
12624         * shell/ev-view.c: Track the size from the document.
12625
12626 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12627
12628         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12629         constructor assumes ownership of the string passed in.
12630         
12631         * shell/ev-window.c (ev_window_open): Destroy the error
12632         dialog once we've displayed it.
12633
12634 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12635
12636         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12637         a bit, it works! (sort of)
12638
12639         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12640         Move to .cc since we need to use C++ in the implementation.
12641
12642         * shell/dummy.cc: Add a CC file to force evince
12643         to be linked as a C++ program.
12644
12645 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12646
12647         * shell/ev-view.[ch]: Start of content-area widget.
12648
12649         * shell/ev-window.c: Create a EvView, update it
12650         as we change documents.
12651
12652         * shell/Makefile.am shell/ev-marshal.list: Add
12653         generated marshalers.
12654
12655 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12656
12657         * Makefile.am (SUBDIRS): move shell.
12658
12659 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12660
12661         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12662         .a to libtool convenience libraries.
12663
12664         * shell/ev-window.c (ev_window_open): Hard code loading
12665         a PDF document.
12666         
12667         * backend/ev-document.h: Add a boolean return to load(),
12668         fix GError * to GError **.
12669
12670         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12671         object for a PDF backend EvDocument.
12672
12673 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12674
12675         * dvi/*: New directory with the beginning of a .dvi backend.
12676
12677 2004-12-21  Havoc Pennington  <hp@redhat.com>
12678
12679         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12680         previous/next instead of back/forward
12681
12682 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12683
12684         * backend/ev-document.[ch]: Fix a couple of problems so
12685         it compile.
12686
12687 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12688
12689         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12690         to backend/ directory, rename EvViewer to EvDocument.
12691
12692 2004-12-21  Havoc Pennington  <hp@redhat.com>
12693
12694         * shell/ev-window.c: hook up the find bar widget; now we just need
12695         a document to find things in
12696
12697         * shell/eggfindbar.c: a find bar widget
12698
12699 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12700
12701         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12702
12703 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12704
12705         * pdf/**: Import of xpdf code from gpdf. 
12706
12707         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12708
12709         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12710         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12711         Fix FreeType includes.
12712
12713         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12714         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12715         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12716         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12717         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12718         Include xpdfconfig.h
12719         
12720 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12721
12722         * shell/ev-window.c (ev_window_dispose): dispose can be called
12723         multiple times.
12724
12725 2004-12-21  Havoc Pennington  <hp@redhat.com>
12726
12727         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12728         rather than Evince
12729
12730         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12731         items; really they should be synced with the strings, etc. from
12732         current gpdf, but just getting the boring typing out of the way 
12733
12734 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * po/POTFILES.in:
12737         * shell/ev-application.c: (window_destroy_cb):
12738         * shell/ev-window.c:
12739         * shell/main.c: (main):
12740
12741         Actually show the window...
12742
12743 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * Makefile.am:
12746         * shell/Makefile.am:
12747         * shell/ev-application.c: (ev_application_class_init):
12748         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12749
12750         Make it build again
12751
12752 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12753
12754         Import to gnome cvs.
12755         
12756         * Remove copies of gpdf and ggv trees.
12757         * Rip out all the recursive configure code.
12758         * Remove bonobo machinery.
12759         * viewer/*: GInterfaces that backends should/can implement.
12760
12761 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12762
12763         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12764         typo
12765
12766 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12767
12768         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12769         (ev_application_finalize, ev_application_class_init)
12770         (ev_application_init): use GType instance private data for priv.
12771
12772         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12773         (ev_window_finalize, ev_window_class_init)
12774         (ev_window_init): ditto.
12775
12776 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12777
12778         * shell/ev-application.c (ev_application_new_window): make public
12779         (ev_application_show_initial_window): kill.
12780
12781         * shell/ev-application.h: update prototypes.
12782
12783         * shell/main.cc (main): inline ev_application_show_initial_window.
12784
12785 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12786
12787         * shell/ev-application.c (ev_application_new_window): impl.
12788         (ev_application_show_initial_window): use it.
12789         (is_window_empty, ev_application_get_empty_window): returns an
12790         existing empty window or a new one.
12791         (ev_application_open): from ev_window_cmd_file_open.
12792
12793         * shell/ev-application.h: update prototypes
12794
12795         * shell/ev-window.c (ev_window_is_empty): impl.
12796         (ev_window_open): make public.
12797         (ev_window_cmd_file_open): use ev_application_open
12798
12799         * shell/ev-window.h: update prototypes, remove unused.
12800
12801 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12802
12803         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12804         move destroy handler out of here...
12805
12806         * shell/ev-application.c, shell/ev-application.h: ...into this new
12807         class. Also handles initial window creation.
12808
12809         * shell/main.cc (main): use EvApplication to create initial
12810         window.
12811
12812 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12813
12814         * Makefile.am (SUBDIRS): add cut-n-paste
12815
12816         * cut-n-paste/Makefile.am: add
12817
12818         * configure.ac: generate Makefiles in cut-n-paste
12819
12820 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12821
12822         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12823         (ev_window_class_init): install ev_window_dispose.
12824
12825 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12826
12827         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12828         char (gchar looks stupid).
12829
12830 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12831
12832         * po/de.po: updated German translation.
12833
12834 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12835
12836         * configure.ac: add more pkg-config library checks for gnome-vfs,
12837         bonobo etc.
12838
12839         * gpdf/configure.in: temporarily disable libpaper
12840         checks. Otherwise I'd have to add the checks for the shell, too.
12841
12842 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12843
12844         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12845         and * file filters to the file choose.
12846
12847 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12848
12849         * po/de.po: Updated German translation.
12850
12851 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12852
12853         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12854
12855 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12856
12857         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12858
12859         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12860         (ev_window_init): implement those menuitems.
12861
12862 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12863
12864         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12865
12866         * shell/ev-window.c (ev_window_init): use the toolbar.
12867
12868 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12869
12870         * shell/ev-window.c (ev_window_init): use menu translations
12871
12872 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12873
12874         * configure.ac: add "de" to ALL_LINGUAS.
12875
12876         * po/de.po: add German translation.
12877
12878 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12879
12880         * Makefile.am (SUBDIRS): add po
12881
12882         * configure.ac: check intltool, glib-gettext etc, generate
12883         po/Makefile.in
12884
12885         * po, po/POTFILES.in, po/POTFILES.skip: new.
12886
12887 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12888
12889         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12890         already use (#ifdef ENABLE_NLS)
12891
12892         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12893         pointer indirection thinko.
12894
12895         * shell/main.c: include gi18n.h for bindtextdomain etc.
12896
12897 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12898
12899         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12900         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12901         tooltips for menu items in the statusbar.
12902
12903 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12904
12905         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12906         pkgdatadir drop UIDIR
12907
12908 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12909
12910         * data/evince-ui.xml: Add File->Open menu item
12911
12912         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12913         chooser), hook it up in the ui manager.
12914
12915 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12916
12917         * shell/ev-window.c: fix Help->About tooltip.
12918
12919 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12920
12921         * configure.ac: set CFLAGS for libevprivate.
12922
12923         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12924         definitions, factory etc.
12925
12926         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12927
12928         * shell/Makefile.am: link against libevprivate.a.
12929
12930         * shell/ev-window.c (entries): add stock icon to Help->About.
12931
12932         * shell/main.c (main): init stock icon code.
12933
12934 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12935
12936         * lib/recent-files: egg recent files code
12937
12938         * lib/Makefile.am: add.
12939
12940         * Makefile.am: add lib subdir.
12941
12942         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12943         set CFLAGS for recent-files.
12944
12945 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12946
12947         * configure.ac: disable -ansi and -pedantic gcc flags. They
12948         disable POSIX stuff in stdio.h, but egg-recent uses them.
12949
12950 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12951
12952         * configure.ac: add --disable-deprecated flag (defaults to on in
12953         "cvs" builds).
12954
12955         * shell/Makefile.am (INCLUDES): use it.
12956
12957 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12958
12959         * shell/main.c: add missing #include.
12960
12961         * shell/ev-window.c: fix for pedantic gcc.
12962         (ev_window_cmd_help_about): split license into paragraphs for
12963         translators and pedantic compilers.
12964
12965 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12966
12967         * configure.ac: add more warning flags if compiling with gcc from
12968         cvs (or explicitly requested with --enable-more-warnings).
12969
12970 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12971
12972         * data/evince-ui.xml: add File and File->Close menu.
12973
12974         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12975         (ev_window_destroy): quit after destroy.
12976         (ev_window_class_init): override GtkObject::destroy.
12977         (entries): install close_window callback.
12978
12979 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12980
12981         * Makefile.am (SUBDIRS): add data subdir.
12982
12983         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12984         gtk+ 2.5.0 for GtkAboutDialog.
12985
12986         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12987         main window.
12988
12989         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12990
12991         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12992         manager.
12993         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12994
12995 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12996
12997         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12998
12999 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13000
13001         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13002
13003 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13004
13005         * shell/*: Added shell directory boilerplate, build it.
13006
13007 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13008
13009         * configure.ac, Makefile.am: Added top-level configure.ac and
13010         Makefile.am