]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Added Nickolay and Carlos, since they're doing most of the releases
[evince.git] / ChangeLog
1 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2
3         * MAINTAINERS:
4         
5         Added Nickolay and Carlos, since they're doing most of
6         the releases nowadays.
7
8 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
9
10         * properties/Makefile.am:
11
12         Get the nautilus extension dir properly instead of using
13         a hack. Fixes bug #505359.
14
15 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
16
17         * properties/Makefile.am:
18         
19         Install nautilus extension into new place. See bug
20         #505359. Thanks to Matthias Clasen, Brian Pepple and
21         Damien Carbery.
22
23 2008-01-13   Djihed Afifi  <djihed@gmail.com>
24
25         * shell/ev-window.c: (ev_window_get_recent_file_label):
26         
27         RTL marker in recent file list. See bug #509076.
28
29 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
32         * shell/ev-window.c: (image_save_dialog_response_cb):
33
34         Fix compile warnings due to unused variables.
35         
36 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * configure.ac:
39         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
40         * backend/ps/ev-spectre.c: (ps_document_render):
41
42         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
43
44 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
45
46         * shell/ev-transition-animation.c (ev_transition_animation_fade)
47         (ev_transition_animation_paint): Implement "fade" effect.
48
49 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
50
51         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
52         (ev_transition_animation_paint): Implement "uncover" effect.
53
54 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
55
56         * shell/ev-transition-animation.c (ev_transition_animation_cover)
57         (ev_transition_animation_paint): Implement "cover" effect.
58
59 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
60
61         * shell/ev-transition-animation.c (ev_transition_animation_push)
62         (ev_transition_animation_paint): Implement "push" effect.
63
64 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
65
66         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
67         (ev_transition_animation_paint): Implement "dissolve" effect.
68
69 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
70
71         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
72         (ev_transition_animation_paint): Implement "wipe" effect.
73
74 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
75
76         * shell/ev-transition-animation.c (ev_transition_animation_box)
77         (ev_transition_animation_paint): Implement "box" effect.
78
79 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
80
81         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
82         (ev_transition_animation_paint): Implement "blinds" effect.
83
84 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
85
86         * shell/ev-transition-animation.c (ev_transition_animation_split)
87         (ev_transition_animation_paint): Implement "split" effect.
88
89 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
90
91         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
92         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
93         (ev_view_transition_animation_start) 
94         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
95         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
96         (ev_view_next_page) (ev_view_previous_page):
97         
98         Use EvTransitionAnimation to drive page changes in the presentation
99         mode, the animation will wait to start until both the origin and 
100         destination page surfaces are available. Fixes #458460.
101
102         (draw_loading_text):
103
104         Remove workaround for bug #320352, it's now fixed properly.
105
106
107 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
108
109         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
110         will contain the implementations for page transition animations, at
111         the moment it just has the "replace" effect.
112         * shell/Makefile.am: Added these files to build.
113
114 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
115
116         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
117         animations.
118         * shell/Makefile.am: Added these files to build.
119
120 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
121
122         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
123         implementation to get_effect() in EvDocumentTransitionIface.
124
125 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
126
127         * libdocument/ev-transition-effect.[ch]: New files, define a page
128         transition effect, at the moment it maps PopplerPageTransition to a
129         GObject.
130         * libdocument/Makefile.am: Added these files to build.
131         * libdocument/ev-document-transition.[ch]
132         (ev_document_transition_get_effect): New method, gets the
133         EvTransitionEffect returned by the interface implementation, with
134         fallback to the "replace" effect.
135
136 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
137
138         * configure.ac:
139         * cut-n-paste/Makefile.am:
140         * cut-n-paste/fileformatchooser/Makefile.am:
141         * cut-n-paste/fileformatchooser/egg-macros.h:
142         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
143         * shell/Makefile.am:
144         * shell/ev-window.c: (image_save_dialog_response_cb),
145         (ev_view_popup_cmd_save_image_as):
146
147         Allow exporting images in any format supported by
148         GdkPixbuf. Fixes bug #500209.
149         
150 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * backend/pixbuf/pixbuf-document.c:
153
154         More warnings fixed.
155         
156 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
159         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
160         * backend/djvu/djvu-text.h:
161         * backend/tiff/tiff-document.c: (tiff_document_render):
162
163         Fix compile warnings.
164         
165 2007-12-28  Christian Persch  <chpe@gnome.org>
166
167         * **/*.c: Include config.h. Bug #504721.
168
169 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * configure.ac:
172         * Makefile.am:
173         * po/POTFILES.in:
174         * backend/comics/Makefile.am:
175         * backend/comics/comics-document.[ch]:
176         * backend/comics/comicsdocument.evince-backend.in:
177         * backend/djvu/Makefile.am:
178         * backend/djvu/djvu-document.[ch]:
179         * backend/djvu/djvudocument.evince-backend.in:
180         * backend/dvi/Makefile.am:
181         * backend/dvi/dvi-document.[c]:
182         * backend/dvi/dvidocument.evince-backend.in:
183         * backend/impress/Makefile.am:
184         * backend/impress/impress-document.[ch]:
185         * backend/impress/impressdocument.evince-backend.in:
186         * backend/pdf/Makefile.am:
187         * backend/pdf/ev-poppler.cc:
188         * backend/pdf/ev-poppler.h:
189         * backend/pdf/pdfdocument.evince-backend.in:
190         * backend/pixbuf/Makefile.am:
191         * backend/pixbuf/pixbuf-document.[ch]:
192         * backend/pixbuf/pixbufdocument.evince-backend.in:
193         * backend/ps/Makefile.am:
194         * backend/ps/ev-spectre.[ch]:
195         * backend/ps/ps-document.[ch]:
196         * backend/ps/psdocument.evince-backend.in:
197         * backend/tiff/Makefile.am:
198         * backend/tiff/tiff-document.[ch]:
199         * backend/tiff/tiffdocument.evince-backend.in:
200         * libdocument/Makefile.am:
201         * libdocument/ev-backends-manager.[ch]:
202         * libdocument/ev-module.[ch]:
203         * libdocument/ev-document.h:
204         * libdocument/ev-document-factory.[ch]:
205         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
206         (get_compression_from_mime_type), (get_document_from_uri),
207         (ev_document_factory_get_document), (file_filter_add_mime_types),
208         (ev_document_factory_add_filters):
209         * shell/Makefile.am:
210         * shell/ev-window-title.c: (get_filename_from_uri):
211         * shell/main.c: (main):
212         * thumbnailer/Makefile.am:
213         * thumbnailer/evince-thumbnailer.c: (main):
214
215         Plugin system for backends. Fixes bug #351348.
216         
217 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
218
219         * shell/ev-view-private.h:
220         * shell/ev-view.c: (ev_view_drag_update_momentum),
221         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
222         (ev_view_button_release_event), (ev_view_destroy):
223         
224         Kinetic scrolling implemented as requested in
225         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
226
227 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
228
229         * data/evince-toolbar.xml:
230         * data/evince-ui.xml:
231         * shell/ev-view-private.h:
232         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
233         (ev_view_button_press_event), (ev_view_motion_notify_event),
234         (ev_view_button_release_event), (ev_view_init),
235         (ev_view_autoscroll_cb), (ev_view_autoscroll),
236         (ev_view_set_cursor):
237         * shell/ev-view.h:
238         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
239         (ev_window_cmd_view_autoscroll):
240         
241         Autoscroll feature with the context menu. Fixes bug 
242         #323670. Thanks to David Turner <cillian64@googlemail.com>.
243
244 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
247
248         Disconnect also page-ready signal when removing a job because the
249         page size has changed. Thanks to kripken
250         <kripkensteiner@gmail.com>.
251
252 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
253
254         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
255         
256         Scroll pages in page entry with mouse wheel. Fixes bug
257         #324122. Thanks to David Turner <cillian64@googlemail.com>.
258
259 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * backend/dvi/Makefile.am:
262         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
263         (mdvi_cairo_device_init):
264         * backend/dvi/mdvi-lib/common.h:
265         * backend/dvi/mdvi-lib/mdvi.h:
266         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
267         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
268         (mdvi_build_path_from_cwd):
269
270         Add ps specials support in dvi backend when libspectre is
271         present. Fixes bug #386005.
272         
273 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * configure.ac:
276         * backend/ps/Makefile.am:
277         * backend/ps/ev-spectre.[ch]:
278         
279         Use libspectre, if available, for the ps backend. Fixes bugs
280         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
281
282 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
283         
284         * backend/comics/comics-document.c: (comics_document_load):
285         
286         Cygwin build issue fix.
287
288 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * shell/ev-view.c: (ev_view_set_zoom):
291
292         Do not limit the minimum zoom factor when sizing mode is best bit
293         or fit width. Fixes bug #503805.
294         
295 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
298         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
299         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
300         (ev_link_dest_get_property), (ev_link_dest_set_property),
301         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
302         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
303         (ev_link_dest_new_fitr):
304         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
305         (goto_fith_dest), (goto_xyz_dest):
306
307         Do not change left, top and zoom values when they are null in PDF
308         destinations. Fixes bug #460658.
309         
310 2007-12-10  Christian Persch  <chpe@gnome.org>
311
312         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
313         (ev_view_accessible_class_init),
314         (ev_view_accessible_idle_do_action),
315         (ev_view_accessible_action_do_action),
316         (ev_view_accessible_action_get_description),
317         (ev_view_accessible_action_set_description),
318         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
319         (ev_view_accessible_factory_init),
320         (ev_view_accessible_factory_get_accessible_type):
321         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
322         private data, and G_DEFINE_TYPE. Bug #502843.
323
324 2007-12-08  Christian Persch  <chpe@gnome.org>
325
326         * shell/ev-metadata-manager.c: (item_free),
327         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
328         (value_free), (parse_value), (parseItem),
329         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
330         (save_values): Use GSlice to allocate small amounts of memory. Bug
331         #475972.
332
333 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
336
337         Restore cursor to normal after a drag operation. Fixes bug
338         #501603.
339         
340 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
341
342         * NEWS:
343         * configure.ac:
344         
345         Update for release 2.21.1
346
347 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * configure.ac:
350         * cut-n-paste/gedit-message-area/Makefile.am:
351         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
352         * shell/Makefile.am:
353         * shell/ev-message-area.[ch]:
354         * shell/ev-window.c: (ev_window_set_message_area),
355         (ev_window_error_message_response_cb), (ev_window_error_message),
356         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
357         (ev_window_save_job_cb), (image_save_dialog_response_cb),
358         (ev_attachment_popup_cmd_open_attachment),
359         (attachment_save_dialog_response_cb), (ev_window_set_document),
360         (ev_window_init):
361
362         Use a message area instead of a popup dialog for error
363         notifications. Fixes bug #337495.
364         
365 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
368         (ev_window_run_fullscreen):
369
370         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
371         
372 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
373
374         * ev-sidebar-thumbnails.c: (update_visible_range),
375         (ev_sidebar_thumbnails_refresh),
376         (ev_sidebar_thumbnails_set_document),
377         (ev_sidebar_thumbnails_support_document):
378
379         Show thumbnails for documents with one page. Fixes bug #358751.
380         
381 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * shell/ev-window.c:
384         (ev_window_load_print_settings_from_metadata),
385         (ev_window_save_print_settings), (ev_window_print_finished),
386         (ev_window_print_range):
387
388         Print settings that are specific to the document are now saved per
389         document in the metadata file. Fixes bug #488806.
390         
391 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
392
393         * backend/tiff/tiff-document.c: (tiff_document_render):
394
395         Tiff documents were rendered with wrong colors. Fixes bug #497279.
396         
397 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-application.[ch]: (get_find_string_from_args),
400         (ev_application_open_uri_at_dest), (ev_application_open_uri),
401         (ev_application_open_uri_list):
402         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
403         * shell/ev-window.[ch]: (ev_window_load_job_cb),
404         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
405         (ev_window_cmd_recent_file_activate),
406         (ev_window_open_recent_action_item_activated),
407         (ev_window_print_send), (open_remote_link):
408         * shell/main.c: (arguments_parse):
409
410         Add a command line option for search. Fixes bug #497710.
411         
412 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
413
414         * shell/ev-jobs.c: (ev_job_print_new):
415
416         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
417         
418 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * data/evince-toolbar.xml:
421         * shell/Makefile.am:
422         * shell/ev-application.c: (ev_application_init):
423         * shell/ev-open-recent-action.[ch]:
424         * shell/ev-window.c:
425         (ev_window_open_recent_action_item_activated),
426         (register_custom_actions):
427
428         Add an expander to the open toolbar item which pops up a dropdown
429         menu with the recently used documents. Fixes bug #487215.
430         
431 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-window.c: (ev_window_open_uri),
434         (ev_window_cmd_view_reload):
435
436         Do not jump to the first page when reloading by running evince
437         from the command line. Fixes bug #490847.
438         
439 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
440
441         * shell/ev-window.c: (ev_window_cmd_help_contents):
442
443         Plugged memory leak when help file is not found. Fixes bug
444         #490762.
445         
446 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * configure.ac:
449
450         Enable djvu, dvi and comics backends by default. Fixes bug
451         #437121.
452         
453 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * configure.ac:
456         * cut-n-paste/Makefile.am:
457         * cut-n-paste/recent-files/*: Removed
458         * help/reference/Makefile.am:
459         * shell/Makefile.am:
460         * shell/ev-application.[ch]: (ev_application_shutdown),
461         (ev_application_init):
462         * shell/ev-window.c: (ev_window_add_recent),
463         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
464
465         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
466         
467 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
468
469         * shell/ev-window.c: (launch_external_uri):
470
471         Let GnomeVFS check the URL, this allow more URL (like mailto:),
472         and report error if the URL is not supported (#489910).
473
474 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
477         (pdf_document_file_exporter_begin_page),
478         (pdf_document_file_exporter_end_page):
479
480         Fix printing with poppler splash backend. Fixes bug #489774.
481         
482 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
485         * shell/ev-print-job.c: (ev_print_job_class_init):
486
487         Fix a crash when printing with the gnome-print dialog. Fixes bug
488         #488939.
489         
490 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
491
492         * backend/pixbuf/pixbuf-document.c:
493
494         Fix an implicit function definition warning (#487655)
495
496 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * shell/ev-window.c:
499
500         Fix conflicting shortcut for view sade pane and presentation.
501         
502 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * backend/pdf/ev-poppler.cc:
505         (pdf_document_file_exporter_begin_page),
506         (pdf_document_file_exporter_do_page),
507         (pdf_document_file_exporter_end_page),
508         (pdf_document_file_exporter_iface_init):
509         * libdocument/ev-file-exporter.[ch]:
510         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
511         * shell/ev-jobs.c: (ev_job_print_get_page_list),
512         (ev_job_print_run):
513
514         When printing multiple pages per sheet in reverse option, do not
515         invert the order of the pages in every sheet, but the order of the
516         sheets. Do not print blank pages when page range is invalid. Fixes
517         bugs #484857 and #485521.
518         
519 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * shell/ev-jobs.c: (ev_job_print_get_page_list),
522         (ev_job_print_run):
523         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
524
525         Respect ranges order when printing more than one range in random
526         order.
527         
528 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
529
530         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
531         (ev_window_setup_document), (ev_window_rotation_changed_cb):
532
533         Rotate also the window icon when document is rotated. Fixes bug
534         #474681.
535         
536 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
539         (pdf_document_forms_get_form_fields):
540
541         Silently ignore unknown form fields. Fixes bug #482654. Patch by
542         Matthias Drochner.
543         
544 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * configure.ac:
547         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
548
549         Use poppler_page_render_for_printing() instead of
550         poppler_page_render() if available when exporting to a ps or pdf
551         file. Fixes bug #476627.
552         
553 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * shell/ev-window.c: (ev_window_run_fullscreen):
556
557         Do not show the toolbar in fullscreen mode if the main toolbar is
558         not visible. Fixes bug #483048.
559         
560 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-view.c: (ev_view_button_press_event):
563
564         Give priority to form fields over images when deciding whether a
565         button press event is over an image or form field. It allows edit
566         form fields when they are over a background image. Fixes bug
567         #477841.
568         
569 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
570
571         * NEWS:
572         * configure.ac:
573         
574         Update for release 2.20.0
575
576 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * backend/pdf/ev-poppler.cc:
579
580         Remove #ifdef HAVE_FORMS, so that forms support works again.
581
582 2007-09-05  Götz Waschk  <waschk@mandriva.org>
583
584         * configure.ac:
585         * data/evince.desktop.in.in:
586         
587         Fixes desktop file issues. See bug #473471.
588
589 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
592         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
593         (ev_job_queue_remove_job):
594         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
595         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
596         * shell/ev-window.c: (ev_window_clear_save_job),
597         (ev_window_save_job_cb), (file_save_dialog_response_cb),
598         (ev_window_dispose):
599
600         Move save a copy task to its own job so that it's carried out in a
601         thread avoiding another lock in the main thread. Use
602         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
603         can be saved to a pathin another file system. Fixes bug #456891.
604         
605 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
606
607         * NEWS:
608         * configure.ac:
609         
610         Update for release 2.19.92
611
612 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * configure.ac:
615         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
616         (pdf_selection_get_selection_region),
617         (pdf_selection_get_selection_map),
618         (ev_form_field_from_poppler_field):
619
620         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
621         and triple click selections are enabled again now.
622
623 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-window.c: (ev_window_add_history):
626
627         Make sure not to use the history with documents not supporting
628         links. Fixes bug #468954.
629
630 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * shell/ev-window.c: (ev_window_load_job_cb):
633
634         Restart the search when reloading a document with the find bar
635         visible. Fixes bug #461962.
636
637 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * shell/ev-window.c: (setup_document_from_metadata),
640         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
641
642         Do not jump to the first page when reloading a document from the
643         last page.
644
645 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (update_chrome_flag),
648         (setup_sidebar_from_metadata),
649         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
650         (ev_window_cmd_edit_find_next),
651         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
652         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
653         (find_bar_close_cb), (view_actions_focus_in_cb):
654
655         Do not update visibility when changing a chrome flag so that it's
656         possible to update several flags and update visibility only once
657         for all of them.
658
659 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
662
663         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
664         supported by gtk+. Fixes bug #460907.
665
666 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-view.c: (view_update_range_and_current_page):
669
670         Make sure current-page <= end-page in continuous mode. Fixes bug
671         #454950.
672
673 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * backend/pdf/ev-poppler.cc: (build_tree):
676
677         Ignore outline items without a title. Fixes bug #453913.
678
679 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
682         (ev_view_button_release_event), (ev_view_leave_notify_event):
683
684         Use always drag mouse cursor during a drag operation. Fixes bug
685         #470564.
686
687 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
690         (pdf_selection_get_selection_region),
691         (pdf_selection_get_selection_map):
692
693         Temporarily disable double and triple selections since it depends on
694         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
695         released and the update of the external dependency minimal version
696         approved.
697
698 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
701         (pdf_document_file_exporter_do_page):
702         * libdocument/ev-file-exporter.h:
703         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
704         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
705
706         Actually fix printing regressions. Remove orientation from
707         EvPrintContext since it's redundant.
708
709 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
712         * backend/impress/impress-document.c:
713         (impress_document_document_iface_init):
714         * backend/ps/ps-document.c: (ps_document_document_iface_init):
715         * backend/djvu/djvu-document.c:
716         (djvu_document_document_iface_init),
717         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
718         * backend/tiff/tiff-document.c:
719         (tiff_document_document_iface_init):
720         * backend/pixbuf/pixbuf-document.c:
721         (pixbuf_document_document_iface_init):
722         * backend/comics/comics-document.c:
723         (comics_document_document_iface_init):
724         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
725         (pdf_selection_render_selection),
726         (pdf_selection_get_selected_text),
727         (pdf_selection_get_selection_region),
728         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
729         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
730         (ev_selection_get_selection_region),
731         (ev_selection_get_selection_map):
732         * libdocument/ev-document.[ch]:
733         * shell/ev-pixbuf-cache.[ch]: (add_job),
734         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
735         * shell/ev-view-private.h:
736         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
737         (ev_job_render_run):
738         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
739         * shell/ev-view.c: (start_selection_for_event),
740         (ev_view_button_press_event), (ev_view_drag_data_get),
741         (ev_view_drag_data_received), (ev_view_button_release_event),
742         (compute_new_selection_text), (compute_selections),
743         (ev_view_select_all), (get_selected_text), (ev_view_copy),
744         (ev_view_primary_get_cb):
745
746         Add support for double and triple click selections.
747
748 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
749
750         * NEWS:
751         * configure.ac:
752
753         Update for release 2.19.4
754
755 2007-08-28  Justin Blanchard  <justinb04@aim.com>
756
757         * shell/ev-view-private.h:
758         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
759         (ev_view_set_highlight_search):
760         * shell/ev-view.h:
761         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
762         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
763         (find_bar_visibility_changed_cb):
764         
765         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
766
767 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
770         (pdf_document_file_exporter_begin),
771         (pdf_document_file_exporter_do_page):
772         * shell/ev-jobs.c: (ev_job_print_run):
773         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
774
775         Create always a portrait cairo surface and rotate when needed for
776         landscape. It fixes printing problems in real printers.
777
778 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
781         * libdocument/ev-file-exporter.[ch]:
782         (ev_file_exporter_get_capabilities):
783         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
784         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
785
786         Adjust number of pages per row according to page orientation when
787         printing 2 or 6 pages per sheet.
788
789 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-window.c: (ev_window_print_send):
792
793         Reset also cups setting to 1 when printing multiple pages per
794         sheet. Fixes bug #468853.
795
796 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * libdocument/ev-document-misc.c:
799         (ev_document_misc_surface_rotate_and_scale):
800
801         Use directly cairo_surface_get_content() when creating a similar
802         surface as suggested by Jeff Muizelaar. Thanks again.
803
804 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * backend/djvu/djvu-document.c: (djvu_document_render):
807         * backend/tiff/tiff-document.c: (tiff_document_render):
808         * backend/pdf/ev-poppler.cc: (pdf_document_render):
809         * libdocument/ev-document-misc.c:
810         (ev_document_misc_surface_from_pixbuf),
811         (ev_document_misc_surface_rotate_and_scale):
812
813         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
814         creating page surfaces. Fixes bug #453123. Thank you very much to
815         Jeff Muizelaar <jeff@infidigm.net>.
816
817 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * shell/ev-page-cache.c: (ev_page_cache_new),
820         (ev_page_cache_get_thumbnail_size):
821         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
822         (ev_sidebar_thumbnails_set_loading_icon):
823
824         Also store in page-cache the dimensions of the thumbnails so that
825         they can be used to create the correct loading icon in the side
826         pane. Fixes bug #466857.
827
828 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * backend/pdf/ev-poppler.cc:
831         (pdf_document_thumbnails_get_thumbnail):
832
833         Fix thumbnails rotation in pdf documents that include embedded 
834         thumbnails.
835
836 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
837
838         * backend/pdf/ev-poppler.cc:
839
840         Don't use #ifdef in macro expansion. Some compilers don't
841         like that. Closes bug #467042.
842
843 2007-08-15  Justin Blanchard  <justinb04@aim.com>
844
845         * backend/djvu/djvu-document.c: (djvu_document_finalize):
846         
847         Fixes memory leak in djvu backend.
848
849 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
850
851         * data/icons/32x32/Makefile.am:
852         * data/icons/32x32/actions/Makefile.am:
853         * data/icons/32x32/actions/view-page-cont.svg:
854         * data/icons/32x32/actions/view-page-facing.svg:
855         * data/icons/48x48/Makefile.am:
856         * data/icons/48x48/actions/Makefile.am:
857         * data/icons/48x48/actions/view-page-cont.svg:
858         * data/icons/48x48/actions/view-page-facing.svg:
859         
860         Icons for a new sizes.
861
862 2007-08-14  Justin Blanchard  <justinb04@aim.com>
863
864         * shell/ev-page-cache.c: (build_height_to_page),
865         (ev_page_cache_get_height_to_page):
866         
867         Fixes invalid read, see bug #466401.
868
869 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
872         (set_drag_cursor):
873         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
874         (configure_item_cursor), (new_pixbuf_from_widget):
875
876         Fix multihead problems in toolbar editor. Fixes bug #382055.
877
878 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-window.c: (ev_window_cmd_file_open),
881         (ev_window_cmd_save_as):
882
883         Use g_get_user_special_dir when available instead of
884         xdg_user_dir_lookup.
885
886 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
887
888         * MAINTAINERS:
889         
890         Updated according to request on desktop-devel.
891
892 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
895
896         Do not use cairo_rectangle and cairo_clip since we are
897         not using cairo_fill but cairo_paint. Use the same cairo context
898         for every page in the same expose event.
899
900 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
901
902         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
903         leak.
904
905 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * configure.ac:
908         * NEWS:
909
910         Release 0.9.3
911
912 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * libdocument/ev-document-info.h:
915         * libdocument/ev-document.h:
916         * shell/ev-page-action.h:
917         * shell/ev-sidebar-links.h:
918
919         Fix a headers problem with ev-link
920         
921         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
922         * shell/ev-view-private.h:
923         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
924         (get_link_area), (ev_view_query_tooltip),
925         (ev_view_leave_notify_event), (ev_view_destroy),
926         (ev_view_class_init):
927
928         Use new gtk tooltips when available instead of ev-tooltip.
929         
930 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-window.c: (update_chrome_visibility),
933         (ev_window_sidebar_visibility_changed_cb):
934
935         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
936         
937 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-navigation-action.c:
940         (ev_navigation_action_history_changed),
941         (ev_navigation_action_set_history):
942         * shell/ev-navigation-action-widget.c:
943         (ev_navigation_action_widget_init):
944         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
945
946         Fix compile warnings.
947         
948 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
951         (egg_editable_toolbar_dispose):
952
953         Fix memory leak.
954         
955 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
958         (screensaver_disable_x11):
959         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
960         * shell/ev-window.c: (presentation_set_timeout):
961         * shell/ev-view.c: (ev_view_presentation_transition_start):
962
963         Use g_timeout_add_seconds instead of g_timeout_add when
964         available.
965         
966 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
969
970         Set horizontal scrollbar policy to AUTOMATIC instead of
971         NEVER. Workaround for bug #449462.
972         
973 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * shell/ev-jobs.c: (ev_job_render_page_ready):
976
977         Add page_ready callback to main loop with high priority and hold
978         a reference to job during idle.
979         
980 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * configure.ac:
983         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
984         (pdf_document_file_exporter_begin),
985         (pdf_document_file_exporter_do_page),
986         (pdf_document_file_exporter_get_capabilities):
987         * libdocument/ev-file-exporter.h:
988         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
989         * shell/ev-window.c: (ev_window_print_send),
990         (ev_window_print_dialog_response_cb):
991
992         Allow printing multiple pages per sheet. Fixes bug #395573.
993         
994 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
995
996         * shell/ev-view.c: (tip_from_link):
997         
998         Check for NULL, fixes bug #460862.
999
1000 2007-07-29  Christian Persch  <chpe@gnome.org>
1001
1002         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1003         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1004         (ev_window_cmd_preview_print):
1005         
1006         Fixes bug #437681 - blocks while enumerating printers.
1007
1008 2007-07-29  Christian Persch  <chpe@gnome.org>
1009
1010         * shell/ev-window.c: (ev_window_screen_changed):
1011         
1012         Don't use deprecated gtk+ function. See bug #460909.
1013
1014 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * shell/ev-utils.c: (get_num_monitors):
1017         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1018
1019         Do not use display before initializing it. Remove compile
1020         warnings.
1021
1022 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1023
1024         * shell/ev-view.c: (ev_view_class_init):
1025         
1026         Unix-like hjkl bindings added. See bug #458111.
1027
1028 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1029
1030         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1031         * shell/ev-utils.h:
1032         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1033         (ev_view_update_view_size):
1034         * shell/ev-view.h:
1035         * shell/ev-window.c: (ev_window_update_actions),
1036         (setup_view_from_metadata), (ev_window_screen_changed),
1037         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1038         (zoom_control_changed_cb):
1039         * shell/ev-window.h:
1040         
1041         Reorganizes utility functions.
1042
1043 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1046         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1047         (add_job), (ev_pixbuf_cache_get_surface),
1048         (ev_pixbuf_cache_get_link_mapping),
1049         (ev_pixbuf_cache_get_image_mapping),
1050         (ev_pixbuf_cache_get_form_field_mapping),
1051         (ev_pixbuf_cache_get_text_mapping):
1052         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1053         (notify_page_ready), (ev_job_render_page_ready),
1054         (ev_job_render_run):
1055
1056         Add page_ready signal to notify that page is ready as soon as
1057         possible even if other page elements like links, forms, images or
1058         text mapping are not ready yet.
1059
1060 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1063         (dvi_document_file_exporter_do_page),
1064         (dvi_document_file_exporter_get_capabilities),
1065         (dvi_document_file_exporter_iface_init):
1066         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1067         (ps_document_file_exporter_do_page),
1068         (ps_document_file_exporter_get_capabilities),
1069         (ps_document_file_exporter_iface_init):
1070         * backend/djvu/djvu-document.c:
1071         (djvu_document_file_exporter_begin),
1072         (djvu_document_file_exporter_end),
1073         (djvu_document_file_exporter_get_capabilities),
1074         (djvu_document_file_exporter_iface_init):
1075         * backend/tiff/tiff-document.c:
1076         (tiff_document_file_exporter_begin),
1077         (tiff_document_file_exporter_get_capabilities),
1078         (tiff_document_document_file_exporter_iface_init):
1079         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1080         (pdf_document_file_exporter_do_page),
1081         (pdf_document_file_exporter_get_capabilities),
1082         (pdf_document_file_exporter_iface_init):
1083         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1084         (ev_file_exporter_get_capabilities):
1085         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1086         (idle_print_handler), (ev_print_job_print):
1087         * shell/ev-jobs.c: (ev_job_print_run):
1088         * shell/ev-window.c: (ev_window_print_send),
1089         (ev_window_print_range):
1090
1091         Use capabilities to know which options should be offered by the
1092         print dialog depending on the document backend.
1093
1094 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1097
1098         Give priority to forms over text to set the cursor.
1099
1100 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * shell/ev-view-private.h:
1103         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1104         (ev_view_leave_notify_event), (ev_view_finalize),
1105         (ev_view_get_property), (ev_view_class_init):
1106
1107         Use IBEAM cursor for text form fields and NORMAL cursor for read
1108         only fields. Remove unused status attribute.
1109
1110 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1113
1114         Update region for current selected items also for checkbox
1115         buttons, since they can behave as radio buttons when they are in a
1116         set.
1117
1118 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * configure.ac:
1121         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1122
1123         Get max length of text form fields.
1124
1125 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1128         * libdocument/ev-form-field.h:
1129         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1130
1131         Fix build with current poppler cvs head.
1132
1133 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1136         * shell/eggfindbar.c: (egg_find_bar_init):
1137
1138         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1139         deprecation. Fixes bug #455667
1140
1141 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1142
1143         * NEWS:
1144         * configure.ac:
1145         
1146         Update for release 0.9.2
1147
1148 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-view.c: (ev_view_form_field_text_save),
1151         (ev_view_form_field_choice_save):
1152
1153         Fix a crash when closing whith a form widget visible.
1154
1155 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1158
1159         Update also the region of the current selected button when
1160         clicking on another button if they are radio buttons.
1161
1162 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1165         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1166         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1167         (ev_pixbuf_cache_get_link_mapping),
1168         (ev_pixbuf_cache_get_image_mapping),
1169         (ev_pixbuf_cache_get_form_field_mapping),
1170         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1171         * shell/ev-view.c: (ev_view_form_field_get_region),
1172         (ev_view_form_field_button_create_widget),
1173         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1174         (job_finished_cb):
1175
1176         Redraw only form field region instead of the whole page when
1177         reloading a page to show changes on the form field.
1178
1179 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * shell/ev-view.c: (ev_view_form_field_choice_save):
1182
1183         Fix selection of first item in list form fields.
1184
1185 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1188         (ev_pixbuf_cache_reload_page),
1189         (ev_pixbuf_cache_get_form_field_mapping):
1190
1191         Some refactoring to avoid duplicated code.
1192
1193 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * configure.ac:
1196         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1197         (ev_form_field_from_poppler_field),
1198         (pdf_document_forms_get_form_fields),
1199         (pdf_document_forms_form_field_text_get_text),
1200         (pdf_document_forms_form_field_text_set_text),
1201         (pdf_document_forms_form_field_button_set_state),
1202         (pdf_document_forms_form_field_button_get_state),
1203         (pdf_document_forms_form_field_choice_get_item),
1204         (pdf_document_forms_form_field_choice_get_n_items),
1205         (pdf_document_forms_form_field_choice_is_item_selected),
1206         (pdf_document_forms_form_field_choice_select_item),
1207         (pdf_document_forms_form_field_choice_toggle_item),
1208         (pdf_document_forms_form_field_choice_unselect_all),
1209         (pdf_document_forms_form_field_choice_set_text),
1210         (pdf_document_forms_form_field_choice_get_text),
1211         (pdf_document_document_forms_iface_init):
1212         * libdocument/Makefile.am:
1213         * libdocument/ev-form-field.[ch]:
1214         * libdocument/ev-document-forms.[ch]:
1215         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1216         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1217         (add_job), (ev_pixbuf_cache_reload_page),
1218         (ev_pixbuf_cache_get_form_field_mapping):
1219         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1220         * shell/ev-view-private.h:
1221         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1222         (ev_view_handle_cursor_over_xy),
1223         (ev_view_get_form_field_at_location),
1224         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1225         (ev_view_form_field_button_create_widget),
1226         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1227         (ev_view_form_field_text_create_widget),
1228         (ev_view_form_field_choice_save),
1229         (ev_view_form_field_choice_changed),
1230         (ev_view_form_field_choice_create_widget),
1231         (ev_view_handle_form_field), (ev_view_size_allocate),
1232         (ev_view_realize), (draw_end_presentation_page),
1233         (ev_view_button_press_event), (ev_view_remove_all),
1234         (ev_view_motion_notify_event), (ev_view_key_press_event),
1235         (ev_view_enter_notify_event), (highlight_find_results),
1236         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1237         (ev_view_class_init), (page_changed_cb),
1238         (on_adjustment_value_changed), (ev_view_set_presentation),
1239         (merge_selection_region), (ev_view_set_cursor),
1240         (ev_view_reset_presentation_state):
1241         
1242         Merge evince-forms branch.
1243
1244 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1245
1246         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1247
1248         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1249         This script also updates itself from libegg
1250
1251         * cut-n-paste/toolbar-editor/egg*:
1252         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1253         libegg
1254
1255 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1256
1257         * shell/ev-window.c:
1258         
1259         Adds a nice icon to page action during toolbar editing.
1260         See bug #452872.
1261
1262 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1263
1264         * data/evince-toolbar.xml:
1265         * shell/ev-window.c:
1266         
1267         Let user add a presentation and fullscreen icons on toolbar.
1268         See bug #449734.
1269
1270 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1271
1272         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1273
1274         new script to keep in sync with toolbareditor in libegg
1275
1276         * cut-n-paste/toolbar-editor/*: 
1277
1278         Run update-toolbareditor-from-libegg so we are in sync again. 
1279         Fixes bug #452850.
1280         
1281
1282 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-sidebar-links.c: (job_finished_callback):
1285
1286         Do not connect selection changed signal more than once. Fixes bug
1287         #349433.
1288
1289 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1292
1293         Do not change sidebar chrome flag when pressing F9 key in
1294         presentation mode.
1295
1296 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * backend/pdf/ev-poppler.cc:
1299         (pdf_document_thumbnails_get_dimensions):
1300
1301         Make sure thumbnails width and height is not <= 0. Fixes a crash
1302         with some pdf documents which have really small pages.
1303
1304 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1305
1306         * shell/main.c: (main):
1307
1308         Fixes program description translation issue.
1309         Bug #450148.
1310
1311 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1312
1313         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1314
1315         Do not change current page when returning from black/white mode
1316         in presentation. Fixes bug #415032.
1317
1318 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1319
1320         * NEWS:
1321         * configure.ac:
1322         
1323         Update for release 0.9.1
1324
1325 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1326
1327         * backend/dvi/dvi-document.c:
1328         (dvi_document_finalize),
1329         (dvi_document_file_exporter_format_supported),
1330         (dvi_document_file_exporter_begin),
1331         (dvi_document_file_exporter_do_page),
1332         (dvi_document_file_exporter_end),
1333         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1334         
1335         PDF exporter for dvi documents. Fixes bug #441319.
1336
1337 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-window.c: (ev_window_clear_print_job):
1340
1341         Clear gtk print job when job has finished. Fixes bug #447612.
1342
1343 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * shell/ev-window.c: (ev_window_print_send),
1346         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1347
1348         Add preview button to print dialog. Fixes bug #445419.
1349
1350 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * backend/dvi/Makefile.am:
1353         * backend/dvi/pixbuf-device.[ch]: Removed
1354         * backend/dvi/cairo-device.[ch]: Added
1355         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1356         * backend/dvi/dvi-document.c: (dvi_document_load),
1357         (dvi_document_render), (dvi_document_finalize),
1358         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1359         (dvi_document_do_color_special):
1360         * libdocument/ev-document-misc.[ch]:
1361         (ev_document_misc_pixbuf_from_surface):
1362
1363         Port dvi backend to cairo and fix a problem with colors. 
1364
1365 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-view.c: (draw_one_page):
1368
1369         Draw only visible region.
1370
1371 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * backend/djvu/djvu-document.c: (djvu_document_render):
1374
1375         Fix rotation in djvu backend.
1376
1377 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1380         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1381         (ev_pixbuf_cache_get_image_mapping),
1382         (ev_pixbuf_cache_get_text_mapping):
1383
1384         Redraw view every time we have a new surface. Fixes bug #443587.
1385
1386 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * libdocument/ev-document.c: (ev_document_info_free):
1389
1390         Fix memory leaks.
1391
1392 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * backend/dvi/dvi-document.c: (dvi_document_render),
1395         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1396         * backend/impress/impress-document.c:
1397         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1398         (impress_document_render), (impress_document_document_iface_init),
1399         (impress_document_thumbnails_get_thumbnail):
1400         * backend/djvu/djvu-document-private.h:
1401         * backend/djvu/djvu-document.c: (djvu_document_render),
1402         (djvu_document_finalize), (djvu_document_document_iface_init),
1403         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1404         * backend/tiff/tiff-document.c: (tiff_document_render),
1405         (tiff_document_render_pixbuf),
1406         (tiff_document_document_iface_init):
1407         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1408         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1409         (pdf_selection_render_selection):
1410         * backend/comics/comics-document.c:
1411         (comics_document_render_pixbuf), (comics_document_render),
1412         (comics_document_document_iface_init):
1413         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1414         (pixbuf_document_document_iface_init):
1415         * libdocument/ev-document-misc.[ch]:
1416         (ev_document_misc_surface_from_pixbuf),
1417         (ev_document_misc_surface_rotate_and_scale):
1418         * libdocument/ev-document.[ch]: (ev_document_render):
1419         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1420         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1421         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1422         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1423         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1424         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1425         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1426         (render_finished_cb), (ev_job_render_run):
1427         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1428         (merge_selection_region):
1429
1430         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1431         and selections.
1432
1433 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * shell/ev-window-title.c: (ev_window_title_update):
1436
1437         Fix memory leak.
1438
1439 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/ev-view.c: (draw_loading_text):
1442
1443         Show loading text centered. Fixes bug #433061
1444
1445 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * shell/ev-sidebar-thumbnails.c:
1448         (ev_sidebar_thumbnails_set_loading_icon):
1449
1450         Remove a mutex in the main thread that blocks the UI in heavy
1451         documents.
1452
1453 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1456
1457         Set points_set to TRUE so that selections don't disappear after a
1458         zoom change.
1459
1460 2007-06-07  Michael Monreal  <infernux@web.de>
1461
1462         * data/icons/16x16/actions/Makefile.am:
1463         * data/icons/16x16/actions/zoom.svg:
1464         * data/icons/22x22/actions/Makefile.am:
1465         * data/icons/22x22/actions/zoom.svg:
1466         * data/icons/24x24/actions/Makefile.am:
1467         * shell/ev-stock-icons.c:
1468         * shell/ev-stock-icons.h:
1469         * shell/ev-window.c:
1470         
1471         Zoom icon artwork. See bug #444795.
1472
1473 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1474
1475         * shell/ev-metadata-manager.c: Remove extraneous function
1476         (Closes: #444386)
1477
1478 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1479
1480         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1481         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1482         (ev_metadata_manager_set), (ev_metadata_manager_save):
1483         Simplify the timeout, no need for modified anymore
1484
1485 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1486
1487         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1488         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1489         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1490         (ev_metadata_manager_save): Adapted patch from Arjan van de
1491         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1492         time, saves on power (Closes: #443851)
1493
1494 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * configure.ac:
1497         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1498         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1499
1500         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1501
1502 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1503
1504         * shell/ev-window.c: (ev_window_add_history):
1505
1506         Check if history is NULL
1507
1508 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * libdocument/ev-image.c: (ev_image_finalize):
1511         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1512         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1513         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1514         (ev_tmp_uri_unlink):
1515
1516         Add functions to delete temporary files created by evince in a safe
1517         way.
1518
1519         * shell/ev-window.c: (ev_window_clear_local_uri),
1520         (open_xfer_update_progress_callback),
1521         (save_xfer_update_progress_callback), (ev_window_save_remote),
1522         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1523         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1524         (attachment_save_dialog_response_cb),
1525         (ev_attachment_popup_cmd_save_attachment_as):
1526
1527         Allow saving a copy of a document, image or attachment to a remote
1528         location. Fixes bug #440754. 
1529
1530 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * configure.ac:
1533         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1534
1535         Fix build with current poppler from cvs head. 
1536
1537 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1538
1539         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1540
1541         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1542         directory exists.
1543
1544 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1545
1546         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1547         * shell/ev-window.c:
1548
1549         Change sidebar ordering. Fixes bug #439939.
1550
1551 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1552
1553         * backend/comics/Makefile.am:
1554         
1555         Fixes build with --without-libgnome.
1556
1557 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1558         
1559         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1560
1561         Update cursor and tooltip on page change and view scroll. Fixes bug
1562         #439217.
1563
1564 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1565
1566         * NEWS:
1567         * configure.ac:
1568         
1569         Update for release 0.9.0
1570
1571 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1572
1573         * backend/djvu/djvu-document-private.h:
1574         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1575         (djvu_document_finalize),
1576         (djvu_document_file_exporter_format_supported),
1577         (djvu_document_file_exporter_begin),
1578         (djvu_document_file_exporter_do_page),
1579         (djvu_document_file_exporter_end),
1580         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1581         
1582         Implemented printing with djvu. Bug #437998.
1583
1584 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * backend/impress/zip.c:
1587         Add missing ulong definition.
1588
1589         * backend/ps/ps-interpreter.c:
1590         Add missing headers.
1591
1592         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1593
1594 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1597
1598         Add missing call to parent class dispose method. 
1599
1600 2007-05-12  Ross Burton  <ross@openedhand.com>
1601
1602         * shell/main.c:
1603         Sync keybindings manually when building without libgnome
1604         (#437925).
1605
1606 2007-05-12  Ross Burton  <ross@openedhand.com>
1607
1608         * shell/ev-window.c:
1609         Respect the screen when opening help (#437866).
1610
1611 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * data/evince-ui.xml:
1614         * shell/ev-application.[ch]: (get_print_settings_from_args),
1615         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1616         (ev_application_open_uri_list):
1617         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1618         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1619         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1620         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1621         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1622         (ev_window_dispose):
1623         * shell/main.c: (arguments_parse):
1624
1625         Add print button in preview mode. Fixes bug #396475. 
1626
1627 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1628
1629         * cut-n-paste/zoom-control/ephy-zoom.h:
1630         
1631         Fixes zoom level factors. See bug #408119 for details.
1632
1633 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1634
1635         * backend/comics/comics-document.c: (comics_regex_quote),
1636         (extract_argv):
1637         
1638         Correctly quote symbols. Fixes crash in the bug
1639         #415370.
1640
1641 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1642
1643         * shell/ev-navigation-action-widget.c:
1644         (ev_navigation_action_widget_init),
1645         (ev_navigation_action_widget_class_init),
1646         (ev_navigation_action_widget_button_press_event):
1647         
1648         Connect to button-press event on correct widget. Fixes
1649         bug #431988
1650
1651 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1652
1653         * shell/ev-application.c: (ev_application_open_window),
1654         (ev_application_add_icon_path_for_screen),
1655         (ev_application_open_uri_at_dest):
1656         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1657         * shell/ev-navigation-action.c: (build_menu):
1658         
1659         Add app-specific icons to our icon theme. Fixes bug
1660         #425508.
1661
1662 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1663
1664         * shell/ev-history.c: (ev_history_class_init),
1665         (ev_history_add_link):
1666         * shell/ev-history.h:
1667         * shell/ev-navigation-action.c:
1668         (ev_navigation_action_history_changed),
1669         (ev_navigation_action_set_history), (build_menu),
1670         (ev_navigation_action_finalize):
1671         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1672         
1673         Make navigation action unsensitive instead of showing
1674         menu with unsensitive word. Fixes bug #417392.
1675
1676 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * shell/ev-application.[ch]: (ev_application_shutdown),
1679         (ev_application_get_print_settings),
1680         (ev_application_set_print_settings):
1681         * shell/ev-window.c:
1682
1683         Remember print settings. Fixes bug #349102. 
1684
1685 2007-05-08  Christian Persch  <chpe@gnome.org>
1686
1687         * configure.ac:
1688         * properties/ev-properties-view.c:
1689
1690         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1691         Bug #382438.
1692
1693 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * configure.ac:
1696         * properties/ev-properties-view.c: (ev_regular_paper_size):
1697
1698         Use gtk+ builtin paper list to identify the document's paper size.
1699         Fixes bug #382438. 
1700
1701 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1702
1703         * configure.ac:
1704
1705         Fix build when compiling with thumbnailer and libgnome support. 
1706
1707 2007-05-04  Ross Burton  <ross@openedhand.com>
1708
1709         * configure.ac:
1710         Add --without-libgnome, check for libgnome and libgnomeui
1711         separately, and add them to the symbols as required.
1712
1713         * libdocument/ev-file-helpers.c:
1714         When building without libgnome, use g_get_user_config_dir instead
1715         of gnome_user_dir_get.
1716
1717         * shell/ev-application.c:
1718         When building without libgnome, don't use session management.
1719
1720         * shell/main.c:
1721         When building without libgnome, don't use GnomeProgram or
1722         initialise the authentication manager.
1723
1724         This fixes #328842.
1725
1726 2007-05-04  Ross Burton  <ross@openedhand.com>
1727
1728         * shell/ev-window.c:
1729         Don't use libgnome to open help, instead call Yelp directly.
1730
1731 2007-05-04  Ross Burton  <ross@openedhand.com>
1732
1733         * shell/ev-sidebar-attachments.c:
1734         Don't use libgnome to lookup icons for MIME types, instead copy
1735         code from GTK+ to do it manually.
1736
1737 2007-05-04  Ross Burton  <ross@openedhand.com>
1738
1739         * configure.ac:
1740         Add libxml to the dependencies for SHELL_CORE (#435818).
1741
1742 2007-05-02  Ross Burton  <ross@openedhand.com>
1743
1744         * configure.ac:
1745         * Makefile.am:
1746         Add --disable-thumbnailer (#434825)
1747
1748 2007-05-02  Ross Burton  <ross@openedhand.com>
1749
1750         * shell/ev-window.c:
1751         Add missing includes, fix indentation.
1752
1753         * shell/main.c:
1754         Fix indentation.
1755
1756 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1757
1758         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1759         ev_application_open_uri_at_dest instead of ev_application_open_uri
1760         preventing new document always being opened in a new window even if there
1761         is an empty window.
1762
1763 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1764
1765         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1766         (egg_recent_view_uimanager_finalize):
1767         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1768         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1769         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1770         (ev_pixbuf_cache_dispose):
1771         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1772         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1773         
1774         Add missing chain to parent class methods. Fixes
1775         bug #433128.
1776
1777 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1778
1779         * data/Makefile.am (update-icon-cache): Updates
1780         gtk-update-icon-cache in uninstall-hook.
1781
1782 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * shell/ev-window.c: (ev_window_setup_document),
1785         (ev_window_set_document), (ev_window_load_job_cb):
1786         * shell/ev-view.c: (setup_caches):
1787         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1788
1789         Start rendering pages before any other jobs. 
1790
1791 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-window.c: (ev_window_stop_fullscreen),
1794         (ev_window_stop_presentation):
1795
1796         Update chrome visibility before window unfullscreen. 
1797
1798 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1799
1800         * data/Makefile.am:
1801         * data/evince-ui.xml:
1802         * shell/ev-stock-icons.[ch]:
1803         * shell/ev-application.[ch]: (ev_application_shutdown),
1804         (ev_application_init), (ev_application_get_toolbars_model):
1805         * shell/ev-window.c: (update_chrome_visibility),
1806         (fullscreen_toolbar_setup_item_properties),
1807         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1808         (ev_window_run_presentation), (ev_window_stop_presentation),
1809         (ev_window_run_preview), (ev_window_screen_changed),
1810         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1811         (ev_window_dispose), (ev_window_init):
1812
1813         Make fullscreen toolbar always visible. Do not use egg toolbars for
1814         fullscreen and preview modes since such toolbars are not editables.
1815         Fixes bugs #300278, #338910 and #316188.  
1816
1817 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1818
1819         * shell/ev-application.c:
1820         * shell/ev-job-queue.c:
1821         * shell/ev-metadata-manager.c:
1822         * shell/ev-stock-icons.c:
1823         * shell/ev-window.c:
1824         * shell/main.c:
1825         
1826         Developers documentation updated.
1827
1828 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1831
1832         Check whether uri is valid before launching it. Fixes bug #427664.
1833
1834 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * shell/ev-window.c:
1837
1838         Change key accelerator for Open a Copy menu entry which is in conflict
1839         with Close. Fixes bug #427321.
1840
1841 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1842
1843         * NEWS:
1844         * configure.ac:
1845         
1846         Update for release 0.8.1
1847
1848 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1849
1850         * shell/ev-window.c: (setup_size_from_metadata):
1851         
1852         Do not make window bigger than screen. Fixes bug 
1853         #388985.
1854
1855 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1858         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1859
1860         Use default resolution when it's not provided by document. Fixes bug
1861         #408762.
1862
1863 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * configure.ac:
1866         * thumbnailer/Makefile.am:
1867         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1868         * thumbnailer/evince-thumbnailer.schemas.in:
1869         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1870
1871         Add support for ps, eps and compressed documents thumbnails. Do not
1872         ignore size parameter. 
1873
1874 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1875
1876         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1877         (dvi_document_do_color_special):
1878         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1879
1880         Implement font color specials in the DVI backend. Fixes bug #303651.
1881
1882 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1883
1884         Fixup the previous commit:
1885
1886         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1887         * shell/xdg-user-dir-lookup.c: Make the function non-static
1888         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1889
1890 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1891
1892         * shell/ev-window.c (file_open_dialog_response_cb): Use
1893         the xdg-user-dirs DOCUMENTS folder as default folder when
1894         opening a file chooser.  (#424858)
1895
1896         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1897         xdg-user-dirs.
1898
1899 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-window.c: (ev_window_load_job_cb):
1902
1903         Do not setup view from metadata on preview mode. 
1904
1905 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/main.c:
1908
1909         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1910
1911 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * shell/ev-view.c: (ev_view_primary_get_cb):
1914
1915         Check pointer != NULL before using it. Fixes bug #416841. 
1916
1917 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1918
1919         * NEWS:
1920         * configure.ac:
1921         
1922         Release 0.8.0
1923
1924 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1927
1928         Do not render thumbnails when sidebar thumbnail page is not visible
1929         at startup. Fixes bug #416447. 
1930
1931 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1932
1933         * data/evince.desktop.in.in:
1934
1935         "Application" is not a valid category in the freedesktop specification.
1936
1937 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * libdocument/ev-file-helpers.[ch]: (compression_run),
1940         (ev_file_uncompress), (ev_file_compress):
1941         * shell/ev-window.c: (file_save_dialog_response_cb):
1942
1943         Save document compressed when saving a copy of a compressed document.
1944         Fixes bug #334542.
1945
1946 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1949
1950         Allow deleting in goto window entry in presentation mode. 
1951
1952 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1953
1954         * Makefile.am: Dist MAINTAINERS.
1955
1956 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-window.c: (ev_window_update_actions):
1959
1960         Fix zoom shortcut keys when searching. Fixes bug #409828.
1961
1962 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * shell/ev-window.c: (ev_window_setup_document):
1965
1966         Fix crash when loading documents with only one page. 
1967
1968 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * backend/dvi/dvi-document.c:
1971         (dvi_document_thumbnails_get_dimensions),
1972         (dvi_document_thumbnails_get_thumbnail):
1973         * backend/impress/impress-document.c:
1974         (impress_document_thumbnails_get_thumbnail),
1975         (impress_document_thumbnails_get_dimensions):
1976         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1977         (ps_document_thumbnails_get_dimensions):
1978         * backend/djvu/djvu-document.c:
1979         (djvu_document_thumbnails_get_dimensions),
1980         (djvu_document_thumbnails_get_thumbnail):
1981         * backend/tiff/tiff-document.c:
1982         (tiff_document_thumbnails_get_thumbnail),
1983         (tiff_document_thumbnails_get_dimensions):
1984         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1985         (pdf_document_thumbnails_get_thumbnail),
1986         (pdf_document_thumbnails_get_dimensions):
1987         * backend/comics/comics-document.c:
1988         (comics_document_thumbnails_get_thumbnail),
1989         (comics_document_thumbnails_get_dimensions):
1990         * backend/pixbuf/pixbuf-document.c:
1991         (pixbuf_document_thumbnails_get_thumbnail),
1992         (pixbuf_document_thumbnails_get_dimensions):
1993         * libdocument/ev-document-thumbnails.[ch]:
1994         (ev_document_thumbnails_get_thumbnail),
1995         (ev_document_thumbnails_get_dimensions):
1996         * libdocument/ev-document-misc.[ch]:
1997         (ev_document_misc_get_thumbnail_frame):
1998         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1999         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2000         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2001         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2002         (ev_sidebar_thumbnails_refresh):
2003         * shell/ev-window.c: (ev_window_setup_document):
2004         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2005
2006         Use an EvRenderContext for rendering thumbnails instead of a suggested
2007         width, so that different sized pages get sized proportionally.
2008
2009 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-view.c: (ev_view_button_press_event),
2012         (ev_view_key_press_event):
2013
2014         Fix critical warnings when there is no document loaded. 
2015
2016 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-page-action-widget.c:
2019         * shell/ev-navigation-action.c:
2020         * shell/ev-window.c:
2021
2022         Fix compile warnings. 
2023
2024 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * backend/djvu/djvu-text.h:
2027         * backend/djvu/djvu-document.c:
2028         * backend/djvu/djvu-text-page.c:
2029         * backend/djvu/djvu-links.c:
2030         * backend/djvu/djvu-text-page.h:
2031         * backend/djvu/djvu-text.c:
2032         
2033         Fix build on Mac. Fixes bug #392186. Patch by
2034         <ephraim_owns@hotmail.com>
2035
2036 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2039
2040         Restore cairo context before rendering every page when printing a PDF
2041         document into a PDF file. 
2042
2043 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * backend/ps/gstypes.h:
2046         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2047         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2048         (ps_document_thumbnails_get_thumbnail):
2049
2050         Handle PostScript page orientation. Fixes bug #318568.
2051
2052 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * backend/ps/Makefile.am:
2055         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2056         (document_load), (ps_document_load), (save_document),
2057         (save_page_list), (ps_document_get_n_pages),
2058         (ps_document_get_page_size), (ps_document_get_info),
2059         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2060         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2061         (ps_document_thumbnails_get_thumbnail),
2062         (ps_document_thumbnails_get_dimensions),
2063         (ps_document_document_thumbnails_iface_init):
2064         * backend/ps/ps.[ch]: (psgetpagebox):
2065         * backend/ps/ps-interpreter.[ch]:
2066
2067         Add support for thumbnails in ps backend. Fixes bug #164755. 
2068
2069 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2070
2071         * NEWS:
2072         * configure.ac:
2073         
2074         Release 0.7.2
2075
2076 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2079         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2080         (ev_window_dispose):
2081
2082         Use document thumbnail as window icon. Fixes bug #384442.
2083
2084 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2085
2086         * configure.ac:
2087
2088         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2089         duplicated adding application/x-bzpostscript instead. 
2090
2091 2007-02-11  Tom Parker  <palfrey@tevp.net>
2092
2093         * backend/ps/ps-document.c: (document_load):
2094
2095         Check return value of psscan before trying
2096         to use it. Fixes bug #372414.
2097
2098 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2101
2102         Fix invalid free in ev-page-cache. Fixes bug #404745.
2103
2104 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2105
2106         * test/Makefile.am:
2107         * test/test3.py:
2108         
2109         Added reload test case.
2110
2111 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * po/POTFILES.in:
2114         * backend/djvu/djvu-document.c: (djvu_document_load):
2115
2116         Check whether there are missing files in indirect multipage djvu
2117         documents. Fixes bug #361683. 
2118
2119 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2120
2121         * test/Makefile.am:
2122         * test/test-mime.bin:
2123         * test/test3.py:
2124         
2125         Added test for slow mime type
2126
2127 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2128
2129         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2130
2131         Add some checks and call parent_class->finalize. Fixes bug #404745.
2132
2133 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2134
2135         * shell/ev-navigation-action.c: (connect_proxy):
2136         
2137         Fixes dropdown history menu. Thanks a lot Carlos!
2138
2139 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2142
2143         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2144         bug #373715.
2145
2146 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * backend/ps/ps.c: (psscan):
2149
2150         Fix memory leak. 
2151
2152 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * configure.ac:
2155         * libdocument/ev-file-helpers.c: 
2156
2157         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2158
2159 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * configure.ac:
2162         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2163         (ps_interpreter_start), (document_load), (save_document),
2164         (save_page_list):
2165         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2166         * libdocument/ev-document-factory.c:
2167         (ev_document_factory_get_from_mime), (get_document_from_uri),
2168         (free_uncompressed_uri), (ev_document_factory_get_document):
2169         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2170
2171         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2172
2173 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * libdocument/ev-document.h:
2176
2177         Fix typo in function name. 
2178
2179 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * backend/ps/ps-document.c: (ps_interpreter_finished),
2182         (ps_interpreter_start), (ps_interpreter_failed):
2183
2184         Handle ghostscript interpreter crashes. 
2185
2186 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * shell/ev-window.c: (ev_window_open_uri),
2189         (window_configure_event_cb):
2190
2191         Setup window size and position before showing it. Fixes bug #401711.
2192
2193 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * backend/ps/Makefile.am:
2196         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2197         (ps_document_dispose), (ps_document_class_init),
2198         (ps_interpreter_input), (ps_interpreter_output),
2199         (ps_interpreter_error), (setup_interpreter_env),
2200         (ps_interpreter_start), (ps_interpreter_stop),
2201         (ps_interpreter_failed), (ps_interpreter_is_ready),
2202         (check_filecompressed), (document_load), (ps_document_load),
2203         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2204         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2205         (render_page):
2206
2207         Rework ps-document. Code cleanups, remove deprecated code. 
2208
2209 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * shell/ev-view.c: (ev_view_button_press_event):
2212
2213         Do not start an image drag and drop operation when pointer is on 
2214         text, so that we can select text when the whole background is an
2215         image. 
2216
2217 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-window.c: (ev_window_update_actions): 
2220
2221         Disable all zoom related actions during presentation mode. 
2222
2223 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2224
2225         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2226
2227         Do not zoom in or out on presentation mode. Fixes bug #401305.
2228
2229 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2230
2231         * shell/ev-navigation-action.c: (connect_proxy),
2232         (create_menu_item), (ev_navigation_action_class_init):
2233         
2234         Correctly show menu and fix crash when navigaton 
2235         action is out of toolbar visible area.
2236
2237 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2238
2239         * data/Makefile.am:
2240         * data/evince.1:
2241         
2242         Added man file
2243
2244 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2245
2246         * help/reference/* :
2247         * configure.ac:
2248         
2249         Added gtk-doc based documentation for Evince.
2250         Still in initial state but I hope it will
2251         grow.
2252         
2253         * configure.ac:
2254         
2255         Lower dbus requirement to 0.70
2256
2257 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * shell/ev-window.c: (ev_window_add_history):
2260
2261         Fix memory leak. 
2262
2263 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2264
2265         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2266         * shell/ev-view.h:
2267         * shell/ev-window.c: (ev_window_add_history):
2268         
2269         Correctly handle named destination links
2270
2271 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2272
2273         * NOTES:
2274         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2275         * backend/pdf/ev-poppler.cc:
2276         * libdocument/ev-document-links.h:
2277         * libdocument/ev-link.c: (ev_link_get_page):
2278         * libdocument/ev-link.h:
2279         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2280         (ev_history_add_link):
2281         * shell/ev-history.h:
2282         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2283         (new_history_menu_item), (build_menu):
2284         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2285         * shell/ev-sidebar-links.c: (create_loading_model),
2286         (print_section_cb), (ev_sidebar_links_construct),
2287         (fill_page_labels), (update_page_callback_foreach),
2288         (update_page_callback), (job_finished_callback):
2289         * shell/ev-view.c: (ev_view_handle_link):
2290         * shell/ev-window.c: (ev_window_find_chapter),
2291         (ev_window_add_history), (view_handle_link_cb),
2292         (history_changed_cb):
2293         
2294         Implements another history variant
2295
2296 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * shell/ev-window.c: (view_external_link_cb):
2299         * shell/ev-view.c: (ev_view_button_release_event):
2300
2301         Open links in new window when clicking with middle button. 
2302
2303 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2304
2305         * shell/ev-navigation-action.c: (new_history_menu_item):
2306         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2307         * shell/ev-view.c: (ev_view_handle_link):
2308         * shell/ev-window.c:
2309         
2310         Store link before jump, not the destination. For me it 
2311         seems like more natural history behavior.
2312
2313 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2314
2315         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2316         (ev_navigation_action_class_init):
2317         * shell/ev-navigation-action.h:
2318         * shell/ev-page-action.c: (activate_cb):
2319         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2320         (ev_page_cache_set_current_page_history):
2321         * shell/ev-page-cache.h:
2322         * shell/ev-sidebar-thumbnails.c:
2323         (ev_sidebar_tree_selection_changed),
2324         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2325         * shell/ev-view-private.h:
2326         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2327         * shell/ev-view.h:
2328         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2329         (ev_window_setup_document), (ev_window_load_job_cb):
2330         * shell/ev-window.h:
2331         
2332         History finally works as expected.
2333
2334 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2337
2338         Do not update links treeview if it doesn't have a model assigned yet. 
2339
2340 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2343         (ev_sidebar_links_class_init), (update_page_callback):
2344
2345         Do not update links treeview when sidepane is not visible. 
2346
2347 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2348
2349         * shell/ev-marshal.list:
2350         * shell/ev-page-action.c: (activate_cb),
2351         (ev_page_action_class_init):
2352         * shell/ev-page-action.h:
2353         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2354         * shell/ev-window.c:
2355         
2356         Remove activate_link signal, not required.
2357
2358 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2359
2360         * shell/ev-navigation-action.c: (build_menu):
2361         
2362         Reorder menu items and build menu with fixed length.
2363
2364 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2365
2366         * shell/ev-view.c: (get_selected_text):
2367         
2368         Normalize text to fix ligatures problem. See bug
2369         #341947 for details.
2370
2371 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2374
2375         Fix memory leak in ev-page-cache. 
2376
2377 2007-01-25  Tom Parker <palfrey@tevp.net>
2378
2379         * backend/impress/impress-document.c: (impress_document_load),
2380         (impress_document_finalize), (impress_document_init):
2381         * properties/ev-properties-main.c: (ev_properties_get_pages):
2382         
2383         Correctly handle impress document errors. Fixes nautilus
2384         crash in property page #370491.
2385
2386 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2389         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2390         (ev_job_queue_remove_job):
2391         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2392         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2393         (ev_job_load_run):
2394         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2395         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2396         (ev_window_load_job_cb), (xfer_update_progress_callback),
2397         (ev_window_open_uri), (ev_window_dispose):
2398         * shell/main.c: (main):
2399
2400         Do file transfer asynchronously in the main thread instead of
2401         synchronously in the load thread. Fixes bugs #399694, #398307 and
2402         #343542.
2403
2404 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * shell/ev-jobs.c: (ev_job_xfer_run):
2407
2408         Load the document with the font-config lock held. 
2409
2410 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * backend/ps/ps-document.c: (start_interpreter):
2413
2414         Fix memory leaks in ps backend. 
2415
2416 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * backend/impress/impress-document.c:
2419         (impress_document_render_pixbuf):
2420
2421         Do not acquire fontconfig lock in impress backend, since it is using
2422         the main loop for rendering. 
2423
2424 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * po/POTFILES.in: 
2427
2428         Remove mdvi files that shouldn't be translated. 
2429
2430 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * shell/ev-view-private.h:
2433         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2434         (ev_view_set_zoom):
2435
2436         Render "loading..." text into a cairo surface instead of directly into
2437         the window so that fontconfig lock is only needed once and UI is not
2438         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2439
2440 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2443         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2444
2445         Use icon theme associated with the window screen rather than default. 
2446
2447 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2448
2449         * configure.ac:
2450
2451         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2452
2453 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2454
2455         * data/icons/*/apps/evince.*:
2456
2457         Move Evince icons under new apps directory.
2458
2459         * data/icons/*/actions/*:
2460
2461         Add new custom themeable Evince icons: view-page-continuous, 
2462         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2463         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2464
2465         * configure.ac:
2466
2467         Add new directories to AC_CONFIG_FILES.
2468
2469         * shell/ev-stock-icons.c:
2470         * shell/ev-stock-icons.h:
2471
2472         Use new custom themeable icons.
2473
2474 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2477
2478         Do not draw white background page in presentation mode. 
2479
2480 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2481
2482         * shell/ev-view.c: Remove unused gnome-vfs include.
2483
2484 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2485
2486         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2487         
2488         Format string is corrected, fixes bug #397129.
2489
2490 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * shell/ev-window.c: (ev_window_setup_recent):
2493
2494         Do not include in recent menu inexistent documents. Fixes
2495         bug #339171.
2496
2497 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * po/POTFILES.skip: 
2500
2501         Update POTFILES.skip file according to current source tree. 
2502
2503 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * shell/ev-window.c: (file_save_dialog_response_cb):
2506
2507         Do Save a copy in atomic way. Fixes bug #328266. 
2508
2509 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2512
2513         Keep selected cell always visible in index treeview.
2514
2515 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2516         
2517         * shell/ev-view.c: (ev_view_size_allocate):
2518
2519         Restore horizontal scrollbar after switching to/from fullscreen
2520         or presentation mode. Fixes bug #331728.
2521
2522 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * shell/ev-view-private.h:
2525         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2526         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2527         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2528         (ev_view_can_zoom_out):
2529
2530         Use max and min scale values in the view iby taking dpi into account. 
2531
2532 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * configure.ac:
2535         * NEWS:
2536
2537         Release 0.7.1
2538
2539 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * shell/ev-window.c: (ev_window_print_send):
2542
2543         Send print job to printer with some settings set to default values,
2544         since we have already exported to a file according to such settings
2545         and they could be taken twice by some printers. 
2546
2547 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * shell/ev-jobs.c: (ev_job_xfer_run):
2550         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2551
2552         Show main window and load document with the font-config lock held. 
2553
2554 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * configure.ac:
2557         * shell/ev-application.c: (ev_application_register_service):
2558         * shell/main.c: (load_files_remote):
2559
2560         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2561
2562 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2563
2564         * doc/debugging.txt:
2565         
2566         Remove obsolete documentation.
2567
2568 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2569
2570         * Makefile.am:
2571         * backend/Makefile.am:
2572         * backend/comics/Makefile.am:
2573         * backend/djvu/Makefile.am:
2574         * backend/dvi/Makefile.am:
2575         * backend/ev-async-renderer.c:
2576         * backend/ev-async-renderer.h:
2577         * backend/ev-attachment.c:
2578         * backend/ev-attachment.h:
2579         * backend/ev-backend-marshal.c:
2580         * backend/ev-document-factory.c:
2581         * backend/ev-document-factory.h:
2582         * backend/ev-document-find.c:
2583         * backend/ev-document-find.h:
2584         * backend/ev-document-fonts.c:
2585         * backend/ev-document-fonts.h:
2586         * backend/ev-document-images.c:
2587         * backend/ev-document-images.h:
2588         * backend/ev-document-info.h:
2589         * backend/ev-document-links.c:
2590         * backend/ev-document-links.h:
2591         * backend/ev-document-misc.c:
2592         * backend/ev-document-misc.h:
2593         * backend/ev-document-security.c:
2594         * backend/ev-document-security.h:
2595         * backend/ev-document-thumbnails.c:
2596         * backend/ev-document-thumbnails.h:
2597         * backend/ev-document-transition.c:
2598         * backend/ev-document-transition.h:
2599         * backend/ev-document.c:
2600         * backend/ev-document.h:
2601         * backend/ev-file-exporter.c:
2602         * backend/ev-file-exporter.h:
2603         * backend/ev-image.c:
2604         * backend/ev-image.h:
2605         * backend/ev-link-action.c:
2606         * backend/ev-link-action.h:
2607         * backend/ev-link-dest.c:
2608         * backend/ev-link-dest.h:
2609         * backend/ev-link.c:
2610         * backend/ev-link.h:
2611         * backend/ev-render-context.c:
2612         * backend/ev-render-context.h:
2613         * backend/ev-selection.c:
2614         * backend/ev-selection.h:
2615         * backend/impress/Makefile.am:
2616         * backend/pdf/Makefile.am:
2617         * backend/pixbuf/Makefile.am:
2618         * backend/ps/Makefile.am:
2619         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2620         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2621         (start_interpreter), (stop_interpreter), (document_load),
2622         (ps_document_next_page), (render_page):
2623         * backend/tiff/Makefile.am:
2624         * comics/Makefile.am:
2625         * comics/comics-document.c:
2626         * comics/comics-document.h:
2627         * configure.ac:
2628         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2629         * djvu/Makefile.am:
2630         * djvu/djvu-document-private.h:
2631         * djvu/djvu-document.c:
2632         * djvu/djvu-document.h:
2633         * djvu/djvu-links.c:
2634         * djvu/djvu-links.h:
2635         * djvu/djvu-text-page.c:
2636         * djvu/djvu-text-page.h:
2637         * djvu/djvu-text.c:
2638         * djvu/djvu-text.h:
2639         * dvi/Makefile.am:
2640         * dvi/dvi-document.c:
2641         * dvi/dvi-document.h:
2642         * dvi/fonts.c:
2643         * dvi/fonts.h:
2644         * dvi/mdvi-lib/Makefile.am:
2645         * dvi/mdvi-lib/afmparse.c:
2646         * dvi/mdvi-lib/afmparse.h:
2647         * dvi/mdvi-lib/bitmap.c:
2648         * dvi/mdvi-lib/bitmap.h:
2649         * dvi/mdvi-lib/color.c:
2650         * dvi/mdvi-lib/color.h:
2651         * dvi/mdvi-lib/common.c:
2652         * dvi/mdvi-lib/common.h:
2653         * dvi/mdvi-lib/defaults.h:
2654         * dvi/mdvi-lib/dvimisc.c:
2655         * dvi/mdvi-lib/dviopcodes.h:
2656         * dvi/mdvi-lib/dviread.c:
2657         * dvi/mdvi-lib/files.c:
2658         * dvi/mdvi-lib/font.c:
2659         * dvi/mdvi-lib/fontmap.c:
2660         * dvi/mdvi-lib/fontmap.h:
2661         * dvi/mdvi-lib/fontsrch.c:
2662         * dvi/mdvi-lib/gf.c:
2663         * dvi/mdvi-lib/hash.c:
2664         * dvi/mdvi-lib/hash.h:
2665         * dvi/mdvi-lib/list.c:
2666         * dvi/mdvi-lib/mdvi.h:
2667         * dvi/mdvi-lib/pagesel.c:
2668         * dvi/mdvi-lib/paper.c:
2669         * dvi/mdvi-lib/paper.h:
2670         * dvi/mdvi-lib/pk.c:
2671         * dvi/mdvi-lib/private.h:
2672         * dvi/mdvi-lib/setup.c:
2673         * dvi/mdvi-lib/sp-epsf.c:
2674         * dvi/mdvi-lib/special.c:
2675         * dvi/mdvi-lib/sysdeps.h:
2676         * dvi/mdvi-lib/t1.c:
2677         * dvi/mdvi-lib/tfm.c:
2678         * dvi/mdvi-lib/tfmfile.c:
2679         * dvi/mdvi-lib/tt.c:
2680         * dvi/mdvi-lib/util.c:
2681         * dvi/mdvi-lib/vf.c:
2682         * dvi/pixbuf-device.c:
2683         * dvi/pixbuf-device.h:
2684         * impress/Makefile.am:
2685         * impress/common.h:
2686         * impress/document.c:
2687         * impress/f_oasis.c:
2688         * impress/f_oo13.c:
2689         * impress/iksemel.c:
2690         * impress/iksemel.h:
2691         * impress/imposter.h:
2692         * impress/impress-document.c:
2693         * impress/impress-document.h:
2694         * impress/internal.h:
2695         * impress/r_back.c:
2696         * impress/r_draw.c:
2697         * impress/r_geometry.c:
2698         * impress/r_gradient.c:
2699         * impress/r_style.c:
2700         * impress/r_text.c:
2701         * impress/render.c:
2702         * impress/render.h:
2703         * impress/zip.c:
2704         * impress/zip.h:
2705         * lib/Makefile.am:
2706         * lib/ev-debug.c:
2707         * lib/ev-debug.h:
2708         * lib/ev-file-helpers.c:
2709         * lib/ev-file-helpers.h:
2710         * lib/ev-gui.c:
2711         * lib/ev-gui.h:
2712         * lib/ev-tooltip.c:
2713         * lib/ev-tooltip.h:
2714         * libdocument/Makefile.am:
2715         * libdocument/ev-file-helpers.c:
2716         * pdf/Makefile.am:
2717         * pdf/ev-poppler.cc:
2718         * pdf/ev-poppler.h:
2719         * pixbuf/Makefile.am:
2720         * pixbuf/pixbuf-document.c:
2721         * pixbuf/pixbuf-document.h:
2722         * properties/Makefile.am:
2723         * ps/Makefile.am:
2724         * ps/gsdefaults.c:
2725         * ps/gsdefaults.h:
2726         * ps/gsio.c:
2727         * ps/gsio.h:
2728         * ps/gstypes.h:
2729         * ps/ps-document.c:
2730         * ps/ps-document.h:
2731         * ps/ps.c:
2732         * ps/ps.h:
2733         * shell/Makefile.am:
2734         * shell/ev-application.h:
2735         * shell/ev-sidebar-links.c:
2736         * shell/ev-sidebar-links.h:
2737         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2738         (ev_gui_menu_position_tree_selection):
2739         * shell/ev-utils.h:
2740         * shell/ev-view.c: (ev_view_finalize):
2741         * shell/ev-window.c:
2742         * shell/main.c: (main):
2743         * thumbnailer/Makefile.am:
2744         * tiff/Makefile.am:
2745         * tiff/tiff-document.c:
2746         * tiff/tiff-document.h:
2747         * tiff/tiff2ps.c:
2748         * tiff/tiff2ps.h:
2749         
2750         Reorganize source tree.
2751
2752 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * backend/ev-document-factory.c:
2755
2756         Do not include ev-poppler.h when pdf is disabled. 
2757
2758 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2759
2760         * configure.ac:
2761         * data/evince-ui.xml:
2762         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2763         (pdf_document_document_images_iface_init):
2764         * backend/Makefile.am:
2765         * backend/ev-document-images.[ch]:
2766         * backend/ev-image.[ch]:
2767         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2768         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2769         (ev_job_xfer_run):
2770         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2771         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2772         (ev_pixbuf_cache_get_image_mapping):
2773         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2774         (view_menu_popup_cb), (ev_window_dispose),
2775         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2776         (ev_view_popup_cmd_copy_image):
2777         * shell/ev-view-private.h:
2778         * shell/ev-view.c: (ev_view_get_image_at_location),
2779         (ev_view_do_popup_menu), (ev_view_popup_menu),
2780         (ev_view_button_press_event), (ev_view_drag_data_get),
2781         (ev_view_drag_motion), (ev_view_drag_data_received),
2782         (ev_view_motion_notify_event), (ev_view_button_release_event),
2783         (ev_view_finalize), (ev_view_class_init):
2784
2785         Add image handling support. Fixes bugs #310008 and #325047. Images
2786         selection is not supported yet. 
2787
2788 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2791         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2792         (ev_view_init):
2793
2794         Move view drag and drop stuff to ev-view.
2795
2796 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2799         * shell/ev-view.c: (clear_selection): 
2800
2801         Clear selection also in pixbuf cache.
2802
2803 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2804
2805         * data/evince.desktop.in.in:
2806         
2807         Change icon name in desktop file. See bug #390734
2808         for details.
2809
2810 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2811
2812         * thumbnailer/Makefile.am:
2813
2814         Use top_builddir instead top_srcdir for generated schema
2815         file installation. Fixes bug #390161.
2816
2817 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2818
2819         * configure.ac:
2820         * backend/Makefile.am:
2821         * backend/ev-document-transition.[ch]:
2822         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2823         (pdf_document_page_transition_iface_init):
2824         * shell/ev-view-private.h:
2825         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2826         (ev_view_set_presentation), (transition_next_page),
2827         (ev_view_presentation_transition_stop),
2828         (ev_view_presentation_transition_start), (ev_view_next_page):
2829
2830         Add page transition support in presentation mode. At the moment only
2831         page duration is supported, but not transition effects. Fixes bug
2832         #309815.
2833
2834 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2837
2838         Run find_link_dest with document lock held, since it's called by links
2839         thread and main thread at the same time. 
2840
2841 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * shell/ev-view.c: (goto_dest):
2844
2845         Update page-cache when page is changed by the view, so that
2846         page-changed signal is emitted. 
2847
2848 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * test/test1.py:
2851         * test/test2.py:
2852
2853         Use C locale in tests. 
2854
2855 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * shell/ev-window.c: (ev_window_run_presentation):
2858         * shell/ev-view-private.h:
2859         * shell/ev-view.c: (ev_view_set_presentation):
2860
2861         Restore zoom settings when back from presentation mode. 
2862
2863 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2864
2865         * shell/ev-window.c: (ev_window_run_presentation):
2866
2867         Always use "best fit" zoom in presentation mode.
2868         Fixes bug #389195.
2869
2870 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2871
2872         * shell/ev-view.c: (ev_view_goto_window_create):
2873
2874         Show "Jump to page" label in the page jumping popup in
2875         presentation mode instead of just a GtkEntry.
2876
2877 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * shell/ev-window.c: (launch_external_uri):
2880
2881         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2882         #378085.
2883
2884 2006-12-22  Elijah Newren  <newren gmail com>
2885
2886         * configure.ac: explicitly check for libxml2.  Fixes #388795
2887
2888 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-view-private.h:
2891         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2892         (ev_view_goto_window_delete_event), (key_is_numeric),
2893         (ev_view_goto_window_key_press_event),
2894         (ev_view_goto_window_button_press_event),
2895         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2896         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2897         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2898
2899         Allow jumping to another page by typing a page number in presentation
2900         mode. It uses a popup window with an entry. Fixes bug #353625.
2901
2902 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2903
2904         * configure.ac:
2905         * properties/ev-properties-view.c: (ev_get_default_user_units),
2906         (ev_regular_paper_size):
2907         
2908         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2909         to Damien Carbery <damien.carbery@sun.com> and
2910         Yevgen Muntyan <muntyan@tamu.edu>.
2911
2912 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2913
2914         * shell/ev-window.c: (setup_document_from_metadata):
2915
2916         Make sure Evince doesn't restore the view on the last
2917         page when a document is reopened. Fixes bug #383381.
2918
2919 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2920
2921         * shell/ev-view.c: (draw_loading_text):
2922
2923         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2924
2925 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * configure.ac:
2928         * NEWS:
2929
2930         Release 0.7.0
2931
2932 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * configure.ac:
2935         * pdf/ev-poppler.cc: (pdf_print_context_free),
2936         (pdf_document_file_exporter_begin),
2937         (pdf_document_file_exporter_do_page):
2938
2939         Make cairo-pdf depedency optional. 
2940
2941 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2944
2945         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2946
2947 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2950         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2951         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2952         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2953         * shell/ev-view.c: (draw_loading_text):
2954         * shell/ev-window.c: (ev_window_cmd_file_properties):
2955
2956         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2957         related to using FontConfig from different threads.
2958         
2959 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2960
2961         * shell/ev-view.c: (draw_loading_text):
2962
2963         Acquire lock document when drawing "Loading..." text so that only one
2964         thread will use FontConfig at the same time. Fixes bug #374750.
2965
2966 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-page-action.[ch]: (activate_cb):
2969         * shell/ev-window.c: (activate_label_cb):
2970
2971         Check if text inserted in page entry is a valid page number when it
2972         doesn't match to any document page label. Fixes bug #383165.
2973
2974 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2975         * shell/ev-window.c:
2976
2977         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2978         available with GTK < 2.10. Added an ifdef to avoid compilation
2979         error.
2980
2981 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * configure.ac:
2984         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2985
2986         Fix ps backend in multihead systems.
2987
2988 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2991         * shell/ev-window.c: (ev_window_get_screen_dpi),
2992         (ev_window_update_actions), (setup_view_from_metadata),
2993         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2994
2995         Take screen DPI into account when zooming. Fixes bug #318285.
2996
2997 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2998
2999         * data/Makefile.am:
3000
3001         Cleaned up/slightly refactored Makefile.am. Added GConf
3002         schemas uninstallation as well.
3003
3004 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3005
3006         * Makefile.am:
3007         * test/Makefile.am:
3008
3009         Fight with autotools to fix make check. Make distcheck
3010         works fine as well now!
3011
3012 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3013
3014         * shell/ev-view.c: (draw_end_presentation_page):
3015
3016         Corrected "end of presentation" string.
3017
3018 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3019
3020         * shell/ev-view.c: (ev_view_key_press_event):
3021
3022         Correctly propagate key press event so that up/down keys
3023         work as expected (correct behaviour was broken by
3024         black/white screen key bindings for presentations).
3025
3026 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3029         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3030         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3031         (pdf_selection_get_selection_region),
3032         (pdf_selection_get_selection_map):
3033
3034         Add "static" to some private functions. 
3035
3036 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3037
3038         * lib/ev-tooltip.h:
3039         * properties/ev-properties-view.h:
3040         * shell/ev-jobs.h:
3041         * shell/ev-properties-dialog.h:
3042         * shell/ev-properties-fonts.h:
3043         * shell/ev-sidebar-links.h:
3044         * shell/ev-sidebar-thumbnails.h:
3045         * shell/ev-sidebar.h:
3046         * shell/ev-window.h:
3047         
3048         Fixes CHACK type in class casts. See bug #385343
3049         for details.
3050
3051 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * shell/ev-view-private.h:
3054         * shell/ev-view.c: (draw_end_presentation_page),
3055         (ev_view_expose_event), (ev_view_key_press_event),
3056         (ev_view_class_init), (ev_view_init):
3057
3058         Blank screen in presentation mode when pressing 'b' (filling with
3059         black) or 'w' (filling with white) keys. Fixes bug #358132.
3060
3061 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3062
3063         * data/evince-toolbar.xml:
3064         * shell/ev-window.c:
3065         
3066         Use stock icon for Select All action. Fixes
3067         bug #382652.
3068
3069 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3070
3071         * shell/ev-view.c: (get_doc_point_from_offset),
3072         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3073
3074         Add links support in rotated documents. Fixes bug #343733.
3075
3076 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * shell/ev-view-private.h:
3079         * shell/ev-view.c: (draw_end_presentation_page),
3080         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3081
3082         Show a blank page after the last page in presentation mode with a
3083         message indicating that presentation has finished and how to exit. 
3084
3085 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * shell/ev-window.c: (fullscreen_timeout_cb):
3088
3089         Hide cursor after a while in presentation mode. 
3090
3091 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3092
3093         * backend/ev-document-info.h:
3094         * data/evince-properties.glade:
3095         * pdf/ev-poppler.cc:
3096         * properties/ev-properties-view.c: (ev_regular_paper_size),
3097         (ev_properties_view_set_info):
3098         * ps/ps-document.c: (ps_document_get_info):
3099
3100         Adds a paper size field to the properties dialog. Fixes
3101         bug #307315. Patch by Kasper Svendsen (with some i18n
3102         changes done by me).
3103
3104 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3107         (screensaver_init_dbus), (totem_scrsaver_new),
3108         (totem_scrsaver_init):
3109         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3110         * shell/ev-application.c: (ev_application_register_service),
3111         (ev_application_screensaver_enable),
3112         (ev_application_screensaver_disable):
3113         * shell/ev-application.h:
3114         * shell/ev-window.c: (ev_window_run_presentation),
3115         (ev_window_stop_presentation), (build_comments_string),
3116         (ev_window_init):
3117         
3118         Move screensaver handling to application. No more
3119         message on startup.
3120
3121 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3122
3123         * configure.ac:
3124         * backend/Makefile.am:
3125         * backend/ev-file-exporter.[ch]:
3126         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3127         * ps/ps-document.c: (ps_document_file_exporter_*):
3128         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3129         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3130         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3131         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3132
3133         Allow printing to PDF when suppoted by the backend.
3134         
3135 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-window.c: (build_comments_string):
3138
3139         Use always "Document Viewer" in about dialog. 
3140
3141 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3142
3143         * djvu/djvu-document.c: (djvu_document_get_page_size):
3144
3145         Display a warning message when get_pageinfo fails. 
3146
3147 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3148
3149         * Makefile.am:
3150         * backend/Makefile.am:
3151         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3152         * configure.ac:
3153         * shell/ev-window.c: (build_comments_string):
3154         
3155         Make pdf compilation optional. See bug #38007.
3156
3157 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * ps/ps.c: (get_next_text):
3160
3161         Fix CVE-2006-5864.
3162
3163 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3166         * shell/ev-navigation-action.c: (connect_proxy),
3167         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3168         
3169         Do not call g_type_class_peek_parent twice.
3170
3171 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3172
3173         * configure.ac:
3174         * data/icons/24x24/.cvsignore:
3175         * data/icons/24x24/Makefile.am:
3176         * data/icons/24x24/evince.png:
3177         * data/icons/Makefile.am:
3178         
3179         Add 24x24 icon. Thanks to 
3180         Michael Monreal <infernux@web.de>.
3181
3182 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3183
3184         * configure.ac: Fix typo in configure.ac. Thanks
3185         to dmacks@netspace.org for notification.
3186
3187 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3188
3189         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3190         
3191         Drop dbus include, fixes compilation with older dbus.
3192
3193 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3194
3195         * configure.ac:
3196         * cut-n-paste/Makefile.am:
3197         * cut-n-paste/totem-screensaver/.cvsignore
3198         * cut-n-paste/totem-screensaver/Makefile.am:
3199         * cut-n-paste/totem-screensaver/README:
3200         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3201         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3202         * shell/Makefile.am:
3203         * shell/ev-window.c: (ev_window_run_presentation),
3204         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3205         (ev_window_init):
3206
3207         Implemented screensaver enabling/disabling for
3208         presentation mode (not fullscreen mode). Code stolen
3209         from Totem (with some minor tweaks). Fixes bug #338889.
3210
3211 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3212
3213         * configure.ac:
3214
3215         Bump gnome-icon-theme requirements. We use the rotation
3216         icons that appeared recently.
3217
3218 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3219
3220         * shell/ev-history.c: (ev_history_add_page):
3221         * shell/ev-history.h:
3222         * shell/ev-window.c: (page_changed_cb):
3223         
3224         Use page labels instead of numbers.
3225
3226 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3227
3228         * data/evince-toolbar.xml:
3229         * po/POTFILES.in:
3230         * shell/Makefile.am:
3231         * shell/ev-navigation-action-widget.c:
3232         (ev_navigation_action_widget_init),
3233         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3234         (menu_detacher), (ev_navigation_action_widget_set_menu),
3235         (menu_position_func), (popup_menu_under_arrow),
3236         (ev_navigation_action_widget_toggled),
3237         (ev_navigation_action_widget_button_press_event):
3238         * shell/ev-navigation-action-widget.h:
3239         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3240         (ev_navigation_action_set_window), (activate_menu_item_cb),
3241         (new_history_menu_item), (new_empty_history_menu_item),
3242         (build_menu), (menu_activated_cb), (connect_proxy),
3243         (create_tool_item), (ev_navigation_action_init),
3244         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3245         * shell/ev-navigation-action.h:
3246         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3247         (ev_page_action_widget_set_page_cache),
3248         (ev_page_action_widget_finalize),
3249         (ev_page_action_widget_class_init), (match_selected_cb),
3250         (display_completion_text), (match_completion), (build_new_tree_cb),
3251         (get_filter_model_from_model),
3252         (ev_page_action_widget_update_model):
3253         * shell/ev-page-action-widget.h:
3254         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3255         (connect_proxy):
3256         * shell/ev-page-action.h:
3257         * shell/ev-stock-icons.c:
3258         * shell/ev-stock-icons.h:
3259         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3260         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3261         (register_custom_actions):
3262         * shell/main.c:
3263         
3264         Preliminary history implementation
3265
3266 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3267
3268         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3269         (dvi_document_class_init), (dvi_document_init_params):
3270         * dvi/mdvi-lib/font.c: (font_reference):
3271         
3272         Add reference to subfont. Fixes bug #374277.
3273
3274 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3277         (ev_window_cmd_file_open_copy_at_dest):
3278
3279         Fix a race condition when creating symlink. Increase the counter
3280         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3281         Mathias Hasselmann).
3282
3283 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * backend/Makefile.am:
3286         * backend/ev-attachment.c: (ev_attachment_open):
3287         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3288         (ev_tmp_dir), (ev_tmp_filename):
3289         * shell/ev-sidebar-attachments.c:
3290         (ev_sidebar_attachments_drag_data_get):
3291         * shell/ev-window.c: (ev_window_clear_temp_file):
3292
3293         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3294         in ensure_dir_exists. Abort without crashing when we can't create
3295         user's directory.
3296
3297 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * data/evince-ui.xml:
3300         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3301         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3302         (ev_window_cmd_file_open_copy_at_dest),
3303         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3304         (ev_view_popup_cmd_open_link_new_window):
3305
3306         Allow opening a copy of the current document in a new window. Fixes bug
3307         #357472
3308
3309 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3310
3311         * data/evince-toolbar.xml:
3312         
3313         Add rotate right and rotate left to available items for toolbar.
3314         
3315         * data/evince-ui.xml:
3316         * shell/ev-window.c: (ev_window_init):
3317         
3318         Customize toolbar with right click. Fixes bug #372451.
3319
3320 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3321
3322         * shell/ev-window.c: 
3323         
3324         Use "object-rotate-{left,right}" stock icons. Fixes 
3325         bug #373863.
3326
3327 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3330         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3331         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3332         (ev_window_open_uri):
3333         * shell/main.c: (arguments_parse):
3334
3335         Remove temp file created when evince is used by GTK+ in
3336         preview mode. Fixes bug #365282. 
3337
3338 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3339
3340         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3341         
3342         Fixes bug #372474 - Side pane disabled when entering 
3343         and leaving fullscreen mode.
3344
3345 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3346
3347         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3348         * data/Makefile.am:
3349         * data/evince-preview-toolbar.xml:
3350         * data/evince-toolbar.xml:
3351         * shell/ev-application.c: (ev_application_shutdown),
3352         (ev_application_init), (ev_application_get_toolbars_model):
3353         * shell/ev-application.h:
3354         * shell/ev-window.c: (update_chrome_visibility),
3355         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3356         (ev_window_cmd_edit_toolbar), (ev_window_init):
3357         
3358         Fixes bug #364364 - toolbar editor shows zoom actions again.
3359
3360 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3363
3364         Do not take margins into consideration for paper size when printing.
3365         Really fixes bug #350491.
3366
3367 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * data/evince-ui.xml:
3370         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3371         (ev_window_cmd_file_print_setup),
3372         (ev_window_print_dialog_response_cb),
3373         (ev_window_setup_action_sensitivity):
3374
3375         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3376
3377 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * shell/ev-window.c: (ev_window_print_range):
3380
3381         Revert my previuos commit, since printing to PDF is not supported by
3382         evince yet. 
3383
3384 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * shell/ev-window.c: (ev_window_print_range):
3387
3388         Enable print to a PDF. Fixes bug #332121.
3389
3390 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * shell/ev-application-service.xml:
3393         * shell/ev-application.[ch]: (ev_application_open_window),
3394         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3395         (ev_application_open_uri), (ev_application_open_uri_list):
3396         * shell/ev-window.c: (file_open_dialog_response_cb),
3397         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3398         (drag_data_received_cb), (open_remote_link):
3399         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3400
3401         Add support for multiscreen systems. Fixes bug #316206.
3402
3403 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * shell/ev-jobs.[ch]: (ev_job_print_new),
3406         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3407         (ev_job_print_do_page):
3408         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3409
3410         Allow printing only odd/even pages. Fixes bug #367289.
3411
3412 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3413
3414         * test/test1.py:
3415         * test/test2.py:
3416
3417         Re-add locale settings to test files.
3418
3419 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3420
3421         * data/evince-ui.xml:
3422         * shell/ev-window.c: (set_action_properties):
3423         
3424         Removed garbage from code and ui.
3425
3426 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3427
3428         * shell/ev-window.c: (ev_window_cmd_help_about):
3429
3430         Shamelessly add my name to the list of contributors.
3431
3432 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3433
3434         * test/test1.py:
3435         * test/test2.py:
3436
3437         Cleaned up the dogtail scripts.
3438
3439 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3440
3441         * shell/ev-view.c: (draw_loading_text): Don't render
3442         "loading..." text in presentation mode. Temporary
3443         workaround for bug #320352.
3444
3445 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3448         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3449
3450         Use print settings scale, copies, collate and reverse which were
3451         ignored. Fixes bug #359032.
3452
3453 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * configure.ac:
3456         * data/evince-password.glade:
3457         * test/Makefile.am:
3458         * test/test-encrypt.pdf:
3459         * test/test-links.pdf:
3460         * test/test1.py:
3461         * test/test2.py:
3462
3463         Add automated UI tests for evince with dogtail. See
3464         bug #300948.    
3465
3466 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3469
3470         Hide fullscreen toolbar when switching to another desktop workspace.
3471         Fixes bug #338871
3472
3473 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3474
3475         * shell/ev-window-title.c: 
3476         
3477         Test for .dvi in title of pdf documents.
3478
3479 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3480
3481         * shell/ev-view.c: (ev_view_scroll):
3482
3483         Page Up/Down should do page jumps in "Best fit" mode.
3484         If a user has explicitly chosen to view exactly one page
3485         at a time, scrolling just a part of the page when
3486         pressing Page Up/Down is not right. Fixes bug #323107.
3487
3488 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3489
3490         * NEWS:
3491         * configure.ac:
3492         
3493         Update for 0.6.1
3494
3495 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3496
3497         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3498         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3499         
3500         Correctly disconnect from job signals on destroy.
3501
3502 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3503
3504         * shell/ev-view-private.h:
3505         * shell/ev-view.c: (view_set_adjustment_values),
3506         (view_update_range_and_current_page),
3507         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3508         
3509         Fixes bug #343199, current page now follows find page.
3510
3511 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3512
3513         * backend/ev-document-factory.c:
3514         * configure.ac:
3515         Assigned OpenDocument presenation MIME type to the
3516         Impress backend. Added some missing (but harmless)
3517         #ifdefs in the document factory as well to make things
3518         consistent again. Fixes bug #360658.
3519
3520 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3521
3522         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3523         * backend/ev-document-find.c: (ev_document_find_get_type):
3524         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3525         * backend/ev-document-links.c: (ev_document_links_get_type):
3526         * backend/ev-document-security.c: (ev_document_security_get_type):
3527         * backend/ev-document-thumbnails.c:
3528         (ev_document_thumbnails_get_type):
3529         * backend/ev-document.c: (ev_document_get_type):
3530         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3531         * backend/ev-selection.c: (ev_selection_get_type):
3532         * cut-n-paste/recent-files/egg-recent-model.c:
3533         (egg_recent_model_get_type):
3534         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3535         (egg_recent_view_uimanager_get_type):
3536         * cut-n-paste/recent-files/egg-recent-view.c:
3537         (egg_recent_view_get_type):
3538         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3539         (egg_editable_toolbar_get_type):
3540         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3541         (egg_toolbar_editor_get_type):
3542         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3543         (egg_toolbars_model_get_type):
3544         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3545         (egg_tree_multi_drag_source_get_type):
3546         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3547         (ephy_zoom_action_get_type):
3548         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3549         (ephy_zoom_control_get_type):
3550         * impress/r_back.c: (_imp_fill_back):
3551         * properties/ev-properties-main.c:
3552         (ev_properties_plugin_register_type):
3553         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3554         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3555         (ev_view_accessible_factory_get_type):
3556
3557         Reduce relocations. Bug #360616.
3558
3559 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3560
3561         * backend/ev-document-factory.c:
3562         (ev_document_factory_get_document):
3563         
3564         Load document even if extension is wrong.
3565
3566 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3567
3568         * shell/ev-metadata-manager.c: (save_values):
3569         * shell/ev-window.c: (setup_size_from_metadata),
3570         (setup_view_from_metadata), (ev_window_setup_document),
3571         (ev_window_xfer_job_cb), (window_configure_event_cb):
3572         
3573         Set size according to the document size/page size ratio.
3574         That should correct rather wierd behaviour of the previous
3575         commit.
3576
3577 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3578
3579         * shell/ev-window.c: (setup_view_from_metadata):
3580         
3581         Set size for new windows from previous window size.
3582         See bugs #354968 and #168450 for details. Thanks
3583         to Meik Hellmund.
3584
3585 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * djvu/djvu-links.c: (build_tree):
3588
3589         Fix memory leak.
3590
3591 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3592
3593         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3594         
3595         Don't make sidebar close button insensitive. Fixes
3596         bug #357871.
3597
3598 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3599
3600         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3601         (ev_window_set_view_accels_sensitivity):
3602         
3603         Don't enable Slash on documents which don't support
3604         find. Fixes bug #358648.
3605
3606 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3607
3608         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3609         open dialog fall back to the current document uri if the
3610         filechooser hasn't been used before. Fixes bug #356980.
3611
3612 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3613
3614         * shell/ev-window.c: (ev_window_setup_recent), 
3615         (ev_window_get_recent_file_label):
3616
3617         Escape underscores in filenames of recent file items.
3618
3619 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3620
3621         * configure.ac:
3622         
3623         Bumped poppler requirements, really 0.5.3 is very 
3624         buggy, now we require 0.5.4.
3625
3626 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3627
3628         * djvu/Makefile.am:
3629         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3630         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3631         (djvu_document_document_links_iface_init):
3632         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3633         (number_from_string_10), (get_djvu_link_dest),
3634         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3635         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3636         (djvu_links_get_links), (djvu_links_find_link_dest),
3637         (djvu_links_get_links_model):
3638         * djvu/djvu-links.h:
3639         
3640         Add support for links and bookmarks in djvu documents. Thanks
3641         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3642         patch.
3643
3644 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3645
3646         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3647         
3648         Reopen should reload document. Fixes 
3649         bug 327951.
3650
3651 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3652
3653         * configure.ac:
3654         * data/Makefile.am:
3655         * data/evince-16.png:
3656         * data/evince-22.png:
3657         * data/evince.png:
3658         * data/evince.svg:
3659         * data/icons/16x16/Makefile.am:
3660         * data/icons/16x16/evince.png:
3661         * data/icons/22x22/Makefile.am:
3662         * data/icons/22x22/evince.png:
3663         * data/icons/48x48/Makefile.am:
3664         * data/icons/48x48/evince.png:
3665         * data/icons/Makefile.am:
3666         * data/icons/scalable/Makefile.am:
3667         * data/icons/scalable/evince.svg:
3668         
3669         Install icons with correct names. Fixes
3670         bug #354429.
3671
3672 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * shell/ev-view.c: (ev_view_button_release_event):
3675
3676         Don't open links with middle mouse button. Fixes bug #353649
3677
3678 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3679
3680         * NEWS:
3681         * configure.ac:
3682         
3683         Update for release 0.6.0
3684
3685 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3686
3687         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3688         Implement Close named action. Patch by Carlos Garcia Campos.
3689
3690 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3691
3692         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3693         
3694         Don't clear link mapping on copy_job_to_job_info. Fixes
3695         bug 346168.
3696
3697 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/main.c: (main):
3700
3701         Revert my previous commit, gnome_program_init owns the option context.
3702         Fix another memory leak in main. Both caught by Christian Persch. 
3703
3704 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3705
3706         * shell/main.c: (main):
3707
3708         Fix memory leak.
3709
3710 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3713
3714         Fix crash when opening a pdf with password protection. 
3715
3716 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * pdf/ev-poppler.cc: (pdf_document_search_free):
3719
3720         Fix memory leak. 
3721
3722 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3723
3724         * backend/ev-document-factory.c:
3725         (ev_document_factory_get_document):
3726         * tiff/tiff-document.c: (tiff_document_finalize):
3727         
3728         More correct handling of document loading. Fixes
3729         bug #349043.
3730
3731 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * backend/ev-attachment.c: (ev_attachment_save):
3734
3735         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3736         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3737
3738 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3739         
3740         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3741         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3742
3743 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * shell/ev-sidebar-thumbnails.c:
3746
3747         Do not render thumbnails unless thumbnails page is active in the
3748         sidebar.
3749
3750 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3751
3752         * shell/ev-properties-dialog.c:
3753
3754         Fix dialogue spacing. Bug #351370.
3755
3756 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3757
3758         * configure.ac:
3759
3760         Use lowercase gettext catalog file names (evince.mo
3761         instead of Evince.mo)
3762
3763 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-sidebar-attachments.c:
3766
3767         GtkIconTheme is now screen safe too. Fixes bug #350878
3768
3769 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * shell/ev-window.c:
3772
3773         GtkRecent manager is now screen safe. Fixes bug #350145
3774
3775 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3776
3777         * shell/ev-sidebar.c: (ev_sidebar_init):
3778         
3779         Make sidebar close icon smaller. Fix for bug 350177.
3780         See also bugs 350176 and 165770.
3781
3782 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3785
3786         Ignore zoom for xyz destinations when it's <= 1, keeping user
3787         preferences instead. Set correct sizing-mode for fith and fitv
3788         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3789
3790 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3791
3792         * NEWS:
3793         * configure.ac:
3794         
3795         Update for release 0.5.5
3796
3797 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3798         
3799         * shell/ev-window.c: (ev_window_cmd_escape)
3800
3801         Escape unfocus page entry. Fixes bug #345809.
3802
3803 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3806         (build_tree), (pdf_document_links_get_links),
3807         (pdf_document_links_find_link_dest):
3808         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3809         (goto_xyz_dest):
3810
3811         Convert from PDF style coordinates to X style coordinates in the
3812         backend rather than in the view. Fixes bug #338440
3813
3814 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3815
3816         * shell/ev-window.c:
3817         
3818         Remove Ctrl+Shift+T shortcut for toolbars. See
3819         the bug #350098.
3820
3821 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * configure.ac:
3824
3825         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3826         of this. 
3827
3828 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * configure.ac:
3831         * cut-n-paste/Makefile.am:
3832         * data/evince-ui.xml:
3833         * shell/Makefile.am:
3834         * shell/ev-application.[ch]:
3835         * shell/ev-window.c:
3836
3837         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3838         #349273
3839
3840 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3841
3842         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3843         findbar code: s/help/search/
3844
3845 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3846
3847         * shell/ev-window.c: (setup_document_from_metadata),
3848         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3849         (setup_view_from_metadata):
3850         
3851         Fix memory leaks.
3852
3853 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3854
3855         * autogen.sh, configure.ac: 
3856         
3857         Update automake usage. See bug 349292.
3858
3859 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3860
3861         * shell/eggfindbar.c: (egg_find_bar_class_init),
3862         (entry_activate_callback), (egg_find_bar_init),
3863         (egg_find_bar_set_status_text):
3864         * shell/eggfindbar.h:
3865         
3866         Unify Evince findbar with Epiphany. Nice patch
3867         from Fabricio Silva <silva@crans.org> and
3868         Frederic Peters <fpeters@entrouvert.com>. See
3869         bug #339966 for details.
3870
3871 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3872
3873         * data/evince.desktop.in.in:
3874         
3875         Correct information for bugzilla. Thanks to
3876         Olaf Vitters, see bug #348855.
3877
3878 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/ev-jobs.[ch]:
3881         * shell/ev-sidebar-links.c:
3882         * shell/ev-window.[ch]:
3883
3884         GtkPrintJob doesn't support print ranges or current page, so we export
3885         to a ps file now when printing ranges or current page.
3886
3887 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3888
3889         * pdf/ev-poppler.cc:
3890         * shell/ev-window.c: (do_action_named):
3891
3892         We should be more clear about bugzilla. See the
3893         poppler bug #7623.
3894
3895 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * configure.ac:
3898         * shell/Makefile.am:
3899         * shell/ev-job-queue.c:
3900         * shell/ev-jobs.[ch]:
3901         * shell/ev-sidebar-links.c:
3902         * shell/ev-window.[ch]:
3903         
3904         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3905         #348422
3906
3907 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3908
3909         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3910         * shell/ev-application-service.xml:
3911         * shell/ev-application.[ch]:
3912         * shell/ev-jobs.[ch]:
3913         * shell/ev-window.[ch]: (ev_window_run_preview):
3914         * shell/main.c: 
3915
3916         Add preview mode to use evince as a printing previewer. It also adds
3917         other command line options for fullscreen and presentation modes.
3918         Fixes bugs #347822, #317031
3919
3920 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * NEWS:
3923         * configure.ac:
3924         
3925         Update for release 0.5.4
3926
3927 2006-07-11  Bastien Nocera <hadess@hadess.net>
3928
3929         * Makefile.am:
3930         * backend/Makefile.am:
3931         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3932         * backend/ev-document-factory.h:
3933         * configure.ac:
3934         * impress/.cvsignore:
3935         * impress/Makefile.am:
3936         * impress/common.h:
3937         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3938         (imp_get_page), (imp_next_page), (imp_prev_page),
3939         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3940         * impress/f_oasis.c: (render_object), (render_page),
3941         (get_geometry), (_imp_oasis_load):
3942         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3943         (_imp_oo13_load):
3944         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3945         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3946         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3947         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3948         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3949         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3950         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3951         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3952         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3953         (iks_new_within), (iks_insert), (iks_insert_cdata),
3954         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3955         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3956         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3957         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3958         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3959         (iks_cdata), (iks_cdata_size), (iks_has_children),
3960         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3961         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3962         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3963         (iks_tree), (iks_load), (iks_save):
3964         * impress/iksemel.h:
3965         * impress/imposter.h:
3966         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3967         (imp_render_draw_bezier_real), (imp_render_get_size),
3968         (imp_render_set_fg_color), (imp_render_draw_line),
3969         (imp_render_draw_rect), (imp_render_draw_polygon),
3970         (imp_render_draw_arc), (imp_render_draw_bezier),
3971         (imp_render_open_image), (imp_render_get_image_size),
3972         (imp_render_scale_image), (imp_render_draw_image),
3973         (imp_render_close_image), (imp_render_markup),
3974         (imp_render_get_text_size), (imp_render_draw_text),
3975         (impress_document_load), (impress_document_save),
3976         (impress_document_get_n_pages), (impress_document_get_page_size),
3977         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3978         (impress_document_finalize), (impress_document_class_init),
3979         (impress_document_can_get_text), (impress_document_get_info),
3980         (impress_document_document_iface_init),
3981         (impress_document_thumbnails_get_thumbnail),
3982         (impress_document_thumbnails_get_dimensions),
3983         (impress_document_document_thumbnails_iface_init),
3984         (impress_document_init):
3985         * impress/impress-document.h:
3986         * impress/internal.h:
3987         * impress/r_back.c: (_imp_fill_back):
3988         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3989         (_imp_draw_image), (_imp_tile_image):
3990         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3991         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3992         (r_polyline):
3993         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3994         (r_draw_gradient_complex), (r_draw_gradient):
3995         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3996         (r_get_bullet):
3997         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3998         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3999         (r_text):
4000         * impress/render.c: (imp_create_context), (imp_context_set_page),
4001         (imp_context_set_step), (imp_render), (imp_delete_context):
4002         * impress/render.h:
4003         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4004         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4005         (zip_load_xml), (zip_get_size), (zip_load):
4006         * impress/zip.h:
4007         * shell/ev-utils.c:
4008         
4009         New backend to support impress slides. Fixes bug #30867.
4010
4011 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4012
4013         * shell/ev-utils.c: (using_postscript_printer):
4014         
4015         Fixes crash when print using PAPI backend,
4016         bug #345012.
4017
4018 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4019
4020         * shell/ev-jobs.c: (ev_job_xfer_run):
4021         * shell/ev-window.c: (password_dialog_response),
4022         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4023         (ev_window_dispose):
4024         Fixes bug #344160: if the xfer job doesn't complete
4025         because a password is required, reload the existing
4026         instance instead of creating a new one.
4027
4028 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4029
4030         * shell/main.c: (main): Call gdk_threads_init. Thus
4031         we'll avoid errors in auth dialog. Fix for the bug
4032         #343347.
4033
4034 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4035
4036         * configure.ac: Advertise pixbuf support, fix
4037         for the bug 343317.
4038
4039 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4042         (ev_sidebar_thumbnails_set_document):
4043         
4044         Update sidebar thumbnails after reloading.
4045
4046 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4047
4048         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4049         * shell/ev-jobs.h:
4050         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4051         (ev_window_cmd_view_reload), (ev_window_init):
4052         
4053         Don't crash on reload. Fix for the bug #343167.
4054
4055 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4056
4057         * shell/ev-jobs.c: (ev_job_render_run):
4058         
4059         Check for document links.
4060
4061 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * backend/ev-attachment.c: (ev_attachment_save),
4064         (ev_attachment_launch_app), (ev_attachment_open):
4065         * backend/ev-document-factory.c: (get_document_from_uri):
4066         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4067         (egg_recent_view_uimanager_set_list):
4068         * ps/ps-document.c: (check_filecompressed), (document_load),
4069         (ps_document_load):
4070         * shell/ev-metadata-manager.c: (load_values):
4071         * shell/ev-password.c: (ev_password_dialog_set_property):
4072         * shell/ev-view.c: (tip_from_link):
4073         * shell/ev-window.c: (file_save_dialog_response_cb),
4074         (ev_window_print_dialog_response_cb):
4075         
4076         Use consistent quoting style. Fix for the bug #320285.
4077
4078 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4079
4080         * shell/ev-jobs.c: (ev_job_xfer_run):
4081         * shell/main.c: (load_files):
4082                 
4083         Open links with anchors. Fix for the bug #339836.
4084
4085 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4086
4087         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4088         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4089         (ev_link_dest_set_property), (ev_link_dest_finalize),
4090         (ev_link_dest_class_init), (ev_link_dest_new_named),
4091         (ev_link_dest_new_page_label):
4092         * backend/ev-link-dest.h:
4093         * shell/ev-application.c: (ev_application_open_uri):
4094         * shell/ev-view.c: (goto_dest):
4095         * shell/ev-window.c:
4096         * shell/ev-window.h:
4097         
4098         Fix page-label command line option. Bug #342070.
4099
4100 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4101
4102         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4103         
4104         Don't show highlight rects if page can't be showed. Fix for 
4105         the bug #342076
4106
4107 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4108
4109         * shell/ev-window.c: (setup_sidebar_from_metadata),
4110         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4111         
4112         Setup sidebar from metadata even if there is no document
4113         loaded. Fix for the bug #342807.
4114
4115 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4116
4117         * cut-n-paste/toolbar-editor/Makefile.am:
4118         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4119         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4120         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4121         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4122         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4123         (popup_context_menu_cb), (button_press_event_cb),
4124         (configure_item_sensitivity), (configure_item_cursor),
4125         (configure_item_tooltip), (connect_widget_signals),
4126         (action_sensitive_cb), (create_item_from_action),
4127         (create_item_from_position), (toolbar_drag_data_received_cb),
4128         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4129         (toolbar_drag_leave_cb), (configure_drag_dest),
4130         (toggled_visibility_cb), (toolbar_visibility_refresh),
4131         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4132         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4133         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4134         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4135         (egg_editable_toolbar_dispose),
4136         (egg_editable_toolbar_set_ui_manager),
4137         (egg_editable_toolbar_get_selected),
4138         (egg_editable_toolbar_set_selected), (set_edit_mode),
4139         (egg_editable_toolbar_set_property),
4140         (egg_editable_toolbar_get_property),
4141         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4142         (egg_editable_toolbar_new_with_model),
4143         (egg_editable_toolbar_get_edit_mode),
4144         (egg_editable_toolbar_set_edit_mode),
4145         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4146         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4147         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4148         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4149         (item_added_or_removed_cb), (toolbar_removed_cb),
4150         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4151         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4152         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4153         (editor_create_item_from_name), (append_table),
4154         (update_editor_sheet), (egg_toolbar_editor_init):
4155         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4156         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4157         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4158         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4159         (toolbar_node_free), (egg_toolbars_model_get_flags),
4160         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4161         (egg_toolbars_model_get_name), (impl_add_item),
4162         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4163         (parse_data_list), (parse_item_list), (parse_toolbars),
4164         (egg_toolbars_model_load_toolbars), (parse_available_list),
4165         (parse_names), (egg_toolbars_model_load_names),
4166         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4167         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4168         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4169         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4170         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4171         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4172         (egg_toolbars_model_set_types), (fill_avail_array),
4173         (egg_toolbars_model_get_name_avail),
4174         (egg_toolbars_model_get_name_flags),
4175         (egg_toolbars_model_set_name_flags):
4176         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4177         * cut-n-paste/toolbar-editor/eggintl.h:
4178         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4179         (egg_tree_multi_drag_source_get_type),
4180         (egg_tree_multi_drag_source_row_draggable),
4181         (egg_tree_multi_drag_source_drag_data_delete),
4182         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4183         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4184         (path_list_free), (set_context_data), (get_context_data),
4185         (get_info), (egg_tree_multi_drag_drag_data_get),
4186         (egg_tree_multi_drag_motion_event),
4187         (egg_tree_multi_drag_button_press_event),
4188         (egg_tree_multi_drag_add_drag_support):
4189         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4190         * shell/ev-application.c: (ev_application_init),
4191         (ev_application_save_toolbars_model):
4192         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4193         (ev_window_cmd_edit_toolbar), (ev_window_init):
4194         
4195         Sync toolbareditor with epiphany and libegg
4196
4197 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * configure.ac: 
4200
4201         Depend on poppler 0.5.2
4202
4203 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4204
4205         * shell/ev-jobs.c: (ev_job_render_run):
4206         
4207         Check if document supports links iterface.
4208
4209 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4210
4211         * NEWS:
4212         * configure.ac:
4213         
4214         Update for release 0.5.3
4215
4216 2006-05-13  Michael Plump  <plumpy@skylab.org>
4217
4218         * configure.ac:
4219         * shell/Makefile.am:
4220         * shell/main.c: (main):
4221         
4222         Port to GOption command line parsing. Fix for the 
4223         bug #327518
4224
4225 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * shell/ev-window.c: (ev_window_cmd_help_about):
4228         
4229         Do not wrap license. Fix for the bug #309460.
4230
4231 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4232
4233         * configure.ac:
4234         * properties/ev-properties-main.c: (ev_properties_get_pages):
4235         * shell/ev-application.c: (ev_application_open_window),
4236         (ev_application_open_uri_at_dest):
4237         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4238         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4239         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4240         * shell/ev-utils.c: (save_print_config_to_file):
4241         * shell/ev-window.c: (ev_window_cmd_save_as),
4242         (ev_attachment_popup_cmd_save_attachment_as):
4243         * shell/main.c: (load_files_remote):
4244         
4245         Bump requirements to gtk 2.8 and drop all ifdefs used.
4246
4247 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4250         * shell/ev-window.c: (ev_window_init):
4251         
4252         Show attachments page.
4253
4254 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4255
4256         * po/POTFILES.in:
4257         * shell/ev-attachment-bar.c:
4258         * shell/ev-attachment-bar.h:
4259         * shell/ev-sidebar-attachments.c:
4260         (ev_sidebar_attachments_icon_cache_add),
4261         (icon_theme_get_pixbuf_from_mime_type),
4262         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4263         (ev_sidebar_attachments_icon_cache_refresh),
4264         (ev_sidebar_attachments_get_attachment_at_pos),
4265         (ev_sidebar_attachments_popup_menu_show),
4266         (ev_sidebar_attachments_popup_menu),
4267         (ev_sidebar_attachments_button_press),
4268         (ev_sidebar_attachments_update_icons),
4269         (ev_sidebar_attachments_drag_data_get),
4270         (ev_sidebar_attachments_get_property),
4271         (ev_sidebar_attachments_destroy),
4272         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4273         (ev_sidebar_attachments_new),
4274         (ev_sidebar_attachments_set_document),
4275         (ev_sidebar_attachments_support_document),
4276         (ev_sidebar_attachments_get_label),
4277         (ev_sidebar_attachments_page_iface_init):
4278         * shell/ev-sidebar-attachments.h:
4279         * shell/ev-window.c: (update_chrome_visibility),
4280         (setup_sidebar_from_metadata), (ev_window_setup_document),
4281         (ev_window_sidebar_current_page_changed_cb),
4282         (attachment_bar_menu_popup_cb), (ev_window_init):
4283         
4284         Move attachments bar to sidebar.
4285
4286 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4287
4288         * pdf/ev-poppler.cc:
4289         * shell/ev-application.[ch]:
4290         * shell/main.c:
4291
4292         Fix some memory leaks.
4293
4294 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4295
4296         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4297
4298         Change the properties dialog response to
4299         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4300         will make the dialog go away when the user presses
4301         enter. With gtk+ >= 2.9 this will happen anyway, but for
4302         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4303         escape by default. Fixes bug #340539. See also bug
4304         #101293 for the gtk+ part.
4305
4306 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4307
4308         * shell/ev-view.c (tip_from_action_named): Replace some strings
4309         that were wrong. Closes #340970.
4310
4311 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4314
4315         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4316         #341049
4317
4318 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * djvu/Makefile.am:
4321         * dvi/Makefile.am:
4322         * dvi/mdvi-lib/Makefile.am:
4323         * properties/Makefile.am:
4324         * ps/Makefile.am:
4325         * shell/Makefile.am:
4326         * thumbnailer/Makefile.am:
4327         
4328         Due to broken libtool that is unable to track dependencies
4329         of noinst libraries we are forced to explicitely point
4330         libraries for binary. Fix for the bug #333334.
4331
4332 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4333
4334         * data/evince.desktop.in.in:
4335         * shell/ev-view.c: (view_update_range_and_current_page),
4336         (ev_view_next_page), (ev_view_previous_page):
4337         * shell/ev-window.c: (update_chrome_visibility),
4338         (setup_sidebar_from_metadata), (ev_window_setup_document),
4339         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4340         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4341         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4342         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4343         (ev_window_stop_presentation), (ev_window_focus_in_event),
4344         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4345         (ev_window_init):
4346         * thumbnailer/Makefile.am:
4347         
4348         Update fullscreen and presentation timeout handling. Hide
4349         cursor in presentation after timeout. Fix for the bugs
4350         #136359 and #336981.
4351
4352 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * backend/ev-link-action.[ch]:
4355         * pdf/ev-poppler.cc: (ev_link_from_action):
4356         * shell/ev-view-private.h:
4357         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4358         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4359
4360         Add support for Named Action links
4361
4362 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * backend/Makefile.am:
4365         * backend/ev-document-links.[ch]:
4366         * backend/ev-document.[ch]:
4367         * backend/ev-link-action.[ch]:
4368         * backend/ev-link-dest.[ch]:
4369         * backend/ev-link.[ch]:
4370         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4371         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4372         * shell/ev-page-action.c: (build_new_tree_cb):
4373         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4374         (links_page_num_func), (update_page_callback):
4375         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4376         (tip_from_link):
4377         * shell/ev-jobs.c:
4378         * shell/ev-window.[ch]: (ev_window_open_uri),
4379         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4380         * shell/ev-application.[ch]: (ev_application_open_window),
4381         (ev_application_open_uri):
4382
4383         Rework links system, it adds support for remote links now and it makes
4384         easier to add new kinds of actions and destinations. Fixes bug #317292
4385
4386 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4387
4388         * data/Makefile.am:
4389         * data/evince.png:
4390         * data/evince-16.png:
4391         * data/evince-22.png:
4392         * data/evince.svg:
4393         * shell/main.c: (main):
4394         
4395         Evince use it's own icon. Fix for the bug #313392.
4396
4397         * shell/ev-window.c: (fullscreen_timeout_cb),
4398         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4399         (ev_window_cmd_help_about), (ev_window_dispose):
4400         
4401         Simplify fullscreen timeout code.
4402
4403 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * backend/ev-attachment.c: 
4406         * shell/ev-attachment-bar.c:
4407         * shell/ev-window.c:
4408
4409         Allow multiple selection of attachments
4410
4411 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * shell/ev-view.c: (view_update_range_and_current_page),
4414         (ev_view_scroll):
4415         
4416         Fix for the bug #312573 – Optimal selection of current 
4417         page among visible pages.
4418
4419 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * configure.ac:
4422         * djvu/Makefile.am:
4423         * djvu/djvu-text.h:
4424         
4425         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4426         for the bug 339868.
4427
4428 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4429
4430         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4431
4432 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4433
4434         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4435         dictated by the GNOME HIG. Fixes bug #339235.
4436
4437 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4438
4439         * data/evince-ui.xml:
4440         * shell/ev-view.c: (ev_view_can_find_previous):
4441         * shell/ev-view.h:
4442         * shell/ev-window.c: (ev_window_update_actions),
4443         (ev_window_cmd_edit_find_previous):
4444
4445         Add support for "Find Previous" as dictated by the GNOME HIG. A
4446         menu item is added and some glue code to make it all work is added
4447         to various files.
4448
4449 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4450
4451         * configure.ac: Award myself the "useless use of cat" award.
4452
4453 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4454
4455         * po/LINGUAS: New file listing all supported languages.
4456
4457         * configure.in: Use po/LINGUAS instead of including all languages
4458         directly in this file. See the wiki for more information:
4459         http://live.gnome.org/GnomeGoals/PoLinguas
4460
4461 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * backend/ev-document-factory.c:
4464
4465         Do not load the document twice when there isn't errors
4466
4467 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * backend/ev-attachment.c: 
4470
4471         Fix a crash when there isn't a default application to open an
4472         attachment
4473
4474 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4475
4476         * backend/ev-attachment.[ch]:
4477         * shell/ev-attachment-bar.[ch]:
4478
4479         Added missing files. 
4480
4481 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * backend/Makefile.am:
4484         * data/evince-ui.xml:
4485         * backend/ev-attachment.[ch]:
4486         * backend/ev-document.[ch]: (ev_document_has_attachments),
4487         (ev_document_get_attachments):
4488         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4489         (attachment_save_to_buffer), (pdf_document_get_attachments),
4490         (pdf_document_document_iface_init):
4491         * shell/Makefile.am:
4492         * shell/ev-attachment-bar.[ch]:
4493         * shell/ev-window.c:
4494
4495         Add support for PDF attachments. Fixes bug #325143
4496
4497 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4498
4499         * backend/ev-document-factory.c: (get_document_from_uri),
4500         (ev_document_factory_get_document):
4501         * backend/ev-document-factory.h:
4502         * properties/ev-properties-main.c: (ev_properties_get_pages):
4503         * shell/Makefile.am:
4504         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4505         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4506         (ev_job_queue_remove_job):
4507         * shell/ev-job-queue.h:
4508         * shell/ev-job-xfer.c:
4509         * shell/ev-job-xfer.h:
4510         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4511         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4512         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4513         (ev_job_xfer_run):
4514         * shell/ev-jobs.h:
4515         * shell/ev-window.c: (ev_window_is_empty),
4516         (password_dialog_response), (ev_window_clear_xfer_job),
4517         (ev_window_xfer_job_cb), (ev_window_open_uri),
4518         (ev_window_cmd_focus_page_selector),
4519         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4520         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4521         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4522         (ev_window_dispose):
4523         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4524         
4525         * Cleanup mime type detection on document load. Fix for the
4526         bug #336448.
4527
4528 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4531         
4532         Fix crash on exit, described in the bug #336825.
4533
4534 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * backend/ev-document-factory.c:
4537         (ev_document_factory_get_from_mime),
4538         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4539         (ev_document_factory_get_document),
4540         (file_filter_add_mime_list_and_free),
4541         (ev_document_factory_add_filters):
4542         * backend/ev-document-factory.h:
4543         * properties/ev-properties-main.c: (ev_properties_get_pages):
4544         * shell/Makefile.am:
4545         * shell/ev-application.c:
4546         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4547         * shell/ev-window.c: (ev_window_cmd_file_open),
4548         (ev_window_cmd_save_as):
4549         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4550         
4551         Rework factory functions so they are placed now in a single 
4552         file ev-document-factory.c
4553
4554 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * shell/ev-window.c: (update_chrome_visibility):
4557         
4558         Fix for the bug 166566 - don't show menubar in fullscreen
4559         mode.
4560
4561 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4562
4563         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4564
4565 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4566
4567         * shell/ev-view.c: (ev_view_expose_event):
4568         
4569         More correctly draw loading text when document
4570         is empty.
4571
4572 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * shell/ev-view.c: (ev_view_scroll):
4575         
4576         Fix for the bug #334854, page down and page up switch
4577         pages in presentation mode.
4578
4579 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4580
4581         * shell/ev-window.c: (ev_window_set_action_sensitive),
4582         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4583         (ev_window_set_view_accels_sensitivity),
4584         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4585         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4586         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4587         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4588         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4589         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4590         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4591         (view_actions_focus_in_cb), (ev_window_init):
4592         
4593         Fix for the bug #333902, now it's possible to search
4594         words with slash.
4595
4596 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4597
4598         * configure.ac: Added Breton translation.
4599         * po/br.po: Added Breton translation.
4600
4601 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-window-title (ev_window_title_update):
4604
4605         Fix memory leak in window title. Fixes bug #333944
4606
4607 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * shell/ev-metadata-manager.c (parseItem):
4610
4611         Fix memory leaks. Fixes bug #333945
4612
4613 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4614         
4615         * NEWS, configure.ac, TODO:
4616         
4617         Update for release 0.5.2.
4618
4619 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-view.c: (view_update_range_and_current_page),
4622         (page_changed_cb):
4623         
4624         Don't jump on scrolling, fix for the bug #333127.
4625
4626 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4629         
4630         Scroll by one page in presentation mode. Fix for the bug
4631         #332993.
4632
4633 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4634
4635         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4636
4637 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4638
4639         * configure.ac  Added lv in ALL_LINGUAS line.
4640
4641 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4642         
4643         * NEWS, configure.ac:
4644         
4645         Update for release 0.5.1
4646
4647 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4648
4649         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4650         * backend/ev-document-misc.h:
4651         * shell/ev-view.c: (draw_one_page):
4652         
4653          Clairfy what page the toolbar page number applies to. Fix
4654          for the bug #328102.
4655
4656 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4657
4658         * shell/ev-view-private.h:
4659         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4660         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4661         (ev_view_search_changed):
4662         * shell/ev-view.h:
4663         * shell/ev-window.c: (find_bar_search_changed_cb):
4664         
4665         Dont't jump to find result if window was scrolled during search.
4666         Fix for the bug #313266.
4667
4668 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4669
4670         * shell/eggfindbar.c: (egg_find_bar_class_init):
4671         * shell/eggfindbar.h:
4672         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4673         * shell/ev-view-private.h:
4674         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4675         (ev_view_class_init), (ev_sizing_mode_get_type),
4676         (ev_scroll_type_get_type):
4677         * shell/ev-view.h:
4678         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4679         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4680         (ev_window_init):
4681         
4682         Fix for the bug 319133 - Find entry should allow text scroll.
4683
4684 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4685
4686         * shell/ev-view-private.h:
4687         * shell/ev-view.c: (view_update_range_and_current_page),
4688         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4689         (ev_view_set_document), (update_find_status_message),
4690         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4691         (ev_view_find_previous):
4692         
4693         Fix for the bug #319137. Search now takes account for scrolling.
4694
4695 2006-02-19  Michael Hofmann <mh21@piware.de>
4696
4697         * configure.ac:
4698         * djvu/Makefile.am:
4699         * djvu/djvu-document-private.h:
4700         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4701         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4702         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4703         (djvu_document_can_get_text), (djvu_document_get_text),
4704         (djvu_document_document_iface_init),
4705         (djvu_document_thumbnails_get_thumbnail),
4706         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4707         (djvu_document_find_get_result),
4708         (djvu_document_find_page_has_results),
4709         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4710         (djvu_document_find_iface_init):
4711         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4712         (djvu_text_page_selection), (djvu_text_page_limits_process),
4713         (djvu_text_page_limits), (djvu_text_page_copy),
4714         (djvu_text_page_position), (djvu_text_page_union),
4715         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4716         (djvu_text_page_box), (djvu_text_page_append_text),
4717         (djvu_text_page_search), (djvu_text_page_prepare_search),
4718         (djvu_text_page_new), (djvu_text_page_free):
4719         * djvu/djvu-text-page.h:
4720         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4721         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4722         (djvu_text_n_results), (djvu_text_has_results),
4723         (djvu_text_get_result), (djvu_text_get_progress):
4724         * djvu/djvu-text.h:
4725         
4726         Text search in djvu. Fix for the bug #303415.
4727
4728 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4729
4730         * configure.ac:
4731         * shell/ev-window.c: (ev_window_cmd_save_as):
4732         
4733         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4734         Thanks to Gary Coady <gary@lyranthe.org>
4735
4736 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * shell/ev-print-job.c: (idle_print_handler):
4739         
4740         Inverse order printing, bug #320919.
4741
4742 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4743
4744         * data/evince-toolbar.xml:
4745         * shell/ev-window.c:
4746         
4747         Allow to add sidebar checkbutton on toolbar. Fix
4748         for the bug #144577.
4749
4750 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4753         
4754         Add checks that have sense for empty ps document.
4755
4756 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4757
4758         * configure.ac: Include PS in mime types list. 
4759
4760 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4761
4762         * configure.ac:
4763         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4764         * ps/gsdefaults.h:
4765         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4766         
4767         Runtime check for gs interpreter. Fix for the bug #320868.
4768         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4769
4770 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * shell/ev-application.c: 
4773
4774         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4775         dbus>=0.60, so that the request is not queued. 
4776
4777 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * configure.ac:
4780         * shell/Makefile.am:
4781         * shell/ev-sidebar-links.c: (print_section_cb):
4782         * shell/ev-utils.c:
4783         * shell/ev-utils.h:
4784         * shell/ev-window.c: (update_action_sensitivity),
4785         (ev_window_close_dialogs), (ev_window_print):
4786         * shell/ev-window.h:
4787         
4788         Make printing support optional. Patch from Eduardo de Barros Lima
4789         <eduardo.lima@indt.org.br> for the bug #330546.
4790
4791 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * shell/ev-view-private.h:
4794         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4795         (ev_view_set_document):
4796         * shell/ev-view.h:
4797         * shell/ev-window.c: (ev_window_load_job_cb),
4798         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4799         (ev_window_init):
4800
4801         Draw Loading message during xfer job. Fix for the bug #329495.
4802
4803 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * comics/comics-document.c: (comics_regex_quote),
4806         (comics_document_load), (extract_argv):
4807         
4808         Correcly quote regexp before passing it to unzip.
4809
4810 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * shell/ev-page-cache.c: (build_height_to_page),
4813         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4814         (ev_page_cache_get_dual_even_left):
4815         * shell/ev-page-cache.h:
4816         * shell/ev-view.c: (view_update_range_and_current_page),
4817         (get_page_y_offset), (get_page_extents):
4818         
4819         Place even pages to the left if document has less then
4820         two pages. Fix for the bug #328856.
4821
4822 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4825         
4826         Correct comics scheme. This make evince create thumbnails
4827         for comic books. Fix for the bug 329088.
4828
4829 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4830
4831         * data/evince-password.glade: Don't explicitly set
4832         invisible_char to the current default value in case
4833         the default changes; let GTK+ do its magic.
4834
4835 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4836
4837         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4838         real filename to tmp filename since often document
4839         type is determined by extension.
4840
4841 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4842
4843         * shell/ev-view.c: (add_scroll_binding_keypad),
4844         (ev_view_binding_activated), (ev_view_class_init):
4845         
4846         Add keybindings for percision-scrolling of display area. 
4847         Fix for the bug #314072.
4848
4849 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * data/evince.desktop.in.in:
4852         
4853         Add GTK to the list of categories. Fix for the bug #328034.
4854
4855 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4856
4857         * shell/ev-application.c: (ev_application_shutdown),
4858         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4859         * shell/ev-application.h:
4860         * shell/ev-window.c: (file_open_dialog_response_cb),
4861         (ev_window_cmd_file_open):
4862         
4863         Save last uri in file chooser dialog. Fix for the bug #327950.
4864
4865 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4866
4867         * NEWS:
4868         * README:
4869         
4870         Final update for release 0.5.0
4871         
4872         * shell/Makefile.am:
4873         
4874         Remove disable deprecated until we'll require libgnome-2.13.7
4875         and port to GOption argument parsing. See bug 327518.
4876
4877 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4878
4879         * comics/comics-document.c: (comics_document_save):
4880         * djvu/djvu-document.c: (djvu_document_save):
4881         * dvi/dvi-document.c: (dvi_document_save):
4882         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4883         * lib/ev-file-helpers.h:
4884         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4885         * tiff/tiff-document.c: (tiff_document_save):
4886         
4887         Use common save function for backends.
4888
4889 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4890
4891         * backend/ev-document-types.c:
4892         
4893         Fix crash on saving pixbuf.
4894
4895 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * cut-n-paste/recent-files/egg-recent-item.c:
4898         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4899         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4900         (parse_info_free), (valid_element), (start_element_handler),
4901         (end_element_handler), (text_handler), (egg_recent_model_filter),
4902         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4903         (egg_recent_model_monitor), (egg_recent_model_read),
4904         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4905         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4906         (egg_recent_model_set_property), (egg_recent_model_class_init),
4907         (egg_recent_model_init), (egg_recent_model_add_full),
4908         (egg_recent_model_delete), (egg_recent_model_get_list),
4909         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4910         (egg_recent_model_set_filter_mime_types),
4911         (egg_recent_model_clear_group_filter),
4912         (egg_recent_model_set_filter_groups),
4913         (egg_recent_model_clear_scheme_filter),
4914         (egg_recent_model_set_filter_uri_schemes),
4915         (egg_recent_model_remove_expired):
4916         * cut-n-paste/recent-files/egg-recent-util.c:
4917         (egg_recent_util_get_icon):
4918         * cut-n-paste/recent-files/egg-recent-util.h:
4919         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4920         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4921         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4922         (egg_recent_view_uimanager_set_property),
4923         (egg_recent_view_uimanager_get_property),
4924         (egg_recent_view_uimanager_class_init),
4925         (egg_recent_view_uimanager_init),
4926         (egg_recent_view_uimanager_set_label_width),
4927         (egg_recent_view_uimanager_get_label_width):
4928         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4929         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4930         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4931         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4932         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4933         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4934         
4935         Update from libegg.
4936
4937 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4938
4939         * shell/ev-page-cache.c: (build_height_to_page),
4940         (ev_page_cache_get_height_to_page):
4941         * shell/ev-page-cache.h:
4942         * shell/ev-view.c: (view_update_range_and_current_page),
4943         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4944         (ev_view_previous_page):
4945         
4946         Dual mode places even pages to the left. Fix for the bug #309393.
4947
4948         * shell/ev-view.h:
4949         * shell/ev-window.c: (update_action_sensitivity),
4950         (setup_view_from_metadata), (view_menu_popup_cb):
4951         
4952         Don't restore presentation in empty windows, more intelligent
4953         next page behaviour in dual mode.
4954
4955         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4956         (ev_pixbuf_cache_clear_job_sizes):
4957         
4958         Cleanup job callback on removal. Fix for the bug #325886.
4959
4960 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4961
4962         * ps/ps.c: (psscan):
4963         
4964         Commit workaround Mozilla problem. Fix for the bug #325919
4965         
4966         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4967         (save_item):
4968         
4969         Fix for year 2038 problem.
4970
4971 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4972
4973         * shell/ev-window.c: (setup_document_from_metadata),
4974         (ev_window_cmd_view_reload):
4975
4976         Clamp page recieved from metadata in valid values. Fix
4977         for the bug #325986.
4978
4979 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4980
4981         * MAINTAINERS: 
4982         Add MAINTAINERS as requested on desktop-devel-list.
4983
4984 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4985
4986         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4987         (mime_type_supported_by_gdk_pixbuf),
4988         (ev_document_factory_get_mime_types),
4989         (ev_document_factory_get_all_mime_types):
4990         
4991         Don't add pixbuf mime types if pixbuf backend is disabled.
4992         
4993         * shell/ev-application.c: (ev_application_get_uri_window):
4994         
4995         Fix for the bug 325815 - unhandled MIME type message doesn't 
4996         appear a second time. 
4997         
4998         * shell/ev-document-types.c: (ev_document_types_add_filters):
4999         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5000         (password_dialog_response), (ev_window_popup_password_dialog),
5001         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5002         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5003         (ev_window_run_presentation), (ev_window_stop_presentation),
5004         (save_sizing_mode), (ev_window_zoom_changed_cb),
5005         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5006         (ev_window_dual_mode_changed_cb),
5007         (ev_window_sidebar_current_page_changed_cb),
5008         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5009         (window_state_event_cb), (window_configure_event_cb):
5010         
5011         Cleanup additional uris holded by EvWindow.
5012
5013 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5014
5015         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5016         (ev_view_can_previous_page), (ev_view_can_next_page):
5017         * shell/ev-view.h:
5018         * shell/ev-window.c: (update_action_sensitivity):
5019         
5020         Two page scrolling with Space and PageUp in dual mode. Second fix 
5021         for the bug #316608.
5022
5023 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5024
5025         * shell/ev-view.c: (scroll_to_current_page):
5026         
5027         Correctly clamp adjustment value. Fix for the bug
5028         #325808.
5029
5030 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5031
5032         * shell/ev-sidebar-links.c: (print_section_cb):
5033         * shell/ev-window.c: (ev_window_get_uri),
5034         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5035         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5036         (ev_window_dispose):
5037         
5038         Make print dialog non-modal. Fix for the bug #325622.
5039
5040 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * shell/ev-metadata-manager.c:
5043         * shell/ev-utils.c: (using_pdf_printer),
5044         (using_postscript_printer), (load_print_config_from_file),
5045         (save_print_config_to_file):
5046         * shell/ev-utils.h:
5047         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5048         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5049         (setup_view_from_metadata), (ev_window_setup_document),
5050         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5051         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5052         (ev_window_run_presentation), (ev_window_stop_presentation),
5053         (save_sizing_mode), (ev_window_zoom_changed_cb),
5054         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5055         (ev_window_dual_mode_changed_cb),
5056         (ev_window_sidebar_current_page_changed_cb),
5057         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5058         (window_state_event_cb), (window_configure_event_cb),
5059         (ev_window_init):
5060         
5061         Setting saving behaviour fixes.
5062
5063 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * configure.ac:
5066         
5067         Make antialiasing gs options better and allow
5068         to change them during configure. Fix for the 
5069         bug #319049.
5070
5071 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * shell/ev-window.c: (setup_view_from_metadata):
5074         
5075         Remember if last window was maximized. Fix for the
5076         bug #323797.
5077
5078 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5079
5080         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5081
5082 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5085         * shell/ev-page-action.c: (build_new_tree_cb):
5086         * shell/ev-sidebar-links.c: (links_page_num_func),
5087         (update_page_callback_foreach), (update_page_callback):
5088         * shell/ev-view.c: (scroll_to_current_page):
5089         
5090         Fix for the bug #325067 with more intelligent selection
5091         of current link in sidebar. Make sidebar handle links
5092         of FITR-like type more correctly.
5093
5094         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5095         (dvi_pixbuf_put_pixel):
5096         
5097         Fix memory consumtion with disabled alpha channel.
5098
5099 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * data/evince-ui.xml:
5102         * shell/ev-window.c: (view_menu_popup_cb),
5103         (ev_popup_cmd_open_link), (ev_window_init):
5104         
5105         Update context menu for internal links. Fix for the bug
5106         #325066.
5107
5108 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5111         
5112         Bind context menu to keyboard also. Fix for the bug
5113         #325065.
5114
5115 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * shell/ev-view.c: (selection_scroll_timeout_cb):
5118         
5119         Horizontal scroll on selection also.
5120
5121 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * shell/ev-metadata-manager.c: (parse_value):
5124         * shell/ev-view.c: (goto_xyz_link):
5125         
5126         Correct zoom setup and metadata save broken in 
5127         some locales.
5128
5129 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5130
5131         * shell/ev-view-private.h:
5132         * shell/ev-view.c: (scroll_to_current_page),
5133         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5134         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5135         (page_changed_cb), (ev_view_set_continuous),
5136         (ev_view_set_dual_page), (ev_view_set_presentation):
5137         
5138         Delay scroll until allocation to correctly position page. Fix
5139         for the bug #317334.
5140
5141 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5142
5143         * NEWS:
5144         * configure.ac:
5145         
5146         Update NEWS and require poppler 0.5.0.
5147
5148 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5149         
5150         * data/evince-ui.xml:
5151         * shell/ev-view-private.h:
5152         * shell/ev-view.c: (ev_view_get_link_at_location),
5153         (handle_link_over_xy), (ev_view_button_press_event),
5154         (ev_view_button_release_event), (ev_view_class_init):
5155         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5156         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5157         (ev_window_init):
5158         
5159         Implement right-click context menu.
5160
5161 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5164         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5165         (mdvi_pixbuf_device_render):
5166         * pdf/ev-poppler.cc:
5167
5168         Don't generate thumbnails with alpha. See bug #324077.
5169         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5170
5171 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * shell/ev-window.c: (setup_chrome_from_metadata):
5174         
5175         Fix typo that was hiding toolbar.
5176
5177 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * shell/ev-view-private.h:
5180         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5181         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5182         (ev_view_button_release_event), (ev_view_destroy):
5183         
5184         Small cleanup and autoscrolling during selection. Thanks to 
5185         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5186
5187 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5188
5189         * configure.ac:
5190         
5191         Correctly check for comics option.
5192
5193 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5194         * Makefile.am:
5195         * configure.ac:
5196         * backend/Makefile.am:
5197         * backend/ev-document-factory.c:
5198         * shell/ev-document-types.c:
5199
5200         Included option in configure to make ps backend 
5201         compilation optional with --disable-ps.
5202
5203 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * backend/ev-document-factory.c:
5206         * comics/Makefile.am:
5207         * comics/comics-document.c: (comics_document_load):
5208         * comics/ev-cbr-mime.xml:
5209         * configure.ac:
5210         
5211         Comics mime types are added to shared-mime-info CVS. Now
5212         we don't need to install our own mime types.
5213
5214 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * shell/ev-window.c:
5217         
5218         Add shortcut for "save a copy" menu entry. Fix for
5219         the bug #324582.
5220
5221 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5222
5223         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5224         (job_finished_cb), (new_selection_pixbuf_needed),
5225         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5226         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5227         
5228         Rework selection job info logic and fix critical warning.
5229
5230 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5231
5232         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5233
5234 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5235
5236         * data/evince-ui.xml:
5237         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5238         
5239         Enter as shortcut key for next page. Fix for the bug
5240         #321394.
5241
5242 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5243
5244         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5245
5246 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5247
5248         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5249         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5250         (new_selection_pixbuf_needed),
5251         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5252         (clear_job_selection):
5253         
5254         Too early for 0.5. Pixbuf cache code cleaned a bit.
5255
5256 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * NEWS:
5259         * configure.ac:
5260         
5261         Release 0.5.0 preparation
5262
5263 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * comics/Makefile.am:
5266         * configure.ac:
5267         * shell/ev-document-types.c: (ev_document_types_add_filters):
5268         
5269         More advanced handling of custom mime type installation.
5270
5271 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5272
5273         * data/evince.schemas.in:
5274         * shell/ev-metadata-manager.c: (value_free),
5275         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5276         (ev_metadata_manager_get), (ev_metadata_manager_set):
5277         * shell/ev-metadata-manager.h:
5278         * shell/ev-window.c: (update_chrome_flag),
5279         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5280         (setup_document_from_metadata), (setup_chrome_from_metadata),
5281         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5282         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5283         (ev_window_view_toolbar_cb),
5284         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5285         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5286         
5287         Save last document settings and reuse them for new documents.
5288
5289 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * Makefile.am:
5292         * backend/Makefile.am:
5293         * backend/ev-document-factory.c:
5294         * backend/ev-document-factory.h:
5295         * comics/Makefile.am:
5296         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5297         (comics_document_load), (comics_document_save),
5298         (comics_document_get_n_pages), (comics_document_get_page_size),
5299         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5300         (comics_document_class_init), (comics_document_can_get_text),
5301         (comics_document_get_info), (comics_document_document_iface_init),
5302         (comics_document_init), (get_supported_image_extensions),
5303         (comics_document_thumbnails_get_geometry),
5304         (comics_document_thumbnails_get_thumbnail),
5305         (comics_document_thumbnails_get_dimensions),
5306         (comics_document_document_thumbnails_iface_init), (extract_argv):
5307         * comics/comics-document.h:
5308         * comics/ev-cbr-mime.xml:
5309         * configure.ac:
5310         * po/POTFILES.in:
5311         * shell/ev-application.c: (ev_application_register_service):
5312         * shell/ev-document-types.c: (ev_document_types_add_filters):
5313         * thumbnailer/Makefile.am:
5314         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5315         
5316         New CBR/CBZ backend for comic books.
5317
5318 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * shell/main.c: (load_files_remote):
5321
5322         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5323         warning on startup of second instance is fixed. It
5324         is bug #320353.
5325
5326 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5327
5328         * shell/ev-window.c: (ev_window_finalize):
5329         
5330         Fix double free that cause crash.
5331
5332 2005-10-29  Bastien Nocera <hadess@hadess.net>
5333
5334         * tiff/tiff-document.c: (tiff_document_load):
5335         
5336         Fix memory leak.
5337
5338 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5339
5340         * po/POTFILES.in:
5341         * shell/Makefile.am:
5342         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5343         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5344         (ev_view_accessible_get_text),
5345         (ev_view_accessible_get_character_at_offset),
5346         (ev_view_accessible_get_text_before_offset),
5347         (ev_view_accessible_get_text_at_offset),
5348         (ev_view_accessible_get_text_after_offset),
5349         (ev_view_accessible_get_character_count),
5350         (ev_view_accessible_get_caret_offset),
5351         (ev_view_accessible_set_caret_offset),
5352         (ev_view_accessible_get_run_attributes),
5353         (ev_view_accessible_get_default_attributes),
5354         (ev_view_accessible_get_character_extents),
5355         (ev_view_accessible_get_offset_at_point),
5356         (ev_view_accessible_get_n_selections),
5357         (ev_view_accessible_get_selection),
5358         (ev_view_accessible_add_selection),
5359         (ev_view_accessible_remove_selection),
5360         (ev_view_accessible_set_selection),
5361         (ev_view_accessible_text_iface_init),
5362         (ev_view_accessible_idle_do_action),
5363         (ev_view_accessible_action_do_action),
5364         (ev_view_accessible_action_get_n_actions),
5365         (ev_view_accessible_action_get_description),
5366         (ev_view_accessible_action_get_name),
5367         (ev_view_accessible_action_set_description),
5368         (ev_view_accessible_action_iface_init),
5369         (ev_view_accessible_get_type), (ev_view_accessible_new),
5370         (ev_view_accessible_factory_get_accessible_type),
5371         (ev_view_accessible_factory_create_accessible),
5372         (ev_view_accessible_factory_class_init),
5373         (ev_view_accessible_factory_get_type):
5374         * shell/ev-view-accessible.h:
5375         * shell/ev-view-private.h:
5376         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5377         * shell/ev-view.h:
5378         
5379         Initial accessibility support.
5380
5381 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5382
5383         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5384
5385 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5386
5387         * shell/ev-print-job.c: (idle_print_handler):
5388         
5389         Fix for bug Bug 318916: Printing multiple pages.
5390
5391 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5392
5393         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5394
5395 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * pdf/ev-poppler.cc:
5398         
5399         Thumnail dimensions unified with other backends.
5400         
5401         * shell/ev-window-title.c: (ev_window_title_update):
5402         
5403         Fix warning.
5404
5405 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * data/ev-stock-zoom-fit-width.png:
5408         
5409         Remove unused file.
5410
5411 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5412
5413         * configure.ac:
5414         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5415         (djvu_document_finalize):
5416         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5417         (dvi_document_finalize):
5418         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5419         (pixbuf_document_save), (pixbuf_document_finalize):
5420         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5421         (tiff_document_finalize):
5422         
5423         Save a copy implemented for various backends.
5424
5425 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5426
5427         * configure.ac:
5428         
5429         Don't link with ltiff if tiff is disabled.
5430
5431 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * pdf/GDKSplashOutputDev.cc:
5434         * pdf/GDKSplashOutputDev.h:
5435         * pdf/Thumb.cc:
5436         * pdf/Thumb.h:
5437         * pdf/pdf-document.cc:
5438         * pdf/pdf-document.h:
5439         * pdf/test-gdk-output-dev.cc:
5440         
5441         Remove old unused files.
5442
5443 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5444
5445         * shell/ev-window.c: (ev_window_setup_document):
5446         
5447         Fixed warnings on reload and probably crash reason.
5448
5449 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * properties/ev-properties-view.c:
5452         (ev_properties_view_format_date):
5453         
5454         Check if date is invalid. Fix for bug 318134.
5455
5456 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5457
5458         * shell/ev-window-title.c:
5459         
5460         Add .indd files (Adobe Indesign) to the list of "bad
5461         extensions".
5462
5463 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5464
5465         * data/evince-ui.xml:
5466         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5467         
5468         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5469
5470 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5471
5472         * shell/ev-window.c: (launch_link), (launch_external_uri),
5473         (view_external_link_cb):
5474
5475         URL-escape link before passing it to gnome_vfs_url_show.
5476
5477 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5478
5479         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5480         there isn't text selected.
5481
5482 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5483
5484         * shell/ev-view.c: (handle_link_over_xy):
5485
5486         Check tooltip is valid utf8 before showing it
5487
5488 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5489
5490         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5491
5492 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5493
5494         * shell/ev-window-title.c: (ev_window_title_update):
5495
5496         Guard against using g_strstrip on NULL. Fixes bug #317291.
5497
5498 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5499
5500         * pdf/ev-poppler.cc:
5501
5502         Show title even for unknown links
5503
5504 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5505
5506         * shell/ev-window-title.c: (ev_window_title_update):
5507
5508         Strip the title string
5509
5510 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5511
5512         * shell/ev-window-title.c:
5513
5514         Add .rtf to the bad extensions list
5515
5516 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5517
5518         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5519         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5520
5521         Ignore link coordinates if they are outside page bounds
5522
5523 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5524
5525         * backend/ev-link.c: (ev_link_type_get_type),
5526         (ev_link_get_filename), (ev_link_get_params),
5527         (ev_link_get_property), (ev_link_set_property),
5528         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5529         * backend/ev-link.h:
5530         * pdf/ev-poppler.cc:
5531         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5532         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5533         (ev_window_init):
5534
5535         Implement launch links. Delegate external link opening to
5536         the window.
5537
5538 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5539
5540         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5541         (ev_link_get_right), (ev_link_get_property),
5542         (ev_link_set_property), (ev_link_class_init),
5543         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5544         * backend/ev-link.h:
5545         * pdf/ev-poppler.cc:
5546         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5547
5548         Implement fitr links
5549
5550 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5551
5552         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5553         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5554         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5555         (ev_view_size_request_continuous),
5556         (ev_view_size_request_dual_page),
5557         (ev_view_size_request_single_page), (ev_view_size_allocate),
5558         (ev_view_zoom_for_size_continuous_and_dual_page),
5559         (ev_view_zoom_for_size_continuous),
5560         (ev_view_zoom_for_size_dual_page),
5561         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5562         (ev_sizing_mode_get_type):
5563         * shell/ev-view.h:
5564         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5565
5566         Do not use modes for link, we need to calculate size ad hoc.
5567         Still not perfect because of the usual scrollbar issues grrr.
5568
5569 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5570
5571         * backend/ev-link.c: (ev_link_type_get_type),
5572         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5573         * backend/ev-link.h:
5574         * pdf/ev-poppler.cc:
5575         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5576         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5577         (ev_view_size_request_continuous),
5578         (ev_view_size_request_dual_page),
5579         (ev_view_size_request_single_page), (ev_view_size_allocate),
5580         (zoom_for_size_fit_height),
5581         (ev_view_zoom_for_size_continuous_and_dual_page),
5582         (ev_view_zoom_for_size_continuous),
5583         (ev_view_zoom_for_size_dual_page),
5584         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5585         (ev_sizing_mode_get_type):
5586         * shell/ev-view.h:
5587         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5588
5589         Implement FIT_HEIGHT mode (only for links).
5590         Implement FITH links
5591
5592 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5593
5594         * shell/ev-window-title.c: (get_filename_from_uri),
5595         (ev_window_title_sanitize_extension), (ev_window_title_update),
5596         (ev_window_title_set_document), (ev_window_title_set_uri),
5597         (ev_window_title_free):
5598         * shell/ev-window-title.h:
5599         * shell/ev-window.c: (ev_window_setup_document),
5600         (ev_window_popup_password_dialog):
5601
5602         Refactor window title building while fixing it for
5603         password documents.
5604
5605 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5606
5607         * pdf/ev-poppler.cc:
5608
5609         Escape link title before setting it in the model
5610
5611 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5612
5613         * shell/ev-application.c: (removed_from_session), (save_session),
5614         (init_session), (ev_application_get_empty_window),
5615         (ev_application_init), (ev_application_get_windows):
5616         * shell/ev-application.h:
5617         * shell/ev-window.c: (ev_window_finalize):
5618
5619         Add a function to retrieve window list and share it where
5620         necessary.
5621         Implement session handling, works pretty well thanks to the
5622         metadata system.
5623
5624 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * shell/ev-password.c: (ev_password_item_created_callback),
5627         (ev_password_dialog_save_password):
5628         
5629         Fix for bug 316972. Use async gnome-keyring API.
5630
5631 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5632
5633         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5634         Remove unused unrealize handler. Add scroll handling to
5635         ev_view_scroll_event for presentation mode (bug #316708),
5636         and fix the event state checks there.
5637
5638 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5639
5640         * shell/ev-page-action.c: (page_changed_cb):
5641
5642         "marco, maybe we should be crazy and jump right to 6! :)"
5643
5644         Bryan Clark, Sep 2005
5645
5646 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5647
5648         * ps/ps-document.c: (save_document), (ps_document_save),
5649         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5650         (ps_document_ps_export_end):
5651
5652         Fix unstructured documents save and print
5653
5654 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5655
5656         * shell/ev-application.c: (ev_application_open_uri):
5657
5658         Fix window size persistance
5659
5660 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5661
5662         * shell/ev-view.c: (ev_view_button_release_event):
5663
5664         Based on a patch from carlosgc@gnome.org. Mouse buttons
5665         switch pages in presentation mode.
5666
5667 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5668
5669         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5670
5671         Dont cast to int before scaling
5672
5673 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5674
5675         * backend/ev-link.c: (ev_link_type_get_type),
5676         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5677         (ev_link_new_page_fith):
5678         * backend/ev-link.h:
5679         * pdf/ev-poppler.cc:
5680         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5681
5682         Implement FIT and FITH links
5683
5684 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5685
5686         * pdf/ev-poppler.cc:
5687
5688         Return 0 results when search is not in progress.
5689
5690         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5691         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5692
5693         Update menu sensitivity when cancelling search
5694
5695 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5696
5697         * shell/ev-view.c: (ev_view_can_find_next):
5698
5699         Take all pages in consideration, not just current one
5700
5701 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5702
5703         * shell/ev-page-cache.c:
5704         * shell/ev-page-cache.h:
5705         * shell/ev-view.c: (ev_view_binding_activated),
5706         (ev_view_next_page), (ev_view_previous_page),
5707         (ev_sizing_mode_get_type):
5708         * shell/ev-view.h:
5709         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5710         (ev_window_cmd_go_next_page):
5711
5712         Move page next/previous functions from page chace to
5713         view and change it to move by 2 page steps in dual mode.
5714
5715 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5716
5717         * shell/ev-window.c: (update_sidebar_visibility),
5718         (setup_sidebar_from_metadata), (ev_window_setup_document),
5719         (setup_view_from_metadata):
5720
5721         Show the index by default when there is one     
5722
5723 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5724
5725         * shell/ev-window-title.c: (ev_window_title_set_document):
5726
5727         Missing null check
5728
5729 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5730
5731         * shell/ev-view.c: (view_update_range_and_current_page):
5732         
5733         Allow display of last odd page in dual view. Fix for 316347.
5734
5735 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5736
5737         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5738         
5739         Make close button default. Fix for 316383.
5740
5741 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5742
5743         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5744         
5745         Mark close button as default. Fix for 316381.
5746
5747 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5748
5749         * backend/ev-link.c: (ev_link_class_init):
5750
5751         Allow negative doubles in left/top properties
5752
5753 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5754
5755         * shell/ev-window.c:
5756
5757         Remove a bunch of strings that was used only
5758         by the statusbar.
5759
5760 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5761
5762         * shell/ev-window-title.c: (get_filename_from_uri),
5763         (ev_window_title_set_document):
5764
5765         When title has a confusing extension, show also
5766         the document filename inside ()
5767
5768 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5769
5770         * shell/Makefile.am:
5771         * shell/ev-window-title.c: (ev_window_title_new),
5772         (ev_window_title_update), (ev_window_title_set_type),
5773         (ev_window_title_set_document), (ev_window_title_free):
5774         * shell/ev-window-title.h:
5775         * shell/ev-window.c: (ev_window_setup_document),
5776         (password_dialog_response), (ev_window_popup_password_dialog),
5777         (ev_window_dispose), (ev_window_init):
5778
5779         Factor out and cleanup window title code
5780
5781 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5782
5783         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5784         (unable_to_load):
5785
5786         Make dialog transient so it doesnt block other windows
5787
5788 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789
5790         * pdf/ev-poppler.cc:
5791         
5792         Fix pdf thumbnails rendering.
5793
5794 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5795
5796         * shell/ev-window.c: (fullscreen_set_timeout):
5797         
5798         Increase timeout to hide full screen popup. Bug 
5799         316123. 
5800
5801 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * data/evince.schemas.in:
5804         * shell/ev-window.c: (update_action_sensitivity):
5805
5806         Allow the user to override document restrictions. Fix for bug
5807         305818.
5808
5809 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5810
5811         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5812         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5813         (ev_window_class_init): Fix multihead behaviour of fullscreen
5814         toolbar popup. Fixes bug #315451.
5815
5816 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5817
5818         * configure.ac:
5819         * data/evince-password.glade:
5820         * shell/ev-password.c: (ev_password_dialog_set_property),
5821         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5822         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5823         (ev_password_dialog_entry_changed_cb),
5824         (ev_password_dialog_entry_activated_cb),
5825         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5826         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5827         (ev_password_dialog_set_bad_pass):
5828         * shell/ev-password.h:
5829         * shell/ev-window.c: (password_dialog_response),
5830         (ev_window_popup_password_dialog):
5831         
5832         Support for gnome-keyring for encrypted PDF's.
5833
5834 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5837         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5838         (ev_view_enter_notify_event), (ev_view_class_init):
5839         
5840         More precise handling of enter_notify/leave_notify events
5841         in EvView. Fix for bug 315470.
5842
5843 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5844
5845         * shell/ev-window.c: (fullscreen_timeout_cb),
5846         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5847         (ev_window_dispose):
5848
5849         leak fix: unref fullscreen_timeout_source before clearing it
5850
5851 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * configure.ac, dvi/mdvi/Makefile.am: 
5854         
5855         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5856
5857 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5858
5859         * backend/ev-link.c: (ev_link_new_page_xyz):
5860         * pdf/ev-poppler.cc:
5861         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5862
5863         Fix some bugs with xyz links, respect zoom
5864
5865 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5866
5867         * shell/ev-window.c: (page_changed_cb),
5868         (setup_document_from_metadata), (update_sidebar_visibility),
5869         (setup_view_from_metadata), (ev_window_run_fullscreen),
5870         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5871         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5872         (ev_window_dual_mode_changed_cb),
5873         (ev_window_sidebar_current_page_changed_cb):
5874
5875         null check uri before setting and getting metadata
5876
5877 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5878
5879         * dvi/Makefile.am:
5880         * properties/Makefile.am:
5881         * shell/Makefile.am:
5882         * thumbnailer/Makefile.am:
5883
5884         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5885
5886 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5887
5888         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5889         (selection_changed_callback):
5890         * shell/ev-sidebar-links.h:
5891
5892         Add a signal for link activation.
5893
5894         * shell/ev-view.c: (ev_view_goto_link),
5895         (ev_view_button_release_event):
5896         * shell/ev-view.h:
5897         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5898         (ev_window_init):
5899
5900         Implement the signal so that we can handle all link types.
5901
5902         * shell/ev-page-cache.c:
5903
5904         Remove unused set_link function
5905
5906 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5907
5908         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5909
5910         Add some space from the cursor, hardcoded but I couldnt
5911         find a better way.
5912
5913 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5914
5915         * lib/ev-tooltip.c:
5916
5917         Use mozilla style vs gtk style, way better for links.
5918
5919         * shell/ev-view.c: (ev_view_motion_notify_event),
5920         (ev_view_destroy), (ev_view_init):
5921
5922         Deactive tooltip when the link hovered is changed.
5923
5924 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5925
5926         * backend/ev-document.h:
5927         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5928         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5929         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5930         (ev_link_new_page), (ev_link_new_page_xyz):
5931         * backend/ev-link.h:
5932         * pdf/ev-poppler.cc:
5933         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5934         (go_to_link), (tip_from_link):
5935
5936         Implement xyz links, still not functional. Links are a total
5937         mess, will need to refactor and bugfix a lot :(
5938
5939 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5940
5941         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5942
5943 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5944
5945         * data/evince-ui.xml:
5946         * data/evince.schemas.in:
5947         * shell/Makefile.am:
5948         * shell/ev-window.c: (update_chrome_visibility),
5949         (password_dialog_response), (ev_window_load_job_cb),
5950         (ev_window_xfer_job_cb), (ev_window_open_uri),
5951         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5952         (ev_window_init):
5953
5954         Remove the statusbar. This regress loading feedback, need to
5955         check with Bryan what we want to do there...
5956
5957 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5958
5959         * lib/ev-tooltip.c: (ev_tooltip_init):
5960
5961         Fix tooltip border and size handling
5962
5963 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5964
5965         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5966         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5967         (ev_tooltip_timeout), (ev_tooltip_activate),
5968         (ev_tooltip_deactivate):
5969         * lib/ev-tooltip.h:
5970         * shell/ev-view.c: (ev_view_motion_notify_event):
5971
5972         Delay popup showing. Mirror gtk logic/times.
5973
5974 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5975
5976         * lib/Makefile.am:
5977         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5978         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5979         (ev_tooltip_set_text), (ev_tooltip_set_position):
5980         * lib/ev-tooltip.h:
5981
5982         Simple widget to show tooltips at a custom position
5983
5984         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5985         (ev_view_destroy):
5986
5987         Use it for links. First go, needs work
5988
5989 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5990
5991         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5992         HIG fixes.  Use title capitalization for window title. Use 12 
5993         pixels of space between the dialog's vbox and action area.
5994
5995 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5996
5997         * shell/ev-window.c: (file_open_dialog_response_cb),
5998         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5999         (ev_window_cmd_save_as):
6000
6001         Make file pickers not modal and refactor code some
6002
6003 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6004
6005         * shell/ev-sidebar.h:
6006         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6007         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6008         (ev_sidebar_class_init), (ev_sidebar_select_page),
6009         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6010         (ev_sidebar_set_page):
6011
6012         Add a current page property and allow to get/set it
6013
6014         * shell/ev-window.c: (setup_view_from_metadata),
6015         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6016
6017         Persist current sidebar page per document
6018
6019 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6020
6021         * data/evince.schemas.in:
6022         * shell/ev-window.c: (update_chrome_visibility),
6023         (setup_document_from_metadata), (update_sidebar_visibility),
6024         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6025         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6026         (ev_window_run_presentation), (ev_window_stop_presentation),
6027         (ev_window_view_sidebar_cb),
6028         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6029         (load_chrome), (ev_window_init):
6030
6031         Persist size/visibility of sidebar per document
6032
6033 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6034
6035         * shell/ev-view.c (draw_loading_text): Draw loading text.
6036
6037 2005-09-02  Dan Damian  <dand@gnome.ro>
6038
6039         * configure.in: Added "ro" to ALL_LINGUAS.
6040
6041 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6042
6043         * shell/ev-view.c: (clear_caches):
6044
6045         ev_page_cache_get doesnt return a reference,
6046         dont try to unref it.
6047
6048 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6049
6050         * shell/main.c: (load_files_remote):
6051
6052         Fix timestamp parameter with dbus <= 0.33
6053
6054 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6055
6056         * data/evince.schemas.in:
6057
6058         Add missing full stop
6059
6060 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6061
6062         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6063         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6064
6065         Plug some memory leaks
6066
6067 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6068
6069         * configure.ac:
6070         * lib/ev-debug.c: (trap_handler):
6071
6072         Check for execinfo.h and use it only if it exists.
6073         Ported from Epiphany (bug #314776).
6074
6075 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6076
6077         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6078
6079 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6080
6081         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6082         * po/id.po      : Added Indonesian translation
6083
6084 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6085
6086         * shell/main.c:
6087         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6088         * NEWS: Release 0.4.0
6089
6090 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6091
6092         * configure.ac: catch another gtk+-2.8ism
6093         * shell/main.c: Make work with gtk+-2.6
6094
6095 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6096
6097         * shell/ev-application-service.xml: Add 'timestamp' argument to
6098           ev_application_open_window and ev_application_open_uri methods.
6099
6100         * shell/ev-application.h: Add 'timestamp' argument to
6101           ev_application_open_window, ev_application_open_uri,
6102           and ev_application_open_uri_list functions.
6103
6104         * shell/ev-application.c (ev_application_open_window,
6105           ev_application_open_uri, ev_application_open_uri_list): Change
6106           functions that show/present windows to use a timestamp if one
6107           is passed in.
6108
6109         * shell/ev-window.c (ev_window_cmd_file_open,
6110           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6111         * shell/main.c (load_files): Modify calls to ev_application to
6112           include GDK_CURRENT_TIME as timestamp.
6113
6114         * shell/main.c (load_files_remote): Obtain timestamp for client
6115           instance from GDK and pass to server instance so new windows are
6116           focused properly.  Fix dbus_g_proxy_call() calls by including second
6117           G_TYPE_INVALID.
6118           
6119         Closes bug #314475.
6120
6121 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6122
6123         * shell/ev-window.c (ev_window_finalize): Check for
6124         avail. EvWindows when quiting to handle the finalize better,
6125         #314497
6126
6127 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6128         
6129         * properties/ev-properties-view.c: 
6130         
6131         Set textdomain to libglade. Fixes translation problem in property page.
6132
6133 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6136         * dvi/Makefile.am:
6137         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6138         * dvi/mdvi-lib/Makefile.am:
6139         
6140         Fix rotation of thumbnails, ported to new API. Moved library
6141         dependencies earlier, probably it will fix linkage problem.
6142
6143 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6144
6145         * backend/ev-document-misc.c:
6146         (ev_document_misc_get_thumbnail_frame):
6147         * backend/ev-document-misc.h:
6148         * configure.ac:
6149         * pdf/ev-poppler.cc:
6150         * shell/Makefile.am:
6151         * shell/ev-sidebar-thumbnails.c: (add_range),
6152         (ev_sidebar_thumbnails_set_loading_icon),
6153         (ev_sidebar_thumbnails_refresh),
6154         (ev_sidebar_thumbnails_set_document):
6155         * shell/ev-sidebar-thumbnails.h:
6156         * shell/ev-view.c: (ev_view_motion_notify_event),
6157         (ev_view_set_property), (ev_view_get_property),
6158         (ev_view_class_init), (ev_view_set_rotation):
6159         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6160         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6161         (ev_window_init):
6162         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6163         Redo rotation (again).  prepare for 0.4.0
6164
6165 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6166
6167         * configure.ac: Bump poppler requirement to 0.4.1.
6168
6169         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6170         argument to poppler_page_render_selection() call.
6171
6172 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6175         (djvu_document_thumbnails_get_thumbnail):
6176         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6177         (dvi_document_thumbnails_get_thumbnail):
6178         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6179         (pixbuf_document_thumbnails_get_thumbnail):
6180         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6181         
6182         Update rotation direction of backends to fit with pdf and ps.
6183
6184 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6185
6186         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6187         * backend/ev-async-renderer.h:
6188         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6189         (setup_page), (ps_document_get_page_size),
6190         (ps_async_renderer_render_pixbuf):
6191         * ps/ps-document.h:
6192         * shell/ev-jobs.c: (ev_job_render_run):
6193
6194         Fix orientation in the postscript document
6195
6196 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6197
6198         * pdf/ev-poppler.cc:
6199         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6200         * shell/ev-view.c: (highlight_find_results):
6201
6202         Adapt to the new poppler rotation API. Fix text maps on landscape
6203         documents.
6204
6205 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6206
6207         * shell/ev-view.c (compute_new_selection_text): get the correct
6208         region when selecting in modes other than continuous.
6209
6210 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6211
6212         * shell/main.c (main): remove redundant g_warnings.
6213
6214 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6215
6216         * shell/Makefile.am: Don't include autogenerated
6217         file ev-application-service.h into distribution, since
6218         it causes dbus crash. Fix for bugs 313724 and 313443. 
6219
6220 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * configure.ac: Fix sed expression for FreeBSD. Thanks
6223         to Joe Marcus Clark <marcus@freebsd.org>
6224         
6225         * shell/eggfindbar.c: (entry_activate_callback),
6226         (entry_changed_callback), (egg_find_bar_init),
6227         (egg_find_bar_set_search_string):
6228         
6229         Made findbar buttons unsensitive if there is no text in
6230         entry. Fix for the bug 313285.
6231
6232 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6233
6234         * ps/ps-document.c: Use g_filename_display_name for displaying
6235         filenames and revert string freeze breackage
6236
6237 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6238
6239         * NEWS:
6240         * configure.ac:
6241
6242         Update for 0.3.4
6243
6244         * shell/Makefile.am:
6245
6246         Add ev-application-service.xml to extra dist
6247
6248         * shell/ev-view.c: (find_page_at_location):
6249
6250         Remove unused function (fix warning)
6251
6252 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6255         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6256         
6257         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6258         bug 313623.
6259
6260 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6261
6262         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6263         * shell/ev-window.c:
6264         Fix build warnings
6265
6266 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6267
6268         * configure.ac: Update script to get dbus version.
6269         Fix for the bug #313443.
6270
6271 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * shell/ev-window.c: (ev_window_cmd_escape):
6274         
6275         Return focus back to view on escape. Fix for bug 313295.
6276
6277 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6278
6279         * shell/ev-window.c: (update_window_title),
6280         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6281         (ev_window_cmd_save_as):
6282         
6283         Correct conversion from uri to displayable string. Fix for
6284         bug 313296.
6285
6286 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6287
6288         * ps/ps-document.c: convert filename to utf8 when there is an error
6289         loading document. Fixes #309915
6290
6291 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6292
6293         * configure.ac:
6294
6295         We depend on poppler 0.4.0
6296
6297 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6298
6299         * configure.ac:
6300         * NEWS: Release 0.3.3.
6301         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6302
6303 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6304
6305         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6306         add a couple missing mnemonics to menu items, use title 
6307         capitalization for menu items and window titles, and add 
6308         ellipsis to open menu item.     
6309
6310 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6311
6312         * pdf/ev-poppler.cc:
6313         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6314         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6315         (ev_view_get_rotation):
6316         * shell/ev-view.h:
6317         * shell/ev-window.c: (setup_view_from_metadata),
6318         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6319         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6320         disk.
6321
6322 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6323
6324         * configure.ac: Added tr to ALL_LINGUAS
6325
6326 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6327
6328         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6329         requires several clicks to find word. Thanks to 
6330         Colin Slater <kiltedtaco@gmail.com>.
6331
6332 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6333
6334         * data/evince.desktop.in.in: Hide menu entry and
6335         rename it to "Document Viewer". Fix for bug 
6336         #312399.
6337
6338 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6339
6340         * shell/ev-page-action.c (ev_page_action_class_init): 
6341
6342         Point to the correct function in constructor of the
6343         activate_label signal
6344
6345 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6346
6347         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6348         * shell/ev-jobs.h: Make thread safe.
6349
6350 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6351
6352         * shell/ev-view.c: (view_update_range_and_current_page):
6353         Don't update page range if we are scrolling to some document
6354         point.
6355
6356 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6357
6358         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6359         when getting max_page_width, fix drawing in dual mode.
6360
6361 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6362
6363         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6364         getting the area for select_all.
6365
6366 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6367
6368         * backend/ev-selection.c: (ev_selection_render_selection):
6369         * backend/ev-selection.h:
6370         * pdf/ev-poppler.cc:
6371         * shell/ev-jobs.c: (ev_job_render_new):
6372         * shell/ev-jobs.h:
6373         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6374         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6375         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6376         (ev_view_class_init):
6377
6378         Change selection color on focus in and focus out events.  Also,
6379         poppler now uses GdkColor for specifying the selection colors, so
6380         drop some awkward conversion code.
6381
6382 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6383
6384         * configure.ac: Added Hebrew translation
6385
6386 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6387
6388         * NOTES:
6389         * backend/ev-selection.c: (ev_selection_render_selection):
6390         * backend/ev-selection.h:
6391         * pdf/ev-poppler.cc:
6392         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6393         (ev_job_render_run):
6394         * shell/ev-jobs.h:
6395         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6396         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6397         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6398         (ev_pixbuf_cache_style_changed),
6399         (ev_pixbuf_cache_get_selection_pixbuf),
6400         (ev_pixbuf_cache_set_selection_list),
6401         (ev_pixbuf_cache_get_selection_list):
6402         * shell/ev-pixbuf-cache.h:
6403         * shell/ev-utils.c: (ev_print_region_contents):
6404         * shell/ev-utils.h:
6405         * shell/ev-view.c: (ev_view_queue_draw_page),
6406         (selection_update_idle_cb), (ev_view_motion_notify_event),
6407         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6408         (setup_caches), (ev_view_find_next), (merge_selection_region),
6409         (selection_free):
6410         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6411
6412         Clean up selection to be much smoother!
6413
6414 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6415
6416         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6417         to poppler_page_render_selection().
6418
6419 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * ps/ps-document.c: (save_page_list): Use
6422         unzipped document when printing. Thanks to 
6423         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6424         311016.
6425
6426 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * shell/ev-window.c: (update_action_sensitivity):
6429         
6430         Disable print and save respect to lockdown gconf keys. Fix
6431         for 312342.
6432
6433 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * configure.ac:
6436         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6437         (write_to_temp_file), (ev_file_set_contents):
6438         * shell/ev-utils.h:
6439         * shell/ev-window.c: (save_print_config_to_file):
6440         
6441         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6442         Fix for bug 312238
6443
6444 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6445
6446         * shell/ev-window.c: (load_print_config_from_file),
6447         (save_print_config_to_file), (ev_window_print_range):
6448
6449         Persist the print settings. Fixes bug #311578.
6450
6451 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6452
6453         * djvu/djvu-document.c: (djvu_document_get_page_size),
6454         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6455         (djvu_document_thumbnails_get_thumbnail):
6456         * dvi/dvi-document.c: (dvi_document_get_page_size),
6457         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6458         (dvi_document_thumbnails_get_dimensions),
6459         (dvi_document_thumbnails_get_thumbnail):
6460         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6461         (pixbuf_document_render_pixbuf),
6462         (pixbuf_document_document_iface_init),
6463         (pixbuf_document_thumbnails_get_thumbnail):
6464         
6465         Update backends to make them build with new rotation system.
6466
6467 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6468
6469         * help/C/figures/evince_start_window.png:
6470         
6471         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6472
6473 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6474
6475         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6476         * shell/ev-pixbuf-cache.h:
6477         * shell/ev-sidebar-thumbnails.c:
6478         (ev_sidebar_thumbnails_get_property), (add_range),
6479         (adjustment_changed_cb):
6480         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6481         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6482         we were thumbnailing the entire docment on startup, slowing us
6483         down hugely. 
6484
6485 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6486
6487         * shell/ev-page-cache.c: (ev_page_cache_new):
6488         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6489         == 0, fixes #310306.
6490
6491 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6492
6493         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6494         (ev_view_rotate_left):
6495
6496         Account rotation in doc_rect_to_view_rect.
6497         Ensure rotation doesnt go out of bounds.
6498
6499 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6500
6501         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6502
6503         Correct and cleanup w/h swapping
6504
6505 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6506
6507         * backend/ev-document-thumbnails.c:
6508         (ev_document_thumbnails_get_thumbnail):
6509         * backend/ev-document-thumbnails.h:
6510         * backend/ev-document.c:
6511         * backend/ev-document.h:
6512         * backend/ev-render-context.c: (ev_render_context_new),
6513         (ev_render_context_set_rotation):
6514         * backend/ev-render-context.h:
6515         * pdf/ev-poppler.cc:
6516         * ps/ps-document.c: (ps_document_document_iface_init):
6517         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6518         * shell/ev-jobs.h:
6519         * shell/ev-page-cache.c: (build_height_to_page),
6520         (ev_page_cache_new), (ev_page_cache_get_size),
6521         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6522         (ev_page_cache_get_height_to_page):
6523         * shell/ev-page-cache.h:
6524         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6525         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6526         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6527         (ev_pixbuf_cache_get_selection_pixbuf):
6528         * shell/ev-pixbuf-cache.h:
6529         * shell/ev-print-job.c: (idle_print_handler):
6530         * shell/ev-sidebar-thumbnails.c: (add_range):
6531         * shell/ev-view.c: (view_update_range_and_current_page),
6532         (get_page_y_offset), (get_page_extents),
6533         (ev_view_size_request_continuous_dual_page),
6534         (ev_view_size_request_continuous),
6535         (ev_view_size_request_dual_page),
6536         (ev_view_size_request_single_page), (draw_one_page),
6537         (ev_view_set_rotation), (ev_view_rotate_right),
6538         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6539         (ev_view_zoom_for_size_continuous_and_dual_page),
6540         (ev_view_zoom_for_size_continuous),
6541         (ev_view_zoom_for_size_dual_page),
6542         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6543         (ev_view_select_all):
6544         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6545         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6546         (tiff_document_document_iface_init),
6547         (tiff_document_thumbnails_get_thumbnail):
6548
6549         Use rotation rather than orientation. It's easier and enough
6550         for our needs.
6551
6552 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6553
6554         * shell/ev-page-cache.c: (build_height_to_page),
6555         (ev_page_cache_new), (ev_page_cache_get_size),
6556         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6557         (ev_page_cache_get_height_to_page):
6558         * shell/ev-page-cache.h:
6559         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6560         (ev_view_size_request_continuous_dual_page),
6561         (ev_view_size_request_continuous),
6562         (ev_view_zoom_for_size_continuous_and_dual_page),
6563         (ev_view_zoom_for_size_continuous):
6564
6565         Make the page cache aware of page orientation.
6566
6567 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6568
6569         * backend/ev-document-thumbnails.c:
6570         (ev_document_thumbnails_get_thumbnail):
6571         * backend/ev-document-thumbnails.h:
6572         * backend/ev-document.c:
6573         * backend/ev-document.h:
6574         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6575         * backend/ev-ps-exporter.h:
6576         * pdf/ev-poppler.cc:
6577         * ps/ps-document.c: (ps_document_document_iface_init),
6578         (ps_document_ps_export_do_page):
6579         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6580         * shell/ev-jobs.h:
6581         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6582         (ev_page_cache_get):
6583         * shell/ev-page-cache.h:
6584         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6585         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6586         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6587         * shell/ev-pixbuf-cache.h:
6588         * shell/ev-print-job.c: (idle_print_handler):
6589         * shell/ev-sidebar-thumbnails.c: (add_range):
6590         * shell/ev-view.c: (view_update_range_and_current_page),
6591         (get_page_extents), (ev_view_size_request_dual_page),
6592         (ev_view_size_request_single_page), (draw_one_page),
6593         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6594         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6595         (ev_view_zoom_for_size_dual_page),
6596         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6597         (ev_view_select_all):
6598         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6599         * tiff/tiff-document.c: (tiff_document_get_page_size),
6600         (tiff_document_get_orientation), (rotate_pixbuf),
6601         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6602         (tiff_document_thumbnails_get_thumbnail),
6603         (tiff_document_ps_export_do_page), (tiff_document_init):
6604
6605         Really make use of the orientation bit of the render context.
6606         Use the render context in a few more places in the backend API.
6607         This regress orientation, but now it's done right. Will try to
6608         fix it up asap...
6609
6610 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6611
6612         * shell/ev-view.c: (ensure_rectangle_is_visible):
6613
6614         Patch by Nickolay V. Shmyrev to fix find flickering
6615
6616 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6617
6618         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6619         duplex parameters to ::begin.
6620
6621         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6622         * shell/ev-print-job.c (idle_print_handler): 
6623         * ps/ps-document.c (ps_document_ps_export_begin): 
6624         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6625         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6626         implementations. Poppler backend needs poppler cvs. Rest has
6627         unchanged behavior.
6628
6629 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6630
6631         * shell/ev-window.c (using_pdf_printer): new function.
6632         (ev_window_print_range): print a less techy message if someone
6633         tries to print to PDF.
6634
6635 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6636
6637         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6638         from "unknown font" string. Bug #311431
6639
6640 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6641
6642         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6643
6644 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6645
6646         Bug #311280
6647         
6648         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6649         name for PopplerFontTypes
6650         (pdf_document_fonts_fill_model): add font type to the detail column
6651
6652         * backend/ev-document-fonts.h: added
6653         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6654
6655         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6656         font name and font details, add a little markup.
6657         (ev_properties_fonts_init): use the new cell data func, specify ypad
6658         property for the cell renderer.
6659         (ev_properties_fonts_set_document): add the details column.
6660
6661 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6662
6663         * configure.ac: Added "pl" to ALL_LINGUAS.
6664
6665 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6666
6667         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6668
6669 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6670
6671         * help/ChangeLog: Started this for translations of manual.
6672         * configure.ac, autogen.sh, .cvsignore: Migrated to
6673         gnome-doc-utils. Patch in bug #311222.
6674
6675 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6676
6677         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6678         #ifdef this away to fix an unused-function warning.
6679
6680 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6681
6682         * configure.ac: Added 'gl' to ALL_LINGUAS.
6683
6684 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6685
6686         * configure.ac: Added ne in ALL_LINGUAS
6687         
6688 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6689
6690         * shell/ev-view.c: (ev_view_leave_notify_event):
6691         
6692         Clear status message when pointer leaves view. Fix for bug
6693         #310818 
6694
6695 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6696
6697         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6698
6699 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * shell/ev-view.c: (ev_view_leave_notify_event),
6702         (ev_view_class_init):
6703         
6704         Set cursor to normal then leaving view.
6705
6706 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6707
6708         * configure.ac:
6709         
6710         Fix required djvulibre version.
6711
6712 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6713
6714         *configure.ac: Hindi (hi) language added
6715
6716 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6717
6718         *configure.ac: Punjabi (pa) Language added
6719
6720 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6721
6722         * data/evince-ui.xml, shell/ev-window.c:
6723         
6724         Add keypad accelerators for zooming. Fix for bug 308128.
6725
6726 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6727
6728         * Makefile.am:
6729         * backend/Makefile.am:
6730         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6731         * configure.ac:
6732         * shell/ev-document-types.c: (ev_document_types_add_filters):
6733
6734         Allow to enable/disable the pixbuf backend.
6735         Default to off for now. If we want it enabled we should
6736         really put mime types in the desktop, implement properties etc.
6737
6738         * properties/evince-properties.c:
6739
6740         Initialize error to NULL.
6741         Check error is not NULL before freeing.
6742
6743 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6744
6745         * shell/ev-window.c:
6746
6747         Use F5 as presentation accell
6748
6749 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6750
6751         * shell/ev-window.c: (update_chrome_visibility),
6752         (ev_window_create_fullscreen_popup), (ev_window_init):
6753
6754         Do not leak the fullscreen toolbar
6755
6756 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6757
6758         * shell/ev-window.c: (view_actions_focus_in_cb),
6759         (view_actions_focus_out_cb):
6760
6761         These has a return value! Fix totally random focus
6762         issues we was seeing.
6763
6764 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6765
6766         * shell/main.c: (load_files_remote):
6767
6768         Allow open more than one file
6769
6770 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6771
6772         * shell/main.c: (load_files_remote):
6773
6774         Fix for dbus 0.33. bug #309975
6775
6776 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * properties/ev-properties-main.c: (ev_properties_get_pages):
6779
6780         Actually return NULL for types we dont support
6781
6782 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6783
6784         * po/POTFILES.in:
6785
6786         Remove empty lines.
6787
6788 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6789
6790         * backend/ev-document-factory.c:
6791         (ev_document_factory_get_document):
6792
6793         Do not try to create the object if type
6794         is invalid.
6795
6796 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6797
6798         * ps/ps-document.c: (ps_document_dispose),
6799         (ps_async_renderer_render_pixbuf):
6800         * ps/ps-document.h:
6801
6802         Do not leak the target window
6803
6804 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6805
6806         * shell/ev-application.c: (ev_application_init):
6807
6808         Let tbe check file existence for us.
6809         Add a comment about eggrecent mime filter.
6810
6811 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6812
6813         * data/evince-ui.xml:
6814         * shell/ev-application.c: (ev_application_shutdown),
6815         (ev_application_init), (ev_application_get_toolbars_model),
6816         (ev_application_get_recent_model),
6817         (ev_application_save_toolbars_model):
6818         * shell/ev-application.h:
6819         * shell/ev-window.c: (ev_window_add_recent),
6820         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6821         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6822         (ev_window_init):
6823
6824         Use common toolbar and recent models for all windows.
6825         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6826
6827 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6828
6829         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6830         successfully check for gtk_icon_view_get_visible_range.
6831
6832 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6833
6834         * djvu/Makefile.am:
6835         * dvi/Makefile.am:
6836         
6837         Fix djvu and dvi backend build.
6838
6839 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6840
6841         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6842         (new_separator_pixbuf):
6843
6844         Don't leak windows.
6845
6846 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6847
6848         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6849
6850         HIGification of toolbar editor dialogue.
6851
6852 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6853
6854         * configure.ac:
6855         * shell/Makefile.am:
6856
6857         Ever build metadata manager since it's just
6858         disabled at runtime now.
6859
6860 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6861
6862         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6863         (ev_metadata_manager_get), (ev_metadata_manager_set):
6864         * shell/ev-metadata-manager.h:
6865
6866         Add an _init functions that enabled metadata management
6867         at runtime.
6868
6869         * shell/ev-window.c: (page_changed_cb),
6870         (setup_document_from_metadata), (ev_window_setup_document),
6871         (setup_view_from_metadata), (ev_window_open_uri),
6872         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6873         (ev_window_run_presentation), (ev_window_stop_presentation),
6874         (save_sizing_mode), (ev_window_zoom_changed_cb),
6875         (ev_window_continuous_changed_cb),
6876         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6877         (window_configure_event_cb):
6878
6879         Remove all ugly metadata define since we deal with it
6880         at runtime now.
6881
6882         * shell/main.c: (load_files_remote), (main):
6883
6884         Add support for dbus cvs head. Hopefully didnt break one
6885         of the other versions now!
6886
6887         If we dont get a response from the dbus server just
6888         give up with it and not enable metadata.
6889
6890 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6891
6892         * Makefile.am:
6893         * backend/Makefile.am:
6894         * configure.ac:
6895         * cut-n-paste/recent-files/Makefile.am:
6896         * cut-n-paste/toolbar-editor/Makefile.am:
6897         * cut-n-paste/zoom-control/Makefile.am:
6898         * lib/Makefile.am:
6899         * pdf/Makefile.am:
6900         * pixbuf/Makefile.am:
6901         * properties/Makefile.am:
6902         * ps/Makefile.am:
6903         * shell/Makefile.am:
6904         * thumbnailer/Makefile.am:
6905         * tiff/Makefile.am:
6906
6907         Make frontends depend on just libev.
6908         Rework and group CFLAGS/LIBS definitions.
6909         Cleanups.
6910
6911 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6912
6913         * shell/ev-window:
6914
6915         do not unnecessarily save zoom
6916
6917         * configure.ac:
6918         * lib/ev-file-helpers.c: (ev_dot_dir):
6919         * shell/Makefile.am:
6920         * shell/dummy.cc:
6921
6922         Some cleanups
6923
6924 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6925
6926         * configure.ac:
6927         
6928         Remove unnecessary dependencies
6929
6930 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * properties/Makefile.am:
6933         * thumbnailer/Makefile.am:
6934         * tiff/Makefile.am:
6935
6936         Some more cleanups. Was really necessary
6937         but I probably introduced bugs, feel free
6938         to flame :)
6939
6940 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * backend/Makefile.am:
6943         * configure.ac:
6944         * cut-n-paste/recent-files/Makefile.am:
6945         * cut-n-paste/toolbar-editor/Makefile.am:
6946         * cut-n-paste/zoom-control/Makefile.am:
6947         * lib/Makefile.am:
6948         * pdf/Makefile.am:
6949         * pixbuf/Makefile.am:
6950         * properties/Makefile.am:
6951         * ps/Makefile.am:
6952         * shell/Makefile.am:
6953         * thumbnailer/Makefile.am:
6954         * tiff/Makefile.am:
6955
6956         Use gnome-common macros when possible.
6957         Cleanup dependencies.
6958         Actually disable deprecated where possible.
6959
6960 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6961
6962         * Makefile.am:
6963         * backend/Makefile.am:
6964         * properties/Makefile.am:
6965         * shell/Makefile.am:
6966         * thumbnailer/Makefile.am:
6967
6968         This should solve the circular dep without
6969         requiring dir reorg!
6970
6971         * shell/ev-window.c: (setup_view_from_metadata):
6972
6973         Never restore window size/position when the
6974         window is already visible.
6975
6976 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6977
6978         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6979
6980         Return a boolean from timeout func. Fix ported from gedit.
6981
6982 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6983
6984         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6985
6986 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6987
6988         * shell/ev-document-types.c: set "All Documents" as default filter in
6989         open dialog
6990
6991 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6992
6993         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6994         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6995         (ev_metadata_manager_set_boolean): fix value/val thinko.
6996
6997 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6998
6999         * shell/ev-window.c: (setup_view_from_metadata),
7000         (window_state_event_cb), (window_configure_event_cb),
7001         (ev_window_init):
7002
7003         Remember window position and maximized state
7004
7005 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7006
7007         * configure.ac:
7008
7009         Fix DBUS configure checks.
7010
7011         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7012         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7013         (ev_metadata_manager_set_boolean):
7014
7015         Plug mem leaks.
7016
7017         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7018         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7019         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7020         (ev_window_continuous_changed_cb),
7021         (ev_window_dual_mode_changed_cb), (ev_window_new):
7022
7023         Fix the build without DBUS.
7024
7025 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7026
7027         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7028         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7029         (ev_metadata_manager_set_string),
7030         (ev_metadata_manager_set_boolean):
7031         * shell/ev-metadata-manager.h:
7032
7033         Add support for some more types
7034
7035         * shell/ev-view.c: (scroll_to_current_page),
7036         (ev_view_get_continuous), (ev_view_set_continuous),
7037         (ev_view_get_dual_page):
7038         * shell/ev-view.h:
7039         * shell/ev-window.c: (page_changed_cb),
7040         (setup_document_from_metadata), (ev_window_setup_document),
7041         (setup_view_from_metadata), (ev_window_open_uri),
7042         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7043         (ev_window_run_presentation), (ev_window_stop_presentation),
7044         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7045         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7046         (ev_window_update_dual_page_action),
7047         (ev_window_continuous_changed_cb),
7048         (ev_window_dual_mode_changed_cb), (ev_window_init):
7049
7050         Remember a bunch of view/document properties. Prolly some
7051         are still missing but it's getting interesting.
7052
7053 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7054
7055         * configure.ac: check if dbus-binding-tool is installed. Not the
7056         case on current Ubuntu breezy, it seems.
7057
7058 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7059
7060         * data/evince.desktop.in.in:
7061         
7062         Allow open uri lists and add TryExec field.
7063
7064 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7065
7066         * configure.ac:
7067
7068         Enable dbus when available, do not require a configure
7069         option.
7070
7071 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7072
7073         * configure.ac:
7074
7075         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7076         disabled.
7077
7078 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7079         Marco Pesenti Gritti  <mpg@redhat.com>
7080
7081         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7082         
7083         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7084         functions to the format required by dbus
7085
7086         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7087         errors. Use the RPC parameters in the expected way
7088
7089 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * Makefile.am:
7092         * properties/Makefile.am:
7093         * properties/ev-properties-main.c: (ev_properties_get_pages):
7094
7095         Support all mime types
7096
7097         * shell/Makefile.am:
7098         * thumbnailer/Makefile.am:
7099         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7100         (evince_thumbnail_pngenc_get):
7101
7102         Use the document factory
7103
7104 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * backend/Makefile.am:
7107         * backend/ev-document-factory.c:
7108         (mime_type_supported_by_gdk_pixbuf),
7109         (ev_document_type_get_from_mime),
7110         (ev_document_factory_get_document),
7111         (ev_document_factory_get_backend),
7112         (ev_document_factory_get_mime_types),
7113         (ev_document_factory_get_all_mime_types):
7114         * backend/ev-document-factory.h:
7115         * shell/Makefile.am:
7116         * shell/ev-document-types.c: (get_document_from_uri),
7117         (ev_document_types_get_document),
7118         (file_filter_add_mime_list_and_free),
7119         (ev_document_types_add_filters):
7120         * shell/ev-document-types.h:
7121         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7122         * shell/ev-properties-dialog.c:
7123         (ev_properties_dialog_set_document):
7124         * shell/ev-window.c: (ev_window_cmd_file_open),
7125         (ev_window_cmd_save_as):
7126         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7127
7128         Rework document types managing to avoid code duplication
7129         and actually abstract from backend implementations.
7130         Also provide a minimal factory api that can be used by
7131         thumbnailer/properties.
7132
7133 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7134
7135         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7136         Plug a mem leak.
7137         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7138         HIG spacings.
7139
7140 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7141
7142         * shell/ev-properties-dialog.c
7143         (ev_properties_dialog_set_document): only call
7144         ev_properties_fonts_set_document() if the document implements the
7145         fonts interface
7146
7147 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * configure.ac:
7150         * properties/Makefile.am:
7151         * properties/ev-properties-view.c:
7152         (ev_properties_view_register_type):
7153         * properties/ev-properties-view.h:
7154         * properties/ev-properties-main.h:
7155
7156         Implement nautilus plugin for properties.
7157         Works only for pdf atm, I need to rework the
7158         document types stuff to get this to work
7159         for all backends...
7160
7161 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7162
7163         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7164         (ev_properties_fonts_set_document): use
7165         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7166
7167 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7168
7169         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7170         them
7171         (PlaceImage, tiff2ps_process_page): use
7172         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7173
7174
7175 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7176
7177         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7178         (main): to call gnome_authentication_manager_init. Should fix
7179         Bug #308510
7180
7181         * configure.ac: that requires libgnomeui 2.6.0.
7182
7183 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7184
7185         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7186         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7187         use the new tiff2ps interfaces
7188
7189         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7190         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7191
7192         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7193         structure instead of global variables.  Remove use of static
7194         variables in functions.
7195
7196 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7197
7198         * shell/ev-page-action.c: unref the completion after setting it to the
7199         entry
7200
7201 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7202
7203         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7204         postscript files
7205
7206 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7207
7208         * shell/ev-window.c (update_action_sensitivity): disable
7209         File->Print if the document does not implement the ps exporter
7210         interface
7211
7212 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7213
7214         * Makefile.am:
7215         * configure.ac:
7216         * data/evince-properties.glade:
7217         * properties/.cvsignore:
7218         * properties/Makefile.am:
7219         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7220         (ev_properties_view_class_init), (ev_properties_view_format_date),
7221         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7222         (ev_properties_view_init), (ev_properties_view_new):
7223         * properties/ev-properties-view.h:
7224         * shell/Makefile.am:
7225         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7226         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7227         (ev_properties_dialog_new):
7228         * shell/ev-properties-dialog.h:
7229         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7230         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7231         (update_progress_label), (job_fonts_finished_cb),
7232         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7233         * shell/ev-properties-fonts.h:
7234         * shell/ev-properties.c:
7235         * shell/ev-properties.h:
7236         * shell/ev-window.c: (ev_window_setup_document),
7237         (ev_window_cmd_file_properties):
7238
7239         Split the properties pages in two different objects, depend
7240         only on the backend where possible, use widgets instead
7241         of gobject for the glade part, reimplement the dialog
7242         itself with gtk.
7243         I need this to implement nautilus properties page.
7244
7245 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7246
7247         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7248         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7249         (tiff_document_document_ps_exporter_iface_init): implement the ps
7250         exporter interface for tiff documents
7251
7252         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7253         libtiff to implement TIFF postscript export
7254
7255         * tiff/tiff2ps.h: added a header file for external tiff2ps
7256         functions.
7257
7258         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7259         tiff2ps.h
7260
7261 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * shell/ev-view.c: (scroll_to_current_page),
7264         (ev_view_set_fullscreen), (ev_view_set_presentation):
7265         
7266         Scroll to current page when exit from presentation
7267
7268 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7269
7270         * shell/ev-window.c: (update_document_mode),
7271         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7272         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7273         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7274         
7275         Exit from fullscreen mode when switch to presentation. Fix for
7276         bug 309365
7277
7278 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7279
7280         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7281         return NULL if the document does not implement the selection
7282         interface.
7283
7284 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7285
7286         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7287         reported height by using the resolution aspect ratio
7288         (tiff_document_render_pixbuf): scale the pixbuf using the
7289         resolution aspect ratio
7290
7291 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7292
7293         * configure.ac:
7294         
7295         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7296         <kiltedaco@gmail.com>
7297         
7298         * djvu/djvu-document.c: (djvu_document_get_orientation),
7299         (djvu_document_set_orientation), (djvu_document_get_page_size),
7300         (rotate_pixbuf), (djvu_document_render_pixbuf),
7301         (djvu_document_document_iface_init):
7302         * dvi/dvi-document.c: (dvi_document_get_orientation),
7303         (dvi_document_set_orientation), (dvi_document_get_page_size),
7304         (rotate_pixbuf), (dvi_document_render_pixbuf),
7305         (dvi_document_document_iface_init):
7306         
7307         Dvi and djvu backends are ported to new API
7308
7309 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7310
7311         * backend/ev-selection.c: (ev_selection_get_selection_region),
7312         (ev_selection_get_selection_map):
7313         * backend/ev-selection.h:
7314         * pdf/ev-poppler.cc:
7315         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7316         * shell/ev-jobs.h:
7317         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7318         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7319         (ev_pixbuf_cache_get_text_mapping):
7320         * shell/ev-pixbuf-cache.h:
7321         * shell/ev-view.c: (location_in_text),
7322         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7323         support to EvView.  Now we can see where we can select!  Sweet!
7324
7325 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7326
7327         * shell/ev-view.c (ev_view_button_press_event): Fix
7328         event->y + view->scroll_x typo.
7329
7330 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7331
7332         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7333         sub-GdkPixbuf instead of passing dest_x and dest_y.
7334         
7335         * shell/ev-view.c: (view_point_to_doc_point),
7336         (view_rect_to_doc_rect), (ev_view_button_press_event),
7337         (ev_view_motion_notify_event), (compute_new_selection_rect),
7338         (gdk_rectangle_point_in), (compute_new_selection_text),
7339         (compute_selections): Update selection code to keep the selection
7340         around as two points and not as a normalized rectangle, and fix
7341         page level selection in two-column mode.
7342
7343 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7344
7345         * shell/ev-window.c: (window_configure_event_cb): 
7346         
7347         Fix compilation
7348         
7349 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7350
7351         * pdf/ev-poppler.cc:
7352
7353         Fix compilation
7354
7355 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7356
7357         * shell/Makefile.am:
7358         * shell/ev-metadata-manager.c: (item_free),
7359         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7360         (parse_value), (parseItem), (load_values),
7361         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7362         (save_values), (save_item), (get_oldest), (resize_items),
7363         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7364         * shell/ev-metadata-manager.h:
7365
7366         Metadata manager from gedit but modified to use GValue, so that
7367         we dont need to keep converting from strings.
7368
7369         * configure.ac:
7370
7371         ENABLE_METADATA conditional, on when dbus is on
7372
7373         * shell/ev-application.c: (ev_application_open_uri):
7374
7375         Show the window after load so that we can initialize
7376         window size before it's showed.
7377
7378         * shell/ev-window.c: (ev_window_setup_from_metadata),
7379         (ev_window_open_uri), (window_configure_event_cb),
7380         (ev_window_init):
7381
7382         Save and load metadata information about window size.
7383         Not yet keeping states in account.
7384
7385         * shell/main.c: (main):
7386
7387         Shutdown metadata manager.
7388
7389 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7390
7391         * shell/ev-application-service.xml:
7392         * configure.ac:
7393         * shell/Makefile.am:
7394         * shell/ev-application.c:
7395         * shell/ev-application.h:
7396         * shell/ev-window.c:
7397         * shell/ev-window.h:
7398         * shell/main.c:
7399
7400         Add an optional dbus interface (--enable-dbus).
7401         Rework application code, mainly to be easier to
7402         use "remotely".
7403         Do not open multiple windows with the same document,
7404         spatial evince!
7405
7406 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7407
7408         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7409         pixbuf iff it exists.
7410
7411 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7412
7413         * shell/*:
7414         * backend/ev-render-context.[ch]:
7415         * backend/ev-selection.[ch]:
7416
7417         Massive changes.  We now support text selection of pdfs, and not
7418         just rectangular selection.  This is pretty broken still, but I
7419         want to get something into CVS.
7420
7421 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * pdf/ev-poppler.cc:
7424         
7425         Fix for Bug 309080: crash on window close.
7426         
7427         * shell/ev-page-action.c: (page_changed_cb):
7428         
7429         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7430         jensgr@gmx.net (Jens Granseuer).
7431
7432 2005-06-25  Marcel Telka  <marcel@telka.sk>
7433
7434         * configure.in (ALL_LINGUAS): Added sk.
7435
7436 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7437
7438         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7439         not a document open
7440
7441 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7442
7443         * NEWS:
7444         * configure.ac:
7445
7446         Release 0.3.2
7447
7448         * cut-n-paste/recent-files/Makefile.am:
7449
7450         Fix make distcheck
7451
7452 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7453
7454         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7455         (pixbuf_document_set_orientation), (rotate_pixbuf),
7456         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7457         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7458
7459         Implement rotation and cleanup the code a bit.
7460
7461         * tiff/tiff-document.c: (tiff_document_get_page_size),
7462         (tiff_document_get_orientation), (tiff_document_set_orientation),
7463         (rotate_pixbuf), (tiff_document_render_pixbuf),
7464         (tiff_document_document_iface_init), (tiff_document_init):
7465
7466         Implement rotation. Was the quicker solution for the release
7467         but we really need to share this code in the shell.
7468
7469 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7470
7471         * pdf/ev-poppler.cc:
7472
7473         Enable rotation, require poppler cvs. Fix a leak.
7474
7475 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * shell/ev-window.c: (update_action_sensitivity):
7478         
7479         Make properties unsensitive if document backend doesn't provide
7480         any info
7481
7482 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7485         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7486         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7487         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7488         (bitmap_flip_rotate_counter_clockwise):
7489         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7490         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7491         (buff_gets):
7492         * dvi/mdvi-lib/common.h:
7493         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7494         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7495         (opendvi), (mdvi_reload), (mdvi_init_context),
7496         (mdvi_destroy_context), (mdvi_dopage), (special):
7497         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7498         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7499         (file_hash_free), (register_encoding), (parse_spec),
7500         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7501         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7502         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7503         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7504         (mdvi_register_font_type), (mdvi_unregister_font_type),
7505         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7506         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7507         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7508         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7509         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7510         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7511         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7512         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7513         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7514         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7515         (mdvi_unregister_special), (mdvi_flush_specials):
7516         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7517         (t1_font_remove):
7518         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7519         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7520         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7521         (free_font_metrics), (flush_font_metrics):
7522         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7523         (tt_font_remove):
7524         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7525         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7526         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7527         (dstring_insert), (dstring_new), (dstring_reset):
7528         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7529         
7530         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7531         avoid conflict with libtool on FC4
7532         
7533         * shell/ev-window.c: (ev_window_cmd_help_about):
7534         
7535         Update copyright year. Fix for bug 308828.
7536
7537 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * shell/ev-view.c: (add_scroll_binding_keypad),
7540         (ev_view_binding_activated), (ev_view_class_init),
7541         (on_adjustment_value_changed):
7542         
7543         Bug 170874: Arrow keys switch pages in presentation mode
7544
7545 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7546
7547         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7548         
7549         Fix for Bug 308265: Sidebar dissappears coming out of 
7550         Presentation mode
7551
7552 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * shell/ev-application.c: (ev_application_open):
7555         * shell/ev-document-types.c: (ev_document_types_add_filters),
7556         (ev_document_types_add_filters_for_type):
7557         * shell/ev-document-types.h:
7558         * shell/ev-window.c: (ev_window_cmd_save_as):
7559         
7560         Suggest basename as template when saving, provide filters
7561         for save dialog. It's bug 308402
7562
7563 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7564
7565         * pdf/ev-poppler.cc:
7566         * shell/ev-sidebar-links.c: (job_finished_callback):
7567         * shell/ev-view.c: (update_find_status_message):
7568         
7569         Some leaks fixed
7570
7571 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7572
7573         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7574         (egg_recent_view_uimanager_set_list):
7575
7576         Fix buglet in !show_numbers case.
7577
7578 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7579
7580         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7581         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7582
7583         Use pango ellipsisation.
7584
7585         * pdf/ev-poppler.cc:
7586
7587         Fix refcount leak, from nsh.
7588
7589 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7590
7591         * cut-n-paste/recent-files/Makefile.am:
7592         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7593         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7594         
7595         Removed EggRecentViewGtk
7596         
7597         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7598         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7599         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7600         (ev_window_setup_recent):
7601         
7602         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7603         with other projects
7604
7605 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7606
7607         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7608         (egg_recent_view_gtk_finalize):
7609
7610         Fix memory leak
7611
7612         * cut-n-paste/toolbar-editor/Makefile.am:
7613         
7614         Fix location of cursor icon.
7615         
7616         * pdf/ev-poppler.cc:
7617         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7618         (display_completion_text), (match_completion):
7619         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7620         (selection_changed_callback), (create_loading_model),
7621         (print_section_cb), (links_page_num_func),
7622         (update_page_callback_foreach):
7623         * shell/ev-window.c: (ev_window_dispose):
7624         
7625         Small memory fixes. Links model now store objects instead
7626         of pointers to improve memory management. 
7627
7628 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7629
7630         * shell/ev-window.c: (zoom_control_changed_cb):
7631         
7632         Fix update of zoom control (bug 308268).
7633
7634 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7635
7636         * shell/ev-properties.c (set_property): escape the text correctly.
7637         Handles non-UTF-8 properties and escaped properties.  Also, sets
7638         the text to "<i>None</i>" if the property isn't set.
7639
7640         * data/evince-properties.glade: Change the label to be ellipsized,
7641         and give it a minimum size.
7642
7643 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7646         * shell/ev-sidebar-links.c: (create_loading_model):
7647         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7648         * shell/ev-view.c: (ev_view_set_document):
7649         * shell/ev-window.c: (ev_window_dispose):
7650         
7651         Various small fixes, mostly memory leaks. Thanks to valgrind.
7652
7653 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7654
7655         * ps/ps-document.c: remove the locale.h include again ;-). And
7656         kill the (bogus) setlocale/savelocale business.
7657
7658 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7659
7660         * ps/ps-document.c:
7661         
7662         Include locale.h to fix build
7663         
7664         * shell/ev-sidebar.c:
7665         
7666         Remove unnecessary includes
7667
7668 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * dvi/dvi-document.c: (dvi_document_load):
7671         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7672         * po/POTFILES.in:
7673         
7674         Check for incorrect dvi files. Fix parsing dvi on AMD64
7675         platform. Thanks to tester@tester.ca (Olivier Crete).
7676
7677 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7678
7679         * shell/ev-page-action.c: (match_selected_cb),
7680         (display_completion_text), (match_completion), (update_model):
7681         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7682         (expand_open_links):
7683         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7684         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7685         (ev_sidebar_set_document):
7686         * shell/ev-window.c: (ev_window_xfer_job_cb),
7687         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7688         
7689         Fixed lot's of memory leaks, for example, memory leak on reload, 
7690         described in bug 307793.
7691
7692 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * pdf/ev-poppler.cc:
7695         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7696         (update_visible_range), (adjustment_changed_cb),
7697         (ev_sidebar_thumbnails_fill_model),
7698         (ev_sidebar_thumbnails_refresh),
7699         (ev_sidebar_tree_selection_changed),
7700         (ev_sidebar_icon_selection_changed),
7701         (ev_sidebar_thumbnails_use_icon_view),
7702         (ev_sidebar_thumbnails_set_document):
7703         * shell/ev-sidebar-thumbnails.h:
7704         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7705         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7706
7707         Refresh thumbnails when changing orientation. Not fully
7708         working yet becuase of a sidebar bug.
7709
7710         Set page orientation to poppler page everywhere. This sucks
7711         really need to fix poppler.
7712
7713 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7714
7715         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7716         (egg_recent_view_gtk_new_menu_item),
7717         (egg_recent_view_gtk_set_property),
7718         (egg_recent_view_gtk_get_property),
7719         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7720         (egg_recent_view_gtk_set_tooltip_func),
7721         (egg_recent_view_gtk_set_label_width),
7722         (egg_recent_view_gtk_get_label_width):
7723         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7724
7725         Sync with libegg (ellipsize labels)
7726
7727 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * data/evince-ui.xml:
7730         * shell/ev-window.c: (ev_window_cmd_go_forward),
7731         (ev_window_cmd_go_backward):
7732         
7733         Shift + PageUp moves 10 Pages. Fix for 306125
7734
7735 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7736
7737         * pdf/ev-poppler.cc:
7738
7739         Add a flag to check if orientation has been overriden
7740
7741 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7742
7743         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7744         field if necessary.
7745
7746         * ps/ps.h: add creator field to document.
7747
7748         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7749         set creator field.
7750
7751 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * data/evince-properties.glade:
7754         * shell/ev-properties.c: (ev_properties_set_document):
7755
7756         s/PDF Version/Format
7757
7758 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7759
7760         * shell/ev-properties.c: (ev_properties_set_document):
7761
7762         Remove unnecessary translations
7763
7764 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7765
7766         * cut-n-paste/toolbar-editor/Makefile.am:
7767
7768         Correct library name    
7769
7770 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7771
7772         * configure.ac:
7773         * cut-n-paste/recent-files/egg-recent-model.c:
7774         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7775         (egg_recent_model_unlock_file):
7776         * cut-n-paste/recent-files/egg-recent-util.c:
7777         (egg_recent_util_get_unique_id):
7778         * cut-n-paste/recent-files/update-from-egg.sh:
7779         * cut-n-paste/toolbar-editor/Makefile.am:
7780         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7781         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7782         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7783         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7784         (egg_toolbars_model_get_type):
7785         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7786
7787         Better makefile for toolbar editor and update everything
7788         to latest libegg.
7789
7790 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * shell/ev-window.c: (update_document_mode):
7793
7794         Prefer presentation mode when the document
7795         require fullscreen.
7796
7797 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7798
7799         * data/evince-ui.xml:
7800         * shell/ev-window.c:
7801
7802         Add control-equal for zooming
7803
7804 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7805
7806         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7807
7808 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * backend/ev-document.c: (ev_document_get_orientation):
7811         * backend/ev-document.h:
7812         * pdf/ev-poppler.cc:
7813         * ps/ps-document.c: (ps_document_get_orientation),
7814         (ps_document_set_orientation), (ps_document_document_iface_init):
7815
7816         Add a get_orientation api. Improve set_orientation.
7817
7818         * data/evince-ui.xml:
7819         * shell/ev-view.c: (ev_view_set_orientation),
7820         (ev_view_rotate_right), (ev_view_rotate_left):
7821         * shell/ev-view.h:
7822         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7823         (ev_window_cmd_edit_rotate_right):
7824
7825         Better ui for changing document orientation
7826
7827 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7828
7829         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7830         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7831         * shell/ev-sidebar-links.h:
7832         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7833         (ev_sidebar_page_iface_init):
7834         * shell/ev-sidebar-page.h:
7835         * shell/ev-sidebar-thumbnails.c:
7836         (ev_sidebar_thumbnails_get_property),
7837         (ev_sidebar_thumbnails_class_init),
7838         (ev_sidebar_thumbnails_set_document):
7839         * shell/ev-sidebar-thumbnails.h:
7840         * shell/ev-view.c: (ev_view_motion_notify_event):
7841         * shell/ev-window.c: (update_chrome_visibility),
7842         (ev_window_cmd_focus_page_selector),
7843         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7844         (sidebar_page_main_widget_update_cb), (ev_window_init):
7845         
7846         Autoraise toolbar on GoToPage binding and fix bindings in
7847         EvSidebarThumbnails page.
7848
7849 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7850
7851         * shell/ev-properties.c: (update_progress_label):
7852
7853         Hide the progress label when finished; bug #307697.
7854
7855 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7856
7857         * pdf/ev-poppler.cc:
7858
7859         Enable is_open for links, you will need poppler cvs
7860
7861         * shell/ev-properties.c: (job_fonts_finished_cb):
7862
7863         Get a lock on the document when filling the tree view
7864
7865 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7866
7867         * backend/ev-document-links.h:
7868         * pdf/ev-poppler.cc:
7869         * shell/ev-sidebar-links.c: (create_loading_model),
7870         (expand_open_links), (job_finished_callback):
7871
7872         Expand links when specified by the document.
7873         Depend on a poppler api (defined out for now)
7874
7875 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7876
7877         * shell/ev-properties.c: (ev_properties_dispose),
7878         (ev_properties_class_init), (dialog_destroy_cb),
7879         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7880         (ev_properties_set_document), (ev_properties_new),
7881         (ev_properties_show):
7882         * shell/ev-properties.h:
7883
7884         Make it an object, cleanup the code, api to show it as transient
7885         and to set the document.
7886
7887         * shell/ev-window.c: (ev_window_setup_document),
7888         (ev_window_cmd_file_properties):
7889
7890         Adapt to EvProperties changes, do not show multiple
7891         times, update it when document changes.
7892
7893 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7894
7895         * ps/gstypes.h:
7896         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7897         (ps_document_set_orientation), (ps_document_document_iface_init):
7898         * ps/ps-document.h:
7899
7900         Implement orientation here too
7901
7902         * shell/ev-properties.c: (ev_properties_new):
7903         * data/evince-properties.glade:
7904
7905         Hide the fonts page for backends that doesnt
7906         support it.     
7907
7908 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7909
7910         * backend/ev-document.c: (ev_document_set_orientation):
7911         * backend/ev-document.h:
7912         * pdf/ev-poppler.cc:
7913
7914         Add orientation api. Currently poppler api is not optimal,
7915         we need to set orientation every time we _get a page.
7916         I will try to fix that at some point.
7917
7918         * data/evince-ui.xml:
7919         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7920         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7921
7922         Add orientation menu items
7923
7924         * shell/ev-page-cache.c: (ev_page_cache_clear):
7925         * shell/ev-page-cache.h:
7926
7927         Add api to clear the cache
7928
7929         * shell/ev-view.c: (setup_caches), (clear_caches),
7930         (ev_view_set_document), (ev_view_zoom_out),
7931         (ev_view_set_orientation):
7932         * shell/ev-view.h:
7933
7934         Implement orientation changing
7935
7936 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7937
7938         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7939         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7940         * backend/ev-document-fonts.h:
7941
7942         Separate scan and fill so that we can incrementally fill from
7943         the main thread. Add a progress api.
7944
7945         * data/evince-properties.glade:
7946         * pdf/ev-poppler.cc:
7947         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7948         * shell/ev-jobs.h:
7949         * shell/ev-properties.c: (update_progress_label),
7950         (job_fonts_finished_cb), (setup_fonts_view):
7951
7952         Incrementally feel the list and show the progress
7953         percentage in a label like acrobat does.
7954
7955         You are going to need poppler cvs
7956
7957 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7958
7959         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7960         * backend/ev-document-fonts.h:
7961         * pdf/ev-poppler.cc:
7962
7963         Make fonts model fill incrementally.
7964
7965         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7966         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7967         (ev_job_queue_remove_job):
7968         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7969         (ev_job_fonts_new), (ev_job_fonts_run):
7970         * shell/ev-jobs.h:
7971
7972         New job for fonts scanning
7973
7974         * shell/ev-properties.c: (job_fonts_finished_cb),
7975         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7976         * shell/ev-properties.h:
7977         * shell/ev-window.c: (ev_window_cmd_file_properties):
7978
7979         Incrementally feel the treeview using the new job. Show Loading...
7980         message until scanning is completed.
7981
7982         Hopefully I didnt break the build without the poppler patch.
7983
7984 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7985
7986         * shell/ev-application.c: (ev_application_open):
7987         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7988         (ev_document_type_get_type), (ev_document_type_lookup):
7989         * shell/ev-document-types.h:
7990         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7991         * shell/ev-job-xfer.h:
7992         * shell/ev-window.c: (ev_window_clear_local_uri),
7993         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7994         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7995         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7996         
7997         Transfer remote documents to tmp directory to display them later.
7998
7999 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8000
8001         * backend/ev-document-info.h:
8002         * shell/ev-properties.c: (ev_properties_new):
8003
8004         s/GTime*/GTime. Not sure why we was using a pointer
8005         at all there!
8006
8007 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8008
8009         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8010         situations.  That situation is that you're using GTK+-HEAD with
8011         the patch at #306726 is applied, and you have a document with <
8012         1500 pages in it.  It's not quite as uniformly nice as the
8013         TreeView, but should be better in the long run.
8014
8015         I'm pretty sure I guarded against breaking compilation with
8016         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8017         I missed some.
8018
8019         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8020         widget yet, so I commented that code out
8021         enable_view_actions_for_widget() for now.  Need to figure this
8022         out.
8023
8024         * shell/ev-page-action.c (match_selected_cb): emit the right
8025         signals.  Our cool C-l completion now works.
8026
8027 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8028
8029         * backend/Makefile.am:
8030         * backend/ev-document-fonts.c:
8031         * backend/ev-document-links.c:
8032         * backend/ev-document.c: (ev_document_load):
8033         * backend/ev-document.h:
8034         * backend/ev-job-queue.c:
8035         * backend/ev-job-queue.h:
8036         * backend/ev-jobs.c:
8037         * backend/ev-jobs.h:
8038         * backend/ev-page-cache.c:
8039         * backend/ev-page-cache.h:
8040
8041         EvPageCache and EvJobs are moved to shell.
8042
8043         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8044         (ev_tmp_filename):
8045         * lib/ev-file-helpers.h:
8046         
8047         New helper to work with temporary files
8048         
8049         * shell/Makefile.am:
8050         * shell/ev-application.c: (ev_application_open):
8051         * shell/ev-application.h:
8052         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8053         (remove_job_from_async_queue), (add_job_to_async_queue),
8054         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8055         (handle_job), (search_for_jobs_unlocked),
8056         (no_jobs_available_unlocked), (ev_render_thread),
8057         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8058         (ev_job_queue_add_job), (move_job_async), (move_job),
8059         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8060         * shell/ev-job-queue.h:
8061         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8062         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8063         * shell/ev-job-xfer.h:
8064         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8065         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8066         (ev_job_links_class_init), (ev_job_render_init),
8067         (ev_job_render_dispose), (ev_job_render_class_init),
8068         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8069         (ev_job_thumbnail_class_init), (ev_job_load_init),
8070         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8071         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8072         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8073         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8074         * shell/ev-jobs.h:
8075         * shell/ev-page-action.c: (ev_page_action_set_document):
8076         * shell/ev-page-cache.c: (ev_page_cache_init),
8077         (ev_page_cache_class_init), (ev_page_cache_finalize),
8078         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8079         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8080         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8081         (ev_page_cache_get_title), (ev_page_cache_get_size),
8082         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8083         (ev_page_cache_get_height_to_page),
8084         (ev_page_cache_get_max_label_chars),
8085         (ev_page_cache_get_page_label),
8086         (ev_page_cache_has_nonnumeric_page_labels),
8087         (ev_page_cache_get_info), (ev_page_cache_next_page),
8088         (ev_page_cache_prev_page), (ev_page_cache_get):
8089         * shell/ev-page-cache.h:
8090         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8091         (ev_pixbuf_cache_clear_job_sizes),
8092         (ev_pixbuf_cache_add_jobs_if_needed),
8093         (ev_pixbuf_cache_set_page_range):
8094         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8095         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8096         * shell/ev-sidebar-thumbnails.c:
8097         (ev_sidebar_tree_selection_changed),
8098         (ev_sidebar_thumbnails_set_document):
8099         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8100         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8101         (ev_statusbar_get_context_id), (ev_statusbar_push),
8102         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8103         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8104         (ev_statusbar_set_progress):
8105         * shell/ev-statusbar.h:
8106         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8107         (ev_view_find_previous):
8108         * shell/ev-window.c: (ev_window_is_empty),
8109         (ev_window_setup_document), (password_dialog_response),
8110         (ev_window_clear_jobs), (ev_window_load_job_cb),
8111         (ev_window_xfer_job_cb), (ev_window_open_uri),
8112         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8113         (ev_window_print), (ev_window_print_range),
8114         (ev_window_state_event), (ev_window_cmd_view_reload),
8115         (menu_item_select_cb), (menu_item_deselect_cb),
8116         (view_status_changed_cb), (ev_window_dispose),
8117         (drag_data_received_cb), (ev_window_init):
8118         * shell/ev-window.h:
8119         * shell/main.c: (load_files):
8120         
8121         New statusbar to show progress on idle. Two new jobs - 
8122         xfer job and load job to load document in background. And update
8123         of page_cache clients to new location of code.
8124
8125 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8126   
8127         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8128         selection in open dialog. It also remembers the last visited directory 
8129         in the current session.
8130
8131 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8132
8133         * shell/ev-properties.c: (ev_properties_new):
8134         * shell/ev-properties.h:
8135         * shell/ev-window.c: (ev_window_cmd_file_properties):
8136         
8137         Get document info from page cache instead of document itself.
8138         This should fix crash related to race conditions described in
8139         bug 306545.
8140
8141 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8142
8143         * ps/ps-document.c: (ps_document_init),
8144         (send_ps), (get_page_box), (output), (catchPipe), (input),
8145         (stop_interpreter), (file_length), (file_readable),
8146         (check_filecompressedb), (ps_document_enable_interpreter),
8147         (document_load), (ps_async_renderer_render_pixbuf):
8148         * ps/ps-document.h:
8149
8150         Big cleanup of the ps code
8151
8152 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8153
8154         * backend/Makefile.am:
8155         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8156         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8157         * backend/ev-async-renderer.h:
8158
8159         Add an async renderer interface (method + callback) which
8160         is useful for backends like ps.
8161
8162         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8163         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8164         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8165         (ev_job_queue_add_job), (move_job_async), (move_job),
8166         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8167
8168         Add queues for async renderer, these are executed on the
8169         main thread.
8170
8171         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8172         (ev_job_render_run):
8173         * backend/ev-jobs.h:
8174
8175         If the backend support async renderer interface use it.
8176
8177         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8178         (setup_pixmap), (ps_document_get_type),
8179         (ps_async_renderer_render_pixbuf),
8180         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8181
8182         Implement async renderer interface.
8183
8184 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8185
8186         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8187
8188         Cleanup links job on exit.
8189
8190 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8191
8192         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8193         (drag_data_get_cb), (drag_data_received_cb):
8194         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8195         (drag_data_get_cb), (parse_item_list),
8196         (egg_toolbar_editor_load_actions):
8197         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8198         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8199         (parse_item_list), (parse_toolbars):
8200         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8201         (dvi_pixbuf_put_pixel):
8202         
8203         Fix gcc 4.0 warnings
8204
8205 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8206
8207         * ps/ps-document.c: (start_interpreter):
8208
8209         Fix warning when loading ps
8210
8211 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8212
8213         * ps/ps-document.c: (output):
8214
8215         Fix crash when priting gs error messages.
8216
8217 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8218
8219         * backend/ev-page-cache.c: (_ev_page_cache_new):
8220         * backend/ev-page-cache.h:
8221
8222         Use a const to return title so that we dont double
8223         free it. Small cleanup and fix a leak.
8224
8225         * shell/ev-window.c: (update_window_title):
8226
8227         strdup value from get_title.
8228
8229 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8230
8231         * shell/ev-sidebar-links.c: (job_finished_callback),
8232         (ev_sidebar_links_set_document):
8233
8234         Cleanup the old job when changing document
8235
8236 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8237
8238         * shell/ev-stock-icons.c:
8239         * shell/ev-stock-icons.h:
8240         * shell/ev-window.c:
8241         
8242         Add stock icons for actions that can appear in toolbar. Fix for
8243         bug 306566.
8244
8245 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8246
8247         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8248         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8249         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8250         * backend/ev-page-cache.h:
8251         * shell/ev-view.c: (scroll_to_current_page),
8252         (view_update_range_and_current_page), (get_page_y_offset),
8253         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8254         (ev_view_size_request_continuous),
8255         (ev_view_zoom_for_size_continuous_and_dual_page),
8256         (ev_view_zoom_for_size_continuous):
8257         
8258         More compact EvView layout in document with pages of different size.
8259
8260 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8261
8262         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8263         compilation.
8264
8265 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8266
8267         * shell/ev-view.c: (view_set_adjustment_values):
8268         * shell/ev-window.c: (ev_window_cmd_file_properties):
8269         
8270         A bit different fix for rounding problem but it has no
8271         problems on startup. Make properties window transient to parent.
8272
8273 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8274
8275         * pdf/ev-poppler.cc:
8276         
8277         More commenting of font stuff.
8278
8279 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8280
8281         * pdf/ev-poppler.cc:
8282
8283         Comment out some more fonts stuff. Should really
8284         work without the poppler patch now.
8285
8286 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8287
8288         * pdf/ev-poppler.cc:
8289
8290         Adapt to api change
8291
8292 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8293
8294         * data/evince-properties.glade:
8295         * pdf/ev-poppler.cc:
8296         * shell/ev-properties.c: (setup_fonts_view):
8297
8298         Set the column title. Show the dialog only
8299         once everything is setup.
8300         Getting font info can be very slow... will
8301         prolly need to make this threaded too.
8302
8303 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8304
8305         * backend/Makefile.am:
8306         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8307         (ev_document_fonts_get_fonts_model):
8308         * backend/ev-document-fonts.h:
8309         * data/evince-properties.glade:
8310         * pdf/ev-poppler.cc:
8311         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8312         * shell/ev-properties.h:
8313         * shell/ev-window.c: (ev_window_cmd_file_properties):
8314
8315         Implement fonts list. Defined out for now, since it depends
8316         on a not yet committed poppler patch.
8317
8318 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8319
8320         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8321         page + 1.
8322
8323         * shell/ev-window.c: Make sure we add the timeout when we get a
8324         focus-in event.
8325
8326         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8327         adjustment->value before calculating the zoom factor to average
8328         out all of our rounding errors.  The page no longer 'drifts' when
8329         resizing.
8330
8331 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8332
8333         * data/evince-properties.glade:
8334         * shell/ev-properties.c: (ev_properties_format_date),
8335         (set_property):
8336         
8337         Labels don't expand when the dialogue is resized.
8338         strftime result needs to be converted to UTF-8. Thanks
8339         to Christian Persch <chpe@gnome.org>.
8340
8341 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8342
8343         * data/evince-properties.glade:
8344
8345         Hide the fonts tab
8346
8347 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8348
8349         * backend/ev-document-info.h:
8350         * backend/ev-document.c: (ev_document_info_free):
8351         * data/evince-properties.glade:
8352         * pdf/ev-poppler.cc:
8353         * ps/ps-document.c: (ps_document_get_info):
8354         * shell/ev-properties.c: (ev_properties_format_date),
8355         (set_property), (ev_properties_new):
8356         * shell/ev-properties.h:
8357         * shell/ev-window.c: (ev_window_cmd_file_properties):
8358
8359         Rework properties code to take only EvPropertyInfo
8360         in the constructor so that it can be useful for
8361         nautilus plugin too.
8362
8363         Deal with backends that doesnt support some properties.
8364         Make set property code generic.
8365
8366 2005-06-04  Christian Persch <chpe@gnome.org>
8367
8368         * data/evince-properties.glade:
8369
8370         fix spacings, make resizeable, and make data labels
8371         selectable + ellipsised
8372
8373 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8374
8375         * backend/ev-document-info.h:
8376         * data/Makefile.am:
8377         * data/evince-ui.xml:
8378         * pdf/ev-poppler.cc:
8379         * shell/Makefile.am:
8380         * shell/ev-window.c: (update_action_sensitivity),
8381         (ev_window_cmd_file_properties):
8382
8383         Initial go at file properties. Patch by
8384         Emil Soleyman-Zomalan <emil@soleyman.com>.
8385         Needs love see #169583
8386
8387 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8388
8389         * ps/ps-document.c: (output):
8390         * ps/ps.c: (psscan):
8391
8392         Try to render even if psscan fails.
8393
8394 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8395
8396         * ps/ps.c: (psscan), (pscopydoc):
8397
8398         Port buffered reading code from gv
8399
8400 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8401
8402         * ps/ps-document.c: (interpreter_message), (output):
8403
8404         Do not fail on interpreter messages
8405
8406 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8407
8408         * backend/ev-document-misc.c:
8409         (ev_document_misc_get_thumbnail_frame):
8410
8411         Pages can be 0 x 0, dont assert on this case
8412
8413 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8414
8415         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8416         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8417
8418         Correctly manage our reference on document. Finally the reload
8419         huge leak is gone...
8420
8421 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8422
8423         * ps/ps-document.c: (ps_document_dispose):
8424
8425         Forgot to chain it to the parent. Thanks chpe.
8426
8427 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8428
8429         * ps/ps-document.c: (ps_document_dispose),
8430         (ps_document_class_init), (stop_interpreter), (document_load):
8431
8432         Cleanup dispose a bit. Dont leak the whole pixmap.
8433
8434 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8435
8436         * pdf/ev-poppler.cc:
8437
8438         Release the poppler document on dispose
8439
8440 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8441
8442         * shell/ev-view.c: (ev_view_set_document):
8443
8444         Release ref on the pixbuf cache when changing
8445         document.
8446
8447 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8448
8449         * ps/ps-document.c: (ps_document_get_info):
8450
8451         Fix a double free
8452
8453 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8454
8455         * backend/ev-page-cache.c: (ev_page_cache_init),
8456         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8457         * backend/ev-page-cache.h:
8458         * shell/ev-page-action.c: (page_changed_cb):
8459         
8460         Set page action entry width depending on labels width. Fix
8461         for bug 305202.
8462
8463 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * backend/ev-link.c: (ev_link_class_init):
8466
8467         Allow -1 as page value (error)
8468
8469 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8470
8471         * shell/ev-sidebar-thumbnails.c:
8472         (ev_sidebar_thumbnails_set_document):
8473         * shell/ev-view.c: (scroll_to_current_page),
8474         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8475         (page_changed_cb), (on_adjustment_value_changed),
8476         (ev_view_set_document):
8477
8478         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8479         Fix bug 305377
8480
8481 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8482
8483         * configure.ac:
8484         * djvu/djvu-document.c: (djvu_document_get_page_size):
8485
8486         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8487         bug 301993.
8488
8489 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8490
8491         * shell/ev-view.c (draw_one_page): modify the expose handling to
8492         get the shadows.
8493
8494         * shell/ev-window.c (update_action_sensitivity): Respect
8495         permissions field.  Kowtow to the man.
8496
8497         * pdf/ev-poppler.cc: Get the permissions field.
8498
8499         * tiff/*c: Make a tiny bit more robust.
8500
8501 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8502
8503         * djvu/djvu-document.c:
8504         
8505         Pop messages from djvu context message queue.
8506
8507 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8508
8509         * configure.ac, Makefile.am, shell/Makefile.am:
8510         * tiff/Makefile.am, shell/ev-document-types.c:
8511         
8512         Cleanup tiff configure checks. Fix for bug 305218.
8513
8514 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8515
8516         * configure.ac: Added "uk" to ALL_LINGUAS.
8517
8518 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8519
8520         * cut-n-paste/zoom-control/ephy-zoom.c:
8521         (ephy_zoom_get_changed_zoom_level):
8522         * cut-n-paste/zoom-control/ephy-zoom.h:
8523         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8524         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8525         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8526         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8527         (zoom_control_changed_cb), (ev_window_init):
8528         
8529         Fix minor points related to moving best fit up. Introduce
8530         "zoom" property and make zoom control change it's value on
8531         notify::zoom signals. Fix for 305080.
8532
8533 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8534
8535         * data/evince-ui.xml:
8536         * shell/ev-window.c: (set_view_actions_sensitivity):
8537         
8538         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8539
8540 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8541
8542         * configure.ac:
8543
8544         Depends on poppler 0.3.2
8545
8546 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * cut-n-paste/recent-files/egg-recent-item.c:
8549         (egg_recent_item_get_short_name):
8550         * cut-n-paste/toolbar-editor/Makefile.am:
8551         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8552         (new_pixbuf_from_widget):
8553         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8554         * cut-n-paste/toolbar-editor/egg-marshal.c:
8555         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8556         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8557
8558         Sync
8559
8560 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8561
8562         * tiff/tiff-document.c: Rough TIFF backend.
8563
8564 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8565
8566         * NEWS:
8567         * configure.ac:
8568         * cut-n-paste/toolbar-editor/Makefile.am:
8569
8570         Release 0.3.1
8571
8572 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8575         (ev_view_find_next), (ev_view_find_previous):
8576
8577         Remove the locks around get_n_results   
8578
8579 2005-05-21  Juerg Billeter  <j@bitron.ch>
8580
8581         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8582
8583         Pass correct number of pages to poppler.
8584
8585 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8586
8587         * configure.ac:
8588         * data/Makefile.am:
8589         * data/evince.desktop.in: 
8590         * data/evince.desktop.in.in:
8591         * po/POTFILES.in:
8592         
8593         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8594
8595 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8596
8597         * shell/ev-view.c: (view_update_adjustments),
8598         (view_set_adjustment_values): cast adjustmen->value to (int)
8599         before using it.  Otherwise, we get off by a pixel in some
8600         situations.
8601
8602         (draw_one_page): Draw the border on expose.
8603
8604 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8605
8606         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8607         adjustment when the mode changes, #304923
8608
8609 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8610
8611         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8612         flickering on resize but still use gdk_window_scroll on
8613         scrolling
8614
8615 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8616
8617         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8618         option, #170458
8619
8620 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8621
8622         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8623         second page on page_changed if possible, #304669
8624
8625 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8626
8627         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8628         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8629
8630 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8631
8632         * .cvsignore:
8633         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8634         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8635         (ev_view_zoom_for_size_presentation),
8636         (ev_view_zoom_for_size_continuous_and_dual_page),
8637         (ev_view_zoom_for_size_continuous),
8638         (ev_view_zoom_for_size_dual_page),
8639         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8640         * shell/ev-view.h:
8641         * shell/ev-window.c: (update_view_size),
8642         (ev_window_sizing_mode_changed_cb):
8643
8644         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8645         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8646         an infinite loop, #304769
8647
8648
8649 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8650
8651         * data/evince-ui.xml:
8652         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8653         * shell/ev-window.c: (set_view_actions_sensitivity):
8654
8655         Make PgUp/Down behave like Space
8656
8657 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8658
8659         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8660         * backend/ev-ps-exporter.h:
8661         * pdf/ev-poppler.cc:
8662         * ps/ps-document.c: (ps_document_ps_export_begin):
8663         * shell/ev-print-job.c: (idle_print_handler):
8664
8665         Adapt to new poppler api
8666
8667 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8668
8669         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8670         (ephy_zoom_control_init):
8671
8672         Translate zoom levels
8673
8674 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8675
8676         * cut-n-paste/zoom-control/ephy-zoom.c:
8677         (ephy_zoom_get_zoom_level_index):
8678
8679         Fix current zoom -> zoom control match
8680
8681 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8682
8683         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8684         rather than the scrolled_window that it's in. Fixes bug #304655.
8685
8686 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8687
8688         * shell/ev-view.c: (view_update_adjustments),
8689         (view_set_adjustment_values), (view_update_range_and_current_page),
8690         (view_scroll_to_page), (set_scroll_adjustment),
8691         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8692         (ev_view_scroll), (ev_view_scroll_view),
8693         (ensure_rectangle_is_visible), (find_page_at_location),
8694         (get_link_at_location), (go_to_link), (status_message_from_link),
8695         (ev_view_size_request_continuous_dual_page),
8696         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8697         (ev_view_unrealize), (ev_view_expose_event),
8698         (ev_view_button_press_event), (ev_view_motion_notify_event),
8699         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8700         (draw_rubberband), (highlight_find_results), (draw_one_page),
8701         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8702         (ev_view_init), (find_changed_cb), (page_changed_cb),
8703         (on_adjustment_value_changed), (ev_view_new),
8704         (ev_view_set_document), (ev_view_set_zoom),
8705         (ev_view_set_continuous), (ev_view_set_dual_page),
8706         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8707         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8708         (ev_view_zoom_for_size_presentation),
8709         (ev_view_zoom_for_size_continuous_dual_page),
8710         (ev_view_zoom_for_size_continuous),
8711         (ev_view_zoom_for_size_dual_page),
8712         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8713         (ev_view_get_status), (ev_view_set_status),
8714         (update_find_status_message), (ev_view_get_find_status),
8715         (ev_view_set_find_status), (jump_to_find_result),
8716         (jump_to_find_page), (compute_selections), (clear_selection),
8717         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8718         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8719         (ev_view_update_primary_selection),
8720         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8721         * shell/ev-view.h:
8722         * shell/ev-window.c: (ev_window_open_page_label),
8723         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8724         (ev_window_init):
8725         * shell/ev-window.h:
8726         * shell/main.c: (load_files):
8727
8728         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8729         when resizing.  Remove the bin_window().  Also, patch from James
8730         Bowes to fix command line page, #300641
8731         
8732 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8733
8734         * data/evince-ui.xml:
8735         * shell/ev-view.c:
8736         * shell/ev-view.h:
8737         * shell/ev-window.c: (update_action_sensitivity):
8738
8739         Get rid of View->Normal Size, it's just confusing
8740
8741 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8742
8743         * backend/ev-document-info.h:
8744         * backend/ev-document.c: (ev_document_info_free): Free the
8745         EvDocumentInfo.
8746
8747         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8748         (clear_range), (add_range), (update_visible_range),
8749         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8750         (ev_sidebar_thumbnails_set_document):
8751         * shell/ev-window.c: (ev_window_setup_document): Only render the
8752         visible thumbnails.  It takes an instant to render, but it uses
8753         much less memory.
8754
8755 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8756
8757         * shell/ev-sidebar-links.c: (popup_menu_cb):
8758
8759         Select first item
8760
8761 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8762
8763         * lib/Makefile.am:
8764         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8765         (button_press_cb), (ev_sidebar_links_construct):
8766
8767         Show the popup menu also on keybindings
8768
8769 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8772         * shell/ev-window.h:
8773
8774         Expose api to print a range (with dialog). Make private _print use
8775         it.
8776
8777         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8778         (ev_sidebar_links_construct):
8779
8780         Show a print context menu on linkx, it prints the selected
8781         section.
8782
8783 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8784
8785         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8786         button.
8787
8788 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * AUTHORS:
8791
8792         Update
8793
8794         * shell/ev-window.c: (build_comments_string),
8795         (ev_window_cmd_help_about):
8796
8797         Show poppler version/backend and authors
8798
8799 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * cut-n-paste/zoom-control/ephy-zoom.c:
8802         (ephy_zoom_get_zoom_level_index):
8803         * cut-n-paste/zoom-control/ephy-zoom.h:
8804
8805         Move the best fit items at the top of the list
8806
8807 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * shell/ev-marshal.list:
8810         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8811         (activate_cb), (match_selected_cb), (activate_link_cb),
8812         (connect_proxy), (ev_page_action_class_init):
8813         * shell/ev-page-action.h:
8814
8815         Use signals to notify action activation. Hopefully
8816         I did not break completion since I cant test...
8817
8818         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8819         (register_custom_actions):
8820
8821         Connect to page selector actions and also grab focus on
8822         the view when activated.
8823
8824 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8825
8826         * pdf/ev-poppler.cc:
8827         * backend/ev-page-cache.c: make page size calculation consistent
8828         and set it to (int)( width * scale + 0.5).  This makes the weird
8829         line going through the middle of the page go away.
8830
8831         * shell/ev-view.c: move painting the background page after
8832         checking the expose area covers us.
8833
8834 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8835
8836         * data/evince-password.glade:
8837         
8838         Mark labels as not translatable. Fix for bug 302842.
8839
8840 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8841
8842         * configure.ac: Added "es" to ALL_LINGUAS.
8843
8844 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * data/evince-toolbar.xml:
8847         * shell/ev-window.c: (update_action_sensitivity),
8848         (ev_window_setup_document), (ev_window_set_page_mode),
8849         (ev_window_init):
8850
8851         Remove some leftover code from jrb first continous
8852         attempt. Use the new actions, we still need good icons
8853         though...
8854
8855 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8858
8859         Update label when connecting proxy. Fix a warning with NULL
8860         page_cache.
8861
8862 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8863
8864         * data/evince-ui.xml:
8865         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8866         * shell/ev-page-action.h:
8867         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8868
8869         Add mnemonic for edit toolbar.
8870         ctrl+l focus the page entry.
8871
8872 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8873
8874         * lib/Makefile.am:
8875         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8876         (ev_window_init):
8877         * shell/main.c: (main):
8878
8879         Put the toolbar xml in evince own dot dir
8880
8881 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8882
8883         * shell/ev-window.c: (ev_window_init):
8884
8885         Make the toolbar not removable
8886
8887 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8888
8889         * data/evince-ui.xml:
8890         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8891         * shell/ev-sidebar-links.h:
8892         * shell/ev-sidebar-thumbnails.c:
8893         (ev_sidebar_thumbnails_get_treeview):
8894         * shell/ev-sidebar-thumbnails.h:
8895         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8896         (ev_view_class_init):
8897         * shell/ev-view.h:
8898         * shell/ev-window.c: (update_action_sensitivity),
8899         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8900         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8901         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8902         (ev_window_init):
8903
8904         This is evil... Make space/backspace global accelerators but
8905         enable them only for some widgets (sidebars and view).
8906         I dont like it, but I dont know a better way... :/
8907
8908 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8909
8910         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8911         (ev_page_action_widget_finalize),
8912         (ev_page_action_widget_class_init), (update_page_cache):
8913
8914         Keep a weak reference on proxy->page_cache so that we
8915         dont try to disconnect the signal if the object is already
8916         gone. Maybe there is a better way to cleanup reference handling
8917         in page action though...
8918
8919 2005-05-10  Juerg Billeter  <j@bitron.ch>
8920
8921         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8922         * backend/ev-ps-exporter.h:
8923         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8924         * ps/ps-document.c: (ps_document_ps_export_begin):
8925         
8926         Change api to pass print range to ps_exporter_begin. The pdf backend
8927         requires this information.
8928         
8929         * shell/ev-print-job.c: (idle_print_handler):
8930         
8931         Adapt to api change
8932
8933 2005-05-10  Juerg Billeter  <j@bitron.ch>
8934
8935         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8936         (idle_print_handler)
8937         * shell/ev-window.c: (ev_window_print):
8938
8939         Support printing page range, based on patch by Amaury Jacquot
8940
8941 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * data/evince-toolbar.xml:
8944
8945         Add zoom control to available items
8946
8947 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8948
8949         * shell/ev-window.c: (update_action_sensitivity):
8950
8951         Set slash action insensitive when appropriate
8952
8953 2005-05-10  Christian Persch <chpe@gnome.org>
8954
8955         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8956
8957         Fix warning on the overflow menu
8958
8959 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8962
8963         Check for uri correctness/existence
8964
8965 2005-05-09  Juerg Billeter  <j@bitron.ch>
8966
8967         * shell/ev-window.c: (using_postscript_printer):
8968
8969         LPD printers use postscript, too
8970
8971 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8972
8973         * shell/ev-window.c: (register_custom_actions):
8974
8975         The zoom one is actually sort of useful,
8976         put it back
8977
8978 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * shell/ev-window.c: (register_custom_actions):
8981
8982         Hide page/zoom controls from overflow, they
8983         are useless.
8984
8985 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8986
8987         * cut-n-paste/update-from-egg.sh:
8988         
8989         Share it between all cut-n-paste subdirs
8990
8991         * cut-n-paste/recent-files/Makefile.am:
8992
8993         Fix to use "global" update-from-egg.sh
8994
8995         * cut-n-paste/recent-files/egg-recent-model.c:
8996         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8997         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8998         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8999         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9000
9001         Update from libegg
9002
9003         * cut-n-paste/toolbar-editor/Makefile.am:
9004
9005         Fix to use "global" update-from-egg.sh
9006
9007         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9008
9009         Update from libegg
9010
9011 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9012
9013         * configure.ac:
9014         * cut-n-paste/Makefile.am:
9015         * cut-n-paste/recent-files/Makefile.am:
9016         * cut-n-paste/toolbar-editor/.cvsignore:
9017         * cut-n-paste/toolbar-editor/Makefile.am:
9018         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9019         (egg_editable_toolbar_get_type), (get_toolbar_position),
9020         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9021         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9022         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9023         (set_item_drag_source), (create_item_from_action), (create_item),
9024         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9025         (popup_toolbar_context_menu_cb), (free_dragged_item),
9026         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9027         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9028         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9029         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9030         (item_added_cb), (item_removed_cb),
9031         (egg_editable_toolbar_construct),
9032         (egg_editable_toolbar_disconnect_model),
9033         (egg_editable_toolbar_deconstruct),
9034         (egg_editable_toolbar_set_model),
9035         (egg_editable_toolbar_set_ui_manager),
9036         (egg_editable_toolbar_set_property),
9037         (egg_editable_toolbar_get_property),
9038         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9039         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9040         (egg_editable_toolbar_new_with_model),
9041         (egg_editable_toolbar_get_edit_mode),
9042         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9043         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9044         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9045         (new_pixbuf_from_widget), (new_separator_pixbuf),
9046         (update_separator_image), (style_set_cb),
9047         (_egg_editable_toolbar_new_separator_image),
9048         (egg_editable_toolbar_get_model):
9049         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9050         * cut-n-paste/toolbar-editor/egg-marshal.c:
9051         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9052         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9053         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9054         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9055         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9056         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9057         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9058         (editor_drag_data_delete_cb), (drag_data_get_cb),
9059         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9060         (editor_create_item), (update_editor_sheet), (setup_editor),
9061         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9062         (parse_item_list), (model_has_action), (update_actions_list),
9063         (egg_toolbar_editor_load_actions):
9064         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9065         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9066         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9067         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9068         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9069         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9070         (egg_toolbars_model_add_separator), (impl_add_item),
9071         (parse_item_list), (egg_toolbars_model_add_toolbar),
9072         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9073         (impl_get_item_data), (impl_get_item_type),
9074         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9075         (egg_toolbars_model_init), (free_toolbar),
9076         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9077         (egg_toolbars_model_remove_toolbar),
9078         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9079         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9080         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9081         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9082         (egg_toolbars_model_get_item_data),
9083         (egg_toolbars_model_get_item_type):
9084         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9085         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9086         * data/Makefile.am:
9087         * data/evince-toolbar.xml:
9088         * data/evince-ui.xml:
9089         * data/hand-open.png:
9090         * po/POTFILES.in:
9091         * shell/Makefile.am:
9092         * shell/ev-window.c: (update_chrome_visibility),
9093         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9094         (ev_window_dispose), (ev_window_init):
9095
9096         Implement epiphany like toolbar editor. Based on patch by
9097         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9098
9099 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9102
9103         Use set_cursor instead of set_selection, so that
9104         the keyboard focus moves too.
9105
9106 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9107
9108         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9109
9110         Fix infinite loop when loading Type1 fonts
9111
9112 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9113
9114         * data/evince-ui.xml:
9115         * shell/ev-window.c:
9116
9117         Slash -> Find
9118
9119 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9120
9121         * configure.ac:
9122
9123         Make --disable really disable
9124
9125 2005-05-07  Juerg Billeter  <j@bitron.ch>
9126
9127         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9128
9129         Compare page labels even without has_labels set, fixes setting page
9130         with entry
9131
9132 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9133
9134         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9135         (ev_view_set_cursor), (ev_view_button_press_event),
9136         (ev_view_motion_notify_event), (ev_view_button_release_event),
9137         (ev_view_init):
9138
9139         Implement middle button scrolling. Based on a patch
9140         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9141
9142 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9143
9144         * shell/ev-document-types.c: (get_slow_mime_type),
9145         (get_document_type_from_mime), (ev_document_type_lookup):
9146         * shell/ev-document-types.h:
9147
9148         Change api to lookup from uri. Do fast lookup first, if the
9149         type is unknown try with data sniffing.
9150
9151         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9152         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9153
9154         Adapt to api change
9155
9156 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9157
9158         * thumbnailer/Makefile.am:
9159
9160         Fix distcheck
9161
9162 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9163
9164         * NEWS:
9165         * configure.ac:
9166
9167         Release 0.3.0
9168
9169         * data/evince-ui.xml:
9170
9171         Hide presentation mode for now
9172
9173         * shell/ev-view.c: (highlight_find_results):
9174
9175         Show current find selection only on current page
9176
9177 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9178
9179         * shell/ev-view.c: (ev_view_select_all):
9180
9181         Compute size of the actual page, not of
9182         the current one.
9183
9184 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9185
9186         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9187         (view_rect_to_doc_rect), (compute_selections),
9188         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9189         (ev_view_copy), (ev_view_primary_get_cb),
9190         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9191         (ev_view_button_press_event), (ev_view_motion_notify_event),
9192         (ev_view_button_release_event), (page_changed_cb):
9193
9194         Fix text selection
9195
9196 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9197
9198         * shell/ev-view.c: (compute_border), (get_page_extents),
9199         (doc_rect_to_view_rect), (highlight_find_results),
9200         (ev_view_bin_expose), (ev_view_select_all),
9201         (ev_view_motion_notify_event), (update_find_status_message),
9202         (jump_to_find_result), (jump_to_find_page):
9203
9204         First go at fixing search, still buggy
9205
9206 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9207
9208         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9209         dropdown box and button at the top of the sidebar.
9210
9211 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9212
9213         * configure.ac: Output zoom-control Makefile.
9214         * cut-n-paste/Makefile.am: build zoom-control subdir.
9215         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9216         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9217         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9218         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9219         * cut-n-paste/zoom-control/ephy-zoom.c:
9220         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9221         from epiphany, and modified to add a separator into the menu.
9222         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9223         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9224         zoom-control action.
9225         * shell/Makefile.am: Include zoom-control flags.
9226         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9227         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9228         (ev_view_zoom_for_size_presentation),
9229         (ev_view_zoom_for_size_continuous_and_dual_page),
9230         (ev_view_zoom_for_size_continuous),
9231         (ev_view_zoom_for_size_dual_page),
9232         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9233         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9234         ev_view_get_zoom and ev_view_get_sizing_mode.
9235         * shell/ev-view.h:
9236         * shell/ev-window.c: (update_action_sensitivity),
9237         (update_sizing_buttons), (zoom_control_changed_cb),
9238         (register_custom_actions): Initialize and use the zoom-control 
9239         widget.
9240
9241 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9242
9243         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9244         preview cache back to 1.  Don't know when it got set to 0.
9245         
9246         * shell/ev-view.c: (compute_border), (ev_view_realize),
9247         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9248         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9249         (ev_view_get_fullscreen), (ev_view_set_presentation),
9250         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9251         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9252         * shell/ev-view.h:
9253         * shell/ev-window.c:
9254         (update_chrome_visibility),
9255         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9256         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9257         (update_document_mode), (ev_window_update_fullscreen_action),
9258         (ev_window_fullscreen), (ev_window_unfullscreen),
9259         (ev_window_cmd_view_fullscreen),
9260         (ev_window_update_presentation_action),
9261         (ev_window_run_presentation), (ev_window_stop_presentation),
9262         (ev_window_cmd_view_presentation), (ev_window_state_event),
9263         (ev_window_focus_in_event), (ev_window_focus_out_event),
9264         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9265         * data/evince-ui.xml: Initial presentation mode.  We should
9266         probably hide this until it's done, as it's quite rough.  Also,
9267         change full-screen to fullscreen and add two getters to EvView.
9268
9269 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9270
9271         * shell/ev-page-action.c: (update_page_cache),
9272         (ev_page_action_dispose):
9273         * shell/ev-window.c: (destroy_fullscreen_popup),
9274         (ev_window_create_fullscreen_popup):
9275
9276         Use connect_object rather than explicitly
9277         disconnect on dispose.
9278
9279 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9280
9281         * shell/ev-page-action.c: (update_page_cache),
9282         (ev_page_action_dispose):
9283
9284 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9285
9286         * backend/ev-page-cache.c: (_ev_page_cache_new),
9287         (ev_page_cache_set_page_label),
9288         (ev_page_cache_has_nonnumeric_page_labels):
9289         * backend/ev-page-cache.h:
9290         * shell/ev-page-action.c: (update_pages_label):
9291         
9292         If all page labels are numeric, fallback to default
9293         way to display number of pages. See bug 173185.
9294
9295 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9296
9297         * shell/ev-page-action.c: (ev_page_action_dispose):
9298         * shell/ev-view.c: (view_update_range_and_current_page):
9299         * shell/ev-window.c: (ev_window_dispose):
9300         
9301         Set page on scroll in continuous mode. Fixes bug 301986.
9302         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9303
9304 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9305
9306         * configure.ac:
9307
9308         Require poppler 0.3.0
9309
9310 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9311         
9312         * shell/Makefile.am, configure.ac: Fix build problems
9313         with t1lib. Bug 301996.
9314
9315 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * shell/ev-view.c: (ev_view_scroll_event):
9318         
9319         Scroll up increase zoom
9320
9321 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9322
9323         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9324         (ev_view_set_sizing_mode),
9325         (ev_view_zoom_for_size_continuous_and_dual_page),
9326         (ev_view_zoom_for_size_continuous):
9327         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9328         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9329         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9330         (ev_window_init):
9331
9332         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9333         Fix for 165473 and 165472.
9334
9335 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * po/POTFILES.in:
9338         * thumbnailer/Makefile.am:
9339         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9340         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9341         * thumbnailer/evince-thumbnailer.schemas.in:
9342         
9343         Make thumbnailer schemas translatable. Fix for bug 301773
9344         
9345         * thumbnailer/evince-thumbnailer-djvu.schemas:
9346         * thumbnailer/evince-thumbnailer-dvi.schemas:
9347         * thumbnailer/evince-thumbnailer.schemas:
9348
9349         Removed files
9350
9351 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9352
9353         * shell/ev-view.c (ev_view_init): forgot to set this.
9354
9355 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9356
9357         * shell/ev-view.c: (find_page_at_location),
9358         (get_link_at_location),
9359         (ev_view_set_show_border), (ev_view_set_spacing),
9360         (ev_view_zoom_for_size_continuous_and_dual_page),
9361         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9362         Also, add a quick fix measuring of widths.  Also, removed
9363         ev_view_set_spacing and ev_view_set_show_border.
9364         
9365         * shell/ev-window.c: (ev_window_unfullscreen),
9366         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9367
9368 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9369
9370         * shell/ev-view.c: (view_update_range_and_current_page),
9371         (page_changed_cb):
9372         
9373         Fix crash on exit and scrolling to page in continuous view.
9374
9375 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9376
9377         * TODO:
9378         * backend/ev-page-cache.c: (_ev_page_cache_new),
9379         (ev_page_cache_get_max_width_size),
9380         (ev_page_cache_get_max_height_size):
9381         * backend/ev-page-cache.h:
9382         * data/evince-ui.xml:
9383         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9384         * shell/ev-view.c: (view_update_adjustments),
9385         (view_update_range_and_current_page), (get_bounding_box_size),
9386         (ev_view_size_request_continuous_and_dual_page),
9387         (ev_view_size_request_continuous),
9388         (ev_view_size_request_dual_page),
9389         (ev_view_size_request_single_page), (ev_view_size_request),
9390         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9391         (ev_view_bin_expose), (ev_view_expose_event),
9392         (ev_view_set_property), (ev_view_get_property),
9393         (ev_view_class_init), (ev_view_init), (ev_view_new),
9394         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9395         (ev_view_set_dual_page), (ev_view_set_full_screen),
9396         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9397         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9398         (ev_view_zoom_out), (zoom_for_size_fit_width),
9399         (zoom_for_size_best_fit),
9400         (ev_view_zoom_for_size_continuous_and_dual_page),
9401         (ev_view_zoom_for_size_continuous),
9402         (ev_view_zoom_for_size_dual_page),
9403         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9404         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9405         * shell/ev-view.h:
9406         * shell/ev-window.c: (update_action_sensitivity),
9407         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9408         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9409         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9410         (ev_window_cmd_view_zoom_out), (update_view_size),
9411         (ev_window_set_sizing_mode), (ev_window_init):
9412
9413         Add Continuous and Dual page modes.
9414
9415 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9416
9417         * dvi/dvi-document.c: (dvi_document_load),
9418         (dvi_document_thumbnails_get_thumbnail),
9419         (dvi_document_init_params): Fix up some mixups between
9420         width and height to correct thumbnail rendering.
9421
9422 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9423
9424         * dvi/mdvi-lib/private.h:
9425         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9426         
9427         Suppess output for kpathsea during font generation. Thanks to
9428         James Bowes
9429
9430 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9431
9432         * NEWS:
9433         * configure.ac:
9434
9435         Release 0.2.1
9436
9437         * Makefile.am: fix distcheck.
9438
9439 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9440
9441         * shell/ev-sidebar-links.c: (selection_changed_callback),
9442         (update_page_callback), (row_activated_callback),
9443         (job_finished_callback), (ev_sidebar_links_set_document):
9444         
9445         Fix for bug #169901. Double click on links expands tree.
9446
9447 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9448
9449         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9450         hard-coded style. Fix for bug 170111
9451
9452 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9453
9454         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9455         locking.
9456
9457 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9458
9459         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9460
9461 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9462
9463         * pdf/ev-poppler.cc:
9464         * shell/ev-view.c: (highlight_find_results):
9465
9466         Fix find on single page documents
9467
9468 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9469
9470         * data/evince.schemas.in: fix for bug 301390
9471
9472 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9475         (ev_view_zoom_out), (ev_view_zoom_normal):
9476         * shell/ev-view.h:
9477         * shell/ev-window.c: (update_action_sensitivity),
9478         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9479         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9480         (ev_window_cmd_view_normal_size):
9481
9482         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9483         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9484         better than oom. 
9485
9486 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9487
9488         * configure.ac:
9489
9490         Depend on 2.57, 2.59 doesnt seem to be necessary
9491
9492 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9493
9494         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9495         (create_tool_item):
9496
9497         Put back total number of pages as (1 of 1234)
9498
9499 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9500
9501         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9502         remove the job.
9503
9504         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9505         function.  This helps debugging.
9506
9507 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9508
9509         * djvu/djvu-document.c: (djvu_document_class_init),
9510         (djvu_document_get_info), (djvu_document_document_iface_init):
9511         * dvi/dvi-document.c: (dvi_document_class_init),
9512         (dvi_document_get_info), (dvi_document_document_iface_init):
9513
9514         Dummy implementation of get_info method for dvi and
9515         djvu. Fix crashes with those backends
9516
9517 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9518
9519         * data/evince.desktop.in:
9520
9521         Add application/x-gzpostscript
9522
9523 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9524
9525         * data/evince.schemas.in: Added real long descriptions, 
9526         closes bug 172496 
9527
9528         * README: Added actual text, closes bug 171869
9529
9530 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9531
9532         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9533
9534         Thumbnail page 0
9535
9536 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9537
9538         * backend/ev-document-info.h:
9539
9540         s/GDate */GDate so we can just use g_free
9541
9542 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9543
9544         * shell/ev-window.c: (update_document_mode),
9545         (ev_window_setup_document):
9546
9547         Show the window in fullscreen when specified by
9548         the document
9549
9550 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9551
9552         * backend/ev-document.c: (ev_document_class_init),
9553         (ev_document_get_info), (ev_document_render_pixbuf):
9554         * backend/ev-document.h:
9555         * backend/ev-page-cache.c: (_ev_page_cache_new):
9556         * pdf/ev-poppler.cc:
9557         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9558         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9559         * ps/ps-document.c: (ps_document_class_init), (document_load),
9560         (ps_document_get_info), (ps_document_document_iface_init):
9561
9562         Remove get_title from the interface, we can just use document info
9563
9564 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9565
9566         * backend/Makefile.am:
9567         * backend/ev-document.c: (ev_document_render_get_info):
9568         * backend/ev-document.h:
9569         * pdf/ev-poppler.cc:
9570
9571         Initial support for document info. Based on jrb patch.
9572
9573 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9574
9575         * shell/ev-window.c: (ev_window_state_event),
9576         (ev_window_class_init), (ev_window_init):
9577         
9578         Doesn't show resize grip when maximized. See bug #301053
9579
9580 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9581
9582         * po/POTFILES.in:
9583         
9584         ev-sidebar-thumbnails now has translatable labels
9585         
9586         * shell/Makefile.am:
9587         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9588         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9589         (ev_sidebar_links_page_iface_init):
9590         * shell/ev-sidebar-links.h:
9591         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9592         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9593         (ev_sidebar_page_get_label):
9594         * shell/ev-sidebar-page.h:
9595         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9596         (ev_sidebar_thumbnails_set_document),
9597         (ev_sidebar_thumbnails_support_document),
9598         (ev_sidebar_thumbnails_get_label),
9599         (ev_sidebar_thumbnails_page_iface_init):
9600         * shell/ev-sidebar-thumbnails.h:
9601         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9602         (ev_sidebar_set_document):
9603         * shell/ev-sidebar.h:
9604         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9605         
9606         Small rework of sidebar code. Now sidebar pages should implement
9607         EvSidebarPage interface. That makes page management in EvSidebar
9608         easier. See bug #164811 for details
9609
9610 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9611
9612         * shell/ev-application.c: (ev_application_open):
9613         * shell/ev-document-types.c:
9614         
9615         Fix build error and small problem with application exit
9616
9617 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9618
9619         * thumbnailer/Makefile.am:
9620         * thumbnailer/evince-thumbnailer-djvu.schemas:
9621         * thumbnailer/evince-thumbnailer-dvi.schemas:
9622         
9623         Conditionally install schemas for djvu/dvi thumbnailer
9624
9625 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9626
9627         * shell/ev-document-types.h: 
9628         * shell/ev-document-types.c: 
9629         New files, handling the mapping from mimetypes to backends
9630         
9631         * shell/ev-window.c: 
9632         * thumbnailer/evince-thumbnailer.c:     
9633         Use the ev-document-types code
9634         
9635         * shell/Makefile.am: 
9636         Added new convenience library libevbackendfactory_la, containing
9637         the new mimetype->backend logic; moved the backends into it.
9638
9639         * thumbnailer/Makefile.am:
9640         Make the thumbnailer link with the libevbackend.la convenience
9641         library, rather than having a duplicate of the backend logic here.
9642
9643 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9644
9645         * shell/ev-stock-icons.c: constify some vars.
9646         * shell/ev-window.c: ditto.
9647
9648 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9649
9650         * ps/ps-document.c (get_page_orientation):
9651
9652         Respect document orientation 
9653
9654 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9655
9656         * djvu/Makefile.am:
9657         * dvi/Makefile.am:
9658         * shell/Makefile.am:
9659         
9660         Move library dependencies to components.
9661         
9662         * shell/ev-window.c: (update_window_title),
9663         (start_loading_document):
9664         
9665         Fix display of uris with spaces. Bug 168358.
9666
9667 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9668
9669         * shell/ev-sidebar-links.c: (selection_changed_cb):
9670         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9671         (ev_view_button_release_event), (ev_view_set_document):
9672         * shell/ev-view.h:
9673         * shell/ev-window.c: (find_bar_search_changed_cb):
9674         * shell/ev-window.h: Minor cleanups removing some dead code.
9675
9676 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9677
9678         * backend/ev-page-cache.c: (_ev_page_cache_new):
9679         
9680         Set current page to 0 if document has pages.
9681
9682 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9683
9684         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9685
9686         Initialize GError to NULL, fix a crash when loading fails.
9687
9688 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9689
9690         * shell/ev-window.c: (update_view_size):
9691
9692         Calculate shadow size only when there is actually
9693         a shadow.
9694
9695 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9696
9697         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9698         * shell/ev-view.h:
9699
9700         Allow setting view spacing, default to 0
9701
9702         * shell/ev-window.c: (ev_window_unfullscreen),
9703         (ev_window_cmd_view_fullscreen), (ev_window_init):
9704
9705         Remove spacing in fullscreen mode
9706
9707 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9708
9709         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9710         (ev_view_size_request), (expose_bin_window),
9711         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9712         * shell/ev-view.h:
9713         * shell/ev-window.c: (ev_window_unfullscreen),
9714         (ev_window_cmd_view_fullscreen):
9715
9716         Do not draw the border in fulscreen
9717
9718 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9719
9720         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9721         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9722         (find_page_at_location), (page_changed_cb):
9723
9724         Rework border calculation, so that I can more easily disable it.
9725         Code somewhat cleaner too.
9726
9727 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9728
9729         * backend/ev-page-cache.c: (ev_page_cache_init),
9730         (_ev_page_cache_new):
9731
9732         Remove some assertions, documents can have 0 pages.
9733         Make initial current page -1.
9734
9735         * shell/ev-page-action.c: (page_changed_cb):
9736
9737         Show "" if current page is -1
9738
9739         * shell/ev-window.c: (update_action_sensitivity),
9740         (ev_window_setup_document):
9741
9742         When document has 0 pages do not set the view
9743         and make nearly everything insensitive.
9744
9745 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9746
9747         * shell/ev-page-view.c:
9748         * shell/ev-page-view.h:
9749
9750         Remove unused files.
9751         
9752         * shell/ev-sidebar-thumbnails.c:
9753         (ev_sidebar_thumbnails_set_document):
9754         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9755         (ev_sidebar_supports_document):
9756         * shell/ev-sidebar.h:
9757         * shell/ev-window.c: (ev_window_setup_document):
9758         
9759         Doesn't show thumbnails if document has 1 page. Make
9760         sidebar menu entries sensitive only if if they have 
9761         sense. Fix bug 164811. 
9762
9763 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9764
9765         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9766         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9767         (ev_view_zoom_out), (ev_view_set_size):
9768
9769         Rework sizing to deal with documents with not uniform page
9770         size.
9771
9772 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9773
9774         * backend/ev-page-cache.c: (_ev_page_cache_new):
9775
9776         Fix several page size caching bugs
9777
9778 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9779
9780         * shell/ev-window.c: (set_action_properties):
9781
9782         Make all toolbar items translatable
9783
9784 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9785
9786         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9787         (save_page_list), (ps_document_save),
9788         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9789         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9790         (ps_document_ps_exporter_iface_init):
9791         * ps/ps-document.h:
9792
9793         Based on a patch by J�rg Billeter <j@bitron.ch>
9794         
9795         Implement print and save a copy for the ps backend.
9796
9797 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9798
9799         * backend/ev-document.h:
9800         * djvu/djvu-document.c: (djvu_document_can_get_text),
9801         (djvu_document_document_iface_init):
9802         * dvi/dvi-document.c: (dvi_document_can_get_text),
9803         (dvi_document_document_iface_init):
9804         * pdf/ev-poppler.cc:
9805         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9806         (pixbuf_document_document_iface_init):
9807         * ps/ps-document.c: (ps_document_can_get_text),
9808         (ps_document_document_iface_init):
9809         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9810         * shell/ev-window.c: (update_action_sensitivity):
9811
9812         Fix the crash when trying to copy in backends that doesnt
9813         support it. We can implement a better solution once we
9814         do real text selection.
9815
9816 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9817
9818         * data/evince-ui.xml:
9819         * shell/ev-window.c: (ev_window_cmd_escape):
9820         
9821         Work around the Escape conflict (find bar and unfullscreen)
9822
9823 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9824
9825         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9826         
9827         Fix for #300233. Next page correctly handles document end.
9828         
9829         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9830         (ev_sidebar_thumbnails_class_init),
9831         (ev_sidebar_thumbnails_set_document),
9832         (ev_sidebar_thumbnails_clear_job),
9833         (ev_sidebar_thumbnails_clear_model):
9834         
9835         Cleanup thumbnail jobs on document changes.
9836         
9837         * shell/ev-view.c: (add_scroll_binding_keypad),
9838         (add_scroll_binding_shifted), (ev_view_class_init):
9839         
9840         Shift + Space scrolls up. Fix for #173184
9841         
9842         * shell/ev-window.c: (ev_window_open_page),
9843         (ev_window_cmd_view_reload):
9844         
9845         Fix reload (Bug #300094)
9846
9847 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9848
9849         
9850         * dvi/mdvi-lib/assoc.c:
9851         * dvi/mdvi-lib/assoc.h: Removed garbage files
9852         
9853         * dvi/mdvi-lib/bitmap.c:
9854         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9855         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9856         * dvi/mdvi-lib/color.h: Antialias of rules
9857         
9858         * dvi/mdvi-lib/common.h:
9859         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9860         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9861         * dvi/mdvi-lib/files.c:
9862         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9863         * dvi/mdvi-lib/mdvi.h:
9864         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9865         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9866         * dvi/mdvi-lib/util.c: Fix compile warnings
9867         
9868         * dvi/dvi-document.c:
9869         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9870         (dvi_document_thumbnails_get_thumbnail),
9871         (dvi_document_document_thumbnails_iface_init):
9872         * dvi/mdvi-lib/Makefile.am:
9873         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9874         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9875         
9876         Dvi backend now renders thumbnails
9877
9878 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9879
9880         * shell/main.c: (main): 
9881         
9882         Save accelerators on exit. Fixes bug #172095.
9883
9884 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9885
9886         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9887         update priority" comment.
9888
9889         * backend/ev-job-queue.c: Give a way to change priority.
9890
9891 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9892
9893         * shell/ev-page-action.c: Fix logic.
9894
9895 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9896
9897         * shell/ev-view.c: (ev_view_can_find_next):
9898         * shell/ev-window.c: (ev_window_setup_document):
9899
9900         Check that the document supports find
9901
9902 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9903
9904         * data/evince-ui.xml:
9905         * shell/ev-view.c: (ev_view_can_find_next):
9906         * shell/ev-view.h:
9907         * shell/ev-window.c: (update_action_sensitivity),
9908         (find_changed_cb), (ev_window_setup_document),
9909         (ev_window_cmd_edit_find_next):
9910
9911         Add Edit->Find Next
9912
9913 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9914
9915         * pdf/ev-poppler.cc:
9916         * shell/ev-print-job.c: (idle_print_handler):
9917
9918         Make printing work again
9919
9920 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9921
9922         * shell/ev-page-action.h:
9923         * shell/ev-page-action.c: (ev_page_action_widget_init),
9924         (ev_page_action_widget_class_init), (page_changed_cb),
9925         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9926         (get_filter_model_from_model), (match_selected_cb),
9927         (display_completion_text), (match_completion), (update_model),
9928         (connect_proxy), (ev_page_action_set_property),
9929         (ev_page_action_get_property), (ev_page_action_set_document),
9930         (ev_page_action_set_model), (ev_page_action_class_init): Big
9931         reworking to make completions work iff we have >= GTK-2.7.0
9932                 
9933         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9934         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9935         (job_finished_cb): We now have a 'model' property that is set when
9936         the links are loaded.  This can be caught with "notify::model"
9937
9938         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9939         listen for the model to be set, and propagate it to the action.
9940
9941 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9942
9943         * cut-n-paste/recent-files/egg-recent-item.c:
9944         (egg_recent_item_set_uri), (make_valid_utf8),
9945         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9946         * cut-n-paste/recent-files/egg-recent-item.h:
9947         
9948         Update egg-recent from libegg. This should fix long
9949         startup problem. For details see
9950         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9951
9952 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9953
9954         * cut-n-paste/recent-files/Makefile.am:
9955         * data/evince-ui.xml, shell/Makefile.am:
9956         * shell/ev-application.c, shell/ev-application.h:
9957         * shell/ev-window.c: Recent files support.
9958         
9959         * configure.ac: Added "ru" to ALL_LINGUAS.
9960         
9961         * dvju: new backend to support DJVU files.
9962         * dvi: new backend to support DVI.
9963
9964         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9965         * ev-application.c: Support for new backends.
9966         
9967         * help, ev-window.c, main.c shell/Makefile.am: 
9968         Evince user documentation.
9969
9970 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9971
9972         * po/POTFILES.in:
9973         * shell/ev-window.c:
9974         * thumbnailer/evince-thumbnailer.c:
9975
9976         s/pdf-document/ev-poppler
9977
9978 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9979
9980         * NEWS:
9981         * configure.ac:
9982
9983         Release 0.2.0
9984
9985         * ps/ps-document.c: (setup_pixmap):
9986
9987         Remove debug code
9988
9989 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9990
9991         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9992         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9993         (ev_window_cmd_go_first_page): Fix of by one errors.
9994
9995 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9996
9997         * ps/ps-document.c: (get_page_box):
9998
9999         Fix page size calculation
10000
10001 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10002
10003         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10004         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10005         (get_page_orientation), (setup_page), (document_load),
10006         (ps_document_get_page_size), (render_pixbuf_idle):
10007         * ps/ps-document.h:
10008
10009         More refactoring to adapt to EvDocument changes
10010
10011 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10012
10013         * ps/ps-document.c: (start_interpreter):
10014
10015         Actually add alpha args
10016
10017 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10018
10019         * pdf/ev-poppler.cc:
10020
10021         Make clipboard work again
10022
10023 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10024
10025         Make searching work again.
10026         
10027         * backend/ev-document.c:
10028         * backend/ev-document.h:
10029         * backend/ev-document-find.c:
10030         * backend/ev-document-find.h: Change EvDocumentIface so we no
10031         longer store the current page or zoom level in the document.  The
10032         consequence is that all calls that operate on the current page now
10033         instead take the page number as an extra argument, and all
10034         coordinates are now doubles in document coordinate system.
10035
10036         * pdf/ev-poppler.cc:
10037         * pixbuf/pixbuf-document.c:
10038         * ps/ps-document.c: Update backends accordingly.
10039
10040 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10041
10042         * autogen.sh:
10043
10044         Add required gettext version
10045
10046 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10047
10048         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10049         make F1 bring up non-existent help.
10050
10051         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10052         epiphany's find bar, #167477
10053
10054         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10055         <emil@nishra.com> to add space-bar scrolling, 
10056
10057         * shell/ev-window.c (static GtkActionEntry entries): add default
10058         keybinding for Help (F1)
10059         Fixes #171068
10060
10061         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10062         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10063         170110
10064
10065 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10066
10067         * Makefile.am: 
10068         * pixbuf/pixbuf-document.c: 
10069
10070         Got pixbuf backend working again
10071
10072 2005-04-01  Steve Murphy  <murf@e-tools.com>
10073
10074         * configure.in: Added "rw" to ALL_LINGUAS.
10075
10076 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10077
10078         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10079         model types, noticed by Martin Kretzschmar.
10080
10081 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10082
10083         * pdf/ev-poppler.cc: Implement search based on
10084         poppler_page_find_text().  Currently a bit crude since we remember
10085         all matches from all pages.  Also, we grab the big document lock
10086         when we search since searching changes the underlying stream and
10087         thus conflicts with the rendering thread.
10088         
10089         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10090         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10091         (ev_view_find_previous): Fix some page indexes to be 0 based,
10092         offset rubber band by view offset,
10093
10094 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10095
10096         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10097
10098 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10099
10100         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10101         completely because I didn't understand GtkActions.  I should
10102         read Marco's code more carefully in the future.
10103
10104         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10105         function
10106
10107 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10108
10109         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10110         PopplerRectangle change from poppler CVS.
10111
10112 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10113
10114         * backend/ev-document.c: (ev_document_get_page_label):
10115         * backend/ev-document.h:
10116         * backend/ev-page-cache.c: (_ev_page_cache_new),
10117         (ev_page_cache_get_page_label):
10118         * backend/ev-page-cache.h:
10119         * pdf/ev-poppler.cc:
10120         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10121         (links_page_num_func):
10122         * shell/ev-sidebar-thumbnails.c:
10123         (ev_sidebar_thumbnails_set_document):
10124         * shell/ev-view.c: (status_message_from_link),
10125         (ev_view_motion_notify_event):
10126         * shell/ev-window.c: (document_supports_sidebar): Add in page
10127         label support.  It's not perfect yet, but it's the first 'feature'
10128         in a while.
10129         Also, fix a bogus comment noticed by crispin. 
10130
10131 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10132
10133         * Makefile.am: Remove pixbuf backend for now
10134
10135         * configure.ac: Require poppler-glib instead of just poppler.
10136
10137         * backend/ev-document-thumbnails.h: Add a comment
10138
10139         * backend/ev-document.h:
10140         * backend/ev-document.c: (ev_document_class_init),
10141         (ev_document_load), (ev_document_get_link),
10142         (ev_document_get_links): Remove 3 methods and add get_links.
10143         Also, made 0 based.
10144
10145         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10146         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10147
10148         * backend/ev-link.c: (ev_link_set_title),
10149         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10150         (ev_link_mapping_find):
10151         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10152         
10153         * backend/ev-page-cache.c: (ev_page_cache_init),
10154         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10155         (ev_page_cache_get_size), (ev_page_cache_next_page),
10156         (ev_page_cache_prev_page): Fix to be 0 based.
10157
10158         * pdf/Makefile.am: 
10159         * pdf/ev-poppler.h:
10160         * pdf/ev-poppler.cc: New backend.
10161         
10162         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10163         (ps_document_get_page), (ps_document_document_iface_init):
10164
10165         * shell/ev-pixbuf-cache.h:
10166         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10167         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10168         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10169         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10170         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10171         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10172         based.
10173         
10174         * shell/ev-sidebar-thumbnails.c:
10175         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10176         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10177
10178         * shell/ev-view.c: (status_message_from_link),
10179         (find_page_at_location), (get_link_at_location),
10180         (ev_view_motion_notify_event), (ev_view_button_release_event),
10181         (ev_view_init): Use the new link code.  Fix to be 0 based.
10182
10183         * shell/ev-window.c: (update_action_sensitivity),
10184         (document_supports_sidebar): 0 based.
10185
10186 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10187
10188         * pdf/pdf-document.cc: Patch from Fernando Herrera
10189         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10190         *blush*
10191
10192 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10193
10194         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10195         1 to the page, as this seems to be 1 based.  I thought we has this
10196         fixed.  grump.
10197
10198 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10199
10200         * TODO:
10201         * backend/Makefile.am:
10202         * backend/ev-document-links.c:
10203         (ev_document_links_has_document_links),
10204         (ev_document_links_get_links_model):
10205         * backend/ev-document-links.h:
10206         * backend/ev-document.c: (ev_document_get_page_cache),
10207         (ev_document_get_doc_mutex), (ev_document_load),
10208         (ev_document_save), (ev_document_get_title),
10209         (ev_document_get_n_pages), (ev_document_set_page),
10210         (ev_document_get_page), (ev_document_set_target),
10211         (ev_document_set_scale), (ev_document_set_page_offset),
10212         (ev_document_get_page_size), (ev_document_get_text),
10213         (ev_document_get_link), (ev_document_render),
10214         (ev_document_render_pixbuf), (ev_document_scale_changed):
10215         * backend/ev-document.h:
10216         * backend/ev-job-queue.c: (remove_object_from_queue),
10217         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10218         (no_jobs_available_unlocked), (ev_render_thread),
10219         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10220         (ev_job_queue_remove_job):
10221         * backend/ev-job-queue.h:
10222         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10223         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10224         (ev_job_links_class_init), (ev_job_render_init),
10225         (ev_job_render_dispose), (ev_job_render_class_init),
10226         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10227         (ev_job_thumbnail_class_init), (ev_job_finished),
10228         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10229         (ev_job_render_run), (ev_job_thumbnail_new),
10230         (ev_job_thumbnail_run):
10231         * backend/ev-jobs.h:
10232         * backend/ev-link.c:
10233         * backend/ev-link.h:
10234         * backend/ev-page-cache.c: (ev_page_cache_init),
10235         (ev_page_cache_class_init), (ev_page_cache_finalize),
10236         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10237         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10238         (ev_page_cache_set_link), (ev_page_cache_get_title),
10239         (ev_page_cache_get_size), (ev_page_cache_next_page),
10240         (ev_page_cache_prev_page):
10241         * backend/ev-page-cache.h:
10242         * pdf/pdf-document.cc:
10243         * ps/gsdefaults.c:
10244         * ps/gsdefaults.h:
10245         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10246         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10247         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10248         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10249         (is_interpreter_ready), (output), (catchPipe), (input),
10250         (start_interpreter), (check_filecompressed), (compute_dimensions),
10251         (ps_document_enable_interpreter), (document_load),
10252         (ps_document_next_page), (render_page), (ps_document_set_page),
10253         (ps_document_set_scale), (render_pixbuf_idle),
10254         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10255         * ps/ps-document.h:
10256         * shell/Makefile.am:
10257         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10258         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10259         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10260         (ev_pixbuf_cache_new), (job_finished_cb),
10261         (check_job_size_and_unref), (move_one_job),
10262         (ev_pixbuf_cache_update_range), (find_job_cache),
10263         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10264         (ev_pixbuf_cache_add_jobs_if_needed),
10265         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10266         * shell/ev-pixbuf-cache.h:
10267         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10268         (idle_print_handler):
10269         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10270         (selection_changed_cb), (create_loading_model),
10271         (ev_sidebar_links_construct), (links_page_num_func),
10272         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10273         (update_page_callback), (job_finished_cb),
10274         (ev_sidebar_links_set_document):
10275         * shell/ev-sidebar-thumbnails.c:
10276         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10277         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10278         (page_changed_cb), (thumbnail_job_completed_callback),
10279         (ev_sidebar_thumbnails_set_document):
10280         * shell/ev-sidebar-thumbnails.h:
10281         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10282         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10283         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10284         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10285         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10286         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10287         (ev_view_button_release_event), (ev_view_scroll_view),
10288         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10289         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10290         (ev_view_new), (job_finished_cb), (page_changed_cb),
10291         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10292         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10293         (ev_view_find_previous):
10294         * shell/ev-view.h:
10295         * shell/ev-window.c: (update_action_sensitivity),
10296         (ev_window_open_page), (update_window_title), (update_total_pages),
10297         (page_changed_cb), (ev_window_setup_document),
10298         (password_dialog_response), (ev_window_cmd_save_as),
10299         (ev_window_print), (ev_window_cmd_go_previous_page),
10300         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10301         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10302         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10303         * shell/main.c: (main):
10304
10305         Merge evince-threads branch
10306
10307 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10308
10309         * configure.ac: Added "lt" to ALL_LINGUAS.
10310
10311 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10312
10313         * NEWS:
10314         * configure.ac:
10315
10316         Release 0.1.9
10317
10318 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10319
10320         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10321
10322         Fix here also the thumbnails 1-basedness :)
10323
10324 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10325
10326         * NEWS:
10327         * configure.ac:
10328
10329         Release 0.1.8
10330
10331 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10332
10333         * pdf/pdf-document.cc:
10334         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10335         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10336
10337         Fix the mess we did with thumbnails and 1-basedness
10338
10339 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10340
10341         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10342
10343 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10344
10345         * NEWS:
10346         * configure.ac:
10347
10348         Release 0.1.7
10349
10350 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10351
10352         * ps/Makefile.am:
10353         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10354         (gtk_gs_defaults_get_alpha_parameters),
10355         (gtk_gs_defaults_get_ungzip_cmd),
10356         (gtk_gs_defaults_get_unbzip2_cmd):
10357         * ps/gsdefaults.h:
10358         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10359         (ps_document_get_orientation), (document_load),
10360         (ps_document_goto_page), (ps_document_set_page_size):
10361         * ps/ps-document.h:
10362
10363         Some more sanitization of the ps backend. Remove a lot
10364         of unused code and do not base our defaults on ggv
10365         preferences (ugh!)
10366
10367 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10368
10369         * thumbnailer/evince-thumbnailer.schemas:
10370         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10371         (main): add -s option for thumbnail size.
10372
10373 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10374
10375         * configure.ac:
10376
10377         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10378         remove it.
10379
10380 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10381
10382         * pdf/pdf-document.cc:
10383
10384         Remove 4 pixels of useless border from the
10385         thumbnail.
10386
10387 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10388
10389         * backend/ev-document-thumbnails.c:
10390         (ev_document_thumbnails_get_thumbnail):
10391         * backend/ev-document-thumbnails.h:
10392
10393         Rework API a bit. Add a border flag and
10394         change sizing logic (now the size we specify
10395         applies to the bigger dimension).
10396
10397         * pdf/pdf-document.cc:
10398         * pixbuf/pixbuf-document.c:
10399         (pixbuf_document_thumbnails_get_thumbnail):
10400         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10401         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10402
10403         Adapt to the new API and do not draw a border for nautilus
10404         thumbnailer.
10405
10406 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10407
10408         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10409         take thumbnails from page "0" instead of "1". Added a copyright header.
10410
10411 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10412
10413         * ps/ps-document.c: (set_up_page), (start_interpreter):
10414
10415         Make it C89 compliant
10416
10417 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10418
10419         * Makefile.am:
10420         * configure.ac:
10421         * pdf/.cvsignore:
10422         * pdf/pdf-document.cc:
10423         * thumbnailer/Makefile.am:
10424         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10425         (main):
10426         * thumbnailer/evince-thumbnailer.schemas:
10427         * thumbnailer/pdf-icon.png:
10428
10429         Add a nautilus thumbnailer.
10430         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10431
10432 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10433
10434         * NEWS:
10435         * configure.ac:
10436         * po/POTFILES.in:
10437
10438         Release 0.1.6
10439
10440 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10441
10442         Use poppler instead of including xpdf source code.  Poppler is a
10443         fork of xpdf to build it as a shared library. See
10444         http://freedesktop.org/wiki/Software/poppler.
10445
10446         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10447         xpdf fork.
10448         
10449         * pdf/Makefile.am: Build libpdfdocument.a here.
10450         
10451         * pdf/GDKSplashOutputDev.cc:
10452         * pdf/GDKSplashOutputDev.h:
10453         * pdf/GnomeVFSStream.cc:
10454         * pdf/GnomeVFSStream.h:
10455         * pdf-document.cc:
10456         * pdf-document.h:
10457         * test-gdk-output-dev.cc
10458         * Thumb.cc:
10459         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10460         against poppler.
10461
10462 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10463
10464         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10465
10466         Clear idle stack before unsetting the document
10467
10468 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10469
10470         * ps/ps-document.c: (ps_document_widget_event),
10471         (ps_document_set_target), (ps_document_finalize),
10472         (ps_document_get_page):
10473
10474         Disconnect the widget event signal on finalize.
10475         Some code cleanups.
10476
10477 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10478
10479         * ps/ps-document.c: (set_up_page):
10480
10481         If there is no bpixmap create one, even if size
10482         is not changed.
10483
10484 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10485
10486         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10487         (set_up_page), (document_load), (ps_document_set_zoom):
10488
10489         Default page is 0. Calculate size even when we have no
10490         target yet.
10491
10492 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10493
10494         * shell/ev-sidebar.c: expand the selection widget to be always as
10495         wide as the sidebar
10496
10497 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10498
10499         * shell/ev-sidebar-thumbnails.c:
10500         (ev_sidebar_thumbnails_set_document):
10501
10502         Clear the list store when setting document
10503
10504 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10505
10506         * shell/ev-page-action.c: (update_entry), (sync_entry),
10507         (activate_cb), (entry_size_request_cb), (create_tool_item),
10508         (connect_proxy):
10509
10510         Use an entry for the page control instead of spinbuttons
10511
10512 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10513
10514         * data/evince.schemas.in:
10515
10516         Correct confusing string
10517
10518 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10519
10520         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10521         for real.  Gosh, how long has this been broken.
10522
10523         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10524         check for a NULL link.  We crash otherwise.
10525
10526 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10527
10528         * NEWS:
10529         * configure.ac:
10530
10531         Release 0.1.5
10532
10533 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10534
10535         * configure.ac: add the french translation.
10536
10537 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10538
10539         * shell/ev-window.c:
10540
10541         Remove unused header -> fix distcheck
10542
10543 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10544
10545         * shell/ev-window.c: (update_window_title),
10546         (ev_window_popup_password_dialog):
10547
10548         Unescape filename for display
10549
10550 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10551
10552         * pdf/xpdf/pdf-document.cc:
10553
10554         In get_page_size deal with rotation. Also
10555         cleanup the function a bit.
10556
10557 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10558
10559         * pdf/xpdf/pdf-document.cc:
10560
10561         Fix crash when opening in new window
10562
10563 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10564
10565         * configure.ac:
10566
10567         Check ghostscript >= 7
10568
10569 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10570
10571         * shell/ev-window.c:
10572
10573         Make page width the default sizing mode
10574
10575 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10576         Marco Pesenti Gritti <marco@gnome.org>
10577
10578         * shell/ev-window.c: Remember the sidebar size
10579
10580         * data/evince.schemas.in: Add a new gconf key to store the size of
10581         the sidebar
10582
10583 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10584
10585         * data/evince-ui.xml:
10586         * shell/ev-window.c: (update_action_sensitivity),
10587         (ev_window_cmd_view_reload):
10588         
10589         Add a "Reload" action and menu entry
10590
10591 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10592
10593         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10594         iff the type doesn't support thumbnailing and indexing.
10595
10596 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10597
10598         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10599
10600 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10601
10602         * pdf/splash/Splash.cc:
10603
10604         Port fix for a crasher from kde bug
10605         http://bugs.kde.org/show_bug.cgi?id=97131
10606
10607 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10608
10609         * pdf/xpdf/pdf-document.cc:
10610
10611         Return a link even if it's of an unrecognized
10612         type. Otherwise we go in an infinte cycle.
10613
10614 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10615
10616         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10617         (size_allocate_cb), (ev_window_set_sizing_mode):
10618
10619         Update size when switching mode
10620
10621 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10622
10623         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10624         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10625         (ev_window_cmd_view_normal_size):
10626
10627         Fix size toggle buttons behavior
10628
10629 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10630
10631         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10632         (doc_rect_to_view_rect), (ev_view_size_allocate),
10633         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10634         (scale_changed_callback):
10635
10636         Do not cache offsets in size_allocate.
10637
10638 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10639
10640         * shell/ev-view.c: (ev_view_size_allocate):
10641
10642         Calculate offsets before calling the parent
10643         class (which does a redraw)
10644
10645 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10646
10647         * pdf/xpdf/pdf-document.cc:
10648
10649         Fix a crasher on exit. Unused code, put a TODO
10650
10651 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10652
10653         * backend/ev-document.c: (ev_document_class_init),
10654         (ev_document_page_changed), (ev_document_scale_changed):
10655         * backend/ev-document.h:
10656
10657         Separate page/scale notifications
10658
10659         * pdf/xpdf/pdf-document.cc:
10660
10661         Emit the new signals.
10662         Do not display the pdf page in _render, do it
10663         when scale/page are requested.
10664
10665         * ps/ps-document.c: (ps_document_set_zoom),
10666         (ps_document_widget_event):
10667         * ps/ps-document.h:
10668
10669         Emit the new signals.
10670
10671         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10672         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10673         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10674         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10675         * shell/ev-view.h:
10676         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10677         (ev_window_cmd_view_page_width), (size_allocate_cb),
10678         (ev_window_set_sizing_mode):
10679
10680         Rework sizing to be pixel based.
10681         There are bugs but should be already way better.
10682
10683 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10684
10685         * shell/ev-window.c: (ev_window_init):
10686
10687         Do not allow to shrink sidebar smaller then
10688         child requisition
10689
10690 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10691
10692         * shell/ev-sidebar.[ch]
10693         * shell/ev-window.c:
10694
10695         Improved sidebar widget. Fixes #166683
10696
10697 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10698
10699         * shell/ev-view.c (update_find_status_message): Give translators
10700         more flexibility with ngettext plural handling.
10701
10702 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10703
10704         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10705         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10706         page when we get the page size.
10707
10708 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10709
10710         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10711
10712         ps pages are 0 based, convert 
10713
10714 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10715
10716         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10717
10718         Initialize correct parent class. Set GError on document load
10719
10720 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10721
10722         * pdf/xpdf/pdf-document.cc:
10723
10724         Fixup selection offset calculation
10725
10726         * shell/ev-view.c: (view_rect_to_doc_rect),
10727         (doc_rect_to_view_rect), (ev_view_size_allocate),
10728         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10729         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10730
10731         Store selection as document relative, so that zooming
10732         and offset changing doesnt break it.
10733
10734 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10735
10736         * shell/ev-view.c: (ev_view_best_fit):
10737
10738         Do not try to best fit if the view is not realized
10739
10740 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10741           
10742         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10743
10744 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10745
10746         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10747
10748 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10749
10750         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10751         the popup window.  That prevents it resizing when in full screen
10752         mode.
10753
10754         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10755         multiple rerenders.  This pretty much sucks.
10756
10757         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10758         rest of the toolbar.
10759
10760 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10761
10762         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10763
10764 2005-02-17  Alexander Shopov  <ash@contact.bg>
10765
10766         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10767
10768 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10769
10770         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10771
10772 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10773
10774         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10775         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10776         (set_document_page), (document_changed_callback),
10777         (ev_view_set_document), (ev_view_find_previous),
10778         (ev_view_hide_cursor), (ev_view_show_cursor):
10779         * shell/ev-view.h:
10780         * shell/ev-window.c: (update_chrome_visibility),
10781         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10782         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10783         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10784         (ev_window_unfullscreen):
10785         * shell/main.c: (main):
10786
10787         Automatically hide the fullscreen button.
10788         Patch by Kristian Høgsberg <krh@redhat.com>
10789
10790 2005-02-16  Vincent Noel  <vnoel@cox.net>
10791
10792         * shell/main.c (main): Specify an icon for the window. Patch by
10793         Jaap A. Haitsma. Fixes #166177.
10794
10795 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10796
10797         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10798
10799 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10800
10801         * backend/ev-document-misc.h:
10802         * backend/ev-document-misc.c:
10803         (ev_document_misc_get_page_border_size),
10804         (ev_document_misc_paint_one_page): New function to canonicalize
10805         sizing/painting a border.
10806
10807         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10808         used.
10809
10810         * pdf/xpdf/pdf-document.cc: use new function
10811
10812         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10813         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10814         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10815         shell/ev-window.c: (update_sizing_buttons),
10816         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10817         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10818         (ev_window_cmd_view_page_width), (size_allocate_cb),
10819         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10820         and "fit width" values act as toggle buttons so they stay
10821         toggled.  It's not 100% perfect, and it's a little slow, but it's
10822         good enough to commit I think.
10823
10824 2005-02-15  David Lodge  <dave@cirt.net>
10825
10826         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10827
10828 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10829
10830         * shell/ev-window.c (update_window_title): replace newlines in
10831         the title by spaces. Bug #166107.
10832
10833 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10834
10835         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10836         parameters providing allocation width and height without
10837         scrollbars and width of a possible vertical scrollbar. With this
10838         additional information the functions can work as
10839         intended. Unfortunately they're not idempotent. We should
10840         transform these commands to toggles. Fixes Bug #164976
10841         Initial patch by Stephane Loeuillet, then heavily modified.
10842
10843         * shell/ev-view.h: update prototypes.
10844
10845         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10846         (ev_window_cmd_view_page_width): provide EvView fit functions with
10847         all the information they need. Formulas to calculate this
10848         information taken from GtkScrolledWindow.
10849
10850 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10851
10852         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10853         created a thumbnail, the list store is updated to know
10854         that the thumbnail is set. Fixes bug #166792
10855
10856 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10857
10858         * shell/ev-window.c: fixed typo, closes bug 166897
10859
10860         * TODO: updated TODO with bug numbers that are relevant
10861
10862 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10863
10864         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10865
10866 2005-02-09  Vincent Noel  <vnoel@cox.net>
10867
10868         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10869         and "Next" toolbar buttons as important to make them stand out.
10870
10871 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10872
10873         * lib/ev-debug.c:
10874         * lib/ev-debug.h:
10875         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10876         (start_interpreter), (stop_interpreter), (document_load),
10877         (ps_document_next_page), (ps_document_goto_page),
10878         (ps_document_set_page_size), (ps_document_widget_event),
10879         (ps_document_render):
10880         * shell/ev-page-view.c: (ev_page_view_dispose):
10881         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10882
10883         Fix compilation on non-gcc platforms
10884
10885 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10886
10887         * NEWS:
10888         * configure.ac:
10889
10890         Release 0.1.4
10891
10892         * pdf/xpdf/Catalog.cc:
10893         * pdf/xpdf/XRef.cc:
10894
10895         Fix the fix for CAN-2004-0888
10896
10897 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10898
10899         * data/Makefile.am:
10900         * data/evince-ui.xml:
10901         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10902         * shell/ev-stock-icons.h:
10903         * shell/ev-window.c: (update_action_sensitivity),
10904         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10905         (set_action_properties):
10906
10907         Improve toolbar layout/icons
10908
10909 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10910
10911         * pdf/xpdf/pdf-document.cc:
10912
10913         Add warnings about unimplemented/unknown link
10914         types.
10915
10916 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10917
10918         * ps/ps-document.c: (set_up_page):
10919
10920         Log gs property
10921
10922 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10923
10924         * ps/ps-document.c: (start_interpreter):
10925
10926         Log gs env var
10927
10928 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10929
10930         * shell/ev-page-view.c: (ev_page_view_dispose):
10931         * shell/ev-view.c: (ev_view_finalize):
10932         * shell/ev-window.c: (ev_window_setup_document),
10933         (ev_window_dispose), (ev_window_init):
10934
10935         Solve more refs issues.
10936
10937         I commented out the page_view initialization for now:
10938         it was never destroyed (because it's never added
10939         to a container). Because of that we was leaking
10940         gs processes. Couldnt think to a clean fix.
10941         We need to figure this out, password view has the
10942         same issue probably.
10943
10944 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10945
10946         * ps/ps-document.c: (ps_document_finalize),
10947         (ps_document_get_n_pages), (ps_document_get_page):
10948
10949         Some cleanups, stop the interpreter on finalize
10950
10951         * shell/ev-page-view.c: (ev_page_view_dispose),
10952         (ev_page_view_class_init):
10953
10954         Release our reference on the document
10955
10956 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10957
10958         * Makefile.am:
10959         * configure.ac:
10960         * doc/debugging.txt:
10961         * lib/.cvsignore:
10962         * lib/Makefile.am:
10963         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10964         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10965         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10966         * lib/ev-debug.h:
10967
10968         Add debugging helpers
10969
10970         * ps/Makefile.am:
10971         * ps/ps-document.c: (set_up_page), (start_interpreter),
10972         (stop_interpreter), (document_load), (ps_document_next_page),
10973         (ps_document_goto_page), (ps_document_set_page_size),
10974         (ps_document_widget_event), (ps_document_render):
10975         * shell/Makefile.am:
10976         * shell/ev-view.c: (expose_bin_window):
10977         * shell/main.c: (main):
10978
10979         Add some logs
10980         
10981 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * ps/ps-document.c: (ps_document_widget_event):
10984
10985         Initialize message_window, this should make ps
10986         rendering really work! (Never noticed because I was
10987         testing with a ps that is causing gs to exit every time!)
10988
10989 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10990
10991         * data/evince.schemas.in: updated simple error in applyto closing tag
10992
10993 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10994
10995         * Makefile.am:
10996         * configure.ac:
10997         * data/.cvsignore:
10998         * data/Makefile.am:
10999         * data/evince-ui.xml:
11000         A data/evince.schemas.in:
11001         * po/POTFILES.in:
11002         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11003         * shell/ev-stock-icons.h:
11004         * shell/ev-window.c: (update_chrome_visibility),
11005         (update_chrome_flag), (ev_window_cmd_edit_find),
11006         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11007         (ev_window_unfullscreen), (ev_window_focus_in_event),
11008         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11009         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11010         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11011         (ev_window_dispose), (ev_window_class_init),
11012         (set_action_properties), (set_chrome_actions), (load_chrome),
11013         (ev_window_init):
11014
11015         Implement fullscreen mode changes from bug #164776.
11016         Also implement persistent chrome toggles.
11017
11018 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11019
11020         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11021
11022 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11023
11024         * NEWS:
11025         * configure.ac:
11026         * shell/ev-view.c:
11027
11028         Add another check for find interface
11029
11030         Release 0.1.3
11031
11032 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11033
11034         * shell/ev-application.c: (ev_application_open):
11035         * shell/ev-window.c: (ev_window_open):
11036
11037         Open gzipped ps documents
11038
11039 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * TODO:
11042         * shell/ev-view.c: (set_document_page):
11043
11044         Clamp page number, dont try to move to
11045         not existant pages.
11046
11047 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11048
11049         * backend/ev-document-find.c: (ev_document_find_changed):
11050         * backend/ev-document-find.h:
11051         * pdf/xpdf/pdf-document.cc:
11052         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11053         * shell/ev-window.c: (find_bar_search_changed_cb):
11054
11055         Fix several bugs with find
11056
11057 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11058
11059         * shell/ev-sidebar-thumbnails.c
11060         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11061         document. Prevents warning from scroll_to_cell.
11062
11063 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11064
11065         * configure.ac: Add «nb» to ALL_LINGUAS too.
11066
11067 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11068
11069         * NOTES: New file with some random thoughts.
11070
11071         * TODO: Update.
11072
11073         * backend/ev-document-misc.c:
11074         (ev_document_misc_get_page_border_size): New function to
11075         canonicalize shadow drawing sizes.  Possibly goofy.
11076
11077         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11078         (ev_view_best_fit), (ev_view_fit_width):
11079         * pdf/xpdf/pdf-document.cc:
11080         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11081         * ps/ps-document.c: (ps_document_get_page_size):
11082         * backend/ev-document-misc.h:
11083         * backend/ev-document.c: (ev_document_get_page_size):
11084         * backend/ev-document.h: get_page_size now takes a page number
11085         parameter.  Made all the backends/frontends honor it.
11086
11087         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11088         see.  Doesn't work yet.
11089
11090         * shell/Makefile.am:
11091         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11092         Doesn't do anything yet.
11093
11094         * shell/ev-sidebar-thumbnails.c:
11095         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11096         [0..n_pages-1]
11097
11098         * shell/ev-window.c: (update_action_sensitivity),
11099         (ev_window_setup_document), (ev_window_set_page_mode),
11100         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11101         view-swapping code a bit so we can have multiple views on a
11102         document.  Add the multi-page view, though it can't be turned on
11103         yet.
11104
11105 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11106
11107         * shell/ev-application.c: (ev_application_open):
11108         * shell/ev-view.c: (expose_bin_window):
11109         * shell/ev-window.c: (ev_window_open):
11110
11111         Support eps and check document supports find
11112         before drawing highlightings in expose.
11113
11114 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11115
11116         * pixbuf/pixbuf-document.c:
11117         (pixbuf_document_thumbnails_get_dimensions),
11118         (pixbuf_document_document_thumbnails_iface_init):
11119
11120         implement get_dimensions
11121
11122 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11123
11124         * NEWS:
11125         * configure.ac:
11126
11127         Release 0.1.2
11128
11129 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11130
11131         * shell/ev-view.c: (set_document_page):
11132
11133         Scroll at the top of the page when changing page
11134
11135 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11136
11137         * shell/ev-view.c: (ev_view_motion_notify_event):
11138
11139         Do not redraw unnecessarily
11140
11141 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11142
11143         * pdf/xpdf/pdf-document.cc:
11144         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11145         (expose_bin_window), (find_changed_cb):
11146
11147         Yay! find works now... Now to find bugs...
11148
11149 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11150
11151         * backend/ev-document-find.c: (ev_document_find_base_init),
11152         (ev_document_find_changed):
11153         * backend/ev-document-find.h:
11154         * pdf/xpdf/pdf-document.cc:
11155         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11156         (expose_bin_window), (ev_view_init), (set_document_page),
11157         (ensure_rectangle_is_visible), (jump_to_find_result),
11158         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11159         (ev_view_find_next), (ev_view_find_previous):
11160         * shell/ev-view.h:
11161         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11162
11163         More work on find implementation, mostly there now
11164
11165 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * backend/ev-backend-marshalers.list:
11168         * backend/ev-document-find.c: (ev_document_find_base_init),
11169         (ev_document_find_cancel), (ev_document_find_page_has_results),
11170         (ev_document_find_get_n_results), (ev_document_find_get_result),
11171         (ev_document_find_get_progress), (ev_document_find_changed):
11172         * backend/ev-document-find.h:
11173
11174         Enanche the find interface to be really able to do
11175         multi page find.
11176
11177         * pdf/xpdf/pdf-document.cc:
11178
11179         Implement
11180
11181         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11182         (expose_bin_window), (ev_view_init),
11183         (ev_view_get_find_status_message), (find_changed_cb),
11184         (ev_view_set_document), (set_document_page):
11185
11186         Adapt to the new interface. A few things are regressed sorry,
11187         I will finish it soon.
11188
11189 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11190
11191         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11192         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11193         ev_sidebar_thumbnails_parent_class variable, don't define another
11194         parent_class variable.
11195
11196         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11197         (ev_page_action_class_init): ditto.
11198
11199         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11200         (pixbuf_document_class_init): ditto.
11201
11202         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11203         ditto.
11204
11205         * .cvsignore: ignore various valgrind output files.
11206
11207 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11208
11209         * data/evince-ui.xml:
11210         * shell/Makefile.am:
11211         * shell/ev-history.c:
11212         * shell/ev-history.h:
11213         * shell/ev-navigation-action.c:
11214         * shell/ev-navigation-action.h:
11215         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11216         (ev_view_set_page), (ev_view_fit_width):
11217         * shell/ev-view.h:
11218         * shell/ev-window.c: (update_action_sensitivity),
11219         (ev_window_setup_document), (register_custom_actions):
11220
11221         Kill session history
11222
11223 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * shell/ev-window.c: (update_action_sensitivity):
11226
11227         Fix inverted up/down buttons
11228
11229 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11230
11231         * shell/ev-sidebar-thumbnails.c
11232         (ev_sidebar_thumbnails_select_page): make sure the selected
11233         thumbnail stays visible.
11234
11235 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11236
11237         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11238         scrolled window for Federico.
11239
11240 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11241
11242         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11243
11244 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11245
11246         * configure.ac:
11247         * pdf/splash/SplashFTFontEngine.cc:
11248
11249         Fix CID fonts with freetype 2.1.9
11250
11251 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11252
11253         * TODO: added item for desktop icon thumbnailer
11254
11255 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11256
11257         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11258         unloaded docs when the title is accessed.
11259
11260         * shell/ev-password-view.[hc]: New widget for displaying password
11261         state.
11262
11263         * shell/ev-window.[ch]: Refactor password handling code to handle
11264         the new view.
11265
11266 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11267
11268         * NEWS:
11269         * configure.ac:
11270         * data/Makefile.am:
11271
11272         Release 0.1.1
11273
11274 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11275
11276         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11277         ignore page offset here, to make search results independent of it,
11278
11279         * shell/ev-view.c (expose_bin_window): but take offsets into
11280         account here. Bug #164932
11281
11282         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11283         scale at the right time. Bug #164996
11284
11285 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11286
11287         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11288         fix the problem. Now I just removed the Adobe font names and hope
11289         that the URW fonts are always in outline format. Bug #164934
11290
11291         * shell/ev-window.c (update_window_title): empty titles are
11292         useless, use filename in that case too.
11293
11294         * NEWS: Add some content.
11295
11296 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11297
11298         * TODO: added one more TODO item and a TODONE section :)
11299
11300 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11301
11302         * ps/ps-document.h: add page_[xy]_offset fields.
11303
11304         * ps/ps-document.c (ps_document_set_page_offset)
11305         (ps_document_render): Keep offset in consideration in a few
11306         places. Bug #164752 "postscript documents are not centered in
11307         window"
11308
11309         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11310         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11311
11312         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11313         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11314         stub out missing methods for complete EvDocument implementation.
11315         Fixes segfaults with Save A Copy and Copy actions.
11316
11317         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11318         (ps_document_document_iface_init): ditto.
11319         
11320 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11321
11322         * data/.cvsignore:
11323         * data/Makefile.am:
11324         * data/evince.desktop.in:
11325
11326         Add desktop file
11327
11328 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11329
11330         * shell/ev-view.c: (ev_view_button_press_event),
11331         (ev_view_motion_notify_event):
11332
11333         Make selection work in any direction
11334
11335 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11336
11337         * TODO:
11338         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11339
11340         Use shorter labels for some of the toolbars items
11341
11342 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11343
11344         * pdf/xpdf/pdf-document.cc:
11345
11346         Check the links info is initialized before
11347         using it. Should fix a crash on startup.
11348
11349 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11350
11351         * pixbuf/pixbuf-document.c
11352         (pixbuf_document_thumbnails_get_dimensions): force floating point
11353         division to calculate page_ratio. Fixes crash with landscape
11354         format pixbufs.
11355
11356 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11357
11358         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11359
11360 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11361
11362         * shell/ev-view.c (set_document_page): unset has_selection when
11363         the page changes.
11364         (set_document_page): handle paper size changes when the page
11365         changes (test with Free Culture, page 2).
11366
11367 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11368
11369         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11370         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11371
11372         Use normal style color for the widget background and
11373         draw a black box around the page.
11374
11375 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11376
11377         * pdf/xpdf/pdf-document.cc:
11378
11379         Keep offset in consideration in a few places
11380
11381         * shell/ev-view.c: (expose_bin_window):
11382
11383         Set the offsets so that the document is ever centered
11384
11385 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11386
11387         * TODO: Added TODO items and finished off the first todo item
11388
11389         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11390         reflect current authors
11391
11392 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11393
11394         * pdf/xpdf/pdf-document.cc:
11395         * shell/ev-view.c: (ev_view_set_cursor),
11396         (ev_view_motion_notify_event), (document_changed_callback),
11397         (set_document_page):
11398
11399         Show a wait cursor while the page is rendering
11400
11401 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11402
11403         * shell/ev-sidebar-thumbnails.c:
11404         (ev_sidebar_tree_selection_changed),
11405         (ev_sidebar_thumbnails_select_page):
11406         * shell/ev-sidebar-thumbnails.h:
11407         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11408         (ev_view_can_go_forward):
11409         * shell/ev-window.c: (ev_window_open_page),
11410         (ev_window_setup_document), (update_current_page),
11411         (view_page_changed_cb), (ev_window_init):
11412         * shell/ev-window.h:
11413
11414         Ensure thumbnails selection, toolbar page control and
11415         current page are in sync.
11416
11417 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * pdf/xpdf/XRef.cc:
11420
11421         Fix CAN-2005-0064
11422
11423 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11424
11425         * backend/Makefile.am:
11426         * backend/ev-document-links.h:
11427         * backend/ev-document-security.c: (ev_document_security_get_type),
11428         (ev_document_security_has_document_security),
11429         (ev_document_security_set_password):
11430         * backend/ev-document-security.h:
11431         * backend/ev-document.c: (ev_document_error_quark):
11432         * backend/ev-document.h:
11433         * data/Makefile.am:
11434         * data/evince-password.glade:
11435         * pdf/xpdf/pdf-document.cc:
11436         * shell/Makefile.am:
11437         * shell/ev-password.c: (ev_password_set_bad_password_label),
11438         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11439         (ev_password_dialog_get_password),
11440         (ev_password_dialog_set_bad_pass):
11441         * shell/ev-password.h:
11442         * shell/ev-window.c: (ev_window_get_attribute),
11443         (ev_window_set_property), (update_action_sensitivity),
11444         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11445         (ev_window_setup_document), (ev_window_get_password),
11446         (ev_window_open), (ev_window_cmd_save_as),
11447         (using_postscript_printer), (ev_window_print),
11448         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11449         (update_fullscreen_popup), (ev_window_fullscreen),
11450         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11451         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11452         (menu_item_select_cb), (find_bar_search_changed_cb),
11453         (ev_window_dispose), (ev_window_init):
11454
11455         Add initial support for password-supported dialogs.  This could be
11456         a lot cooler, but it'll do for now.
11457
11458 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11459
11460         * pdf/xpdf/pdf-document.cc:
11461         * shell/ev-view.c: (status_message_from_link),
11462         (ev_view_set_status), (ev_view_set_cursor),
11463         (ev_view_motion_notify_event), (ev_view_init):
11464         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11465
11466         Fix bugs in the links implementation and change cursor
11467         when hovering a link.
11468
11469 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11470
11471         * viewer/.cvsignore: added cvsignore file for viewer directory
11472
11473         * TODO: created TODO document
11474
11475 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11476
11477         * shell/ev-view.h:
11478         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11479         new functions to help with implementation of sensitivity code
11480         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11481         of all actions that might require it.  Fixes a crash when you
11482         click on the Zoom actions in a window lacking a document.
11483
11484 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11485
11486         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11487         of the Find action
11488
11489 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11490
11491         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11492         (pixbuf_document_document_iface_init):
11493         * ps/ps-document.c: (ps_document_get_link),
11494         (ps_document_document_iface_init):
11495         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11496         (status_message_from_link), (ev_view_set_status),
11497         (ev_view_set_find_status), (ev_view_motion_notify_event),
11498         (ev_view_button_release_event), (ev_view_set_property),
11499         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11500         (ev_view_get_find_status_message), (update_find_results),
11501         (ev_view_get_status), (ev_view_get_find_status):
11502         * shell/ev-view.h:
11503         * shell/ev-window.c: (view_status_changed_cb),
11504         (view_find_status_changed_cb), (ev_window_init):
11505
11506         View status message support, use it to show the links.
11507         Needs work...
11508
11509 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11510
11511         * backend/ev-document.c: (ev_document_get_link):
11512         * backend/ev-document.h:
11513         * pdf/xpdf/pdf-document.cc:
11514         * shell/ev-application.c: (ev_application_open):
11515         * shell/ev-application.h:
11516         * shell/ev-sidebar-links.c: (selection_changed_cb):
11517         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11518         (ev_view_go_to_link):
11519
11520         Add support for document links
11521
11522 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11523
11524         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11525         (create_tool_item):
11526         Set the spin button limits correctly.
11527         
11528         * shell/ev-sidebar-thumbnails.c:
11529         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11530         Support changing pages by clicking on the thumbnails.
11531         
11532 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11533
11534         * pixbuf/pixbuf-document.c:
11535         (pixbuf_document_thumbnails_get_dimensions),
11536         (pixbuf_document_document_thumbnails_iface_init):
11537
11538         implement get_dimensions
11539
11540 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11541
11542         * ps/ps-document.c: (ps_document_goto_page):
11543
11544         Fix page switching on multipage documents
11545
11546 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11547
11548         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11549         
11550         check for NULL before assigning to width and height parameters
11551
11552 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11553
11554         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11555         (pixbuf_document_set_property), (pixbuf_document_get_property):
11556
11557         implement get/set properties
11558
11559 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11560
11561         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11562         
11563         return NULL instead of "Unknown", letting the title get set to
11564         the filename when the pdf has no title.
11565
11566 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11567
11568         * ps/ps-document.c: (ps_document_get_page_count),
11569         (ps_document_goto_page):
11570
11571 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11572
11573         * shell/ev-history.c: (ev_history_get_property),
11574         (ev_history_set_property), (ev_history_class_init),
11575         (ev_history_add_page), (ev_history_set_current_index):
11576         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11577         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11578         (ev_navigation_action_finalize):
11579         * shell/ev-navigation-action.h:
11580         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11581         (ev_view_go_forward), (ev_view_get_find_status_message),
11582         (history_index_changed_cb), (ev_view_set_history):
11583         * shell/ev-view.h:
11584         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11585         (update_current_page), (register_custom_actions):
11586
11587         Implement history dropdowns
11588
11589 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11590
11591         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11592         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11593         (ev_view_go_forward):
11594         * shell/ev-window.c: (register_custom_actions):
11595
11596         Fix several history bugs
11597
11598 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11599
11600         * configure.ac: Add «nb» to ALL_LINGUAS.
11601
11602 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11603
11604         * backend/Makefile.am:
11605         * backend/ev-bookmark.c:
11606         * backend/ev-bookmark.h:
11607         * backend/ev-document-bookmarks.c:
11608         * backend/ev-document-bookmarks.h:
11609         * backend/ev-document-links.c: (ev_document_links_get_type),
11610         (ev_document_links_has_document_links),
11611         (ev_document_links_begin_read), (ev_document_links_get_link),
11612         (ev_document_links_get_child), (ev_document_links_next),
11613         (ev_document_links_free_iter):
11614         * backend/ev-document-links.h:
11615         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11616         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11617         (ev_link_get_link_type), (ev_link_set_link_type),
11618         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11619         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11620         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11621         (ev_link_new_external):
11622         * backend/ev-link.h:
11623         * pdf/xpdf/pdf-document.cc:
11624         * shell/Makefile.am:
11625         * shell/ev-application.c: (ev_application_open_link):
11626         * shell/ev-application.h:
11627         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11628         (ev_history_get_link_nth):
11629         * shell/ev-history.h:
11630         * shell/ev-sidebar-bookmarks.c:
11631         * shell/ev-sidebar-bookmarks.h:
11632         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11633         (ev_sidebar_links_class_init), (selection_changed_cb),
11634         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11635         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11636         (do_one_iteration), (populate_links_idle),
11637         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11638         * shell/ev-sidebar-links.h:
11639         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11640         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11641         (go_to_index):
11642         * shell/ev-view.h:
11643         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11644         * shell/ev-window.h:
11645
11646         Rename bookmark to link, and use "Index" for the sidebar panel.
11647
11648 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11649
11650         * shell/Makefile.am:
11651         * shell/ev-application.c: (ev_application_open_bookmark):
11652         * shell/ev-application.h:
11653         * shell/ev-history.c: (ev_history_init), (free_links_list),
11654         (ev_history_finalize), (ev_history_class_init),
11655         (ev_history_add_link), (ev_history_add_page),
11656         (ev_history_get_link_nth), (ev_history_get_n_links),
11657         (ev_history_get_current_index), (ev_history_set_current_index),
11658         (ev_history_new):
11659         * shell/ev-history.h:
11660         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11661         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11662         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11663         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11664         (ev_view_set_page):
11665         * shell/ev-view.h:
11666         * shell/ev-window.c: (ev_window_open_bookmark),
11667         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11668         (goto_page_cb), (register_custom_actions):
11669         * shell/ev-window.h:
11670
11671         Initial history implementation. Needs work.
11672
11673 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11674
11675         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11676
11677 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11678
11679         * cut-n-paste/recent-files/egg-recent-item.c:
11680         * cut-n-paste/recent-files/egg-recent-item.h:
11681         * cut-n-paste/recent-files/egg-recent-model.c:
11682         * cut-n-paste/recent-files/egg-recent-util.c:
11683         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11684         * cut-n-paste/recent-files/egg-recent-view.c:
11685
11686         Update
11687
11688 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11689
11690         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11691         (fillGlyph, fillImageMask, drawImage):
11692         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11693         pdf/splash/SplashTypes.h:
11694         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11695         packed mode for Splash.
11696
11697         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11698         RGB8 packed mode, eliminates the pixbuf data creation loop.
11699
11700         * shell/ev-print-job.c (ev_print_job_finalize)
11701         (ev_print_job_set_property, ev_print_job_get_property)
11702         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11703         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11704         (print_closure_finalize, ev_print_job_print): implement
11705         printing (for backends with EvPsExporter)
11706
11707         * shell/ev_print_job.h: update prototypes.
11708
11709         * shell/ev-window.c (ev_window_print): unref print job after
11710         printing.
11711
11712         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11713         unless the document implements the EvDocumentFind interface.
11714
11715 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11716
11717         * configure.ac: Added ja to ALL_LINGUAS.
11718
11719 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11720
11721         * pdf/xpdf/pdf-document.cc:
11722
11723         add a FIXME. We should probably not allocate
11724         a bookmark object every time
11725
11726 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11727
11728         * shell/ev-application.c: (ev_application_open),
11729         (ev_application_open_bookmark):
11730         * shell/ev-application.h:
11731         
11732         Add a way to open bookmarks
11733
11734         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11735         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11736         (ev_bookmark_set_property), (ev_bookmark_class_init),
11737         (ev_bookmark_new_title), (ev_bookmark_new_link),
11738         (ev_bookmark_new_external):
11739
11740         Support for external uris, better constructors.
11741
11742         * backend/ev-bookmark.h:
11743         * pdf/xpdf/pdf-document.cc:
11744         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11745
11746         Handle external uris
11747
11748 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11749
11750         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11751         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11752
11753         Hook up bookmarks navigation
11754
11755 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11756
11757         * backend/Makefile.am:
11758         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11759         (ev_bookmark_get_title), (ev_bookmark_set_title),
11760         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11761         (ev_bookmark_get_page), (ev_bookmark_set_page),
11762         (ev_bookmark_get_property), (ev_bookmark_set_property),
11763         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11764         (ev_bookmark_new):
11765         * backend/ev-bookmark.h:
11766         * backend/ev-document-bookmarks.c:
11767         (ev_document_bookmarks_get_bookmark):
11768         * backend/ev-document-bookmarks.h:
11769         * pdf/xpdf/pdf-document.cc:
11770         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11771
11772         Add a bookmark object to the backend and use it instead of get_values
11773
11774 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * data/evince-ui.xml:
11777
11778         Cleanup and add select all.
11779
11780         * shell/ev-view.c: (ev_view_select_all),
11781         (ev_view_button_press_event):
11782         * shell/ev-view.h:
11783         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11784
11785         Add select all.
11786         Clear selection on click.
11787
11788 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11789
11790         * shell/ev-sidebar-thumbnails.c
11791         (ev_sidebar_thumbnails_set_document): forgot to unref the
11792         loading_icon.
11793
11794 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11795
11796         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11797         at the visible page, not just linearly.  This makes it look fast.
11798
11799 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11800
11801         * backend/ev-document-misc.c
11802         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11803         white.
11804         * backend/ev-document-thumbnails.h: New interface to get the size
11805         of a page.
11806
11807 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11808
11809         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11810         make dist works
11811
11812 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11813
11814         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11815         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11816         things up a bit.
11817
11818         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11819
11820 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11821
11822         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11823         fonts. Should fix font problems on systems that have the base
11824         fonts in bitmap format. Reported by James Henstridge
11825         <james@jamesh.id.au>.
11826
11827 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * pdf/xpdf/Gfx.cc:
11830         * pdf/xpdf/GfxState.cc:
11831
11832         Fix for CAN-2004-1125
11833
11834 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * shell/ev-view.c: (ev_view_copy):
11837         * shell/ev-view.h:
11838         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11839
11840         Implement Edit->Copy
11841
11842 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11843
11844         * backend/ev-document.c: (ev_document_get_text):
11845         * backend/ev-document.h:
11846         * pdf/xpdf/pdf-document.cc:
11847         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11848         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11849         (ev_view_update_primary_selection), (ev_view_button_press_event),
11850         (ev_view_motion_notify_event), (ev_view_button_release_event):
11851
11852         Beginnings of clipboard support. Incomplete but primary sort
11853         of work.
11854
11855 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11858         (expose_bin_window):
11859
11860         Nicer rubberband drawing, from GtkIconView.
11861
11862 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * backend/ev-document.c: (ev_document_save):
11865         * backend/ev-document.h:
11866         * data/evince-ui.xml:
11867         * pdf/xpdf/pdf-document.cc:
11868         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11869
11870         Implement "Save a copy..." menu item
11871
11872 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11873
11874         * shell/ev-view.c: (ev_view_zoom):
11875
11876         Queue a resize when zoom changes
11877
11878 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11879
11880         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11881         shadows.
11882
11883         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11884         thumbnails..
11885
11886 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11887
11888         * pdf/xpdf/pdf-document.cc
11889         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11890
11891 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11892
11893         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11894         It's slow, but I'll speed it up next!
11895
11896 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11897
11898         * shell/main.c (load_files):
11899
11900         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11901         from the command line and because it seems more appropriate.
11902
11903 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11904
11905         * data/evince-ui.xml:
11906         * shell/ev-window.c: (update_action_sensitivity),
11907         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11908
11909         s/next page/page down
11910         s/previous page/page up
11911
11912 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * data/evince-ui.xml:
11915
11916         Change the layout to match clarkbw design.
11917
11918         * shell/Makefile.am:
11919         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11920         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11921         (ev_navigation_action_finalize),
11922         (ev_navigation_action_set_property),
11923         (ev_navigation_action_get_property),
11924         (ev_navigation_action_class_init):
11925         * shell/ev-navigation-action.h:
11926
11927         Implement clarkbw toolbar navigation controls (incomplete)
11928
11929         * shell/ev-page-action.c: (update_label), (update_spin),
11930         (value_changed_cb), (create_tool_item), (connect_proxy),
11931         (ev_page_action_init), (ev_page_action_finalize),
11932         (ev_page_action_set_property), (ev_page_action_get_property),
11933         (ev_page_action_set_current_page),
11934         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11935         * shell/ev-page-action.h:
11936
11937         Implement a page switcher in the toolbar
11938
11939         * shell/ev-view.c: (ev_view_scroll_view):
11940         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11941         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11942         (register_custom_actions), (ev_window_init):
11943
11944         Change page on PageUp/Down.
11945
11946 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11947
11948         * pdf/xpdf/pdf-document.cc
11949         (pdf_document_thumbnails_get_thumbnail): initial stab at
11950         implementing thumbnail support for pdfs.  It only does documents
11951         with precached pdfs now.
11952
11953 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11954
11955         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11956         thumbnail code into a time-based idle as well.  Also, turn off the
11957         shadow temporarily as it's really slow.
11958
11959 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11960
11961         * backend/ev-document.c: (ev_document_class_init):
11962         * pdf/xpdf/pdf-document.cc:
11963         * shell/ev-window.c: (ev_window_open):
11964
11965         Fix document title bugs and fallback to
11966         filename when not available.
11967
11968 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11969
11970         * backend/ev-document.c: (ev_document_get_type),
11971         (ev_document_class_init), (ev_document_load),
11972         (ev_document_get_title):
11973         * backend/ev-document.h:
11974         * pdf/xpdf/pdf-document.cc:
11975         * ps/ps-document.c: (ps_document_set_property),
11976         (ps_document_get_property), (ps_document_class_init),
11977         (document_load):
11978         * ps/ps-document.h:
11979         * ps/ps.h:
11980         * shell/ev-window.c: (update_window_title), (ev_window_open),
11981         (ev_window_init):
11982
11983         Initial support for document title. Not working yet.
11984
11985 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11986
11987         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11988
11989         Grab focus on the view when clicking it
11990
11991 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11992
11993         * shell/ev-marshal.list:
11994         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11995         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11996
11997         Add key bindings to the view. Now if the focus would work
11998         right...
11999
12000 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12001
12002         * Makefile.am:
12003         * backend/Makefile.am:
12004         * data/Makefile.am:
12005         * dvi/Makefile.am:
12006         * dvi/dvilib/Makefile.am:
12007         * pdf/xpdf/Makefile.am:
12008         * po/POTFILES.in:
12009         * ps/Makefile.am:
12010
12011         Fix distcheck
12012
12013 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * shell/ev-view.c: (ev_view_realize):
12016
12017         Fix mouse wheel scrolling
12018
12019 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12020
12021         * ps/Makefile.am:
12022         * ps/gstypes.h:
12023         * ps/gtkgs.c:
12024         * ps/gtkgs.h:
12025         * ps/ps-document.c: (catchPipe), (ps_document_init),
12026         (ps_document_class_init), (ps_document_cleanup),
12027         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12028         (set_up_page), (close_pipe), (is_interpreter_ready),
12029         (interpreter_failed), (output), (input), (start_interpreter),
12030         (stop_interpreter), (file_length), (file_readable),
12031         (check_filecompressed), (check_pdf), (compute_xdpi),
12032         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12033         (ps_document_get_type), (ps_document_emit_error_msg),
12034         (document_load), (ps_document_next_page),
12035         (ps_document_get_current_page), (ps_document_get_page_count),
12036         (ps_document_goto_page), (ps_document_set_page_size),
12037         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12038         (ps_document_load), (ps_document_get_n_pages),
12039         (ps_document_set_page), (ps_document_get_page),
12040         (ps_document_widget_event), (ps_document_set_target),
12041         (ps_document_set_scale), (ps_document_set_page_offset),
12042         (ps_document_get_page_size), (ps_document_render),
12043         (ps_document_document_iface_init):
12044         * ps/ps-document.h:
12045         * ps/ps.c:
12046         * shell/ev-window.c: (ev_window_open):
12047
12048         Rename GtkGS to PSDocument
12049
12050 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12051
12052         * ps/gtkgs.c: (gtk_gs_class_init):
12053         * ps/gtkgs.h:
12054
12055         Some more leftover...
12056
12057 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12060         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12061         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12062         * ps/gtkgs.h:
12063
12064         Remove unused code and make a lot of stuff private
12065
12066 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12067
12068         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12069         (gtk_gs_defaults_changed):
12070         * ps/gsdefaults.h:
12071         * ps/gtkgs.c:
12072         * ps/gtkgs.h:
12073         * ps/ps.h:
12074
12075         Cleanup headers dependencies
12076
12077 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * ps/Makefile.am:
12080         * ps/ggvutils.c:
12081         * ps/ggvutils.h:
12082         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12083         * ps/gsdefaults.h:
12084         * ps/gtkgs.c: (file_length), (file_readable),
12085         (check_filecompressed), (check_pdf), (gtk_gs_load),
12086         (gtk_gs_get_postscript):
12087
12088         Get rid of ggvutils
12089
12090 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * ps/ggvutils.c:
12093         * ps/ggvutils.h:
12094         * ps/gsio.h:
12095         * ps/gtkgs.c: (gtk_gs_set_zoom):
12096
12097         Cleanups
12098
12099 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12100
12101         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12102
12103         Ensure the page is rerendered when changing zoom
12104
12105 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12106
12107         * backend/ev-document.c: (ev_document_base_init),
12108         (ev_document_changed):
12109         * backend/ev-document.h:
12110
12111         Add a changed event that is emitted when the page content
12112         changes. This is necessary to deal with the fact that
12113         in ps backend rendering happen asycrounously.
12114         This makes the ps backend mostly work.
12115
12116         * pdf/xpdf/pdf-document.cc:
12117
12118         Emit changed event
12119
12120         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12121         (ps_document_set_target):
12122
12123         Emit changed event
12124
12125         * shell/ev-view.c: (document_changed_callback),
12126         (ev_view_set_document), (ev_view_set_page):
12127
12128         Redraw on the changed signal
12129
12130 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12131
12132         * configure.ac: Added pt_BR to ALL_LINGUAS.
12133
12134 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12135
12136         * backend/ev-document-bookmarks.c:
12137         (ev_document_bookmarks_get_child): *
12138         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12139         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12140         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12141         (ev_sidebar_bookmarks_destroy),
12142         (ev_sidebar_bookmarks_class_init),
12143         (ev_sidebar_bookmarks_construct), (stack_data_free),
12144         (do_one_iteration), (populate_bookmarks_idle),
12145         (ev_sidebar_bookmarks_clear_document),
12146         (ev_sidebar_bookmarks_set_document): *
12147         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12148         (ev_sidebar_add_page),
12149         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12150         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12151         it displays both the topics and the page numbers.
12152
12153 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12154
12155         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12156         toggle.
12157         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12158         visible.
12159
12160 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12161
12162         * configure.ac: Added en_CA to ALL_LINGUAS.
12163
12164 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12165
12166         * ChangeLog: replace bottom of this ChangeLog (merged history of
12167         ggv and gpdf; where all paths were wrong and most of the files are
12168         not even in this tree) with ChangeLog (from arch) of the shell
12169         code.
12170
12171 2004-12-23  Havoc Pennington  <hp@redhat.com>
12172
12173         * shell/ev-window.c: hook up potentially-questionable "find
12174         results status text" feature - something involving the sidebar or
12175         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12176         might be better in the end.
12177
12178         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12179         with corresponding signal when it should be updated
12180
12181         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12182
12183 2004-12-22  Havoc Pennington  <hp@redhat.com>
12184
12185         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12186         find stuff on other pages, sort of (only returns one result on
12187         invisible pages, to show they have results; updates full results
12188         for a page when you view it). Currently repaints the current page
12189         every time a new result is found on any page, which isn't so nice.
12190
12191 2004-12-22  Havoc Pennington  <hp@redhat.com>
12192
12193         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12194         the document doesn't support find (better ideas?)
12195         (find_bar_search_changed_cb): handle missing document or document
12196         that doesn't support find
12197
12198         * pdf/xpdf/pdf-document.cc: port to implement the new
12199         EvDocumentFindIface
12200
12201         * backend/ev-document-find.c: create a new interface for searching
12202
12203         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12204
12205 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12206
12207         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12208         libevbackend.la.
12209
12210         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12211         EvPrintJob constructor arguments.
12212
12213         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12214         for documents that can export PostScript (page by page).
12215
12216         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12217         
12218         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12219         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12220         (pdf_document_ps_exporter_iface_init:
12221         Implement EvPSExporter.
12222
12223         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12224
12225 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12226
12227         * backend/Makefile.am:
12228         * backend/ev-document-thumbnails.c:
12229         (ev_document_thumbnails_get_type),
12230         (ev_document_thumbnails_get_thumbnail):
12231         * backend/ev-document-thumbnails.h:
12232         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12233         (pixbuf_document_thumbnails_get_thumbnail),
12234         (pixbuf_document_document_thumbnails_iface_init):
12235         * shell/Makefile.am:
12236         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12237         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12238         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12239         * shell/ev-sidebar-thumbnails.h:
12240         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12241         (ev_sidebar_set_document):
12242         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12243         (create_shadow), (ev_pixbuf_add_shadow):
12244         * shell/ev-utils.h:
12245         Add thumbnail support.
12246         
12247 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12248
12249         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12250         (using_postscript_printer): Set up a print dialog for "PostScript
12251         injection" method.
12252
12253         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12254         EvPrintJob.
12255
12256         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12257
12258 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12259
12260         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12261         (ps_document_set_target), (ps_document_get_page_size),
12262         (ps_document_render):
12263         * ps/gtkgs.h:
12264
12265         Fix a few bugs
12266
12267 2004-12-22  Christian Rose  <menthos@menthos.com>
12268
12269         * configure.ac: Added "sv" to ALL_LINGUAS.
12270
12271 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12272
12273         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12274         document supports bookmarks.
12275
12276 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12277
12278         * ps/ggvutils.c: (ggv_file_readable):
12279         * ps/ggvutils.h:
12280         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12281         (gtk_gs_get_postscript):
12282
12283         Remove unused utils
12284
12285 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12286
12287         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12288         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12289         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12290         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12291         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12292         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12293         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12294         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12295         (gtk_gs_set_antialiasing), (ps_document_load),
12296         (ps_document_render):
12297         * ps/gtkgs.h:
12298
12299         Another check point for the ps backend. Now I can get it to show
12300         pages!
12301
12302 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12303
12304         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12305         document setting code.
12306
12307 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12308
12309         * shell/eggfindbar.c: (entry_activate_callback):
12310         Animate the next button when activate is pressed.
12311         
12312 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12313
12314         * shell/ev-window.c: (ev_window_cmd_edit_find),
12315         (update_fullscreen_popup), (ev_window_fullscreen),
12316         (ev_window_unfullscreen), (ev_window_state_event_cb),
12317         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12318         Fix bugs in fullscreen code.
12319         
12320 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12321
12322         * Makefile.am:
12323         * configure.ac:
12324         * pixbuf/Makefile.am:
12325         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12326         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12327         (pixbuf_document_set_page), (pixbuf_document_get_page),
12328         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12329         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12330         (pixbuf_document_render), (pixbuf_document_begin_find),
12331         (pixbuf_document_end_find), (pixbuf_document_finalize),
12332         (pixbuf_document_class_init),
12333         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12334         * pixbuf/pixbuf-document.h:
12335         * shell/Makefile.am:
12336         * shell/ev-application.c: (ev_application_open):
12337         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12338         (ev_window_open):
12339         Add pixbuf backend.
12340         
12341 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12342
12343         * Makefile.am: 
12344         * dvi/dvilib/Makefile.am:
12345         * dvi/Makefile.am:
12346         * configure.ac: Auto*ify dvi and dvi/dvilib
12347
12348         * dvi/Makefile: Remove from CVS
12349         
12350         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12351         confusion.
12352
12353         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12354         
12355         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12356         
12357 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * ps/Makefile.am:
12360         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12361         (gtk_gs_value_adjustment_changed), (compute_size),
12362         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12363         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12364         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12365         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12366         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12367         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12368         (ps_document_load), (ps_document_get_n_pages),
12369         (ps_document_set_page), (ps_document_get_page),
12370         (ps_document_set_target), (ps_document_set_scale),
12371         (ps_document_set_page_offset), (ps_document_get_page_size),
12372         (ps_document_render), (ps_document_begin_find),
12373         (ps_document_end_find), (ps_document_document_iface_init):
12374         * ps/gtkgs.h:
12375         * shell/Makefile.am:
12376         * shell/ev-window.c: (ev_window_open):
12377
12378         Some work to integrate gtkgs with EvDocument
12379
12380 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12381
12382         * shell/ev-window.c: (update_fullscreen_popup),
12383         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12384         (exit_fullscreen_button_clicked_cb),
12385         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12386         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12387         (ev_window_state_event_cb), (ev_window_init):
12388         Add fullscreen support from Epiphany.
12389         
12390 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12391
12392         * data/ev-stock-zoom-fit-width.png: fit-width
12393         stock icon from gpdf.
12394         
12395         * shell/ev-stock-icons.[ch]: copied from gpdf.
12396         
12397         * shell/main.c: (main): init stock icons.
12398         
12399         * shell/ev-window.c: use the fit-width icon.
12400         
12401         * data/evince-ui.xml: add zooming toolbar items.
12402
12403 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12404
12405         * shell/ev-view.c: 
12406         (ev_view_best_fit), (ev_view_fit_width): because
12407         get_page_size() returns the scaled page size, we
12408         need to calculate the scale factor relative to
12409         the previous scale factor. Should really just
12410         add get_real_page_size().
12411
12412 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12413
12414         * shell/ev-view.[ch]:
12415         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12416         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12417         add zooming.
12418         
12419         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12420         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12421         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12422         hook it up.
12423         
12424         * pdf/xpdf/pdf-document.cc:
12425         (pdf_document_begin_find),
12426         (pdf_document_end_find): make static.
12427
12428 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12429
12430         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12431
12432         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12433         names to fontconfig patterns.
12434         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12435
12436         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12437         setupBaseFontsFc.
12438
12439 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12440
12441         * Makefile.am:
12442         * configure.ac:
12443         * ps/Makefile.am:
12444         * ps/ggvutils.c:
12445         * ps/ggvutils.h:
12446         * ps/gsdefaults.c:
12447         * ps/gsdefaults.h:
12448         * ps/gsio.c:
12449         * ps/gsio.h:
12450         * ps/gtkgs.c:
12451         * ps/gtkgs.h:
12452         * ps/ps.c:
12453         * ps/ps.h:
12454
12455         Import ggv backend. Not hooked up yet.
12456
12457 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12458
12459         * shell/main.c: (load_files), (main): load files
12460         from the command line.
12461
12462 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12463
12464         * configure.ac: don't require bonobo.
12465         
12466         * cut-n-paste/recent-files/*: kill bonobo recent
12467         view.
12468
12469         * shell/ev-window.c:
12470         (ev_window_is_empty): upd.
12471         (unable_to_load), (ev_window_open): load backend
12472         based on the mime type.
12473
12474 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12475
12476         * backend/.cvsignore: ignore generated marshalers source.
12477
12478         * shell/main.c (main): this is not epiphany.
12479
12480 2004-12-22  Havoc Pennington  <hp@redhat.com>
12481
12482         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12483         (expose_bin_window): draw find highlights
12484
12485         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12486         
12487         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12488         (pdf_document_end_find): implement this interface
12489
12490         * backend/ev-document.c (ev_document_found): add this to emit
12491         signal
12492
12493 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12494
12495         * data/evince-ui.xml: Add a few more toolbar items.
12496
12497         * shell/ev-window.c: Hook up page navigation toolbar 
12498         items.
12499
12500         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12501         a page-changed signal.
12502
12503         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12504         Add ev_document_get_page().
12505
12506         * shell/ev-window.c: Sensitize/desensitize navigation
12507         actions.
12508
12509 2004-12-21  Havoc Pennington  <hp@redhat.com>
12510
12511         * backend/ev-backend-marshal.c,
12512         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12513         marshaler-generator thingy. I'm sure there's a better way to do
12514         this in the modern world.
12515
12516         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12517         end_find methods and "found" signal.
12518
12519         * configure.ac: find glib-genmarshal
12520
12521 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12522
12523         * shell/ev-sidebar.c: Construct an actual sidebar.
12524         * shell/ev-sidebar-bookmarks.[ch]:
12525         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12526
12527 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12528
12529         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12530         Redo size handling.
12531         
12532         * shell/ev-view.c: Track the size from the document.
12533
12534 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12535
12536         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12537         constructor assumes ownership of the string passed in.
12538         
12539         * shell/ev-window.c (ev_window_open): Destroy the error
12540         dialog once we've displayed it.
12541
12542 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12543
12544         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12545         a bit, it works! (sort of)
12546
12547         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12548         Move to .cc since we need to use C++ in the implementation.
12549
12550         * shell/dummy.cc: Add a CC file to force evince
12551         to be linked as a C++ program.
12552
12553 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12554
12555         * shell/ev-view.[ch]: Start of content-area widget.
12556
12557         * shell/ev-window.c: Create a EvView, update it
12558         as we change documents.
12559
12560         * shell/Makefile.am shell/ev-marshal.list: Add
12561         generated marshalers.
12562
12563 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12564
12565         * Makefile.am (SUBDIRS): move shell.
12566
12567 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12568
12569         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12570         .a to libtool convenience libraries.
12571
12572         * shell/ev-window.c (ev_window_open): Hard code loading
12573         a PDF document.
12574         
12575         * backend/ev-document.h: Add a boolean return to load(),
12576         fix GError * to GError **.
12577
12578         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12579         object for a PDF backend EvDocument.
12580
12581 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12582
12583         * dvi/*: New directory with the beginning of a .dvi backend.
12584
12585 2004-12-21  Havoc Pennington  <hp@redhat.com>
12586
12587         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12588         previous/next instead of back/forward
12589
12590 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12591
12592         * backend/ev-document.[ch]: Fix a couple of problems so
12593         it compile.
12594
12595 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12596
12597         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12598         to backend/ directory, rename EvViewer to EvDocument.
12599
12600 2004-12-21  Havoc Pennington  <hp@redhat.com>
12601
12602         * shell/ev-window.c: hook up the find bar widget; now we just need
12603         a document to find things in
12604
12605         * shell/eggfindbar.c: a find bar widget
12606
12607 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12608
12609         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12610
12611 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12612
12613         * pdf/**: Import of xpdf code from gpdf. 
12614
12615         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12616
12617         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12618         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12619         Fix FreeType includes.
12620
12621         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12622         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12623         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12624         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12625         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12626         Include xpdfconfig.h
12627         
12628 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12629
12630         * shell/ev-window.c (ev_window_dispose): dispose can be called
12631         multiple times.
12632
12633 2004-12-21  Havoc Pennington  <hp@redhat.com>
12634
12635         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12636         rather than Evince
12637
12638         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12639         items; really they should be synced with the strings, etc. from
12640         current gpdf, but just getting the boring typing out of the way 
12641
12642 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12643
12644         * po/POTFILES.in:
12645         * shell/ev-application.c: (window_destroy_cb):
12646         * shell/ev-window.c:
12647         * shell/main.c: (main):
12648
12649         Actually show the window...
12650
12651 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12652
12653         * Makefile.am:
12654         * shell/Makefile.am:
12655         * shell/ev-application.c: (ev_application_class_init):
12656         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12657
12658         Make it build again
12659
12660 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12661
12662         Import to gnome cvs.
12663         
12664         * Remove copies of gpdf and ggv trees.
12665         * Rip out all the recursive configure code.
12666         * Remove bonobo machinery.
12667         * viewer/*: GInterfaces that backends should/can implement.
12668
12669 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12670
12671         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12672         typo
12673
12674 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12675
12676         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12677         (ev_application_finalize, ev_application_class_init)
12678         (ev_application_init): use GType instance private data for priv.
12679
12680         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12681         (ev_window_finalize, ev_window_class_init)
12682         (ev_window_init): ditto.
12683
12684 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12685
12686         * shell/ev-application.c (ev_application_new_window): make public
12687         (ev_application_show_initial_window): kill.
12688
12689         * shell/ev-application.h: update prototypes.
12690
12691         * shell/main.cc (main): inline ev_application_show_initial_window.
12692
12693 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12694
12695         * shell/ev-application.c (ev_application_new_window): impl.
12696         (ev_application_show_initial_window): use it.
12697         (is_window_empty, ev_application_get_empty_window): returns an
12698         existing empty window or a new one.
12699         (ev_application_open): from ev_window_cmd_file_open.
12700
12701         * shell/ev-application.h: update prototypes
12702
12703         * shell/ev-window.c (ev_window_is_empty): impl.
12704         (ev_window_open): make public.
12705         (ev_window_cmd_file_open): use ev_application_open
12706
12707         * shell/ev-window.h: update prototypes, remove unused.
12708
12709 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12710
12711         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12712         move destroy handler out of here...
12713
12714         * shell/ev-application.c, shell/ev-application.h: ...into this new
12715         class. Also handles initial window creation.
12716
12717         * shell/main.cc (main): use EvApplication to create initial
12718         window.
12719
12720 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12721
12722         * Makefile.am (SUBDIRS): add cut-n-paste
12723
12724         * cut-n-paste/Makefile.am: add
12725
12726         * configure.ac: generate Makefiles in cut-n-paste
12727
12728 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12729
12730         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12731         (ev_window_class_init): install ev_window_dispose.
12732
12733 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12734
12735         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12736         char (gchar looks stupid).
12737
12738 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12739
12740         * po/de.po: updated German translation.
12741
12742 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12743
12744         * configure.ac: add more pkg-config library checks for gnome-vfs,
12745         bonobo etc.
12746
12747         * gpdf/configure.in: temporarily disable libpaper
12748         checks. Otherwise I'd have to add the checks for the shell, too.
12749
12750 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12751
12752         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12753         and * file filters to the file choose.
12754
12755 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12756
12757         * po/de.po: Updated German translation.
12758
12759 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12760
12761         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12762
12763 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12764
12765         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12766
12767         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12768         (ev_window_init): implement those menuitems.
12769
12770 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12771
12772         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12773
12774         * shell/ev-window.c (ev_window_init): use the toolbar.
12775
12776 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12777
12778         * shell/ev-window.c (ev_window_init): use menu translations
12779
12780 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12781
12782         * configure.ac: add "de" to ALL_LINGUAS.
12783
12784         * po/de.po: add German translation.
12785
12786 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12787
12788         * Makefile.am (SUBDIRS): add po
12789
12790         * configure.ac: check intltool, glib-gettext etc, generate
12791         po/Makefile.in
12792
12793         * po, po/POTFILES.in, po/POTFILES.skip: new.
12794
12795 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12796
12797         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12798         already use (#ifdef ENABLE_NLS)
12799
12800         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12801         pointer indirection thinko.
12802
12803         * shell/main.c: include gi18n.h for bindtextdomain etc.
12804
12805 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12806
12807         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12808         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12809         tooltips for menu items in the statusbar.
12810
12811 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12812
12813         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12814         pkgdatadir drop UIDIR
12815
12816 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12817
12818         * data/evince-ui.xml: Add File->Open menu item
12819
12820         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12821         chooser), hook it up in the ui manager.
12822
12823 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12824
12825         * shell/ev-window.c: fix Help->About tooltip.
12826
12827 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12828
12829         * configure.ac: set CFLAGS for libevprivate.
12830
12831         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12832         definitions, factory etc.
12833
12834         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12835
12836         * shell/Makefile.am: link against libevprivate.a.
12837
12838         * shell/ev-window.c (entries): add stock icon to Help->About.
12839
12840         * shell/main.c (main): init stock icon code.
12841
12842 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12843
12844         * lib/recent-files: egg recent files code
12845
12846         * lib/Makefile.am: add.
12847
12848         * Makefile.am: add lib subdir.
12849
12850         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12851         set CFLAGS for recent-files.
12852
12853 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12854
12855         * configure.ac: disable -ansi and -pedantic gcc flags. They
12856         disable POSIX stuff in stdio.h, but egg-recent uses them.
12857
12858 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12859
12860         * configure.ac: add --disable-deprecated flag (defaults to on in
12861         "cvs" builds).
12862
12863         * shell/Makefile.am (INCLUDES): use it.
12864
12865 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12866
12867         * shell/main.c: add missing #include.
12868
12869         * shell/ev-window.c: fix for pedantic gcc.
12870         (ev_window_cmd_help_about): split license into paragraphs for
12871         translators and pedantic compilers.
12872
12873 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12874
12875         * configure.ac: add more warning flags if compiling with gcc from
12876         cvs (or explicitly requested with --enable-more-warnings).
12877
12878 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12879
12880         * data/evince-ui.xml: add File and File->Close menu.
12881
12882         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12883         (ev_window_destroy): quit after destroy.
12884         (ev_window_class_init): override GtkObject::destroy.
12885         (entries): install close_window callback.
12886
12887 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12888
12889         * Makefile.am (SUBDIRS): add data subdir.
12890
12891         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12892         gtk+ 2.5.0 for GtkAboutDialog.
12893
12894         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12895         main window.
12896
12897         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12898
12899         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12900         manager.
12901         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12902
12903 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12904
12905         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12906
12907 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12908
12909         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12910
12911 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12912
12913         * shell/*: Added shell directory boilerplate, build it.
12914
12915 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12916
12917         * configure.ac, Makefile.am: Added top-level configure.ac and
12918         Makefile.am