]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix compile warnings due to unused variables.
[evince.git] / ChangeLog
1 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
4         * shell/ev-window.c: (image_save_dialog_response_cb):
5
6         Fix compile warnings due to unused variables.
7         
8 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * configure.ac:
11         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
12         * backend/ps/ev-spectre.c: (ps_document_render):
13
14         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
15
16 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
17
18         * shell/ev-transition-animation.c (ev_transition_animation_fade)
19         (ev_transition_animation_paint): Implement "fade" effect.
20
21 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
22
23         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
24         (ev_transition_animation_paint): Implement "uncover" effect.
25
26 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
27
28         * shell/ev-transition-animation.c (ev_transition_animation_cover)
29         (ev_transition_animation_paint): Implement "cover" effect.
30
31 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
32
33         * shell/ev-transition-animation.c (ev_transition_animation_push)
34         (ev_transition_animation_paint): Implement "push" effect.
35
36 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
37
38         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
39         (ev_transition_animation_paint): Implement "dissolve" effect.
40
41 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
42
43         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
44         (ev_transition_animation_paint): Implement "wipe" effect.
45
46 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
47
48         * shell/ev-transition-animation.c (ev_transition_animation_box)
49         (ev_transition_animation_paint): Implement "box" effect.
50
51 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
52
53         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
54         (ev_transition_animation_paint): Implement "blinds" effect.
55
56 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
57
58         * shell/ev-transition-animation.c (ev_transition_animation_split)
59         (ev_transition_animation_paint): Implement "split" effect.
60
61 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
62
63         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
64         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
65         (ev_view_transition_animation_start) 
66         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
67         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
68         (ev_view_next_page) (ev_view_previous_page):
69         
70         Use EvTransitionAnimation to drive page changes in the presentation
71         mode, the animation will wait to start until both the origin and 
72         destination page surfaces are available. Fixes #458460.
73
74         (draw_loading_text):
75
76         Remove workaround for bug #320352, it's now fixed properly.
77
78
79 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
80
81         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
82         will contain the implementations for page transition animations, at
83         the moment it just has the "replace" effect.
84         * shell/Makefile.am: Added these files to build.
85
86 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
87
88         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
89         animations.
90         * shell/Makefile.am: Added these files to build.
91
92 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
93
94         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
95         implementation to get_effect() in EvDocumentTransitionIface.
96
97 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
98
99         * libdocument/ev-transition-effect.[ch]: New files, define a page
100         transition effect, at the moment it maps PopplerPageTransition to a
101         GObject.
102         * libdocument/Makefile.am: Added these files to build.
103         * libdocument/ev-document-transition.[ch]
104         (ev_document_transition_get_effect): New method, gets the
105         EvTransitionEffect returned by the interface implementation, with
106         fallback to the "replace" effect.
107
108 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
109
110         * configure.ac:
111         * cut-n-paste/Makefile.am:
112         * cut-n-paste/fileformatchooser/Makefile.am:
113         * cut-n-paste/fileformatchooser/egg-macros.h:
114         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
115         * shell/Makefile.am:
116         * shell/ev-window.c: (image_save_dialog_response_cb),
117         (ev_view_popup_cmd_save_image_as):
118
119         Allow exporting images in any format supported by
120         GdkPixbuf. Fixes bug #500209.
121         
122 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * backend/pixbuf/pixbuf-document.c:
125
126         More warnings fixed.
127         
128 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
131         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
132         * backend/djvu/djvu-text.h:
133         * backend/tiff/tiff-document.c: (tiff_document_render):
134
135         Fix compile warnings.
136         
137 2007-12-28  Christian Persch  <chpe@gnome.org>
138
139         * **/*.c: Include config.h. Bug #504721.
140
141 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * configure.ac:
144         * Makefile.am:
145         * po/POTFILES.in:
146         * backend/comics/Makefile.am:
147         * backend/comics/comics-document.[ch]:
148         * backend/comics/comicsdocument.evince-backend.in:
149         * backend/djvu/Makefile.am:
150         * backend/djvu/djvu-document.[ch]:
151         * backend/djvu/djvudocument.evince-backend.in:
152         * backend/dvi/Makefile.am:
153         * backend/dvi/dvi-document.[c]:
154         * backend/dvi/dvidocument.evince-backend.in:
155         * backend/impress/Makefile.am:
156         * backend/impress/impress-document.[ch]:
157         * backend/impress/impressdocument.evince-backend.in:
158         * backend/pdf/Makefile.am:
159         * backend/pdf/ev-poppler.cc:
160         * backend/pdf/ev-poppler.h:
161         * backend/pdf/pdfdocument.evince-backend.in:
162         * backend/pixbuf/Makefile.am:
163         * backend/pixbuf/pixbuf-document.[ch]:
164         * backend/pixbuf/pixbufdocument.evince-backend.in:
165         * backend/ps/Makefile.am:
166         * backend/ps/ev-spectre.[ch]:
167         * backend/ps/ps-document.[ch]:
168         * backend/ps/psdocument.evince-backend.in:
169         * backend/tiff/Makefile.am:
170         * backend/tiff/tiff-document.[ch]:
171         * backend/tiff/tiffdocument.evince-backend.in:
172         * libdocument/Makefile.am:
173         * libdocument/ev-backends-manager.[ch]:
174         * libdocument/ev-module.[ch]:
175         * libdocument/ev-document.h:
176         * libdocument/ev-document-factory.[ch]:
177         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
178         (get_compression_from_mime_type), (get_document_from_uri),
179         (ev_document_factory_get_document), (file_filter_add_mime_types),
180         (ev_document_factory_add_filters):
181         * shell/Makefile.am:
182         * shell/ev-window-title.c: (get_filename_from_uri):
183         * shell/main.c: (main):
184         * thumbnailer/Makefile.am:
185         * thumbnailer/evince-thumbnailer.c: (main):
186
187         Plugin system for backends. Fixes bug #351348.
188         
189 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
190
191         * shell/ev-view-private.h:
192         * shell/ev-view.c: (ev_view_drag_update_momentum),
193         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
194         (ev_view_button_release_event), (ev_view_destroy):
195         
196         Kinetic scrolling implemented as requested in
197         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
198
199 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
200
201         * data/evince-toolbar.xml:
202         * data/evince-ui.xml:
203         * shell/ev-view-private.h:
204         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
205         (ev_view_button_press_event), (ev_view_motion_notify_event),
206         (ev_view_button_release_event), (ev_view_init),
207         (ev_view_autoscroll_cb), (ev_view_autoscroll),
208         (ev_view_set_cursor):
209         * shell/ev-view.h:
210         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
211         (ev_window_cmd_view_autoscroll):
212         
213         Autoscroll feature with the context menu. Fixes bug 
214         #323670. Thanks to David Turner <cillian64@googlemail.com>.
215
216 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
219
220         Disconnect also page-ready signal when removing a job because the
221         page size has changed. Thanks to kripken
222         <kripkensteiner@gmail.com>.
223
224 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
225
226         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
227         
228         Scroll pages in page entry with mouse wheel. Fixes bug
229         #324122. Thanks to David Turner <cillian64@googlemail.com>.
230
231 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * backend/dvi/Makefile.am:
234         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
235         (mdvi_cairo_device_init):
236         * backend/dvi/mdvi-lib/common.h:
237         * backend/dvi/mdvi-lib/mdvi.h:
238         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
239         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
240         (mdvi_build_path_from_cwd):
241
242         Add ps specials support in dvi backend when libspectre is
243         present. Fixes bug #386005.
244         
245 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * configure.ac:
248         * backend/ps/Makefile.am:
249         * backend/ps/ev-spectre.[ch]:
250         
251         Use libspectre, if available, for the ps backend. Fixes bugs
252         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
253
254 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
255         
256         * backend/comics/comics-document.c: (comics_document_load):
257         
258         Cygwin build issue fix.
259
260 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * shell/ev-view.c: (ev_view_set_zoom):
263
264         Do not limit the minimum zoom factor when sizing mode is best bit
265         or fit width. Fixes bug #503805.
266         
267 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
270         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
271         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
272         (ev_link_dest_get_property), (ev_link_dest_set_property),
273         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
274         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
275         (ev_link_dest_new_fitr):
276         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
277         (goto_fith_dest), (goto_xyz_dest):
278
279         Do not change left, top and zoom values when they are null in PDF
280         destinations. Fixes bug #460658.
281         
282 2007-12-10  Christian Persch  <chpe@gnome.org>
283
284         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
285         (ev_view_accessible_class_init),
286         (ev_view_accessible_idle_do_action),
287         (ev_view_accessible_action_do_action),
288         (ev_view_accessible_action_get_description),
289         (ev_view_accessible_action_set_description),
290         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
291         (ev_view_accessible_factory_init),
292         (ev_view_accessible_factory_get_accessible_type):
293         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
294         private data, and G_DEFINE_TYPE. Bug #502843.
295
296 2007-12-08  Christian Persch  <chpe@gnome.org>
297
298         * shell/ev-metadata-manager.c: (item_free),
299         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
300         (value_free), (parse_value), (parseItem),
301         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
302         (save_values): Use GSlice to allocate small amounts of memory. Bug
303         #475972.
304
305 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
308
309         Restore cursor to normal after a drag operation. Fixes bug
310         #501603.
311         
312 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
313
314         * NEWS:
315         * configure.ac:
316         
317         Update for release 2.21.1
318
319 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * configure.ac:
322         * cut-n-paste/gedit-message-area/Makefile.am:
323         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
324         * shell/Makefile.am:
325         * shell/ev-message-area.[ch]:
326         * shell/ev-window.c: (ev_window_set_message_area),
327         (ev_window_error_message_response_cb), (ev_window_error_message),
328         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
329         (ev_window_save_job_cb), (image_save_dialog_response_cb),
330         (ev_attachment_popup_cmd_open_attachment),
331         (attachment_save_dialog_response_cb), (ev_window_set_document),
332         (ev_window_init):
333
334         Use a message area instead of a popup dialog for error
335         notifications. Fixes bug #337495.
336         
337 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
340         (ev_window_run_fullscreen):
341
342         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
343         
344 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * ev-sidebar-thumbnails.c: (update_visible_range),
347         (ev_sidebar_thumbnails_refresh),
348         (ev_sidebar_thumbnails_set_document),
349         (ev_sidebar_thumbnails_support_document):
350
351         Show thumbnails for documents with one page. Fixes bug #358751.
352         
353 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * shell/ev-window.c:
356         (ev_window_load_print_settings_from_metadata),
357         (ev_window_save_print_settings), (ev_window_print_finished),
358         (ev_window_print_range):
359
360         Print settings that are specific to the document are now saved per
361         document in the metadata file. Fixes bug #488806.
362         
363 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
364
365         * backend/tiff/tiff-document.c: (tiff_document_render):
366
367         Tiff documents were rendered with wrong colors. Fixes bug #497279.
368         
369 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-application.[ch]: (get_find_string_from_args),
372         (ev_application_open_uri_at_dest), (ev_application_open_uri),
373         (ev_application_open_uri_list):
374         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
375         * shell/ev-window.[ch]: (ev_window_load_job_cb),
376         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
377         (ev_window_cmd_recent_file_activate),
378         (ev_window_open_recent_action_item_activated),
379         (ev_window_print_send), (open_remote_link):
380         * shell/main.c: (arguments_parse):
381
382         Add a command line option for search. Fixes bug #497710.
383         
384 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
385
386         * shell/ev-jobs.c: (ev_job_print_new):
387
388         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
389         
390 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * data/evince-toolbar.xml:
393         * shell/Makefile.am:
394         * shell/ev-application.c: (ev_application_init):
395         * shell/ev-open-recent-action.[ch]:
396         * shell/ev-window.c:
397         (ev_window_open_recent_action_item_activated),
398         (register_custom_actions):
399
400         Add an expander to the open toolbar item which pops up a dropdown
401         menu with the recently used documents. Fixes bug #487215.
402         
403 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-window.c: (ev_window_open_uri),
406         (ev_window_cmd_view_reload):
407
408         Do not jump to the first page when reloading by running evince
409         from the command line. Fixes bug #490847.
410         
411 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
412
413         * shell/ev-window.c: (ev_window_cmd_help_contents):
414
415         Plugged memory leak when help file is not found. Fixes bug
416         #490762.
417         
418 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * configure.ac:
421
422         Enable djvu, dvi and comics backends by default. Fixes bug
423         #437121.
424         
425 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * configure.ac:
428         * cut-n-paste/Makefile.am:
429         * cut-n-paste/recent-files/*: Removed
430         * help/reference/Makefile.am:
431         * shell/Makefile.am:
432         * shell/ev-application.[ch]: (ev_application_shutdown),
433         (ev_application_init):
434         * shell/ev-window.c: (ev_window_add_recent),
435         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
436
437         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
438         
439 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
440
441         * shell/ev-window.c: (launch_external_uri):
442
443         Let GnomeVFS check the URL, this allow more URL (like mailto:),
444         and report error if the URL is not supported (#489910).
445
446 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
449         (pdf_document_file_exporter_begin_page),
450         (pdf_document_file_exporter_end_page):
451
452         Fix printing with poppler splash backend. Fixes bug #489774.
453         
454 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
457         * shell/ev-print-job.c: (ev_print_job_class_init):
458
459         Fix a crash when printing with the gnome-print dialog. Fixes bug
460         #488939.
461         
462 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
463
464         * backend/pixbuf/pixbuf-document.c:
465
466         Fix an implicit function definition warning (#487655)
467
468 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/ev-window.c:
471
472         Fix conflicting shortcut for view sade pane and presentation.
473         
474 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * backend/pdf/ev-poppler.cc:
477         (pdf_document_file_exporter_begin_page),
478         (pdf_document_file_exporter_do_page),
479         (pdf_document_file_exporter_end_page),
480         (pdf_document_file_exporter_iface_init):
481         * libdocument/ev-file-exporter.[ch]:
482         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
483         * shell/ev-jobs.c: (ev_job_print_get_page_list),
484         (ev_job_print_run):
485
486         When printing multiple pages per sheet in reverse option, do not
487         invert the order of the pages in every sheet, but the order of the
488         sheets. Do not print blank pages when page range is invalid. Fixes
489         bugs #484857 and #485521.
490         
491 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-jobs.c: (ev_job_print_get_page_list),
494         (ev_job_print_run):
495         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
496
497         Respect ranges order when printing more than one range in random
498         order.
499         
500 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
501
502         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
503         (ev_window_setup_document), (ev_window_rotation_changed_cb):
504
505         Rotate also the window icon when document is rotated. Fixes bug
506         #474681.
507         
508 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
511         (pdf_document_forms_get_form_fields):
512
513         Silently ignore unknown form fields. Fixes bug #482654. Patch by
514         Matthias Drochner.
515         
516 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * configure.ac:
519         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
520
521         Use poppler_page_render_for_printing() instead of
522         poppler_page_render() if available when exporting to a ps or pdf
523         file. Fixes bug #476627.
524         
525 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * shell/ev-window.c: (ev_window_run_fullscreen):
528
529         Do not show the toolbar in fullscreen mode if the main toolbar is
530         not visible. Fixes bug #483048.
531         
532 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * shell/ev-view.c: (ev_view_button_press_event):
535
536         Give priority to form fields over images when deciding whether a
537         button press event is over an image or form field. It allows edit
538         form fields when they are over a background image. Fixes bug
539         #477841.
540         
541 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
542
543         * NEWS:
544         * configure.ac:
545         
546         Update for release 2.20.0
547
548 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * backend/pdf/ev-poppler.cc:
551
552         Remove #ifdef HAVE_FORMS, so that forms support works again.
553
554 2007-09-05  Götz Waschk  <waschk@mandriva.org>
555
556         * configure.ac:
557         * data/evince.desktop.in.in:
558         
559         Fixes desktop file issues. See bug #473471.
560
561 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
564         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
565         (ev_job_queue_remove_job):
566         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
567         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
568         * shell/ev-window.c: (ev_window_clear_save_job),
569         (ev_window_save_job_cb), (file_save_dialog_response_cb),
570         (ev_window_dispose):
571
572         Move save a copy task to its own job so that it's carried out in a
573         thread avoiding another lock in the main thread. Use
574         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
575         can be saved to a pathin another file system. Fixes bug #456891.
576         
577 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
578
579         * NEWS:
580         * configure.ac:
581         
582         Update for release 2.19.92
583
584 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * configure.ac:
587         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
588         (pdf_selection_get_selection_region),
589         (pdf_selection_get_selection_map),
590         (ev_form_field_from_poppler_field):
591
592         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
593         and triple click selections are enabled again now.
594
595 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-window.c: (ev_window_add_history):
598
599         Make sure not to use the history with documents not supporting
600         links. Fixes bug #468954.
601
602 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-window.c: (ev_window_load_job_cb):
605
606         Restart the search when reloading a document with the find bar
607         visible. Fixes bug #461962.
608
609 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-window.c: (setup_document_from_metadata),
612         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
613
614         Do not jump to the first page when reloading a document from the
615         last page.
616
617 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * shell/ev-window.c: (update_chrome_flag),
620         (setup_sidebar_from_metadata),
621         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
622         (ev_window_cmd_edit_find_next),
623         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
624         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
625         (find_bar_close_cb), (view_actions_focus_in_cb):
626
627         Do not update visibility when changing a chrome flag so that it's
628         possible to update several flags and update visibility only once
629         for all of them.
630
631 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
634
635         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
636         supported by gtk+. Fixes bug #460907.
637
638 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * shell/ev-view.c: (view_update_range_and_current_page):
641
642         Make sure current-page <= end-page in continuous mode. Fixes bug
643         #454950.
644
645 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * backend/pdf/ev-poppler.cc: (build_tree):
648
649         Ignore outline items without a title. Fixes bug #453913.
650
651 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
654         (ev_view_button_release_event), (ev_view_leave_notify_event):
655
656         Use always drag mouse cursor during a drag operation. Fixes bug
657         #470564.
658
659 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
662         (pdf_selection_get_selection_region),
663         (pdf_selection_get_selection_map):
664
665         Temporarily disable double and triple selections since it depends on
666         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
667         released and the update of the external dependency minimal version
668         approved.
669
670 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
673         (pdf_document_file_exporter_do_page):
674         * libdocument/ev-file-exporter.h:
675         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
676         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
677
678         Actually fix printing regressions. Remove orientation from
679         EvPrintContext since it's redundant.
680
681 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
684         * backend/impress/impress-document.c:
685         (impress_document_document_iface_init):
686         * backend/ps/ps-document.c: (ps_document_document_iface_init):
687         * backend/djvu/djvu-document.c:
688         (djvu_document_document_iface_init),
689         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
690         * backend/tiff/tiff-document.c:
691         (tiff_document_document_iface_init):
692         * backend/pixbuf/pixbuf-document.c:
693         (pixbuf_document_document_iface_init):
694         * backend/comics/comics-document.c:
695         (comics_document_document_iface_init):
696         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
697         (pdf_selection_render_selection),
698         (pdf_selection_get_selected_text),
699         (pdf_selection_get_selection_region),
700         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
701         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
702         (ev_selection_get_selection_region),
703         (ev_selection_get_selection_map):
704         * libdocument/ev-document.[ch]:
705         * shell/ev-pixbuf-cache.[ch]: (add_job),
706         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
707         * shell/ev-view-private.h:
708         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
709         (ev_job_render_run):
710         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
711         * shell/ev-view.c: (start_selection_for_event),
712         (ev_view_button_press_event), (ev_view_drag_data_get),
713         (ev_view_drag_data_received), (ev_view_button_release_event),
714         (compute_new_selection_text), (compute_selections),
715         (ev_view_select_all), (get_selected_text), (ev_view_copy),
716         (ev_view_primary_get_cb):
717
718         Add support for double and triple click selections.
719
720 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
721
722         * NEWS:
723         * configure.ac:
724
725         Update for release 2.19.4
726
727 2007-08-28  Justin Blanchard  <justinb04@aim.com>
728
729         * shell/ev-view-private.h:
730         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
731         (ev_view_set_highlight_search):
732         * shell/ev-view.h:
733         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
734         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
735         (find_bar_visibility_changed_cb):
736         
737         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
738
739 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
742         (pdf_document_file_exporter_begin),
743         (pdf_document_file_exporter_do_page):
744         * shell/ev-jobs.c: (ev_job_print_run):
745         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
746
747         Create always a portrait cairo surface and rotate when needed for
748         landscape. It fixes printing problems in real printers.
749
750 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
753         * libdocument/ev-file-exporter.[ch]:
754         (ev_file_exporter_get_capabilities):
755         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
756         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
757
758         Adjust number of pages per row according to page orientation when
759         printing 2 or 6 pages per sheet.
760
761 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * shell/ev-window.c: (ev_window_print_send):
764
765         Reset also cups setting to 1 when printing multiple pages per
766         sheet. Fixes bug #468853.
767
768 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * libdocument/ev-document-misc.c:
771         (ev_document_misc_surface_rotate_and_scale):
772
773         Use directly cairo_surface_get_content() when creating a similar
774         surface as suggested by Jeff Muizelaar. Thanks again.
775
776 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * backend/djvu/djvu-document.c: (djvu_document_render):
779         * backend/tiff/tiff-document.c: (tiff_document_render):
780         * backend/pdf/ev-poppler.cc: (pdf_document_render):
781         * libdocument/ev-document-misc.c:
782         (ev_document_misc_surface_from_pixbuf),
783         (ev_document_misc_surface_rotate_and_scale):
784
785         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
786         creating page surfaces. Fixes bug #453123. Thank you very much to
787         Jeff Muizelaar <jeff@infidigm.net>.
788
789 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-page-cache.c: (ev_page_cache_new),
792         (ev_page_cache_get_thumbnail_size):
793         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
794         (ev_sidebar_thumbnails_set_loading_icon):
795
796         Also store in page-cache the dimensions of the thumbnails so that
797         they can be used to create the correct loading icon in the side
798         pane. Fixes bug #466857.
799
800 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * backend/pdf/ev-poppler.cc:
803         (pdf_document_thumbnails_get_thumbnail):
804
805         Fix thumbnails rotation in pdf documents that include embedded 
806         thumbnails.
807
808 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
809
810         * backend/pdf/ev-poppler.cc:
811
812         Don't use #ifdef in macro expansion. Some compilers don't
813         like that. Closes bug #467042.
814
815 2007-08-15  Justin Blanchard  <justinb04@aim.com>
816
817         * backend/djvu/djvu-document.c: (djvu_document_finalize):
818         
819         Fixes memory leak in djvu backend.
820
821 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
822
823         * data/icons/32x32/Makefile.am:
824         * data/icons/32x32/actions/Makefile.am:
825         * data/icons/32x32/actions/view-page-cont.svg:
826         * data/icons/32x32/actions/view-page-facing.svg:
827         * data/icons/48x48/Makefile.am:
828         * data/icons/48x48/actions/Makefile.am:
829         * data/icons/48x48/actions/view-page-cont.svg:
830         * data/icons/48x48/actions/view-page-facing.svg:
831         
832         Icons for a new sizes.
833
834 2007-08-14  Justin Blanchard  <justinb04@aim.com>
835
836         * shell/ev-page-cache.c: (build_height_to_page),
837         (ev_page_cache_get_height_to_page):
838         
839         Fixes invalid read, see bug #466401.
840
841 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
844         (set_drag_cursor):
845         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
846         (configure_item_cursor), (new_pixbuf_from_widget):
847
848         Fix multihead problems in toolbar editor. Fixes bug #382055.
849
850 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * shell/ev-window.c: (ev_window_cmd_file_open),
853         (ev_window_cmd_save_as):
854
855         Use g_get_user_special_dir when available instead of
856         xdg_user_dir_lookup.
857
858 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
859
860         * MAINTAINERS:
861         
862         Updated according to request on desktop-devel.
863
864 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
867
868         Do not use cairo_rectangle and cairo_clip since we are
869         not using cairo_fill but cairo_paint. Use the same cairo context
870         for every page in the same expose event.
871
872 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
873
874         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
875         leak.
876
877 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * configure.ac:
880         * NEWS:
881
882         Release 0.9.3
883
884 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * libdocument/ev-document-info.h:
887         * libdocument/ev-document.h:
888         * shell/ev-page-action.h:
889         * shell/ev-sidebar-links.h:
890
891         Fix a headers problem with ev-link
892         
893         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
894         * shell/ev-view-private.h:
895         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
896         (get_link_area), (ev_view_query_tooltip),
897         (ev_view_leave_notify_event), (ev_view_destroy),
898         (ev_view_class_init):
899
900         Use new gtk tooltips when available instead of ev-tooltip.
901         
902 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * shell/ev-window.c: (update_chrome_visibility),
905         (ev_window_sidebar_visibility_changed_cb):
906
907         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
908         
909 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * shell/ev-navigation-action.c:
912         (ev_navigation_action_history_changed),
913         (ev_navigation_action_set_history):
914         * shell/ev-navigation-action-widget.c:
915         (ev_navigation_action_widget_init):
916         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
917
918         Fix compile warnings.
919         
920 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
923         (egg_editable_toolbar_dispose):
924
925         Fix memory leak.
926         
927 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
930         (screensaver_disable_x11):
931         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
932         * shell/ev-window.c: (presentation_set_timeout):
933         * shell/ev-view.c: (ev_view_presentation_transition_start):
934
935         Use g_timeout_add_seconds instead of g_timeout_add when
936         available.
937         
938 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
941
942         Set horizontal scrollbar policy to AUTOMATIC instead of
943         NEVER. Workaround for bug #449462.
944         
945 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * shell/ev-jobs.c: (ev_job_render_page_ready):
948
949         Add page_ready callback to main loop with high priority and hold
950         a reference to job during idle.
951         
952 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * configure.ac:
955         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
956         (pdf_document_file_exporter_begin),
957         (pdf_document_file_exporter_do_page),
958         (pdf_document_file_exporter_get_capabilities):
959         * libdocument/ev-file-exporter.h:
960         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
961         * shell/ev-window.c: (ev_window_print_send),
962         (ev_window_print_dialog_response_cb):
963
964         Allow printing multiple pages per sheet. Fixes bug #395573.
965         
966 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
967
968         * shell/ev-view.c: (tip_from_link):
969         
970         Check for NULL, fixes bug #460862.
971
972 2007-07-29  Christian Persch  <chpe@gnome.org>
973
974         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
975         (ev_window_preview_print_finished), (ev_window_do_preview_print),
976         (ev_window_cmd_preview_print):
977         
978         Fixes bug #437681 - blocks while enumerating printers.
979
980 2007-07-29  Christian Persch  <chpe@gnome.org>
981
982         * shell/ev-window.c: (ev_window_screen_changed):
983         
984         Don't use deprecated gtk+ function. See bug #460909.
985
986 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * shell/ev-utils.c: (get_num_monitors):
989         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
990
991         Do not use display before initializing it. Remove compile
992         warnings.
993
994 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
995
996         * shell/ev-view.c: (ev_view_class_init):
997         
998         Unix-like hjkl bindings added. See bug #458111.
999
1000 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1001
1002         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1003         * shell/ev-utils.h:
1004         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1005         (ev_view_update_view_size):
1006         * shell/ev-view.h:
1007         * shell/ev-window.c: (ev_window_update_actions),
1008         (setup_view_from_metadata), (ev_window_screen_changed),
1009         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1010         (zoom_control_changed_cb):
1011         * shell/ev-window.h:
1012         
1013         Reorganizes utility functions.
1014
1015 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1018         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1019         (add_job), (ev_pixbuf_cache_get_surface),
1020         (ev_pixbuf_cache_get_link_mapping),
1021         (ev_pixbuf_cache_get_image_mapping),
1022         (ev_pixbuf_cache_get_form_field_mapping),
1023         (ev_pixbuf_cache_get_text_mapping):
1024         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1025         (notify_page_ready), (ev_job_render_page_ready),
1026         (ev_job_render_run):
1027
1028         Add page_ready signal to notify that page is ready as soon as
1029         possible even if other page elements like links, forms, images or
1030         text mapping are not ready yet.
1031
1032 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1035         (dvi_document_file_exporter_do_page),
1036         (dvi_document_file_exporter_get_capabilities),
1037         (dvi_document_file_exporter_iface_init):
1038         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1039         (ps_document_file_exporter_do_page),
1040         (ps_document_file_exporter_get_capabilities),
1041         (ps_document_file_exporter_iface_init):
1042         * backend/djvu/djvu-document.c:
1043         (djvu_document_file_exporter_begin),
1044         (djvu_document_file_exporter_end),
1045         (djvu_document_file_exporter_get_capabilities),
1046         (djvu_document_file_exporter_iface_init):
1047         * backend/tiff/tiff-document.c:
1048         (tiff_document_file_exporter_begin),
1049         (tiff_document_file_exporter_get_capabilities),
1050         (tiff_document_document_file_exporter_iface_init):
1051         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1052         (pdf_document_file_exporter_do_page),
1053         (pdf_document_file_exporter_get_capabilities),
1054         (pdf_document_file_exporter_iface_init):
1055         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1056         (ev_file_exporter_get_capabilities):
1057         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1058         (idle_print_handler), (ev_print_job_print):
1059         * shell/ev-jobs.c: (ev_job_print_run):
1060         * shell/ev-window.c: (ev_window_print_send),
1061         (ev_window_print_range):
1062
1063         Use capabilities to know which options should be offered by the
1064         print dialog depending on the document backend.
1065
1066 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1069
1070         Give priority to forms over text to set the cursor.
1071
1072 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/ev-view-private.h:
1075         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1076         (ev_view_leave_notify_event), (ev_view_finalize),
1077         (ev_view_get_property), (ev_view_class_init):
1078
1079         Use IBEAM cursor for text form fields and NORMAL cursor for read
1080         only fields. Remove unused status attribute.
1081
1082 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1085
1086         Update region for current selected items also for checkbox
1087         buttons, since they can behave as radio buttons when they are in a
1088         set.
1089
1090 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * configure.ac:
1093         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1094
1095         Get max length of text form fields.
1096
1097 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1100         * libdocument/ev-form-field.h:
1101         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1102
1103         Fix build with current poppler cvs head.
1104
1105 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1108         * shell/eggfindbar.c: (egg_find_bar_init):
1109
1110         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1111         deprecation. Fixes bug #455667
1112
1113 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1114
1115         * NEWS:
1116         * configure.ac:
1117         
1118         Update for release 0.9.2
1119
1120 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-view.c: (ev_view_form_field_text_save),
1123         (ev_view_form_field_choice_save):
1124
1125         Fix a crash when closing whith a form widget visible.
1126
1127 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1130
1131         Update also the region of the current selected button when
1132         clicking on another button if they are radio buttons.
1133
1134 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1137         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1138         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1139         (ev_pixbuf_cache_get_link_mapping),
1140         (ev_pixbuf_cache_get_image_mapping),
1141         (ev_pixbuf_cache_get_form_field_mapping),
1142         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1143         * shell/ev-view.c: (ev_view_form_field_get_region),
1144         (ev_view_form_field_button_create_widget),
1145         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1146         (job_finished_cb):
1147
1148         Redraw only form field region instead of the whole page when
1149         reloading a page to show changes on the form field.
1150
1151 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * shell/ev-view.c: (ev_view_form_field_choice_save):
1154
1155         Fix selection of first item in list form fields.
1156
1157 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1160         (ev_pixbuf_cache_reload_page),
1161         (ev_pixbuf_cache_get_form_field_mapping):
1162
1163         Some refactoring to avoid duplicated code.
1164
1165 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * configure.ac:
1168         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1169         (ev_form_field_from_poppler_field),
1170         (pdf_document_forms_get_form_fields),
1171         (pdf_document_forms_form_field_text_get_text),
1172         (pdf_document_forms_form_field_text_set_text),
1173         (pdf_document_forms_form_field_button_set_state),
1174         (pdf_document_forms_form_field_button_get_state),
1175         (pdf_document_forms_form_field_choice_get_item),
1176         (pdf_document_forms_form_field_choice_get_n_items),
1177         (pdf_document_forms_form_field_choice_is_item_selected),
1178         (pdf_document_forms_form_field_choice_select_item),
1179         (pdf_document_forms_form_field_choice_toggle_item),
1180         (pdf_document_forms_form_field_choice_unselect_all),
1181         (pdf_document_forms_form_field_choice_set_text),
1182         (pdf_document_forms_form_field_choice_get_text),
1183         (pdf_document_document_forms_iface_init):
1184         * libdocument/Makefile.am:
1185         * libdocument/ev-form-field.[ch]:
1186         * libdocument/ev-document-forms.[ch]:
1187         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1188         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1189         (add_job), (ev_pixbuf_cache_reload_page),
1190         (ev_pixbuf_cache_get_form_field_mapping):
1191         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1192         * shell/ev-view-private.h:
1193         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1194         (ev_view_handle_cursor_over_xy),
1195         (ev_view_get_form_field_at_location),
1196         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1197         (ev_view_form_field_button_create_widget),
1198         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1199         (ev_view_form_field_text_create_widget),
1200         (ev_view_form_field_choice_save),
1201         (ev_view_form_field_choice_changed),
1202         (ev_view_form_field_choice_create_widget),
1203         (ev_view_handle_form_field), (ev_view_size_allocate),
1204         (ev_view_realize), (draw_end_presentation_page),
1205         (ev_view_button_press_event), (ev_view_remove_all),
1206         (ev_view_motion_notify_event), (ev_view_key_press_event),
1207         (ev_view_enter_notify_event), (highlight_find_results),
1208         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1209         (ev_view_class_init), (page_changed_cb),
1210         (on_adjustment_value_changed), (ev_view_set_presentation),
1211         (merge_selection_region), (ev_view_set_cursor),
1212         (ev_view_reset_presentation_state):
1213         
1214         Merge evince-forms branch.
1215
1216 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1217
1218         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1219
1220         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1221         This script also updates itself from libegg
1222
1223         * cut-n-paste/toolbar-editor/egg*:
1224         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1225         libegg
1226
1227 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1228
1229         * shell/ev-window.c:
1230         
1231         Adds a nice icon to page action during toolbar editing.
1232         See bug #452872.
1233
1234 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1235
1236         * data/evince-toolbar.xml:
1237         * shell/ev-window.c:
1238         
1239         Let user add a presentation and fullscreen icons on toolbar.
1240         See bug #449734.
1241
1242 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1243
1244         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1245
1246         new script to keep in sync with toolbareditor in libegg
1247
1248         * cut-n-paste/toolbar-editor/*: 
1249
1250         Run update-toolbareditor-from-libegg so we are in sync again. 
1251         Fixes bug #452850.
1252         
1253
1254 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-sidebar-links.c: (job_finished_callback):
1257
1258         Do not connect selection changed signal more than once. Fixes bug
1259         #349433.
1260
1261 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1264
1265         Do not change sidebar chrome flag when pressing F9 key in
1266         presentation mode.
1267
1268 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * backend/pdf/ev-poppler.cc:
1271         (pdf_document_thumbnails_get_dimensions):
1272
1273         Make sure thumbnails width and height is not <= 0. Fixes a crash
1274         with some pdf documents which have really small pages.
1275
1276 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1277
1278         * shell/main.c: (main):
1279
1280         Fixes program description translation issue.
1281         Bug #450148.
1282
1283 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1284
1285         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1286
1287         Do not change current page when returning from black/white mode
1288         in presentation. Fixes bug #415032.
1289
1290 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1291
1292         * NEWS:
1293         * configure.ac:
1294         
1295         Update for release 0.9.1
1296
1297 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1298
1299         * backend/dvi/dvi-document.c:
1300         (dvi_document_finalize),
1301         (dvi_document_file_exporter_format_supported),
1302         (dvi_document_file_exporter_begin),
1303         (dvi_document_file_exporter_do_page),
1304         (dvi_document_file_exporter_end),
1305         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1306         
1307         PDF exporter for dvi documents. Fixes bug #441319.
1308
1309 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/ev-window.c: (ev_window_clear_print_job):
1312
1313         Clear gtk print job when job has finished. Fixes bug #447612.
1314
1315 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * shell/ev-window.c: (ev_window_print_send),
1318         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1319
1320         Add preview button to print dialog. Fixes bug #445419.
1321
1322 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * backend/dvi/Makefile.am:
1325         * backend/dvi/pixbuf-device.[ch]: Removed
1326         * backend/dvi/cairo-device.[ch]: Added
1327         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1328         * backend/dvi/dvi-document.c: (dvi_document_load),
1329         (dvi_document_render), (dvi_document_finalize),
1330         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1331         (dvi_document_do_color_special):
1332         * libdocument/ev-document-misc.[ch]:
1333         (ev_document_misc_pixbuf_from_surface):
1334
1335         Port dvi backend to cairo and fix a problem with colors. 
1336
1337 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-view.c: (draw_one_page):
1340
1341         Draw only visible region.
1342
1343 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * backend/djvu/djvu-document.c: (djvu_document_render):
1346
1347         Fix rotation in djvu backend.
1348
1349 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1352         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1353         (ev_pixbuf_cache_get_image_mapping),
1354         (ev_pixbuf_cache_get_text_mapping):
1355
1356         Redraw view every time we have a new surface. Fixes bug #443587.
1357
1358 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * libdocument/ev-document.c: (ev_document_info_free):
1361
1362         Fix memory leaks.
1363
1364 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * backend/dvi/dvi-document.c: (dvi_document_render),
1367         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1368         * backend/impress/impress-document.c:
1369         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1370         (impress_document_render), (impress_document_document_iface_init),
1371         (impress_document_thumbnails_get_thumbnail):
1372         * backend/djvu/djvu-document-private.h:
1373         * backend/djvu/djvu-document.c: (djvu_document_render),
1374         (djvu_document_finalize), (djvu_document_document_iface_init),
1375         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1376         * backend/tiff/tiff-document.c: (tiff_document_render),
1377         (tiff_document_render_pixbuf),
1378         (tiff_document_document_iface_init):
1379         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1380         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1381         (pdf_selection_render_selection):
1382         * backend/comics/comics-document.c:
1383         (comics_document_render_pixbuf), (comics_document_render),
1384         (comics_document_document_iface_init):
1385         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1386         (pixbuf_document_document_iface_init):
1387         * libdocument/ev-document-misc.[ch]:
1388         (ev_document_misc_surface_from_pixbuf),
1389         (ev_document_misc_surface_rotate_and_scale):
1390         * libdocument/ev-document.[ch]: (ev_document_render):
1391         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1392         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1393         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1394         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1395         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1396         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1397         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1398         (render_finished_cb), (ev_job_render_run):
1399         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1400         (merge_selection_region):
1401
1402         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1403         and selections.
1404
1405 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-window-title.c: (ev_window_title_update):
1408
1409         Fix memory leak.
1410
1411 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-view.c: (draw_loading_text):
1414
1415         Show loading text centered. Fixes bug #433061
1416
1417 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * shell/ev-sidebar-thumbnails.c:
1420         (ev_sidebar_thumbnails_set_loading_icon):
1421
1422         Remove a mutex in the main thread that blocks the UI in heavy
1423         documents.
1424
1425 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1428
1429         Set points_set to TRUE so that selections don't disappear after a
1430         zoom change.
1431
1432 2007-06-07  Michael Monreal  <infernux@web.de>
1433
1434         * data/icons/16x16/actions/Makefile.am:
1435         * data/icons/16x16/actions/zoom.svg:
1436         * data/icons/22x22/actions/Makefile.am:
1437         * data/icons/22x22/actions/zoom.svg:
1438         * data/icons/24x24/actions/Makefile.am:
1439         * shell/ev-stock-icons.c:
1440         * shell/ev-stock-icons.h:
1441         * shell/ev-window.c:
1442         
1443         Zoom icon artwork. See bug #444795.
1444
1445 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1446
1447         * shell/ev-metadata-manager.c: Remove extraneous function
1448         (Closes: #444386)
1449
1450 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1451
1452         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1453         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1454         (ev_metadata_manager_set), (ev_metadata_manager_save):
1455         Simplify the timeout, no need for modified anymore
1456
1457 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1458
1459         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1460         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1461         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1462         (ev_metadata_manager_save): Adapted patch from Arjan van de
1463         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1464         time, saves on power (Closes: #443851)
1465
1466 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * configure.ac:
1469         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1470         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1471
1472         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1473
1474 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1475
1476         * shell/ev-window.c: (ev_window_add_history):
1477
1478         Check if history is NULL
1479
1480 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * libdocument/ev-image.c: (ev_image_finalize):
1483         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1484         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1485         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1486         (ev_tmp_uri_unlink):
1487
1488         Add functions to delete temporary files created by evince in a safe
1489         way.
1490
1491         * shell/ev-window.c: (ev_window_clear_local_uri),
1492         (open_xfer_update_progress_callback),
1493         (save_xfer_update_progress_callback), (ev_window_save_remote),
1494         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1495         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1496         (attachment_save_dialog_response_cb),
1497         (ev_attachment_popup_cmd_save_attachment_as):
1498
1499         Allow saving a copy of a document, image or attachment to a remote
1500         location. Fixes bug #440754. 
1501
1502 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1503
1504         * configure.ac:
1505         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1506
1507         Fix build with current poppler from cvs head. 
1508
1509 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1510
1511         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1512
1513         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1514         directory exists.
1515
1516 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1517
1518         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1519         * shell/ev-window.c:
1520
1521         Change sidebar ordering. Fixes bug #439939.
1522
1523 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1524
1525         * backend/comics/Makefile.am:
1526         
1527         Fixes build with --without-libgnome.
1528
1529 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1530         
1531         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1532
1533         Update cursor and tooltip on page change and view scroll. Fixes bug
1534         #439217.
1535
1536 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1537
1538         * NEWS:
1539         * configure.ac:
1540         
1541         Update for release 0.9.0
1542
1543 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1544
1545         * backend/djvu/djvu-document-private.h:
1546         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1547         (djvu_document_finalize),
1548         (djvu_document_file_exporter_format_supported),
1549         (djvu_document_file_exporter_begin),
1550         (djvu_document_file_exporter_do_page),
1551         (djvu_document_file_exporter_end),
1552         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1553         
1554         Implemented printing with djvu. Bug #437998.
1555
1556 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * backend/impress/zip.c:
1559         Add missing ulong definition.
1560
1561         * backend/ps/ps-interpreter.c:
1562         Add missing headers.
1563
1564         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1565
1566 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1569
1570         Add missing call to parent class dispose method. 
1571
1572 2007-05-12  Ross Burton  <ross@openedhand.com>
1573
1574         * shell/main.c:
1575         Sync keybindings manually when building without libgnome
1576         (#437925).
1577
1578 2007-05-12  Ross Burton  <ross@openedhand.com>
1579
1580         * shell/ev-window.c:
1581         Respect the screen when opening help (#437866).
1582
1583 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * data/evince-ui.xml:
1586         * shell/ev-application.[ch]: (get_print_settings_from_args),
1587         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1588         (ev_application_open_uri_list):
1589         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1590         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1591         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1592         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1593         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1594         (ev_window_dispose):
1595         * shell/main.c: (arguments_parse):
1596
1597         Add print button in preview mode. Fixes bug #396475. 
1598
1599 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1600
1601         * cut-n-paste/zoom-control/ephy-zoom.h:
1602         
1603         Fixes zoom level factors. See bug #408119 for details.
1604
1605 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1606
1607         * backend/comics/comics-document.c: (comics_regex_quote),
1608         (extract_argv):
1609         
1610         Correctly quote symbols. Fixes crash in the bug
1611         #415370.
1612
1613 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1614
1615         * shell/ev-navigation-action-widget.c:
1616         (ev_navigation_action_widget_init),
1617         (ev_navigation_action_widget_class_init),
1618         (ev_navigation_action_widget_button_press_event):
1619         
1620         Connect to button-press event on correct widget. Fixes
1621         bug #431988
1622
1623 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1624
1625         * shell/ev-application.c: (ev_application_open_window),
1626         (ev_application_add_icon_path_for_screen),
1627         (ev_application_open_uri_at_dest):
1628         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1629         * shell/ev-navigation-action.c: (build_menu):
1630         
1631         Add app-specific icons to our icon theme. Fixes bug
1632         #425508.
1633
1634 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1635
1636         * shell/ev-history.c: (ev_history_class_init),
1637         (ev_history_add_link):
1638         * shell/ev-history.h:
1639         * shell/ev-navigation-action.c:
1640         (ev_navigation_action_history_changed),
1641         (ev_navigation_action_set_history), (build_menu),
1642         (ev_navigation_action_finalize):
1643         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1644         
1645         Make navigation action unsensitive instead of showing
1646         menu with unsensitive word. Fixes bug #417392.
1647
1648 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1649
1650         * shell/ev-application.[ch]: (ev_application_shutdown),
1651         (ev_application_get_print_settings),
1652         (ev_application_set_print_settings):
1653         * shell/ev-window.c:
1654
1655         Remember print settings. Fixes bug #349102. 
1656
1657 2007-05-08  Christian Persch  <chpe@gnome.org>
1658
1659         * configure.ac:
1660         * properties/ev-properties-view.c:
1661
1662         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1663         Bug #382438.
1664
1665 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * configure.ac:
1668         * properties/ev-properties-view.c: (ev_regular_paper_size):
1669
1670         Use gtk+ builtin paper list to identify the document's paper size.
1671         Fixes bug #382438. 
1672
1673 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * configure.ac:
1676
1677         Fix build when compiling with thumbnailer and libgnome support. 
1678
1679 2007-05-04  Ross Burton  <ross@openedhand.com>
1680
1681         * configure.ac:
1682         Add --without-libgnome, check for libgnome and libgnomeui
1683         separately, and add them to the symbols as required.
1684
1685         * libdocument/ev-file-helpers.c:
1686         When building without libgnome, use g_get_user_config_dir instead
1687         of gnome_user_dir_get.
1688
1689         * shell/ev-application.c:
1690         When building without libgnome, don't use session management.
1691
1692         * shell/main.c:
1693         When building without libgnome, don't use GnomeProgram or
1694         initialise the authentication manager.
1695
1696         This fixes #328842.
1697
1698 2007-05-04  Ross Burton  <ross@openedhand.com>
1699
1700         * shell/ev-window.c:
1701         Don't use libgnome to open help, instead call Yelp directly.
1702
1703 2007-05-04  Ross Burton  <ross@openedhand.com>
1704
1705         * shell/ev-sidebar-attachments.c:
1706         Don't use libgnome to lookup icons for MIME types, instead copy
1707         code from GTK+ to do it manually.
1708
1709 2007-05-04  Ross Burton  <ross@openedhand.com>
1710
1711         * configure.ac:
1712         Add libxml to the dependencies for SHELL_CORE (#435818).
1713
1714 2007-05-02  Ross Burton  <ross@openedhand.com>
1715
1716         * configure.ac:
1717         * Makefile.am:
1718         Add --disable-thumbnailer (#434825)
1719
1720 2007-05-02  Ross Burton  <ross@openedhand.com>
1721
1722         * shell/ev-window.c:
1723         Add missing includes, fix indentation.
1724
1725         * shell/main.c:
1726         Fix indentation.
1727
1728 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1729
1730         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1731         ev_application_open_uri_at_dest instead of ev_application_open_uri
1732         preventing new document always being opened in a new window even if there
1733         is an empty window.
1734
1735 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1738         (egg_recent_view_uimanager_finalize):
1739         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1740         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1741         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1742         (ev_pixbuf_cache_dispose):
1743         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1744         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1745         
1746         Add missing chain to parent class methods. Fixes
1747         bug #433128.
1748
1749 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1750
1751         * data/Makefile.am (update-icon-cache): Updates
1752         gtk-update-icon-cache in uninstall-hook.
1753
1754 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * shell/ev-window.c: (ev_window_setup_document),
1757         (ev_window_set_document), (ev_window_load_job_cb):
1758         * shell/ev-view.c: (setup_caches):
1759         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1760
1761         Start rendering pages before any other jobs. 
1762
1763 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * shell/ev-window.c: (ev_window_stop_fullscreen),
1766         (ev_window_stop_presentation):
1767
1768         Update chrome visibility before window unfullscreen. 
1769
1770 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * data/Makefile.am:
1773         * data/evince-ui.xml:
1774         * shell/ev-stock-icons.[ch]:
1775         * shell/ev-application.[ch]: (ev_application_shutdown),
1776         (ev_application_init), (ev_application_get_toolbars_model):
1777         * shell/ev-window.c: (update_chrome_visibility),
1778         (fullscreen_toolbar_setup_item_properties),
1779         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1780         (ev_window_run_presentation), (ev_window_stop_presentation),
1781         (ev_window_run_preview), (ev_window_screen_changed),
1782         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1783         (ev_window_dispose), (ev_window_init):
1784
1785         Make fullscreen toolbar always visible. Do not use egg toolbars for
1786         fullscreen and preview modes since such toolbars are not editables.
1787         Fixes bugs #300278, #338910 and #316188.  
1788
1789 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1790
1791         * shell/ev-application.c:
1792         * shell/ev-job-queue.c:
1793         * shell/ev-metadata-manager.c:
1794         * shell/ev-stock-icons.c:
1795         * shell/ev-window.c:
1796         * shell/main.c:
1797         
1798         Developers documentation updated.
1799
1800 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1803
1804         Check whether uri is valid before launching it. Fixes bug #427664.
1805
1806 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * shell/ev-window.c:
1809
1810         Change key accelerator for Open a Copy menu entry which is in conflict
1811         with Close. Fixes bug #427321.
1812
1813 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1814
1815         * NEWS:
1816         * configure.ac:
1817         
1818         Update for release 0.8.1
1819
1820 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1821
1822         * shell/ev-window.c: (setup_size_from_metadata):
1823         
1824         Do not make window bigger than screen. Fixes bug 
1825         #388985.
1826
1827 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1830         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1831
1832         Use default resolution when it's not provided by document. Fixes bug
1833         #408762.
1834
1835 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * configure.ac:
1838         * thumbnailer/Makefile.am:
1839         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1840         * thumbnailer/evince-thumbnailer.schemas.in:
1841         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1842
1843         Add support for ps, eps and compressed documents thumbnails. Do not
1844         ignore size parameter. 
1845
1846 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1847
1848         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1849         (dvi_document_do_color_special):
1850         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1851
1852         Implement font color specials in the DVI backend. Fixes bug #303651.
1853
1854 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1855
1856         Fixup the previous commit:
1857
1858         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1859         * shell/xdg-user-dir-lookup.c: Make the function non-static
1860         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1861
1862 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1863
1864         * shell/ev-window.c (file_open_dialog_response_cb): Use
1865         the xdg-user-dirs DOCUMENTS folder as default folder when
1866         opening a file chooser.  (#424858)
1867
1868         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1869         xdg-user-dirs.
1870
1871 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * shell/ev-window.c: (ev_window_load_job_cb):
1874
1875         Do not setup view from metadata on preview mode. 
1876
1877 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * shell/main.c:
1880
1881         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1882
1883 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-view.c: (ev_view_primary_get_cb):
1886
1887         Check pointer != NULL before using it. Fixes bug #416841. 
1888
1889 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1890
1891         * NEWS:
1892         * configure.ac:
1893         
1894         Release 0.8.0
1895
1896 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1899
1900         Do not render thumbnails when sidebar thumbnail page is not visible
1901         at startup. Fixes bug #416447. 
1902
1903 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1904
1905         * data/evince.desktop.in.in:
1906
1907         "Application" is not a valid category in the freedesktop specification.
1908
1909 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1910
1911         * libdocument/ev-file-helpers.[ch]: (compression_run),
1912         (ev_file_uncompress), (ev_file_compress):
1913         * shell/ev-window.c: (file_save_dialog_response_cb):
1914
1915         Save document compressed when saving a copy of a compressed document.
1916         Fixes bug #334542.
1917
1918 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1921
1922         Allow deleting in goto window entry in presentation mode. 
1923
1924 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1925
1926         * Makefile.am: Dist MAINTAINERS.
1927
1928 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/ev-window.c: (ev_window_update_actions):
1931
1932         Fix zoom shortcut keys when searching. Fixes bug #409828.
1933
1934 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-window.c: (ev_window_setup_document):
1937
1938         Fix crash when loading documents with only one page. 
1939
1940 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * backend/dvi/dvi-document.c:
1943         (dvi_document_thumbnails_get_dimensions),
1944         (dvi_document_thumbnails_get_thumbnail):
1945         * backend/impress/impress-document.c:
1946         (impress_document_thumbnails_get_thumbnail),
1947         (impress_document_thumbnails_get_dimensions):
1948         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1949         (ps_document_thumbnails_get_dimensions):
1950         * backend/djvu/djvu-document.c:
1951         (djvu_document_thumbnails_get_dimensions),
1952         (djvu_document_thumbnails_get_thumbnail):
1953         * backend/tiff/tiff-document.c:
1954         (tiff_document_thumbnails_get_thumbnail),
1955         (tiff_document_thumbnails_get_dimensions):
1956         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1957         (pdf_document_thumbnails_get_thumbnail),
1958         (pdf_document_thumbnails_get_dimensions):
1959         * backend/comics/comics-document.c:
1960         (comics_document_thumbnails_get_thumbnail),
1961         (comics_document_thumbnails_get_dimensions):
1962         * backend/pixbuf/pixbuf-document.c:
1963         (pixbuf_document_thumbnails_get_thumbnail),
1964         (pixbuf_document_thumbnails_get_dimensions):
1965         * libdocument/ev-document-thumbnails.[ch]:
1966         (ev_document_thumbnails_get_thumbnail),
1967         (ev_document_thumbnails_get_dimensions):
1968         * libdocument/ev-document-misc.[ch]:
1969         (ev_document_misc_get_thumbnail_frame):
1970         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1971         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1972         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1973         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1974         (ev_sidebar_thumbnails_refresh):
1975         * shell/ev-window.c: (ev_window_setup_document):
1976         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1977
1978         Use an EvRenderContext for rendering thumbnails instead of a suggested
1979         width, so that different sized pages get sized proportionally.
1980
1981 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * shell/ev-view.c: (ev_view_button_press_event),
1984         (ev_view_key_press_event):
1985
1986         Fix critical warnings when there is no document loaded. 
1987
1988 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * shell/ev-page-action-widget.c:
1991         * shell/ev-navigation-action.c:
1992         * shell/ev-window.c:
1993
1994         Fix compile warnings. 
1995
1996 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * backend/djvu/djvu-text.h:
1999         * backend/djvu/djvu-document.c:
2000         * backend/djvu/djvu-text-page.c:
2001         * backend/djvu/djvu-links.c:
2002         * backend/djvu/djvu-text-page.h:
2003         * backend/djvu/djvu-text.c:
2004         
2005         Fix build on Mac. Fixes bug #392186. Patch by
2006         <ephraim_owns@hotmail.com>
2007
2008 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2011
2012         Restore cairo context before rendering every page when printing a PDF
2013         document into a PDF file. 
2014
2015 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * backend/ps/gstypes.h:
2018         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2019         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2020         (ps_document_thumbnails_get_thumbnail):
2021
2022         Handle PostScript page orientation. Fixes bug #318568.
2023
2024 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * backend/ps/Makefile.am:
2027         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2028         (document_load), (ps_document_load), (save_document),
2029         (save_page_list), (ps_document_get_n_pages),
2030         (ps_document_get_page_size), (ps_document_get_info),
2031         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2032         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2033         (ps_document_thumbnails_get_thumbnail),
2034         (ps_document_thumbnails_get_dimensions),
2035         (ps_document_document_thumbnails_iface_init):
2036         * backend/ps/ps.[ch]: (psgetpagebox):
2037         * backend/ps/ps-interpreter.[ch]:
2038
2039         Add support for thumbnails in ps backend. Fixes bug #164755. 
2040
2041 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2042
2043         * NEWS:
2044         * configure.ac:
2045         
2046         Release 0.7.2
2047
2048 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2051         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2052         (ev_window_dispose):
2053
2054         Use document thumbnail as window icon. Fixes bug #384442.
2055
2056 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2057
2058         * configure.ac:
2059
2060         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2061         duplicated adding application/x-bzpostscript instead. 
2062
2063 2007-02-11  Tom Parker  <palfrey@tevp.net>
2064
2065         * backend/ps/ps-document.c: (document_load):
2066
2067         Check return value of psscan before trying
2068         to use it. Fixes bug #372414.
2069
2070 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2073
2074         Fix invalid free in ev-page-cache. Fixes bug #404745.
2075
2076 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2077
2078         * test/Makefile.am:
2079         * test/test3.py:
2080         
2081         Added reload test case.
2082
2083 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * po/POTFILES.in:
2086         * backend/djvu/djvu-document.c: (djvu_document_load):
2087
2088         Check whether there are missing files in indirect multipage djvu
2089         documents. Fixes bug #361683. 
2090
2091 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2092
2093         * test/Makefile.am:
2094         * test/test-mime.bin:
2095         * test/test3.py:
2096         
2097         Added test for slow mime type
2098
2099 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2100
2101         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2102
2103         Add some checks and call parent_class->finalize. Fixes bug #404745.
2104
2105 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2106
2107         * shell/ev-navigation-action.c: (connect_proxy):
2108         
2109         Fixes dropdown history menu. Thanks a lot Carlos!
2110
2111 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2114
2115         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2116         bug #373715.
2117
2118 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * backend/ps/ps.c: (psscan):
2121
2122         Fix memory leak. 
2123
2124 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * configure.ac:
2127         * libdocument/ev-file-helpers.c: 
2128
2129         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2130
2131 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * configure.ac:
2134         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2135         (ps_interpreter_start), (document_load), (save_document),
2136         (save_page_list):
2137         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2138         * libdocument/ev-document-factory.c:
2139         (ev_document_factory_get_from_mime), (get_document_from_uri),
2140         (free_uncompressed_uri), (ev_document_factory_get_document):
2141         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2142
2143         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2144
2145 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * libdocument/ev-document.h:
2148
2149         Fix typo in function name. 
2150
2151 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * backend/ps/ps-document.c: (ps_interpreter_finished),
2154         (ps_interpreter_start), (ps_interpreter_failed):
2155
2156         Handle ghostscript interpreter crashes. 
2157
2158 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * shell/ev-window.c: (ev_window_open_uri),
2161         (window_configure_event_cb):
2162
2163         Setup window size and position before showing it. Fixes bug #401711.
2164
2165 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * backend/ps/Makefile.am:
2168         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2169         (ps_document_dispose), (ps_document_class_init),
2170         (ps_interpreter_input), (ps_interpreter_output),
2171         (ps_interpreter_error), (setup_interpreter_env),
2172         (ps_interpreter_start), (ps_interpreter_stop),
2173         (ps_interpreter_failed), (ps_interpreter_is_ready),
2174         (check_filecompressed), (document_load), (ps_document_load),
2175         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2176         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2177         (render_page):
2178
2179         Rework ps-document. Code cleanups, remove deprecated code. 
2180
2181 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-view.c: (ev_view_button_press_event):
2184
2185         Do not start an image drag and drop operation when pointer is on 
2186         text, so that we can select text when the whole background is an
2187         image. 
2188
2189 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * shell/ev-window.c: (ev_window_update_actions): 
2192
2193         Disable all zoom related actions during presentation mode. 
2194
2195 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2196
2197         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2198
2199         Do not zoom in or out on presentation mode. Fixes bug #401305.
2200
2201 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2202
2203         * shell/ev-navigation-action.c: (connect_proxy),
2204         (create_menu_item), (ev_navigation_action_class_init):
2205         
2206         Correctly show menu and fix crash when navigaton 
2207         action is out of toolbar visible area.
2208
2209 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2210
2211         * data/Makefile.am:
2212         * data/evince.1:
2213         
2214         Added man file
2215
2216 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2217
2218         * help/reference/* :
2219         * configure.ac:
2220         
2221         Added gtk-doc based documentation for Evince.
2222         Still in initial state but I hope it will
2223         grow.
2224         
2225         * configure.ac:
2226         
2227         Lower dbus requirement to 0.70
2228
2229 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * shell/ev-window.c: (ev_window_add_history):
2232
2233         Fix memory leak. 
2234
2235 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2236
2237         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2238         * shell/ev-view.h:
2239         * shell/ev-window.c: (ev_window_add_history):
2240         
2241         Correctly handle named destination links
2242
2243 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2244
2245         * NOTES:
2246         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2247         * backend/pdf/ev-poppler.cc:
2248         * libdocument/ev-document-links.h:
2249         * libdocument/ev-link.c: (ev_link_get_page):
2250         * libdocument/ev-link.h:
2251         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2252         (ev_history_add_link):
2253         * shell/ev-history.h:
2254         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2255         (new_history_menu_item), (build_menu):
2256         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2257         * shell/ev-sidebar-links.c: (create_loading_model),
2258         (print_section_cb), (ev_sidebar_links_construct),
2259         (fill_page_labels), (update_page_callback_foreach),
2260         (update_page_callback), (job_finished_callback):
2261         * shell/ev-view.c: (ev_view_handle_link):
2262         * shell/ev-window.c: (ev_window_find_chapter),
2263         (ev_window_add_history), (view_handle_link_cb),
2264         (history_changed_cb):
2265         
2266         Implements another history variant
2267
2268 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * shell/ev-window.c: (view_external_link_cb):
2271         * shell/ev-view.c: (ev_view_button_release_event):
2272
2273         Open links in new window when clicking with middle button. 
2274
2275 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2276
2277         * shell/ev-navigation-action.c: (new_history_menu_item):
2278         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2279         * shell/ev-view.c: (ev_view_handle_link):
2280         * shell/ev-window.c:
2281         
2282         Store link before jump, not the destination. For me it 
2283         seems like more natural history behavior.
2284
2285 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2286
2287         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2288         (ev_navigation_action_class_init):
2289         * shell/ev-navigation-action.h:
2290         * shell/ev-page-action.c: (activate_cb):
2291         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2292         (ev_page_cache_set_current_page_history):
2293         * shell/ev-page-cache.h:
2294         * shell/ev-sidebar-thumbnails.c:
2295         (ev_sidebar_tree_selection_changed),
2296         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2297         * shell/ev-view-private.h:
2298         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2299         * shell/ev-view.h:
2300         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2301         (ev_window_setup_document), (ev_window_load_job_cb):
2302         * shell/ev-window.h:
2303         
2304         History finally works as expected.
2305
2306 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2309
2310         Do not update links treeview if it doesn't have a model assigned yet. 
2311
2312 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2315         (ev_sidebar_links_class_init), (update_page_callback):
2316
2317         Do not update links treeview when sidepane is not visible. 
2318
2319 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2320
2321         * shell/ev-marshal.list:
2322         * shell/ev-page-action.c: (activate_cb),
2323         (ev_page_action_class_init):
2324         * shell/ev-page-action.h:
2325         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2326         * shell/ev-window.c:
2327         
2328         Remove activate_link signal, not required.
2329
2330 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2331
2332         * shell/ev-navigation-action.c: (build_menu):
2333         
2334         Reorder menu items and build menu with fixed length.
2335
2336 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2337
2338         * shell/ev-view.c: (get_selected_text):
2339         
2340         Normalize text to fix ligatures problem. See bug
2341         #341947 for details.
2342
2343 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2346
2347         Fix memory leak in ev-page-cache. 
2348
2349 2007-01-25  Tom Parker <palfrey@tevp.net>
2350
2351         * backend/impress/impress-document.c: (impress_document_load),
2352         (impress_document_finalize), (impress_document_init):
2353         * properties/ev-properties-main.c: (ev_properties_get_pages):
2354         
2355         Correctly handle impress document errors. Fixes nautilus
2356         crash in property page #370491.
2357
2358 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2361         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2362         (ev_job_queue_remove_job):
2363         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2364         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2365         (ev_job_load_run):
2366         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2367         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2368         (ev_window_load_job_cb), (xfer_update_progress_callback),
2369         (ev_window_open_uri), (ev_window_dispose):
2370         * shell/main.c: (main):
2371
2372         Do file transfer asynchronously in the main thread instead of
2373         synchronously in the load thread. Fixes bugs #399694, #398307 and
2374         #343542.
2375
2376 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-jobs.c: (ev_job_xfer_run):
2379
2380         Load the document with the font-config lock held. 
2381
2382 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * backend/ps/ps-document.c: (start_interpreter):
2385
2386         Fix memory leaks in ps backend. 
2387
2388 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * backend/impress/impress-document.c:
2391         (impress_document_render_pixbuf):
2392
2393         Do not acquire fontconfig lock in impress backend, since it is using
2394         the main loop for rendering. 
2395
2396 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * po/POTFILES.in: 
2399
2400         Remove mdvi files that shouldn't be translated. 
2401
2402 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * shell/ev-view-private.h:
2405         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2406         (ev_view_set_zoom):
2407
2408         Render "loading..." text into a cairo surface instead of directly into
2409         the window so that fontconfig lock is only needed once and UI is not
2410         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2411
2412 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2415         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2416
2417         Use icon theme associated with the window screen rather than default. 
2418
2419 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2420
2421         * configure.ac:
2422
2423         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2424
2425 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2426
2427         * data/icons/*/apps/evince.*:
2428
2429         Move Evince icons under new apps directory.
2430
2431         * data/icons/*/actions/*:
2432
2433         Add new custom themeable Evince icons: view-page-continuous, 
2434         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2435         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2436
2437         * configure.ac:
2438
2439         Add new directories to AC_CONFIG_FILES.
2440
2441         * shell/ev-stock-icons.c:
2442         * shell/ev-stock-icons.h:
2443
2444         Use new custom themeable icons.
2445
2446 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2449
2450         Do not draw white background page in presentation mode. 
2451
2452 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2453
2454         * shell/ev-view.c: Remove unused gnome-vfs include.
2455
2456 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2457
2458         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2459         
2460         Format string is corrected, fixes bug #397129.
2461
2462 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * shell/ev-window.c: (ev_window_setup_recent):
2465
2466         Do not include in recent menu inexistent documents. Fixes
2467         bug #339171.
2468
2469 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * po/POTFILES.skip: 
2472
2473         Update POTFILES.skip file according to current source tree. 
2474
2475 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-window.c: (file_save_dialog_response_cb):
2478
2479         Do Save a copy in atomic way. Fixes bug #328266. 
2480
2481 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2484
2485         Keep selected cell always visible in index treeview.
2486
2487 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2488         
2489         * shell/ev-view.c: (ev_view_size_allocate):
2490
2491         Restore horizontal scrollbar after switching to/from fullscreen
2492         or presentation mode. Fixes bug #331728.
2493
2494 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * shell/ev-view-private.h:
2497         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2498         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2499         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2500         (ev_view_can_zoom_out):
2501
2502         Use max and min scale values in the view iby taking dpi into account. 
2503
2504 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * configure.ac:
2507         * NEWS:
2508
2509         Release 0.7.1
2510
2511 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * shell/ev-window.c: (ev_window_print_send):
2514
2515         Send print job to printer with some settings set to default values,
2516         since we have already exported to a file according to such settings
2517         and they could be taken twice by some printers. 
2518
2519 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-jobs.c: (ev_job_xfer_run):
2522         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2523
2524         Show main window and load document with the font-config lock held. 
2525
2526 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * configure.ac:
2529         * shell/ev-application.c: (ev_application_register_service):
2530         * shell/main.c: (load_files_remote):
2531
2532         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2533
2534 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2535
2536         * doc/debugging.txt:
2537         
2538         Remove obsolete documentation.
2539
2540 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2541
2542         * Makefile.am:
2543         * backend/Makefile.am:
2544         * backend/comics/Makefile.am:
2545         * backend/djvu/Makefile.am:
2546         * backend/dvi/Makefile.am:
2547         * backend/ev-async-renderer.c:
2548         * backend/ev-async-renderer.h:
2549         * backend/ev-attachment.c:
2550         * backend/ev-attachment.h:
2551         * backend/ev-backend-marshal.c:
2552         * backend/ev-document-factory.c:
2553         * backend/ev-document-factory.h:
2554         * backend/ev-document-find.c:
2555         * backend/ev-document-find.h:
2556         * backend/ev-document-fonts.c:
2557         * backend/ev-document-fonts.h:
2558         * backend/ev-document-images.c:
2559         * backend/ev-document-images.h:
2560         * backend/ev-document-info.h:
2561         * backend/ev-document-links.c:
2562         * backend/ev-document-links.h:
2563         * backend/ev-document-misc.c:
2564         * backend/ev-document-misc.h:
2565         * backend/ev-document-security.c:
2566         * backend/ev-document-security.h:
2567         * backend/ev-document-thumbnails.c:
2568         * backend/ev-document-thumbnails.h:
2569         * backend/ev-document-transition.c:
2570         * backend/ev-document-transition.h:
2571         * backend/ev-document.c:
2572         * backend/ev-document.h:
2573         * backend/ev-file-exporter.c:
2574         * backend/ev-file-exporter.h:
2575         * backend/ev-image.c:
2576         * backend/ev-image.h:
2577         * backend/ev-link-action.c:
2578         * backend/ev-link-action.h:
2579         * backend/ev-link-dest.c:
2580         * backend/ev-link-dest.h:
2581         * backend/ev-link.c:
2582         * backend/ev-link.h:
2583         * backend/ev-render-context.c:
2584         * backend/ev-render-context.h:
2585         * backend/ev-selection.c:
2586         * backend/ev-selection.h:
2587         * backend/impress/Makefile.am:
2588         * backend/pdf/Makefile.am:
2589         * backend/pixbuf/Makefile.am:
2590         * backend/ps/Makefile.am:
2591         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2592         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2593         (start_interpreter), (stop_interpreter), (document_load),
2594         (ps_document_next_page), (render_page):
2595         * backend/tiff/Makefile.am:
2596         * comics/Makefile.am:
2597         * comics/comics-document.c:
2598         * comics/comics-document.h:
2599         * configure.ac:
2600         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2601         * djvu/Makefile.am:
2602         * djvu/djvu-document-private.h:
2603         * djvu/djvu-document.c:
2604         * djvu/djvu-document.h:
2605         * djvu/djvu-links.c:
2606         * djvu/djvu-links.h:
2607         * djvu/djvu-text-page.c:
2608         * djvu/djvu-text-page.h:
2609         * djvu/djvu-text.c:
2610         * djvu/djvu-text.h:
2611         * dvi/Makefile.am:
2612         * dvi/dvi-document.c:
2613         * dvi/dvi-document.h:
2614         * dvi/fonts.c:
2615         * dvi/fonts.h:
2616         * dvi/mdvi-lib/Makefile.am:
2617         * dvi/mdvi-lib/afmparse.c:
2618         * dvi/mdvi-lib/afmparse.h:
2619         * dvi/mdvi-lib/bitmap.c:
2620         * dvi/mdvi-lib/bitmap.h:
2621         * dvi/mdvi-lib/color.c:
2622         * dvi/mdvi-lib/color.h:
2623         * dvi/mdvi-lib/common.c:
2624         * dvi/mdvi-lib/common.h:
2625         * dvi/mdvi-lib/defaults.h:
2626         * dvi/mdvi-lib/dvimisc.c:
2627         * dvi/mdvi-lib/dviopcodes.h:
2628         * dvi/mdvi-lib/dviread.c:
2629         * dvi/mdvi-lib/files.c:
2630         * dvi/mdvi-lib/font.c:
2631         * dvi/mdvi-lib/fontmap.c:
2632         * dvi/mdvi-lib/fontmap.h:
2633         * dvi/mdvi-lib/fontsrch.c:
2634         * dvi/mdvi-lib/gf.c:
2635         * dvi/mdvi-lib/hash.c:
2636         * dvi/mdvi-lib/hash.h:
2637         * dvi/mdvi-lib/list.c:
2638         * dvi/mdvi-lib/mdvi.h:
2639         * dvi/mdvi-lib/pagesel.c:
2640         * dvi/mdvi-lib/paper.c:
2641         * dvi/mdvi-lib/paper.h:
2642         * dvi/mdvi-lib/pk.c:
2643         * dvi/mdvi-lib/private.h:
2644         * dvi/mdvi-lib/setup.c:
2645         * dvi/mdvi-lib/sp-epsf.c:
2646         * dvi/mdvi-lib/special.c:
2647         * dvi/mdvi-lib/sysdeps.h:
2648         * dvi/mdvi-lib/t1.c:
2649         * dvi/mdvi-lib/tfm.c:
2650         * dvi/mdvi-lib/tfmfile.c:
2651         * dvi/mdvi-lib/tt.c:
2652         * dvi/mdvi-lib/util.c:
2653         * dvi/mdvi-lib/vf.c:
2654         * dvi/pixbuf-device.c:
2655         * dvi/pixbuf-device.h:
2656         * impress/Makefile.am:
2657         * impress/common.h:
2658         * impress/document.c:
2659         * impress/f_oasis.c:
2660         * impress/f_oo13.c:
2661         * impress/iksemel.c:
2662         * impress/iksemel.h:
2663         * impress/imposter.h:
2664         * impress/impress-document.c:
2665         * impress/impress-document.h:
2666         * impress/internal.h:
2667         * impress/r_back.c:
2668         * impress/r_draw.c:
2669         * impress/r_geometry.c:
2670         * impress/r_gradient.c:
2671         * impress/r_style.c:
2672         * impress/r_text.c:
2673         * impress/render.c:
2674         * impress/render.h:
2675         * impress/zip.c:
2676         * impress/zip.h:
2677         * lib/Makefile.am:
2678         * lib/ev-debug.c:
2679         * lib/ev-debug.h:
2680         * lib/ev-file-helpers.c:
2681         * lib/ev-file-helpers.h:
2682         * lib/ev-gui.c:
2683         * lib/ev-gui.h:
2684         * lib/ev-tooltip.c:
2685         * lib/ev-tooltip.h:
2686         * libdocument/Makefile.am:
2687         * libdocument/ev-file-helpers.c:
2688         * pdf/Makefile.am:
2689         * pdf/ev-poppler.cc:
2690         * pdf/ev-poppler.h:
2691         * pixbuf/Makefile.am:
2692         * pixbuf/pixbuf-document.c:
2693         * pixbuf/pixbuf-document.h:
2694         * properties/Makefile.am:
2695         * ps/Makefile.am:
2696         * ps/gsdefaults.c:
2697         * ps/gsdefaults.h:
2698         * ps/gsio.c:
2699         * ps/gsio.h:
2700         * ps/gstypes.h:
2701         * ps/ps-document.c:
2702         * ps/ps-document.h:
2703         * ps/ps.c:
2704         * ps/ps.h:
2705         * shell/Makefile.am:
2706         * shell/ev-application.h:
2707         * shell/ev-sidebar-links.c:
2708         * shell/ev-sidebar-links.h:
2709         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2710         (ev_gui_menu_position_tree_selection):
2711         * shell/ev-utils.h:
2712         * shell/ev-view.c: (ev_view_finalize):
2713         * shell/ev-window.c:
2714         * shell/main.c: (main):
2715         * thumbnailer/Makefile.am:
2716         * tiff/Makefile.am:
2717         * tiff/tiff-document.c:
2718         * tiff/tiff-document.h:
2719         * tiff/tiff2ps.c:
2720         * tiff/tiff2ps.h:
2721         
2722         Reorganize source tree.
2723
2724 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * backend/ev-document-factory.c:
2727
2728         Do not include ev-poppler.h when pdf is disabled. 
2729
2730 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * configure.ac:
2733         * data/evince-ui.xml:
2734         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2735         (pdf_document_document_images_iface_init):
2736         * backend/Makefile.am:
2737         * backend/ev-document-images.[ch]:
2738         * backend/ev-image.[ch]:
2739         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2740         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2741         (ev_job_xfer_run):
2742         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2743         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2744         (ev_pixbuf_cache_get_image_mapping):
2745         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2746         (view_menu_popup_cb), (ev_window_dispose),
2747         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2748         (ev_view_popup_cmd_copy_image):
2749         * shell/ev-view-private.h:
2750         * shell/ev-view.c: (ev_view_get_image_at_location),
2751         (ev_view_do_popup_menu), (ev_view_popup_menu),
2752         (ev_view_button_press_event), (ev_view_drag_data_get),
2753         (ev_view_drag_motion), (ev_view_drag_data_received),
2754         (ev_view_motion_notify_event), (ev_view_button_release_event),
2755         (ev_view_finalize), (ev_view_class_init):
2756
2757         Add image handling support. Fixes bugs #310008 and #325047. Images
2758         selection is not supported yet. 
2759
2760 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2763         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2764         (ev_view_init):
2765
2766         Move view drag and drop stuff to ev-view.
2767
2768 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2771         * shell/ev-view.c: (clear_selection): 
2772
2773         Clear selection also in pixbuf cache.
2774
2775 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2776
2777         * data/evince.desktop.in.in:
2778         
2779         Change icon name in desktop file. See bug #390734
2780         for details.
2781
2782 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2783
2784         * thumbnailer/Makefile.am:
2785
2786         Use top_builddir instead top_srcdir for generated schema
2787         file installation. Fixes bug #390161.
2788
2789 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * configure.ac:
2792         * backend/Makefile.am:
2793         * backend/ev-document-transition.[ch]:
2794         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2795         (pdf_document_page_transition_iface_init):
2796         * shell/ev-view-private.h:
2797         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2798         (ev_view_set_presentation), (transition_next_page),
2799         (ev_view_presentation_transition_stop),
2800         (ev_view_presentation_transition_start), (ev_view_next_page):
2801
2802         Add page transition support in presentation mode. At the moment only
2803         page duration is supported, but not transition effects. Fixes bug
2804         #309815.
2805
2806 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2809
2810         Run find_link_dest with document lock held, since it's called by links
2811         thread and main thread at the same time. 
2812
2813 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * shell/ev-view.c: (goto_dest):
2816
2817         Update page-cache when page is changed by the view, so that
2818         page-changed signal is emitted. 
2819
2820 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * test/test1.py:
2823         * test/test2.py:
2824
2825         Use C locale in tests. 
2826
2827 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-window.c: (ev_window_run_presentation):
2830         * shell/ev-view-private.h:
2831         * shell/ev-view.c: (ev_view_set_presentation):
2832
2833         Restore zoom settings when back from presentation mode. 
2834
2835 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2836
2837         * shell/ev-window.c: (ev_window_run_presentation):
2838
2839         Always use "best fit" zoom in presentation mode.
2840         Fixes bug #389195.
2841
2842 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2843
2844         * shell/ev-view.c: (ev_view_goto_window_create):
2845
2846         Show "Jump to page" label in the page jumping popup in
2847         presentation mode instead of just a GtkEntry.
2848
2849 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * shell/ev-window.c: (launch_external_uri):
2852
2853         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2854         #378085.
2855
2856 2006-12-22  Elijah Newren  <newren gmail com>
2857
2858         * configure.ac: explicitly check for libxml2.  Fixes #388795
2859
2860 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * shell/ev-view-private.h:
2863         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2864         (ev_view_goto_window_delete_event), (key_is_numeric),
2865         (ev_view_goto_window_key_press_event),
2866         (ev_view_goto_window_button_press_event),
2867         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2868         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2869         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2870
2871         Allow jumping to another page by typing a page number in presentation
2872         mode. It uses a popup window with an entry. Fixes bug #353625.
2873
2874 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2875
2876         * configure.ac:
2877         * properties/ev-properties-view.c: (ev_get_default_user_units),
2878         (ev_regular_paper_size):
2879         
2880         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2881         to Damien Carbery <damien.carbery@sun.com> and
2882         Yevgen Muntyan <muntyan@tamu.edu>.
2883
2884 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2885
2886         * shell/ev-window.c: (setup_document_from_metadata):
2887
2888         Make sure Evince doesn't restore the view on the last
2889         page when a document is reopened. Fixes bug #383381.
2890
2891 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2892
2893         * shell/ev-view.c: (draw_loading_text):
2894
2895         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2896
2897 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * configure.ac:
2900         * NEWS:
2901
2902         Release 0.7.0
2903
2904 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * configure.ac:
2907         * pdf/ev-poppler.cc: (pdf_print_context_free),
2908         (pdf_document_file_exporter_begin),
2909         (pdf_document_file_exporter_do_page):
2910
2911         Make cairo-pdf depedency optional. 
2912
2913 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2916
2917         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2918
2919 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2922         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2923         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2924         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2925         * shell/ev-view.c: (draw_loading_text):
2926         * shell/ev-window.c: (ev_window_cmd_file_properties):
2927
2928         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2929         related to using FontConfig from different threads.
2930         
2931 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-view.c: (draw_loading_text):
2934
2935         Acquire lock document when drawing "Loading..." text so that only one
2936         thread will use FontConfig at the same time. Fixes bug #374750.
2937
2938 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-page-action.[ch]: (activate_cb):
2941         * shell/ev-window.c: (activate_label_cb):
2942
2943         Check if text inserted in page entry is a valid page number when it
2944         doesn't match to any document page label. Fixes bug #383165.
2945
2946 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2947         * shell/ev-window.c:
2948
2949         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2950         available with GTK < 2.10. Added an ifdef to avoid compilation
2951         error.
2952
2953 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2957
2958         Fix ps backend in multihead systems.
2959
2960 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2963         * shell/ev-window.c: (ev_window_get_screen_dpi),
2964         (ev_window_update_actions), (setup_view_from_metadata),
2965         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2966
2967         Take screen DPI into account when zooming. Fixes bug #318285.
2968
2969 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2970
2971         * data/Makefile.am:
2972
2973         Cleaned up/slightly refactored Makefile.am. Added GConf
2974         schemas uninstallation as well.
2975
2976 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2977
2978         * Makefile.am:
2979         * test/Makefile.am:
2980
2981         Fight with autotools to fix make check. Make distcheck
2982         works fine as well now!
2983
2984 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2985
2986         * shell/ev-view.c: (draw_end_presentation_page):
2987
2988         Corrected "end of presentation" string.
2989
2990 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2991
2992         * shell/ev-view.c: (ev_view_key_press_event):
2993
2994         Correctly propagate key press event so that up/down keys
2995         work as expected (correct behaviour was broken by
2996         black/white screen key bindings for presentations).
2997
2998 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3001         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3002         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3003         (pdf_selection_get_selection_region),
3004         (pdf_selection_get_selection_map):
3005
3006         Add "static" to some private functions. 
3007
3008 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3009
3010         * lib/ev-tooltip.h:
3011         * properties/ev-properties-view.h:
3012         * shell/ev-jobs.h:
3013         * shell/ev-properties-dialog.h:
3014         * shell/ev-properties-fonts.h:
3015         * shell/ev-sidebar-links.h:
3016         * shell/ev-sidebar-thumbnails.h:
3017         * shell/ev-sidebar.h:
3018         * shell/ev-window.h:
3019         
3020         Fixes CHACK type in class casts. See bug #385343
3021         for details.
3022
3023 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * shell/ev-view-private.h:
3026         * shell/ev-view.c: (draw_end_presentation_page),
3027         (ev_view_expose_event), (ev_view_key_press_event),
3028         (ev_view_class_init), (ev_view_init):
3029
3030         Blank screen in presentation mode when pressing 'b' (filling with
3031         black) or 'w' (filling with white) keys. Fixes bug #358132.
3032
3033 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3034
3035         * data/evince-toolbar.xml:
3036         * shell/ev-window.c:
3037         
3038         Use stock icon for Select All action. Fixes
3039         bug #382652.
3040
3041 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3042
3043         * shell/ev-view.c: (get_doc_point_from_offset),
3044         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3045
3046         Add links support in rotated documents. Fixes bug #343733.
3047
3048 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * shell/ev-view-private.h:
3051         * shell/ev-view.c: (draw_end_presentation_page),
3052         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3053
3054         Show a blank page after the last page in presentation mode with a
3055         message indicating that presentation has finished and how to exit. 
3056
3057 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * shell/ev-window.c: (fullscreen_timeout_cb):
3060
3061         Hide cursor after a while in presentation mode. 
3062
3063 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3064
3065         * backend/ev-document-info.h:
3066         * data/evince-properties.glade:
3067         * pdf/ev-poppler.cc:
3068         * properties/ev-properties-view.c: (ev_regular_paper_size),
3069         (ev_properties_view_set_info):
3070         * ps/ps-document.c: (ps_document_get_info):
3071
3072         Adds a paper size field to the properties dialog. Fixes
3073         bug #307315. Patch by Kasper Svendsen (with some i18n
3074         changes done by me).
3075
3076 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3077
3078         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3079         (screensaver_init_dbus), (totem_scrsaver_new),
3080         (totem_scrsaver_init):
3081         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3082         * shell/ev-application.c: (ev_application_register_service),
3083         (ev_application_screensaver_enable),
3084         (ev_application_screensaver_disable):
3085         * shell/ev-application.h:
3086         * shell/ev-window.c: (ev_window_run_presentation),
3087         (ev_window_stop_presentation), (build_comments_string),
3088         (ev_window_init):
3089         
3090         Move screensaver handling to application. No more
3091         message on startup.
3092
3093 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3094
3095         * configure.ac:
3096         * backend/Makefile.am:
3097         * backend/ev-file-exporter.[ch]:
3098         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3099         * ps/ps-document.c: (ps_document_file_exporter_*):
3100         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3101         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3102         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3103         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3104
3105         Allow printing to PDF when suppoted by the backend.
3106         
3107 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * shell/ev-window.c: (build_comments_string):
3110
3111         Use always "Document Viewer" in about dialog. 
3112
3113 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * djvu/djvu-document.c: (djvu_document_get_page_size):
3116
3117         Display a warning message when get_pageinfo fails. 
3118
3119 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3120
3121         * Makefile.am:
3122         * backend/Makefile.am:
3123         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3124         * configure.ac:
3125         * shell/ev-window.c: (build_comments_string):
3126         
3127         Make pdf compilation optional. See bug #38007.
3128
3129 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * ps/ps.c: (get_next_text):
3132
3133         Fix CVE-2006-5864.
3134
3135 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3138         * shell/ev-navigation-action.c: (connect_proxy),
3139         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3140         
3141         Do not call g_type_class_peek_parent twice.
3142
3143 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3144
3145         * configure.ac:
3146         * data/icons/24x24/.cvsignore:
3147         * data/icons/24x24/Makefile.am:
3148         * data/icons/24x24/evince.png:
3149         * data/icons/Makefile.am:
3150         
3151         Add 24x24 icon. Thanks to 
3152         Michael Monreal <infernux@web.de>.
3153
3154 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3155
3156         * configure.ac: Fix typo in configure.ac. Thanks
3157         to dmacks@netspace.org for notification.
3158
3159 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3160
3161         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3162         
3163         Drop dbus include, fixes compilation with older dbus.
3164
3165 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3166
3167         * configure.ac:
3168         * cut-n-paste/Makefile.am:
3169         * cut-n-paste/totem-screensaver/.cvsignore
3170         * cut-n-paste/totem-screensaver/Makefile.am:
3171         * cut-n-paste/totem-screensaver/README:
3172         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3173         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3174         * shell/Makefile.am:
3175         * shell/ev-window.c: (ev_window_run_presentation),
3176         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3177         (ev_window_init):
3178
3179         Implemented screensaver enabling/disabling for
3180         presentation mode (not fullscreen mode). Code stolen
3181         from Totem (with some minor tweaks). Fixes bug #338889.
3182
3183 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3184
3185         * configure.ac:
3186
3187         Bump gnome-icon-theme requirements. We use the rotation
3188         icons that appeared recently.
3189
3190 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3191
3192         * shell/ev-history.c: (ev_history_add_page):
3193         * shell/ev-history.h:
3194         * shell/ev-window.c: (page_changed_cb):
3195         
3196         Use page labels instead of numbers.
3197
3198 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3199
3200         * data/evince-toolbar.xml:
3201         * po/POTFILES.in:
3202         * shell/Makefile.am:
3203         * shell/ev-navigation-action-widget.c:
3204         (ev_navigation_action_widget_init),
3205         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3206         (menu_detacher), (ev_navigation_action_widget_set_menu),
3207         (menu_position_func), (popup_menu_under_arrow),
3208         (ev_navigation_action_widget_toggled),
3209         (ev_navigation_action_widget_button_press_event):
3210         * shell/ev-navigation-action-widget.h:
3211         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3212         (ev_navigation_action_set_window), (activate_menu_item_cb),
3213         (new_history_menu_item), (new_empty_history_menu_item),
3214         (build_menu), (menu_activated_cb), (connect_proxy),
3215         (create_tool_item), (ev_navigation_action_init),
3216         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3217         * shell/ev-navigation-action.h:
3218         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3219         (ev_page_action_widget_set_page_cache),
3220         (ev_page_action_widget_finalize),
3221         (ev_page_action_widget_class_init), (match_selected_cb),
3222         (display_completion_text), (match_completion), (build_new_tree_cb),
3223         (get_filter_model_from_model),
3224         (ev_page_action_widget_update_model):
3225         * shell/ev-page-action-widget.h:
3226         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3227         (connect_proxy):
3228         * shell/ev-page-action.h:
3229         * shell/ev-stock-icons.c:
3230         * shell/ev-stock-icons.h:
3231         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3232         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3233         (register_custom_actions):
3234         * shell/main.c:
3235         
3236         Preliminary history implementation
3237
3238 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3239
3240         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3241         (dvi_document_class_init), (dvi_document_init_params):
3242         * dvi/mdvi-lib/font.c: (font_reference):
3243         
3244         Add reference to subfont. Fixes bug #374277.
3245
3246 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3249         (ev_window_cmd_file_open_copy_at_dest):
3250
3251         Fix a race condition when creating symlink. Increase the counter
3252         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3253         Mathias Hasselmann).
3254
3255 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * backend/Makefile.am:
3258         * backend/ev-attachment.c: (ev_attachment_open):
3259         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3260         (ev_tmp_dir), (ev_tmp_filename):
3261         * shell/ev-sidebar-attachments.c:
3262         (ev_sidebar_attachments_drag_data_get):
3263         * shell/ev-window.c: (ev_window_clear_temp_file):
3264
3265         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3266         in ensure_dir_exists. Abort without crashing when we can't create
3267         user's directory.
3268
3269 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * data/evince-ui.xml:
3272         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3273         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3274         (ev_window_cmd_file_open_copy_at_dest),
3275         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3276         (ev_view_popup_cmd_open_link_new_window):
3277
3278         Allow opening a copy of the current document in a new window. Fixes bug
3279         #357472
3280
3281 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3282
3283         * data/evince-toolbar.xml:
3284         
3285         Add rotate right and rotate left to available items for toolbar.
3286         
3287         * data/evince-ui.xml:
3288         * shell/ev-window.c: (ev_window_init):
3289         
3290         Customize toolbar with right click. Fixes bug #372451.
3291
3292 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3293
3294         * shell/ev-window.c: 
3295         
3296         Use "object-rotate-{left,right}" stock icons. Fixes 
3297         bug #373863.
3298
3299 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3302         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3303         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3304         (ev_window_open_uri):
3305         * shell/main.c: (arguments_parse):
3306
3307         Remove temp file created when evince is used by GTK+ in
3308         preview mode. Fixes bug #365282. 
3309
3310 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3311
3312         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3313         
3314         Fixes bug #372474 - Side pane disabled when entering 
3315         and leaving fullscreen mode.
3316
3317 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3318
3319         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3320         * data/Makefile.am:
3321         * data/evince-preview-toolbar.xml:
3322         * data/evince-toolbar.xml:
3323         * shell/ev-application.c: (ev_application_shutdown),
3324         (ev_application_init), (ev_application_get_toolbars_model):
3325         * shell/ev-application.h:
3326         * shell/ev-window.c: (update_chrome_visibility),
3327         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3328         (ev_window_cmd_edit_toolbar), (ev_window_init):
3329         
3330         Fixes bug #364364 - toolbar editor shows zoom actions again.
3331
3332 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3335
3336         Do not take margins into consideration for paper size when printing.
3337         Really fixes bug #350491.
3338
3339 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * data/evince-ui.xml:
3342         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3343         (ev_window_cmd_file_print_setup),
3344         (ev_window_print_dialog_response_cb),
3345         (ev_window_setup_action_sensitivity):
3346
3347         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3348
3349 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-window.c: (ev_window_print_range):
3352
3353         Revert my previuos commit, since printing to PDF is not supported by
3354         evince yet. 
3355
3356 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-window.c: (ev_window_print_range):
3359
3360         Enable print to a PDF. Fixes bug #332121.
3361
3362 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * shell/ev-application-service.xml:
3365         * shell/ev-application.[ch]: (ev_application_open_window),
3366         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3367         (ev_application_open_uri), (ev_application_open_uri_list):
3368         * shell/ev-window.c: (file_open_dialog_response_cb),
3369         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3370         (drag_data_received_cb), (open_remote_link):
3371         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3372
3373         Add support for multiscreen systems. Fixes bug #316206.
3374
3375 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3376
3377         * shell/ev-jobs.[ch]: (ev_job_print_new),
3378         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3379         (ev_job_print_do_page):
3380         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3381
3382         Allow printing only odd/even pages. Fixes bug #367289.
3383
3384 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3385
3386         * test/test1.py:
3387         * test/test2.py:
3388
3389         Re-add locale settings to test files.
3390
3391 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3392
3393         * data/evince-ui.xml:
3394         * shell/ev-window.c: (set_action_properties):
3395         
3396         Removed garbage from code and ui.
3397
3398 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3399
3400         * shell/ev-window.c: (ev_window_cmd_help_about):
3401
3402         Shamelessly add my name to the list of contributors.
3403
3404 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3405
3406         * test/test1.py:
3407         * test/test2.py:
3408
3409         Cleaned up the dogtail scripts.
3410
3411 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3412
3413         * shell/ev-view.c: (draw_loading_text): Don't render
3414         "loading..." text in presentation mode. Temporary
3415         workaround for bug #320352.
3416
3417 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3420         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3421
3422         Use print settings scale, copies, collate and reverse which were
3423         ignored. Fixes bug #359032.
3424
3425 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3426
3427         * configure.ac:
3428         * data/evince-password.glade:
3429         * test/Makefile.am:
3430         * test/test-encrypt.pdf:
3431         * test/test-links.pdf:
3432         * test/test1.py:
3433         * test/test2.py:
3434
3435         Add automated UI tests for evince with dogtail. See
3436         bug #300948.    
3437
3438 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3441
3442         Hide fullscreen toolbar when switching to another desktop workspace.
3443         Fixes bug #338871
3444
3445 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3446
3447         * shell/ev-window-title.c: 
3448         
3449         Test for .dvi in title of pdf documents.
3450
3451 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3452
3453         * shell/ev-view.c: (ev_view_scroll):
3454
3455         Page Up/Down should do page jumps in "Best fit" mode.
3456         If a user has explicitly chosen to view exactly one page
3457         at a time, scrolling just a part of the page when
3458         pressing Page Up/Down is not right. Fixes bug #323107.
3459
3460 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3461
3462         * NEWS:
3463         * configure.ac:
3464         
3465         Update for 0.6.1
3466
3467 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3468
3469         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3470         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3471         
3472         Correctly disconnect from job signals on destroy.
3473
3474 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3475
3476         * shell/ev-view-private.h:
3477         * shell/ev-view.c: (view_set_adjustment_values),
3478         (view_update_range_and_current_page),
3479         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3480         
3481         Fixes bug #343199, current page now follows find page.
3482
3483 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3484
3485         * backend/ev-document-factory.c:
3486         * configure.ac:
3487         Assigned OpenDocument presenation MIME type to the
3488         Impress backend. Added some missing (but harmless)
3489         #ifdefs in the document factory as well to make things
3490         consistent again. Fixes bug #360658.
3491
3492 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3493
3494         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3495         * backend/ev-document-find.c: (ev_document_find_get_type):
3496         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3497         * backend/ev-document-links.c: (ev_document_links_get_type):
3498         * backend/ev-document-security.c: (ev_document_security_get_type):
3499         * backend/ev-document-thumbnails.c:
3500         (ev_document_thumbnails_get_type):
3501         * backend/ev-document.c: (ev_document_get_type):
3502         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3503         * backend/ev-selection.c: (ev_selection_get_type):
3504         * cut-n-paste/recent-files/egg-recent-model.c:
3505         (egg_recent_model_get_type):
3506         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3507         (egg_recent_view_uimanager_get_type):
3508         * cut-n-paste/recent-files/egg-recent-view.c:
3509         (egg_recent_view_get_type):
3510         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3511         (egg_editable_toolbar_get_type):
3512         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3513         (egg_toolbar_editor_get_type):
3514         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3515         (egg_toolbars_model_get_type):
3516         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3517         (egg_tree_multi_drag_source_get_type):
3518         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3519         (ephy_zoom_action_get_type):
3520         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3521         (ephy_zoom_control_get_type):
3522         * impress/r_back.c: (_imp_fill_back):
3523         * properties/ev-properties-main.c:
3524         (ev_properties_plugin_register_type):
3525         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3526         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3527         (ev_view_accessible_factory_get_type):
3528
3529         Reduce relocations. Bug #360616.
3530
3531 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * backend/ev-document-factory.c:
3534         (ev_document_factory_get_document):
3535         
3536         Load document even if extension is wrong.
3537
3538 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * shell/ev-metadata-manager.c: (save_values):
3541         * shell/ev-window.c: (setup_size_from_metadata),
3542         (setup_view_from_metadata), (ev_window_setup_document),
3543         (ev_window_xfer_job_cb), (window_configure_event_cb):
3544         
3545         Set size according to the document size/page size ratio.
3546         That should correct rather wierd behaviour of the previous
3547         commit.
3548
3549 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3550
3551         * shell/ev-window.c: (setup_view_from_metadata):
3552         
3553         Set size for new windows from previous window size.
3554         See bugs #354968 and #168450 for details. Thanks
3555         to Meik Hellmund.
3556
3557 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * djvu/djvu-links.c: (build_tree):
3560
3561         Fix memory leak.
3562
3563 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3566         
3567         Don't make sidebar close button insensitive. Fixes
3568         bug #357871.
3569
3570 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3571
3572         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3573         (ev_window_set_view_accels_sensitivity):
3574         
3575         Don't enable Slash on documents which don't support
3576         find. Fixes bug #358648.
3577
3578 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3579
3580         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3581         open dialog fall back to the current document uri if the
3582         filechooser hasn't been used before. Fixes bug #356980.
3583
3584 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3585
3586         * shell/ev-window.c: (ev_window_setup_recent), 
3587         (ev_window_get_recent_file_label):
3588
3589         Escape underscores in filenames of recent file items.
3590
3591 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3592
3593         * configure.ac:
3594         
3595         Bumped poppler requirements, really 0.5.3 is very 
3596         buggy, now we require 0.5.4.
3597
3598 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3599
3600         * djvu/Makefile.am:
3601         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3602         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3603         (djvu_document_document_links_iface_init):
3604         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3605         (number_from_string_10), (get_djvu_link_dest),
3606         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3607         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3608         (djvu_links_get_links), (djvu_links_find_link_dest),
3609         (djvu_links_get_links_model):
3610         * djvu/djvu-links.h:
3611         
3612         Add support for links and bookmarks in djvu documents. Thanks
3613         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3614         patch.
3615
3616 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3617
3618         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3619         
3620         Reopen should reload document. Fixes 
3621         bug 327951.
3622
3623 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3624
3625         * configure.ac:
3626         * data/Makefile.am:
3627         * data/evince-16.png:
3628         * data/evince-22.png:
3629         * data/evince.png:
3630         * data/evince.svg:
3631         * data/icons/16x16/Makefile.am:
3632         * data/icons/16x16/evince.png:
3633         * data/icons/22x22/Makefile.am:
3634         * data/icons/22x22/evince.png:
3635         * data/icons/48x48/Makefile.am:
3636         * data/icons/48x48/evince.png:
3637         * data/icons/Makefile.am:
3638         * data/icons/scalable/Makefile.am:
3639         * data/icons/scalable/evince.svg:
3640         
3641         Install icons with correct names. Fixes
3642         bug #354429.
3643
3644 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * shell/ev-view.c: (ev_view_button_release_event):
3647
3648         Don't open links with middle mouse button. Fixes bug #353649
3649
3650 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3651
3652         * NEWS:
3653         * configure.ac:
3654         
3655         Update for release 0.6.0
3656
3657 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3660         Implement Close named action. Patch by Carlos Garcia Campos.
3661
3662 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3663
3664         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3665         
3666         Don't clear link mapping on copy_job_to_job_info. Fixes
3667         bug 346168.
3668
3669 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * shell/main.c: (main):
3672
3673         Revert my previous commit, gnome_program_init owns the option context.
3674         Fix another memory leak in main. Both caught by Christian Persch. 
3675
3676 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * shell/main.c: (main):
3679
3680         Fix memory leak.
3681
3682 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3683
3684         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3685
3686         Fix crash when opening a pdf with password protection. 
3687
3688 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * pdf/ev-poppler.cc: (pdf_document_search_free):
3691
3692         Fix memory leak. 
3693
3694 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3695
3696         * backend/ev-document-factory.c:
3697         (ev_document_factory_get_document):
3698         * tiff/tiff-document.c: (tiff_document_finalize):
3699         
3700         More correct handling of document loading. Fixes
3701         bug #349043.
3702
3703 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * backend/ev-attachment.c: (ev_attachment_save):
3706
3707         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3708         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3709
3710 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3711         
3712         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3713         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3714
3715 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * shell/ev-sidebar-thumbnails.c:
3718
3719         Do not render thumbnails unless thumbnails page is active in the
3720         sidebar.
3721
3722 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3723
3724         * shell/ev-properties-dialog.c:
3725
3726         Fix dialogue spacing. Bug #351370.
3727
3728 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3729
3730         * configure.ac:
3731
3732         Use lowercase gettext catalog file names (evince.mo
3733         instead of Evince.mo)
3734
3735 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/ev-sidebar-attachments.c:
3738
3739         GtkIconTheme is now screen safe too. Fixes bug #350878
3740
3741 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * shell/ev-window.c:
3744
3745         GtkRecent manager is now screen safe. Fixes bug #350145
3746
3747 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3748
3749         * shell/ev-sidebar.c: (ev_sidebar_init):
3750         
3751         Make sidebar close icon smaller. Fix for bug 350177.
3752         See also bugs 350176 and 165770.
3753
3754 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3755
3756         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3757
3758         Ignore zoom for xyz destinations when it's <= 1, keeping user
3759         preferences instead. Set correct sizing-mode for fith and fitv
3760         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3761
3762 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3763
3764         * NEWS:
3765         * configure.ac:
3766         
3767         Update for release 0.5.5
3768
3769 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3770         
3771         * shell/ev-window.c: (ev_window_cmd_escape)
3772
3773         Escape unfocus page entry. Fixes bug #345809.
3774
3775 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3778         (build_tree), (pdf_document_links_get_links),
3779         (pdf_document_links_find_link_dest):
3780         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3781         (goto_xyz_dest):
3782
3783         Convert from PDF style coordinates to X style coordinates in the
3784         backend rather than in the view. Fixes bug #338440
3785
3786 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3787
3788         * shell/ev-window.c:
3789         
3790         Remove Ctrl+Shift+T shortcut for toolbars. See
3791         the bug #350098.
3792
3793 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3794
3795         * configure.ac:
3796
3797         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3798         of this. 
3799
3800 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * configure.ac:
3803         * cut-n-paste/Makefile.am:
3804         * data/evince-ui.xml:
3805         * shell/Makefile.am:
3806         * shell/ev-application.[ch]:
3807         * shell/ev-window.c:
3808
3809         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3810         #349273
3811
3812 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3813
3814         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3815         findbar code: s/help/search/
3816
3817 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3818
3819         * shell/ev-window.c: (setup_document_from_metadata),
3820         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3821         (setup_view_from_metadata):
3822         
3823         Fix memory leaks.
3824
3825 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3826
3827         * autogen.sh, configure.ac: 
3828         
3829         Update automake usage. See bug 349292.
3830
3831 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3832
3833         * shell/eggfindbar.c: (egg_find_bar_class_init),
3834         (entry_activate_callback), (egg_find_bar_init),
3835         (egg_find_bar_set_status_text):
3836         * shell/eggfindbar.h:
3837         
3838         Unify Evince findbar with Epiphany. Nice patch
3839         from Fabricio Silva <silva@crans.org> and
3840         Frederic Peters <fpeters@entrouvert.com>. See
3841         bug #339966 for details.
3842
3843 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * data/evince.desktop.in.in:
3846         
3847         Correct information for bugzilla. Thanks to
3848         Olaf Vitters, see bug #348855.
3849
3850 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * shell/ev-jobs.[ch]:
3853         * shell/ev-sidebar-links.c:
3854         * shell/ev-window.[ch]:
3855
3856         GtkPrintJob doesn't support print ranges or current page, so we export
3857         to a ps file now when printing ranges or current page.
3858
3859 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3860
3861         * pdf/ev-poppler.cc:
3862         * shell/ev-window.c: (do_action_named):
3863
3864         We should be more clear about bugzilla. See the
3865         poppler bug #7623.
3866
3867 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * configure.ac:
3870         * shell/Makefile.am:
3871         * shell/ev-job-queue.c:
3872         * shell/ev-jobs.[ch]:
3873         * shell/ev-sidebar-links.c:
3874         * shell/ev-window.[ch]:
3875         
3876         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3877         #348422
3878
3879 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3882         * shell/ev-application-service.xml:
3883         * shell/ev-application.[ch]:
3884         * shell/ev-jobs.[ch]:
3885         * shell/ev-window.[ch]: (ev_window_run_preview):
3886         * shell/main.c: 
3887
3888         Add preview mode to use evince as a printing previewer. It also adds
3889         other command line options for fullscreen and presentation modes.
3890         Fixes bugs #347822, #317031
3891
3892 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * NEWS:
3895         * configure.ac:
3896         
3897         Update for release 0.5.4
3898
3899 2006-07-11  Bastien Nocera <hadess@hadess.net>
3900
3901         * Makefile.am:
3902         * backend/Makefile.am:
3903         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3904         * backend/ev-document-factory.h:
3905         * configure.ac:
3906         * impress/.cvsignore:
3907         * impress/Makefile.am:
3908         * impress/common.h:
3909         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3910         (imp_get_page), (imp_next_page), (imp_prev_page),
3911         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3912         * impress/f_oasis.c: (render_object), (render_page),
3913         (get_geometry), (_imp_oasis_load):
3914         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3915         (_imp_oo13_load):
3916         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3917         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3918         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3919         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3920         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3921         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3922         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3923         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3924         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3925         (iks_new_within), (iks_insert), (iks_insert_cdata),
3926         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3927         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3928         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3929         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3930         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3931         (iks_cdata), (iks_cdata_size), (iks_has_children),
3932         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3933         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3934         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3935         (iks_tree), (iks_load), (iks_save):
3936         * impress/iksemel.h:
3937         * impress/imposter.h:
3938         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3939         (imp_render_draw_bezier_real), (imp_render_get_size),
3940         (imp_render_set_fg_color), (imp_render_draw_line),
3941         (imp_render_draw_rect), (imp_render_draw_polygon),
3942         (imp_render_draw_arc), (imp_render_draw_bezier),
3943         (imp_render_open_image), (imp_render_get_image_size),
3944         (imp_render_scale_image), (imp_render_draw_image),
3945         (imp_render_close_image), (imp_render_markup),
3946         (imp_render_get_text_size), (imp_render_draw_text),
3947         (impress_document_load), (impress_document_save),
3948         (impress_document_get_n_pages), (impress_document_get_page_size),
3949         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3950         (impress_document_finalize), (impress_document_class_init),
3951         (impress_document_can_get_text), (impress_document_get_info),
3952         (impress_document_document_iface_init),
3953         (impress_document_thumbnails_get_thumbnail),
3954         (impress_document_thumbnails_get_dimensions),
3955         (impress_document_document_thumbnails_iface_init),
3956         (impress_document_init):
3957         * impress/impress-document.h:
3958         * impress/internal.h:
3959         * impress/r_back.c: (_imp_fill_back):
3960         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3961         (_imp_draw_image), (_imp_tile_image):
3962         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3963         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3964         (r_polyline):
3965         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3966         (r_draw_gradient_complex), (r_draw_gradient):
3967         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3968         (r_get_bullet):
3969         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3970         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3971         (r_text):
3972         * impress/render.c: (imp_create_context), (imp_context_set_page),
3973         (imp_context_set_step), (imp_render), (imp_delete_context):
3974         * impress/render.h:
3975         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3976         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3977         (zip_load_xml), (zip_get_size), (zip_load):
3978         * impress/zip.h:
3979         * shell/ev-utils.c:
3980         
3981         New backend to support impress slides. Fixes bug #30867.
3982
3983 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3984
3985         * shell/ev-utils.c: (using_postscript_printer):
3986         
3987         Fixes crash when print using PAPI backend,
3988         bug #345012.
3989
3990 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3991
3992         * shell/ev-jobs.c: (ev_job_xfer_run):
3993         * shell/ev-window.c: (password_dialog_response),
3994         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3995         (ev_window_dispose):
3996         Fixes bug #344160: if the xfer job doesn't complete
3997         because a password is required, reload the existing
3998         instance instead of creating a new one.
3999
4000 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4001
4002         * shell/main.c: (main): Call gdk_threads_init. Thus
4003         we'll avoid errors in auth dialog. Fix for the bug
4004         #343347.
4005
4006 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4007
4008         * configure.ac: Advertise pixbuf support, fix
4009         for the bug 343317.
4010
4011 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4012
4013         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4014         (ev_sidebar_thumbnails_set_document):
4015         
4016         Update sidebar thumbnails after reloading.
4017
4018 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4019
4020         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4021         * shell/ev-jobs.h:
4022         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4023         (ev_window_cmd_view_reload), (ev_window_init):
4024         
4025         Don't crash on reload. Fix for the bug #343167.
4026
4027 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * shell/ev-jobs.c: (ev_job_render_run):
4030         
4031         Check for document links.
4032
4033 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4034
4035         * backend/ev-attachment.c: (ev_attachment_save),
4036         (ev_attachment_launch_app), (ev_attachment_open):
4037         * backend/ev-document-factory.c: (get_document_from_uri):
4038         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4039         (egg_recent_view_uimanager_set_list):
4040         * ps/ps-document.c: (check_filecompressed), (document_load),
4041         (ps_document_load):
4042         * shell/ev-metadata-manager.c: (load_values):
4043         * shell/ev-password.c: (ev_password_dialog_set_property):
4044         * shell/ev-view.c: (tip_from_link):
4045         * shell/ev-window.c: (file_save_dialog_response_cb),
4046         (ev_window_print_dialog_response_cb):
4047         
4048         Use consistent quoting style. Fix for the bug #320285.
4049
4050 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4051
4052         * shell/ev-jobs.c: (ev_job_xfer_run):
4053         * shell/main.c: (load_files):
4054                 
4055         Open links with anchors. Fix for the bug #339836.
4056
4057 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4058
4059         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4060         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4061         (ev_link_dest_set_property), (ev_link_dest_finalize),
4062         (ev_link_dest_class_init), (ev_link_dest_new_named),
4063         (ev_link_dest_new_page_label):
4064         * backend/ev-link-dest.h:
4065         * shell/ev-application.c: (ev_application_open_uri):
4066         * shell/ev-view.c: (goto_dest):
4067         * shell/ev-window.c:
4068         * shell/ev-window.h:
4069         
4070         Fix page-label command line option. Bug #342070.
4071
4072 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4073
4074         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4075         
4076         Don't show highlight rects if page can't be showed. Fix for 
4077         the bug #342076
4078
4079 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * shell/ev-window.c: (setup_sidebar_from_metadata),
4082         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4083         
4084         Setup sidebar from metadata even if there is no document
4085         loaded. Fix for the bug #342807.
4086
4087 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4088
4089         * cut-n-paste/toolbar-editor/Makefile.am:
4090         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4091         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4092         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4093         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4094         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4095         (popup_context_menu_cb), (button_press_event_cb),
4096         (configure_item_sensitivity), (configure_item_cursor),
4097         (configure_item_tooltip), (connect_widget_signals),
4098         (action_sensitive_cb), (create_item_from_action),
4099         (create_item_from_position), (toolbar_drag_data_received_cb),
4100         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4101         (toolbar_drag_leave_cb), (configure_drag_dest),
4102         (toggled_visibility_cb), (toolbar_visibility_refresh),
4103         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4104         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4105         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4106         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4107         (egg_editable_toolbar_dispose),
4108         (egg_editable_toolbar_set_ui_manager),
4109         (egg_editable_toolbar_get_selected),
4110         (egg_editable_toolbar_set_selected), (set_edit_mode),
4111         (egg_editable_toolbar_set_property),
4112         (egg_editable_toolbar_get_property),
4113         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4114         (egg_editable_toolbar_new_with_model),
4115         (egg_editable_toolbar_get_edit_mode),
4116         (egg_editable_toolbar_set_edit_mode),
4117         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4118         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4119         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4120         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4121         (item_added_or_removed_cb), (toolbar_removed_cb),
4122         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4123         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4124         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4125         (editor_create_item_from_name), (append_table),
4126         (update_editor_sheet), (egg_toolbar_editor_init):
4127         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4128         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4129         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4130         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4131         (toolbar_node_free), (egg_toolbars_model_get_flags),
4132         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4133         (egg_toolbars_model_get_name), (impl_add_item),
4134         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4135         (parse_data_list), (parse_item_list), (parse_toolbars),
4136         (egg_toolbars_model_load_toolbars), (parse_available_list),
4137         (parse_names), (egg_toolbars_model_load_names),
4138         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4139         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4140         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4141         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4142         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4143         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4144         (egg_toolbars_model_set_types), (fill_avail_array),
4145         (egg_toolbars_model_get_name_avail),
4146         (egg_toolbars_model_get_name_flags),
4147         (egg_toolbars_model_set_name_flags):
4148         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4149         * cut-n-paste/toolbar-editor/eggintl.h:
4150         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4151         (egg_tree_multi_drag_source_get_type),
4152         (egg_tree_multi_drag_source_row_draggable),
4153         (egg_tree_multi_drag_source_drag_data_delete),
4154         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4155         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4156         (path_list_free), (set_context_data), (get_context_data),
4157         (get_info), (egg_tree_multi_drag_drag_data_get),
4158         (egg_tree_multi_drag_motion_event),
4159         (egg_tree_multi_drag_button_press_event),
4160         (egg_tree_multi_drag_add_drag_support):
4161         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4162         * shell/ev-application.c: (ev_application_init),
4163         (ev_application_save_toolbars_model):
4164         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4165         (ev_window_cmd_edit_toolbar), (ev_window_init):
4166         
4167         Sync toolbareditor with epiphany and libegg
4168
4169 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * configure.ac: 
4172
4173         Depend on poppler 0.5.2
4174
4175 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4176
4177         * shell/ev-jobs.c: (ev_job_render_run):
4178         
4179         Check if document supports links iterface.
4180
4181 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * NEWS:
4184         * configure.ac:
4185         
4186         Update for release 0.5.3
4187
4188 2006-05-13  Michael Plump  <plumpy@skylab.org>
4189
4190         * configure.ac:
4191         * shell/Makefile.am:
4192         * shell/main.c: (main):
4193         
4194         Port to GOption command line parsing. Fix for the 
4195         bug #327518
4196
4197 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4198
4199         * shell/ev-window.c: (ev_window_cmd_help_about):
4200         
4201         Do not wrap license. Fix for the bug #309460.
4202
4203 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4204
4205         * configure.ac:
4206         * properties/ev-properties-main.c: (ev_properties_get_pages):
4207         * shell/ev-application.c: (ev_application_open_window),
4208         (ev_application_open_uri_at_dest):
4209         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4210         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4211         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4212         * shell/ev-utils.c: (save_print_config_to_file):
4213         * shell/ev-window.c: (ev_window_cmd_save_as),
4214         (ev_attachment_popup_cmd_save_attachment_as):
4215         * shell/main.c: (load_files_remote):
4216         
4217         Bump requirements to gtk 2.8 and drop all ifdefs used.
4218
4219 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4220
4221         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4222         * shell/ev-window.c: (ev_window_init):
4223         
4224         Show attachments page.
4225
4226 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4227
4228         * po/POTFILES.in:
4229         * shell/ev-attachment-bar.c:
4230         * shell/ev-attachment-bar.h:
4231         * shell/ev-sidebar-attachments.c:
4232         (ev_sidebar_attachments_icon_cache_add),
4233         (icon_theme_get_pixbuf_from_mime_type),
4234         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4235         (ev_sidebar_attachments_icon_cache_refresh),
4236         (ev_sidebar_attachments_get_attachment_at_pos),
4237         (ev_sidebar_attachments_popup_menu_show),
4238         (ev_sidebar_attachments_popup_menu),
4239         (ev_sidebar_attachments_button_press),
4240         (ev_sidebar_attachments_update_icons),
4241         (ev_sidebar_attachments_drag_data_get),
4242         (ev_sidebar_attachments_get_property),
4243         (ev_sidebar_attachments_destroy),
4244         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4245         (ev_sidebar_attachments_new),
4246         (ev_sidebar_attachments_set_document),
4247         (ev_sidebar_attachments_support_document),
4248         (ev_sidebar_attachments_get_label),
4249         (ev_sidebar_attachments_page_iface_init):
4250         * shell/ev-sidebar-attachments.h:
4251         * shell/ev-window.c: (update_chrome_visibility),
4252         (setup_sidebar_from_metadata), (ev_window_setup_document),
4253         (ev_window_sidebar_current_page_changed_cb),
4254         (attachment_bar_menu_popup_cb), (ev_window_init):
4255         
4256         Move attachments bar to sidebar.
4257
4258 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * pdf/ev-poppler.cc:
4261         * shell/ev-application.[ch]:
4262         * shell/main.c:
4263
4264         Fix some memory leaks.
4265
4266 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4267
4268         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4269
4270         Change the properties dialog response to
4271         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4272         will make the dialog go away when the user presses
4273         enter. With gtk+ >= 2.9 this will happen anyway, but for
4274         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4275         escape by default. Fixes bug #340539. See also bug
4276         #101293 for the gtk+ part.
4277
4278 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4279
4280         * shell/ev-view.c (tip_from_action_named): Replace some strings
4281         that were wrong. Closes #340970.
4282
4283 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4286
4287         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4288         #341049
4289
4290 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4291
4292         * djvu/Makefile.am:
4293         * dvi/Makefile.am:
4294         * dvi/mdvi-lib/Makefile.am:
4295         * properties/Makefile.am:
4296         * ps/Makefile.am:
4297         * shell/Makefile.am:
4298         * thumbnailer/Makefile.am:
4299         
4300         Due to broken libtool that is unable to track dependencies
4301         of noinst libraries we are forced to explicitely point
4302         libraries for binary. Fix for the bug #333334.
4303
4304 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4305
4306         * data/evince.desktop.in.in:
4307         * shell/ev-view.c: (view_update_range_and_current_page),
4308         (ev_view_next_page), (ev_view_previous_page):
4309         * shell/ev-window.c: (update_chrome_visibility),
4310         (setup_sidebar_from_metadata), (ev_window_setup_document),
4311         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4312         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4313         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4314         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4315         (ev_window_stop_presentation), (ev_window_focus_in_event),
4316         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4317         (ev_window_init):
4318         * thumbnailer/Makefile.am:
4319         
4320         Update fullscreen and presentation timeout handling. Hide
4321         cursor in presentation after timeout. Fix for the bugs
4322         #136359 and #336981.
4323
4324 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4325
4326         * backend/ev-link-action.[ch]:
4327         * pdf/ev-poppler.cc: (ev_link_from_action):
4328         * shell/ev-view-private.h:
4329         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4330         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4331
4332         Add support for Named Action links
4333
4334 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4335
4336         * backend/Makefile.am:
4337         * backend/ev-document-links.[ch]:
4338         * backend/ev-document.[ch]:
4339         * backend/ev-link-action.[ch]:
4340         * backend/ev-link-dest.[ch]:
4341         * backend/ev-link.[ch]:
4342         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4343         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4344         * shell/ev-page-action.c: (build_new_tree_cb):
4345         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4346         (links_page_num_func), (update_page_callback):
4347         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4348         (tip_from_link):
4349         * shell/ev-jobs.c:
4350         * shell/ev-window.[ch]: (ev_window_open_uri),
4351         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4352         * shell/ev-application.[ch]: (ev_application_open_window),
4353         (ev_application_open_uri):
4354
4355         Rework links system, it adds support for remote links now and it makes
4356         easier to add new kinds of actions and destinations. Fixes bug #317292
4357
4358 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4359
4360         * data/Makefile.am:
4361         * data/evince.png:
4362         * data/evince-16.png:
4363         * data/evince-22.png:
4364         * data/evince.svg:
4365         * shell/main.c: (main):
4366         
4367         Evince use it's own icon. Fix for the bug #313392.
4368
4369         * shell/ev-window.c: (fullscreen_timeout_cb),
4370         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4371         (ev_window_cmd_help_about), (ev_window_dispose):
4372         
4373         Simplify fullscreen timeout code.
4374
4375 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * backend/ev-attachment.c: 
4378         * shell/ev-attachment-bar.c:
4379         * shell/ev-window.c:
4380
4381         Allow multiple selection of attachments
4382
4383 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4384
4385         * shell/ev-view.c: (view_update_range_and_current_page),
4386         (ev_view_scroll):
4387         
4388         Fix for the bug #312573 – Optimal selection of current 
4389         page among visible pages.
4390
4391 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4392
4393         * configure.ac:
4394         * djvu/Makefile.am:
4395         * djvu/djvu-text.h:
4396         
4397         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4398         for the bug 339868.
4399
4400 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4401
4402         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4403
4404 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4405
4406         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4407         dictated by the GNOME HIG. Fixes bug #339235.
4408
4409 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4410
4411         * data/evince-ui.xml:
4412         * shell/ev-view.c: (ev_view_can_find_previous):
4413         * shell/ev-view.h:
4414         * shell/ev-window.c: (ev_window_update_actions),
4415         (ev_window_cmd_edit_find_previous):
4416
4417         Add support for "Find Previous" as dictated by the GNOME HIG. A
4418         menu item is added and some glue code to make it all work is added
4419         to various files.
4420
4421 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4422
4423         * configure.ac: Award myself the "useless use of cat" award.
4424
4425 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4426
4427         * po/LINGUAS: New file listing all supported languages.
4428
4429         * configure.in: Use po/LINGUAS instead of including all languages
4430         directly in this file. See the wiki for more information:
4431         http://live.gnome.org/GnomeGoals/PoLinguas
4432
4433 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * backend/ev-document-factory.c:
4436
4437         Do not load the document twice when there isn't errors
4438
4439 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4440
4441         * backend/ev-attachment.c: 
4442
4443         Fix a crash when there isn't a default application to open an
4444         attachment
4445
4446 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * backend/ev-attachment.[ch]:
4449         * shell/ev-attachment-bar.[ch]:
4450
4451         Added missing files. 
4452
4453 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * backend/Makefile.am:
4456         * data/evince-ui.xml:
4457         * backend/ev-attachment.[ch]:
4458         * backend/ev-document.[ch]: (ev_document_has_attachments),
4459         (ev_document_get_attachments):
4460         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4461         (attachment_save_to_buffer), (pdf_document_get_attachments),
4462         (pdf_document_document_iface_init):
4463         * shell/Makefile.am:
4464         * shell/ev-attachment-bar.[ch]:
4465         * shell/ev-window.c:
4466
4467         Add support for PDF attachments. Fixes bug #325143
4468
4469 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4470
4471         * backend/ev-document-factory.c: (get_document_from_uri),
4472         (ev_document_factory_get_document):
4473         * backend/ev-document-factory.h:
4474         * properties/ev-properties-main.c: (ev_properties_get_pages):
4475         * shell/Makefile.am:
4476         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4477         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4478         (ev_job_queue_remove_job):
4479         * shell/ev-job-queue.h:
4480         * shell/ev-job-xfer.c:
4481         * shell/ev-job-xfer.h:
4482         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4483         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4484         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4485         (ev_job_xfer_run):
4486         * shell/ev-jobs.h:
4487         * shell/ev-window.c: (ev_window_is_empty),
4488         (password_dialog_response), (ev_window_clear_xfer_job),
4489         (ev_window_xfer_job_cb), (ev_window_open_uri),
4490         (ev_window_cmd_focus_page_selector),
4491         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4492         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4493         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4494         (ev_window_dispose):
4495         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4496         
4497         * Cleanup mime type detection on document load. Fix for the
4498         bug #336448.
4499
4500 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4501
4502         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4503         
4504         Fix crash on exit, described in the bug #336825.
4505
4506 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * backend/ev-document-factory.c:
4509         (ev_document_factory_get_from_mime),
4510         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4511         (ev_document_factory_get_document),
4512         (file_filter_add_mime_list_and_free),
4513         (ev_document_factory_add_filters):
4514         * backend/ev-document-factory.h:
4515         * properties/ev-properties-main.c: (ev_properties_get_pages):
4516         * shell/Makefile.am:
4517         * shell/ev-application.c:
4518         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4519         * shell/ev-window.c: (ev_window_cmd_file_open),
4520         (ev_window_cmd_save_as):
4521         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4522         
4523         Rework factory functions so they are placed now in a single 
4524         file ev-document-factory.c
4525
4526 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * shell/ev-window.c: (update_chrome_visibility):
4529         
4530         Fix for the bug 166566 - don't show menubar in fullscreen
4531         mode.
4532
4533 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4534
4535         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4536
4537 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4538
4539         * shell/ev-view.c: (ev_view_expose_event):
4540         
4541         More correctly draw loading text when document
4542         is empty.
4543
4544 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4545
4546         * shell/ev-view.c: (ev_view_scroll):
4547         
4548         Fix for the bug #334854, page down and page up switch
4549         pages in presentation mode.
4550
4551 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * shell/ev-window.c: (ev_window_set_action_sensitive),
4554         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4555         (ev_window_set_view_accels_sensitivity),
4556         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4557         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4558         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4559         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4560         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4561         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4562         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4563         (view_actions_focus_in_cb), (ev_window_init):
4564         
4565         Fix for the bug #333902, now it's possible to search
4566         words with slash.
4567
4568 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4569
4570         * configure.ac: Added Breton translation.
4571         * po/br.po: Added Breton translation.
4572
4573 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * shell/ev-window-title (ev_window_title_update):
4576
4577         Fix memory leak in window title. Fixes bug #333944
4578
4579 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * shell/ev-metadata-manager.c (parseItem):
4582
4583         Fix memory leaks. Fixes bug #333945
4584
4585 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4586         
4587         * NEWS, configure.ac, TODO:
4588         
4589         Update for release 0.5.2.
4590
4591 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4592
4593         * shell/ev-view.c: (view_update_range_and_current_page),
4594         (page_changed_cb):
4595         
4596         Don't jump on scrolling, fix for the bug #333127.
4597
4598 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4599
4600         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4601         
4602         Scroll by one page in presentation mode. Fix for the bug
4603         #332993.
4604
4605 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4606
4607         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4608
4609 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4610
4611         * configure.ac  Added lv in ALL_LINGUAS line.
4612
4613 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4614         
4615         * NEWS, configure.ac:
4616         
4617         Update for release 0.5.1
4618
4619 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4620
4621         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4622         * backend/ev-document-misc.h:
4623         * shell/ev-view.c: (draw_one_page):
4624         
4625          Clairfy what page the toolbar page number applies to. Fix
4626          for the bug #328102.
4627
4628 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4629
4630         * shell/ev-view-private.h:
4631         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4632         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4633         (ev_view_search_changed):
4634         * shell/ev-view.h:
4635         * shell/ev-window.c: (find_bar_search_changed_cb):
4636         
4637         Dont't jump to find result if window was scrolled during search.
4638         Fix for the bug #313266.
4639
4640 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4641
4642         * shell/eggfindbar.c: (egg_find_bar_class_init):
4643         * shell/eggfindbar.h:
4644         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4645         * shell/ev-view-private.h:
4646         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4647         (ev_view_class_init), (ev_sizing_mode_get_type),
4648         (ev_scroll_type_get_type):
4649         * shell/ev-view.h:
4650         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4651         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4652         (ev_window_init):
4653         
4654         Fix for the bug 319133 - Find entry should allow text scroll.
4655
4656 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4657
4658         * shell/ev-view-private.h:
4659         * shell/ev-view.c: (view_update_range_and_current_page),
4660         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4661         (ev_view_set_document), (update_find_status_message),
4662         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4663         (ev_view_find_previous):
4664         
4665         Fix for the bug #319137. Search now takes account for scrolling.
4666
4667 2006-02-19  Michael Hofmann <mh21@piware.de>
4668
4669         * configure.ac:
4670         * djvu/Makefile.am:
4671         * djvu/djvu-document-private.h:
4672         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4673         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4674         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4675         (djvu_document_can_get_text), (djvu_document_get_text),
4676         (djvu_document_document_iface_init),
4677         (djvu_document_thumbnails_get_thumbnail),
4678         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4679         (djvu_document_find_get_result),
4680         (djvu_document_find_page_has_results),
4681         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4682         (djvu_document_find_iface_init):
4683         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4684         (djvu_text_page_selection), (djvu_text_page_limits_process),
4685         (djvu_text_page_limits), (djvu_text_page_copy),
4686         (djvu_text_page_position), (djvu_text_page_union),
4687         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4688         (djvu_text_page_box), (djvu_text_page_append_text),
4689         (djvu_text_page_search), (djvu_text_page_prepare_search),
4690         (djvu_text_page_new), (djvu_text_page_free):
4691         * djvu/djvu-text-page.h:
4692         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4693         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4694         (djvu_text_n_results), (djvu_text_has_results),
4695         (djvu_text_get_result), (djvu_text_get_progress):
4696         * djvu/djvu-text.h:
4697         
4698         Text search in djvu. Fix for the bug #303415.
4699
4700 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4701
4702         * configure.ac:
4703         * shell/ev-window.c: (ev_window_cmd_save_as):
4704         
4705         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4706         Thanks to Gary Coady <gary@lyranthe.org>
4707
4708 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * shell/ev-print-job.c: (idle_print_handler):
4711         
4712         Inverse order printing, bug #320919.
4713
4714 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * data/evince-toolbar.xml:
4717         * shell/ev-window.c:
4718         
4719         Allow to add sidebar checkbutton on toolbar. Fix
4720         for the bug #144577.
4721
4722 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4725         
4726         Add checks that have sense for empty ps document.
4727
4728 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4729
4730         * configure.ac: Include PS in mime types list. 
4731
4732 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * configure.ac:
4735         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4736         * ps/gsdefaults.h:
4737         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4738         
4739         Runtime check for gs interpreter. Fix for the bug #320868.
4740         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4741
4742 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * shell/ev-application.c: 
4745
4746         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4747         dbus>=0.60, so that the request is not queued. 
4748
4749 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4750
4751         * configure.ac:
4752         * shell/Makefile.am:
4753         * shell/ev-sidebar-links.c: (print_section_cb):
4754         * shell/ev-utils.c:
4755         * shell/ev-utils.h:
4756         * shell/ev-window.c: (update_action_sensitivity),
4757         (ev_window_close_dialogs), (ev_window_print):
4758         * shell/ev-window.h:
4759         
4760         Make printing support optional. Patch from Eduardo de Barros Lima
4761         <eduardo.lima@indt.org.br> for the bug #330546.
4762
4763 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4764
4765         * shell/ev-view-private.h:
4766         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4767         (ev_view_set_document):
4768         * shell/ev-view.h:
4769         * shell/ev-window.c: (ev_window_load_job_cb),
4770         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4771         (ev_window_init):
4772
4773         Draw Loading message during xfer job. Fix for the bug #329495.
4774
4775 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4776
4777         * comics/comics-document.c: (comics_regex_quote),
4778         (comics_document_load), (extract_argv):
4779         
4780         Correcly quote regexp before passing it to unzip.
4781
4782 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-page-cache.c: (build_height_to_page),
4785         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4786         (ev_page_cache_get_dual_even_left):
4787         * shell/ev-page-cache.h:
4788         * shell/ev-view.c: (view_update_range_and_current_page),
4789         (get_page_y_offset), (get_page_extents):
4790         
4791         Place even pages to the left if document has less then
4792         two pages. Fix for the bug #328856.
4793
4794 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4795
4796         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4797         
4798         Correct comics scheme. This make evince create thumbnails
4799         for comic books. Fix for the bug 329088.
4800
4801 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4802
4803         * data/evince-password.glade: Don't explicitly set
4804         invisible_char to the current default value in case
4805         the default changes; let GTK+ do its magic.
4806
4807 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4810         real filename to tmp filename since often document
4811         type is determined by extension.
4812
4813 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4814
4815         * shell/ev-view.c: (add_scroll_binding_keypad),
4816         (ev_view_binding_activated), (ev_view_class_init):
4817         
4818         Add keybindings for percision-scrolling of display area. 
4819         Fix for the bug #314072.
4820
4821 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4822
4823         * data/evince.desktop.in.in:
4824         
4825         Add GTK to the list of categories. Fix for the bug #328034.
4826
4827 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4828
4829         * shell/ev-application.c: (ev_application_shutdown),
4830         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4831         * shell/ev-application.h:
4832         * shell/ev-window.c: (file_open_dialog_response_cb),
4833         (ev_window_cmd_file_open):
4834         
4835         Save last uri in file chooser dialog. Fix for the bug #327950.
4836
4837 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * NEWS:
4840         * README:
4841         
4842         Final update for release 0.5.0
4843         
4844         * shell/Makefile.am:
4845         
4846         Remove disable deprecated until we'll require libgnome-2.13.7
4847         and port to GOption argument parsing. See bug 327518.
4848
4849 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4850
4851         * comics/comics-document.c: (comics_document_save):
4852         * djvu/djvu-document.c: (djvu_document_save):
4853         * dvi/dvi-document.c: (dvi_document_save):
4854         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4855         * lib/ev-file-helpers.h:
4856         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4857         * tiff/tiff-document.c: (tiff_document_save):
4858         
4859         Use common save function for backends.
4860
4861 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4862
4863         * backend/ev-document-types.c:
4864         
4865         Fix crash on saving pixbuf.
4866
4867 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * cut-n-paste/recent-files/egg-recent-item.c:
4870         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4871         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4872         (parse_info_free), (valid_element), (start_element_handler),
4873         (end_element_handler), (text_handler), (egg_recent_model_filter),
4874         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4875         (egg_recent_model_monitor), (egg_recent_model_read),
4876         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4877         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4878         (egg_recent_model_set_property), (egg_recent_model_class_init),
4879         (egg_recent_model_init), (egg_recent_model_add_full),
4880         (egg_recent_model_delete), (egg_recent_model_get_list),
4881         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4882         (egg_recent_model_set_filter_mime_types),
4883         (egg_recent_model_clear_group_filter),
4884         (egg_recent_model_set_filter_groups),
4885         (egg_recent_model_clear_scheme_filter),
4886         (egg_recent_model_set_filter_uri_schemes),
4887         (egg_recent_model_remove_expired):
4888         * cut-n-paste/recent-files/egg-recent-util.c:
4889         (egg_recent_util_get_icon):
4890         * cut-n-paste/recent-files/egg-recent-util.h:
4891         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4892         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4893         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4894         (egg_recent_view_uimanager_set_property),
4895         (egg_recent_view_uimanager_get_property),
4896         (egg_recent_view_uimanager_class_init),
4897         (egg_recent_view_uimanager_init),
4898         (egg_recent_view_uimanager_set_label_width),
4899         (egg_recent_view_uimanager_get_label_width):
4900         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4901         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4902         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4903         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4904         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4905         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4906         
4907         Update from libegg.
4908
4909 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4910
4911         * shell/ev-page-cache.c: (build_height_to_page),
4912         (ev_page_cache_get_height_to_page):
4913         * shell/ev-page-cache.h:
4914         * shell/ev-view.c: (view_update_range_and_current_page),
4915         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4916         (ev_view_previous_page):
4917         
4918         Dual mode places even pages to the left. Fix for the bug #309393.
4919
4920         * shell/ev-view.h:
4921         * shell/ev-window.c: (update_action_sensitivity),
4922         (setup_view_from_metadata), (view_menu_popup_cb):
4923         
4924         Don't restore presentation in empty windows, more intelligent
4925         next page behaviour in dual mode.
4926
4927         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4928         (ev_pixbuf_cache_clear_job_sizes):
4929         
4930         Cleanup job callback on removal. Fix for the bug #325886.
4931
4932 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4933
4934         * ps/ps.c: (psscan):
4935         
4936         Commit workaround Mozilla problem. Fix for the bug #325919
4937         
4938         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4939         (save_item):
4940         
4941         Fix for year 2038 problem.
4942
4943 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4944
4945         * shell/ev-window.c: (setup_document_from_metadata),
4946         (ev_window_cmd_view_reload):
4947
4948         Clamp page recieved from metadata in valid values. Fix
4949         for the bug #325986.
4950
4951 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4952
4953         * MAINTAINERS: 
4954         Add MAINTAINERS as requested on desktop-devel-list.
4955
4956 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4957
4958         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4959         (mime_type_supported_by_gdk_pixbuf),
4960         (ev_document_factory_get_mime_types),
4961         (ev_document_factory_get_all_mime_types):
4962         
4963         Don't add pixbuf mime types if pixbuf backend is disabled.
4964         
4965         * shell/ev-application.c: (ev_application_get_uri_window):
4966         
4967         Fix for the bug 325815 - unhandled MIME type message doesn't 
4968         appear a second time. 
4969         
4970         * shell/ev-document-types.c: (ev_document_types_add_filters):
4971         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4972         (password_dialog_response), (ev_window_popup_password_dialog),
4973         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4974         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4975         (ev_window_run_presentation), (ev_window_stop_presentation),
4976         (save_sizing_mode), (ev_window_zoom_changed_cb),
4977         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4978         (ev_window_dual_mode_changed_cb),
4979         (ev_window_sidebar_current_page_changed_cb),
4980         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4981         (window_state_event_cb), (window_configure_event_cb):
4982         
4983         Cleanup additional uris holded by EvWindow.
4984
4985 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4986
4987         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4988         (ev_view_can_previous_page), (ev_view_can_next_page):
4989         * shell/ev-view.h:
4990         * shell/ev-window.c: (update_action_sensitivity):
4991         
4992         Two page scrolling with Space and PageUp in dual mode. Second fix 
4993         for the bug #316608.
4994
4995 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4996
4997         * shell/ev-view.c: (scroll_to_current_page):
4998         
4999         Correctly clamp adjustment value. Fix for the bug
5000         #325808.
5001
5002 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-sidebar-links.c: (print_section_cb):
5005         * shell/ev-window.c: (ev_window_get_uri),
5006         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5007         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5008         (ev_window_dispose):
5009         
5010         Make print dialog non-modal. Fix for the bug #325622.
5011
5012 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5013
5014         * shell/ev-metadata-manager.c:
5015         * shell/ev-utils.c: (using_pdf_printer),
5016         (using_postscript_printer), (load_print_config_from_file),
5017         (save_print_config_to_file):
5018         * shell/ev-utils.h:
5019         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5020         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5021         (setup_view_from_metadata), (ev_window_setup_document),
5022         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5023         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5024         (ev_window_run_presentation), (ev_window_stop_presentation),
5025         (save_sizing_mode), (ev_window_zoom_changed_cb),
5026         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5027         (ev_window_dual_mode_changed_cb),
5028         (ev_window_sidebar_current_page_changed_cb),
5029         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5030         (window_state_event_cb), (window_configure_event_cb),
5031         (ev_window_init):
5032         
5033         Setting saving behaviour fixes.
5034
5035 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * configure.ac:
5038         
5039         Make antialiasing gs options better and allow
5040         to change them during configure. Fix for the 
5041         bug #319049.
5042
5043 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5044
5045         * shell/ev-window.c: (setup_view_from_metadata):
5046         
5047         Remember if last window was maximized. Fix for the
5048         bug #323797.
5049
5050 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5051
5052         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5053
5054 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5057         * shell/ev-page-action.c: (build_new_tree_cb):
5058         * shell/ev-sidebar-links.c: (links_page_num_func),
5059         (update_page_callback_foreach), (update_page_callback):
5060         * shell/ev-view.c: (scroll_to_current_page):
5061         
5062         Fix for the bug #325067 with more intelligent selection
5063         of current link in sidebar. Make sidebar handle links
5064         of FITR-like type more correctly.
5065
5066         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5067         (dvi_pixbuf_put_pixel):
5068         
5069         Fix memory consumtion with disabled alpha channel.
5070
5071 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * data/evince-ui.xml:
5074         * shell/ev-window.c: (view_menu_popup_cb),
5075         (ev_popup_cmd_open_link), (ev_window_init):
5076         
5077         Update context menu for internal links. Fix for the bug
5078         #325066.
5079
5080 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5081
5082         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5083         
5084         Bind context menu to keyboard also. Fix for the bug
5085         #325065.
5086
5087 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5088
5089         * shell/ev-view.c: (selection_scroll_timeout_cb):
5090         
5091         Horizontal scroll on selection also.
5092
5093 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * shell/ev-metadata-manager.c: (parse_value):
5096         * shell/ev-view.c: (goto_xyz_link):
5097         
5098         Correct zoom setup and metadata save broken in 
5099         some locales.
5100
5101 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * shell/ev-view-private.h:
5104         * shell/ev-view.c: (scroll_to_current_page),
5105         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5106         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5107         (page_changed_cb), (ev_view_set_continuous),
5108         (ev_view_set_dual_page), (ev_view_set_presentation):
5109         
5110         Delay scroll until allocation to correctly position page. Fix
5111         for the bug #317334.
5112
5113 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5114
5115         * NEWS:
5116         * configure.ac:
5117         
5118         Update NEWS and require poppler 0.5.0.
5119
5120 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5121         
5122         * data/evince-ui.xml:
5123         * shell/ev-view-private.h:
5124         * shell/ev-view.c: (ev_view_get_link_at_location),
5125         (handle_link_over_xy), (ev_view_button_press_event),
5126         (ev_view_button_release_event), (ev_view_class_init):
5127         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5128         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5129         (ev_window_init):
5130         
5131         Implement right-click context menu.
5132
5133 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5136         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5137         (mdvi_pixbuf_device_render):
5138         * pdf/ev-poppler.cc:
5139
5140         Don't generate thumbnails with alpha. See bug #324077.
5141         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5142
5143 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * shell/ev-window.c: (setup_chrome_from_metadata):
5146         
5147         Fix typo that was hiding toolbar.
5148
5149 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5150
5151         * shell/ev-view-private.h:
5152         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5153         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5154         (ev_view_button_release_event), (ev_view_destroy):
5155         
5156         Small cleanup and autoscrolling during selection. Thanks to 
5157         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5158
5159 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5160
5161         * configure.ac:
5162         
5163         Correctly check for comics option.
5164
5165 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5166         * Makefile.am:
5167         * configure.ac:
5168         * backend/Makefile.am:
5169         * backend/ev-document-factory.c:
5170         * shell/ev-document-types.c:
5171
5172         Included option in configure to make ps backend 
5173         compilation optional with --disable-ps.
5174
5175 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * backend/ev-document-factory.c:
5178         * comics/Makefile.am:
5179         * comics/comics-document.c: (comics_document_load):
5180         * comics/ev-cbr-mime.xml:
5181         * configure.ac:
5182         
5183         Comics mime types are added to shared-mime-info CVS. Now
5184         we don't need to install our own mime types.
5185
5186 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5187
5188         * shell/ev-window.c:
5189         
5190         Add shortcut for "save a copy" menu entry. Fix for
5191         the bug #324582.
5192
5193 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5194
5195         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5196         (job_finished_cb), (new_selection_pixbuf_needed),
5197         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5198         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5199         
5200         Rework selection job info logic and fix critical warning.
5201
5202 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5203
5204         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5205
5206 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5207
5208         * data/evince-ui.xml:
5209         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5210         
5211         Enter as shortcut key for next page. Fix for the bug
5212         #321394.
5213
5214 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5215
5216         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5217
5218 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5221         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5222         (new_selection_pixbuf_needed),
5223         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5224         (clear_job_selection):
5225         
5226         Too early for 0.5. Pixbuf cache code cleaned a bit.
5227
5228 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * NEWS:
5231         * configure.ac:
5232         
5233         Release 0.5.0 preparation
5234
5235 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * comics/Makefile.am:
5238         * configure.ac:
5239         * shell/ev-document-types.c: (ev_document_types_add_filters):
5240         
5241         More advanced handling of custom mime type installation.
5242
5243 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * data/evince.schemas.in:
5246         * shell/ev-metadata-manager.c: (value_free),
5247         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5248         (ev_metadata_manager_get), (ev_metadata_manager_set):
5249         * shell/ev-metadata-manager.h:
5250         * shell/ev-window.c: (update_chrome_flag),
5251         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5252         (setup_document_from_metadata), (setup_chrome_from_metadata),
5253         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5254         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5255         (ev_window_view_toolbar_cb),
5256         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5257         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5258         
5259         Save last document settings and reuse them for new documents.
5260
5261 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5262
5263         * Makefile.am:
5264         * backend/Makefile.am:
5265         * backend/ev-document-factory.c:
5266         * backend/ev-document-factory.h:
5267         * comics/Makefile.am:
5268         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5269         (comics_document_load), (comics_document_save),
5270         (comics_document_get_n_pages), (comics_document_get_page_size),
5271         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5272         (comics_document_class_init), (comics_document_can_get_text),
5273         (comics_document_get_info), (comics_document_document_iface_init),
5274         (comics_document_init), (get_supported_image_extensions),
5275         (comics_document_thumbnails_get_geometry),
5276         (comics_document_thumbnails_get_thumbnail),
5277         (comics_document_thumbnails_get_dimensions),
5278         (comics_document_document_thumbnails_iface_init), (extract_argv):
5279         * comics/comics-document.h:
5280         * comics/ev-cbr-mime.xml:
5281         * configure.ac:
5282         * po/POTFILES.in:
5283         * shell/ev-application.c: (ev_application_register_service):
5284         * shell/ev-document-types.c: (ev_document_types_add_filters):
5285         * thumbnailer/Makefile.am:
5286         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5287         
5288         New CBR/CBZ backend for comic books.
5289
5290 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5291
5292         * shell/main.c: (load_files_remote):
5293
5294         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5295         warning on startup of second instance is fixed. It
5296         is bug #320353.
5297
5298 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5299
5300         * shell/ev-window.c: (ev_window_finalize):
5301         
5302         Fix double free that cause crash.
5303
5304 2005-10-29  Bastien Nocera <hadess@hadess.net>
5305
5306         * tiff/tiff-document.c: (tiff_document_load):
5307         
5308         Fix memory leak.
5309
5310 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5311
5312         * po/POTFILES.in:
5313         * shell/Makefile.am:
5314         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5315         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5316         (ev_view_accessible_get_text),
5317         (ev_view_accessible_get_character_at_offset),
5318         (ev_view_accessible_get_text_before_offset),
5319         (ev_view_accessible_get_text_at_offset),
5320         (ev_view_accessible_get_text_after_offset),
5321         (ev_view_accessible_get_character_count),
5322         (ev_view_accessible_get_caret_offset),
5323         (ev_view_accessible_set_caret_offset),
5324         (ev_view_accessible_get_run_attributes),
5325         (ev_view_accessible_get_default_attributes),
5326         (ev_view_accessible_get_character_extents),
5327         (ev_view_accessible_get_offset_at_point),
5328         (ev_view_accessible_get_n_selections),
5329         (ev_view_accessible_get_selection),
5330         (ev_view_accessible_add_selection),
5331         (ev_view_accessible_remove_selection),
5332         (ev_view_accessible_set_selection),
5333         (ev_view_accessible_text_iface_init),
5334         (ev_view_accessible_idle_do_action),
5335         (ev_view_accessible_action_do_action),
5336         (ev_view_accessible_action_get_n_actions),
5337         (ev_view_accessible_action_get_description),
5338         (ev_view_accessible_action_get_name),
5339         (ev_view_accessible_action_set_description),
5340         (ev_view_accessible_action_iface_init),
5341         (ev_view_accessible_get_type), (ev_view_accessible_new),
5342         (ev_view_accessible_factory_get_accessible_type),
5343         (ev_view_accessible_factory_create_accessible),
5344         (ev_view_accessible_factory_class_init),
5345         (ev_view_accessible_factory_get_type):
5346         * shell/ev-view-accessible.h:
5347         * shell/ev-view-private.h:
5348         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5349         * shell/ev-view.h:
5350         
5351         Initial accessibility support.
5352
5353 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5354
5355         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5356
5357 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5358
5359         * shell/ev-print-job.c: (idle_print_handler):
5360         
5361         Fix for bug Bug 318916: Printing multiple pages.
5362
5363 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5364
5365         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5366
5367 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * pdf/ev-poppler.cc:
5370         
5371         Thumnail dimensions unified with other backends.
5372         
5373         * shell/ev-window-title.c: (ev_window_title_update):
5374         
5375         Fix warning.
5376
5377 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5378
5379         * data/ev-stock-zoom-fit-width.png:
5380         
5381         Remove unused file.
5382
5383 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * configure.ac:
5386         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5387         (djvu_document_finalize):
5388         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5389         (dvi_document_finalize):
5390         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5391         (pixbuf_document_save), (pixbuf_document_finalize):
5392         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5393         (tiff_document_finalize):
5394         
5395         Save a copy implemented for various backends.
5396
5397 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5398
5399         * configure.ac:
5400         
5401         Don't link with ltiff if tiff is disabled.
5402
5403 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * pdf/GDKSplashOutputDev.cc:
5406         * pdf/GDKSplashOutputDev.h:
5407         * pdf/Thumb.cc:
5408         * pdf/Thumb.h:
5409         * pdf/pdf-document.cc:
5410         * pdf/pdf-document.h:
5411         * pdf/test-gdk-output-dev.cc:
5412         
5413         Remove old unused files.
5414
5415 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * shell/ev-window.c: (ev_window_setup_document):
5418         
5419         Fixed warnings on reload and probably crash reason.
5420
5421 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * properties/ev-properties-view.c:
5424         (ev_properties_view_format_date):
5425         
5426         Check if date is invalid. Fix for bug 318134.
5427
5428 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5429
5430         * shell/ev-window-title.c:
5431         
5432         Add .indd files (Adobe Indesign) to the list of "bad
5433         extensions".
5434
5435 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * data/evince-ui.xml:
5438         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5439         
5440         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5441
5442 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5443
5444         * shell/ev-window.c: (launch_link), (launch_external_uri),
5445         (view_external_link_cb):
5446
5447         URL-escape link before passing it to gnome_vfs_url_show.
5448
5449 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5450
5451         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5452         there isn't text selected.
5453
5454 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5455
5456         * shell/ev-view.c: (handle_link_over_xy):
5457
5458         Check tooltip is valid utf8 before showing it
5459
5460 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5461
5462         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5463
5464 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5465
5466         * shell/ev-window-title.c: (ev_window_title_update):
5467
5468         Guard against using g_strstrip on NULL. Fixes bug #317291.
5469
5470 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5471
5472         * pdf/ev-poppler.cc:
5473
5474         Show title even for unknown links
5475
5476 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5477
5478         * shell/ev-window-title.c: (ev_window_title_update):
5479
5480         Strip the title string
5481
5482 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5483
5484         * shell/ev-window-title.c:
5485
5486         Add .rtf to the bad extensions list
5487
5488 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5489
5490         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5491         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5492
5493         Ignore link coordinates if they are outside page bounds
5494
5495 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5496
5497         * backend/ev-link.c: (ev_link_type_get_type),
5498         (ev_link_get_filename), (ev_link_get_params),
5499         (ev_link_get_property), (ev_link_set_property),
5500         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5501         * backend/ev-link.h:
5502         * pdf/ev-poppler.cc:
5503         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5504         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5505         (ev_window_init):
5506
5507         Implement launch links. Delegate external link opening to
5508         the window.
5509
5510 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5511
5512         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5513         (ev_link_get_right), (ev_link_get_property),
5514         (ev_link_set_property), (ev_link_class_init),
5515         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5516         * backend/ev-link.h:
5517         * pdf/ev-poppler.cc:
5518         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5519
5520         Implement fitr links
5521
5522 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5523
5524         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5525         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5526         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5527         (ev_view_size_request_continuous),
5528         (ev_view_size_request_dual_page),
5529         (ev_view_size_request_single_page), (ev_view_size_allocate),
5530         (ev_view_zoom_for_size_continuous_and_dual_page),
5531         (ev_view_zoom_for_size_continuous),
5532         (ev_view_zoom_for_size_dual_page),
5533         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5534         (ev_sizing_mode_get_type):
5535         * shell/ev-view.h:
5536         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5537
5538         Do not use modes for link, we need to calculate size ad hoc.
5539         Still not perfect because of the usual scrollbar issues grrr.
5540
5541 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5542
5543         * backend/ev-link.c: (ev_link_type_get_type),
5544         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5545         * backend/ev-link.h:
5546         * pdf/ev-poppler.cc:
5547         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5548         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5549         (ev_view_size_request_continuous),
5550         (ev_view_size_request_dual_page),
5551         (ev_view_size_request_single_page), (ev_view_size_allocate),
5552         (zoom_for_size_fit_height),
5553         (ev_view_zoom_for_size_continuous_and_dual_page),
5554         (ev_view_zoom_for_size_continuous),
5555         (ev_view_zoom_for_size_dual_page),
5556         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5557         (ev_sizing_mode_get_type):
5558         * shell/ev-view.h:
5559         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5560
5561         Implement FIT_HEIGHT mode (only for links).
5562         Implement FITH links
5563
5564 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5565
5566         * shell/ev-window-title.c: (get_filename_from_uri),
5567         (ev_window_title_sanitize_extension), (ev_window_title_update),
5568         (ev_window_title_set_document), (ev_window_title_set_uri),
5569         (ev_window_title_free):
5570         * shell/ev-window-title.h:
5571         * shell/ev-window.c: (ev_window_setup_document),
5572         (ev_window_popup_password_dialog):
5573
5574         Refactor window title building while fixing it for
5575         password documents.
5576
5577 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5578
5579         * pdf/ev-poppler.cc:
5580
5581         Escape link title before setting it in the model
5582
5583 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5584
5585         * shell/ev-application.c: (removed_from_session), (save_session),
5586         (init_session), (ev_application_get_empty_window),
5587         (ev_application_init), (ev_application_get_windows):
5588         * shell/ev-application.h:
5589         * shell/ev-window.c: (ev_window_finalize):
5590
5591         Add a function to retrieve window list and share it where
5592         necessary.
5593         Implement session handling, works pretty well thanks to the
5594         metadata system.
5595
5596 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * shell/ev-password.c: (ev_password_item_created_callback),
5599         (ev_password_dialog_save_password):
5600         
5601         Fix for bug 316972. Use async gnome-keyring API.
5602
5603 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5604
5605         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5606         Remove unused unrealize handler. Add scroll handling to
5607         ev_view_scroll_event for presentation mode (bug #316708),
5608         and fix the event state checks there.
5609
5610 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5611
5612         * shell/ev-page-action.c: (page_changed_cb):
5613
5614         "marco, maybe we should be crazy and jump right to 6! :)"
5615
5616         Bryan Clark, Sep 2005
5617
5618 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5619
5620         * ps/ps-document.c: (save_document), (ps_document_save),
5621         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5622         (ps_document_ps_export_end):
5623
5624         Fix unstructured documents save and print
5625
5626 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5627
5628         * shell/ev-application.c: (ev_application_open_uri):
5629
5630         Fix window size persistance
5631
5632 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5633
5634         * shell/ev-view.c: (ev_view_button_release_event):
5635
5636         Based on a patch from carlosgc@gnome.org. Mouse buttons
5637         switch pages in presentation mode.
5638
5639 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5640
5641         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5642
5643         Dont cast to int before scaling
5644
5645 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5646
5647         * backend/ev-link.c: (ev_link_type_get_type),
5648         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5649         (ev_link_new_page_fith):
5650         * backend/ev-link.h:
5651         * pdf/ev-poppler.cc:
5652         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5653
5654         Implement FIT and FITH links
5655
5656 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5657
5658         * pdf/ev-poppler.cc:
5659
5660         Return 0 results when search is not in progress.
5661
5662         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5663         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5664
5665         Update menu sensitivity when cancelling search
5666
5667 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5668
5669         * shell/ev-view.c: (ev_view_can_find_next):
5670
5671         Take all pages in consideration, not just current one
5672
5673 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5674
5675         * shell/ev-page-cache.c:
5676         * shell/ev-page-cache.h:
5677         * shell/ev-view.c: (ev_view_binding_activated),
5678         (ev_view_next_page), (ev_view_previous_page),
5679         (ev_sizing_mode_get_type):
5680         * shell/ev-view.h:
5681         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5682         (ev_window_cmd_go_next_page):
5683
5684         Move page next/previous functions from page chace to
5685         view and change it to move by 2 page steps in dual mode.
5686
5687 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5688
5689         * shell/ev-window.c: (update_sidebar_visibility),
5690         (setup_sidebar_from_metadata), (ev_window_setup_document),
5691         (setup_view_from_metadata):
5692
5693         Show the index by default when there is one     
5694
5695 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5696
5697         * shell/ev-window-title.c: (ev_window_title_set_document):
5698
5699         Missing null check
5700
5701 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5702
5703         * shell/ev-view.c: (view_update_range_and_current_page):
5704         
5705         Allow display of last odd page in dual view. Fix for 316347.
5706
5707 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5708
5709         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5710         
5711         Make close button default. Fix for 316383.
5712
5713 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5714
5715         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5716         
5717         Mark close button as default. Fix for 316381.
5718
5719 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5720
5721         * backend/ev-link.c: (ev_link_class_init):
5722
5723         Allow negative doubles in left/top properties
5724
5725 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5726
5727         * shell/ev-window.c:
5728
5729         Remove a bunch of strings that was used only
5730         by the statusbar.
5731
5732 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5733
5734         * shell/ev-window-title.c: (get_filename_from_uri),
5735         (ev_window_title_set_document):
5736
5737         When title has a confusing extension, show also
5738         the document filename inside ()
5739
5740 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5741
5742         * shell/Makefile.am:
5743         * shell/ev-window-title.c: (ev_window_title_new),
5744         (ev_window_title_update), (ev_window_title_set_type),
5745         (ev_window_title_set_document), (ev_window_title_free):
5746         * shell/ev-window-title.h:
5747         * shell/ev-window.c: (ev_window_setup_document),
5748         (password_dialog_response), (ev_window_popup_password_dialog),
5749         (ev_window_dispose), (ev_window_init):
5750
5751         Factor out and cleanup window title code
5752
5753 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5754
5755         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5756         (unable_to_load):
5757
5758         Make dialog transient so it doesnt block other windows
5759
5760 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5761
5762         * pdf/ev-poppler.cc:
5763         
5764         Fix pdf thumbnails rendering.
5765
5766 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5767
5768         * shell/ev-window.c: (fullscreen_set_timeout):
5769         
5770         Increase timeout to hide full screen popup. Bug 
5771         316123. 
5772
5773 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * data/evince.schemas.in:
5776         * shell/ev-window.c: (update_action_sensitivity):
5777
5778         Allow the user to override document restrictions. Fix for bug
5779         305818.
5780
5781 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5782
5783         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5784         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5785         (ev_window_class_init): Fix multihead behaviour of fullscreen
5786         toolbar popup. Fixes bug #315451.
5787
5788 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789
5790         * configure.ac:
5791         * data/evince-password.glade:
5792         * shell/ev-password.c: (ev_password_dialog_set_property),
5793         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5794         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5795         (ev_password_dialog_entry_changed_cb),
5796         (ev_password_dialog_entry_activated_cb),
5797         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5798         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5799         (ev_password_dialog_set_bad_pass):
5800         * shell/ev-password.h:
5801         * shell/ev-window.c: (password_dialog_response),
5802         (ev_window_popup_password_dialog):
5803         
5804         Support for gnome-keyring for encrypted PDF's.
5805
5806 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5807
5808         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5809         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5810         (ev_view_enter_notify_event), (ev_view_class_init):
5811         
5812         More precise handling of enter_notify/leave_notify events
5813         in EvView. Fix for bug 315470.
5814
5815 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5816
5817         * shell/ev-window.c: (fullscreen_timeout_cb),
5818         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5819         (ev_window_dispose):
5820
5821         leak fix: unref fullscreen_timeout_source before clearing it
5822
5823 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * configure.ac, dvi/mdvi/Makefile.am: 
5826         
5827         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5828
5829 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5830
5831         * backend/ev-link.c: (ev_link_new_page_xyz):
5832         * pdf/ev-poppler.cc:
5833         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5834
5835         Fix some bugs with xyz links, respect zoom
5836
5837 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5838
5839         * shell/ev-window.c: (page_changed_cb),
5840         (setup_document_from_metadata), (update_sidebar_visibility),
5841         (setup_view_from_metadata), (ev_window_run_fullscreen),
5842         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5843         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5844         (ev_window_dual_mode_changed_cb),
5845         (ev_window_sidebar_current_page_changed_cb):
5846
5847         null check uri before setting and getting metadata
5848
5849 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5850
5851         * dvi/Makefile.am:
5852         * properties/Makefile.am:
5853         * shell/Makefile.am:
5854         * thumbnailer/Makefile.am:
5855
5856         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5857
5858 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5861         (selection_changed_callback):
5862         * shell/ev-sidebar-links.h:
5863
5864         Add a signal for link activation.
5865
5866         * shell/ev-view.c: (ev_view_goto_link),
5867         (ev_view_button_release_event):
5868         * shell/ev-view.h:
5869         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5870         (ev_window_init):
5871
5872         Implement the signal so that we can handle all link types.
5873
5874         * shell/ev-page-cache.c:
5875
5876         Remove unused set_link function
5877
5878 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5879
5880         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5881
5882         Add some space from the cursor, hardcoded but I couldnt
5883         find a better way.
5884
5885 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5886
5887         * lib/ev-tooltip.c:
5888
5889         Use mozilla style vs gtk style, way better for links.
5890
5891         * shell/ev-view.c: (ev_view_motion_notify_event),
5892         (ev_view_destroy), (ev_view_init):
5893
5894         Deactive tooltip when the link hovered is changed.
5895
5896 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5897
5898         * backend/ev-document.h:
5899         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5900         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5901         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5902         (ev_link_new_page), (ev_link_new_page_xyz):
5903         * backend/ev-link.h:
5904         * pdf/ev-poppler.cc:
5905         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5906         (go_to_link), (tip_from_link):
5907
5908         Implement xyz links, still not functional. Links are a total
5909         mess, will need to refactor and bugfix a lot :(
5910
5911 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5912
5913         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5914
5915 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5916
5917         * data/evince-ui.xml:
5918         * data/evince.schemas.in:
5919         * shell/Makefile.am:
5920         * shell/ev-window.c: (update_chrome_visibility),
5921         (password_dialog_response), (ev_window_load_job_cb),
5922         (ev_window_xfer_job_cb), (ev_window_open_uri),
5923         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5924         (ev_window_init):
5925
5926         Remove the statusbar. This regress loading feedback, need to
5927         check with Bryan what we want to do there...
5928
5929 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5930
5931         * lib/ev-tooltip.c: (ev_tooltip_init):
5932
5933         Fix tooltip border and size handling
5934
5935 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5936
5937         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5938         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5939         (ev_tooltip_timeout), (ev_tooltip_activate),
5940         (ev_tooltip_deactivate):
5941         * lib/ev-tooltip.h:
5942         * shell/ev-view.c: (ev_view_motion_notify_event):
5943
5944         Delay popup showing. Mirror gtk logic/times.
5945
5946 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5947
5948         * lib/Makefile.am:
5949         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5950         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5951         (ev_tooltip_set_text), (ev_tooltip_set_position):
5952         * lib/ev-tooltip.h:
5953
5954         Simple widget to show tooltips at a custom position
5955
5956         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5957         (ev_view_destroy):
5958
5959         Use it for links. First go, needs work
5960
5961 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5962
5963         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5964         HIG fixes.  Use title capitalization for window title. Use 12 
5965         pixels of space between the dialog's vbox and action area.
5966
5967 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5968
5969         * shell/ev-window.c: (file_open_dialog_response_cb),
5970         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5971         (ev_window_cmd_save_as):
5972
5973         Make file pickers not modal and refactor code some
5974
5975 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5976
5977         * shell/ev-sidebar.h:
5978         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5979         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5980         (ev_sidebar_class_init), (ev_sidebar_select_page),
5981         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5982         (ev_sidebar_set_page):
5983
5984         Add a current page property and allow to get/set it
5985
5986         * shell/ev-window.c: (setup_view_from_metadata),
5987         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5988
5989         Persist current sidebar page per document
5990
5991 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5992
5993         * data/evince.schemas.in:
5994         * shell/ev-window.c: (update_chrome_visibility),
5995         (setup_document_from_metadata), (update_sidebar_visibility),
5996         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5997         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5998         (ev_window_run_presentation), (ev_window_stop_presentation),
5999         (ev_window_view_sidebar_cb),
6000         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6001         (load_chrome), (ev_window_init):
6002
6003         Persist size/visibility of sidebar per document
6004
6005 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6006
6007         * shell/ev-view.c (draw_loading_text): Draw loading text.
6008
6009 2005-09-02  Dan Damian  <dand@gnome.ro>
6010
6011         * configure.in: Added "ro" to ALL_LINGUAS.
6012
6013 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6014
6015         * shell/ev-view.c: (clear_caches):
6016
6017         ev_page_cache_get doesnt return a reference,
6018         dont try to unref it.
6019
6020 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6021
6022         * shell/main.c: (load_files_remote):
6023
6024         Fix timestamp parameter with dbus <= 0.33
6025
6026 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6027
6028         * data/evince.schemas.in:
6029
6030         Add missing full stop
6031
6032 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6033
6034         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6035         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6036
6037         Plug some memory leaks
6038
6039 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6040
6041         * configure.ac:
6042         * lib/ev-debug.c: (trap_handler):
6043
6044         Check for execinfo.h and use it only if it exists.
6045         Ported from Epiphany (bug #314776).
6046
6047 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6048
6049         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6050
6051 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6052
6053         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6054         * po/id.po      : Added Indonesian translation
6055
6056 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6057
6058         * shell/main.c:
6059         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6060         * NEWS: Release 0.4.0
6061
6062 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6063
6064         * configure.ac: catch another gtk+-2.8ism
6065         * shell/main.c: Make work with gtk+-2.6
6066
6067 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6068
6069         * shell/ev-application-service.xml: Add 'timestamp' argument to
6070           ev_application_open_window and ev_application_open_uri methods.
6071
6072         * shell/ev-application.h: Add 'timestamp' argument to
6073           ev_application_open_window, ev_application_open_uri,
6074           and ev_application_open_uri_list functions.
6075
6076         * shell/ev-application.c (ev_application_open_window,
6077           ev_application_open_uri, ev_application_open_uri_list): Change
6078           functions that show/present windows to use a timestamp if one
6079           is passed in.
6080
6081         * shell/ev-window.c (ev_window_cmd_file_open,
6082           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6083         * shell/main.c (load_files): Modify calls to ev_application to
6084           include GDK_CURRENT_TIME as timestamp.
6085
6086         * shell/main.c (load_files_remote): Obtain timestamp for client
6087           instance from GDK and pass to server instance so new windows are
6088           focused properly.  Fix dbus_g_proxy_call() calls by including second
6089           G_TYPE_INVALID.
6090           
6091         Closes bug #314475.
6092
6093 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6094
6095         * shell/ev-window.c (ev_window_finalize): Check for
6096         avail. EvWindows when quiting to handle the finalize better,
6097         #314497
6098
6099 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6100         
6101         * properties/ev-properties-view.c: 
6102         
6103         Set textdomain to libglade. Fixes translation problem in property page.
6104
6105 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6106
6107         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6108         * dvi/Makefile.am:
6109         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6110         * dvi/mdvi-lib/Makefile.am:
6111         
6112         Fix rotation of thumbnails, ported to new API. Moved library
6113         dependencies earlier, probably it will fix linkage problem.
6114
6115 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6116
6117         * backend/ev-document-misc.c:
6118         (ev_document_misc_get_thumbnail_frame):
6119         * backend/ev-document-misc.h:
6120         * configure.ac:
6121         * pdf/ev-poppler.cc:
6122         * shell/Makefile.am:
6123         * shell/ev-sidebar-thumbnails.c: (add_range),
6124         (ev_sidebar_thumbnails_set_loading_icon),
6125         (ev_sidebar_thumbnails_refresh),
6126         (ev_sidebar_thumbnails_set_document):
6127         * shell/ev-sidebar-thumbnails.h:
6128         * shell/ev-view.c: (ev_view_motion_notify_event),
6129         (ev_view_set_property), (ev_view_get_property),
6130         (ev_view_class_init), (ev_view_set_rotation):
6131         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6132         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6133         (ev_window_init):
6134         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6135         Redo rotation (again).  prepare for 0.4.0
6136
6137 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6138
6139         * configure.ac: Bump poppler requirement to 0.4.1.
6140
6141         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6142         argument to poppler_page_render_selection() call.
6143
6144 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6145
6146         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6147         (djvu_document_thumbnails_get_thumbnail):
6148         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6149         (dvi_document_thumbnails_get_thumbnail):
6150         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6151         (pixbuf_document_thumbnails_get_thumbnail):
6152         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6153         
6154         Update rotation direction of backends to fit with pdf and ps.
6155
6156 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6157
6158         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6159         * backend/ev-async-renderer.h:
6160         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6161         (setup_page), (ps_document_get_page_size),
6162         (ps_async_renderer_render_pixbuf):
6163         * ps/ps-document.h:
6164         * shell/ev-jobs.c: (ev_job_render_run):
6165
6166         Fix orientation in the postscript document
6167
6168 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6169
6170         * pdf/ev-poppler.cc:
6171         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6172         * shell/ev-view.c: (highlight_find_results):
6173
6174         Adapt to the new poppler rotation API. Fix text maps on landscape
6175         documents.
6176
6177 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6178
6179         * shell/ev-view.c (compute_new_selection_text): get the correct
6180         region when selecting in modes other than continuous.
6181
6182 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6183
6184         * shell/main.c (main): remove redundant g_warnings.
6185
6186 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * shell/Makefile.am: Don't include autogenerated
6189         file ev-application-service.h into distribution, since
6190         it causes dbus crash. Fix for bugs 313724 and 313443. 
6191
6192 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * configure.ac: Fix sed expression for FreeBSD. Thanks
6195         to Joe Marcus Clark <marcus@freebsd.org>
6196         
6197         * shell/eggfindbar.c: (entry_activate_callback),
6198         (entry_changed_callback), (egg_find_bar_init),
6199         (egg_find_bar_set_search_string):
6200         
6201         Made findbar buttons unsensitive if there is no text in
6202         entry. Fix for the bug 313285.
6203
6204 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6205
6206         * ps/ps-document.c: Use g_filename_display_name for displaying
6207         filenames and revert string freeze breackage
6208
6209 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6210
6211         * NEWS:
6212         * configure.ac:
6213
6214         Update for 0.3.4
6215
6216         * shell/Makefile.am:
6217
6218         Add ev-application-service.xml to extra dist
6219
6220         * shell/ev-view.c: (find_page_at_location):
6221
6222         Remove unused function (fix warning)
6223
6224 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6227         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6228         
6229         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6230         bug 313623.
6231
6232 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6233
6234         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6235         * shell/ev-window.c:
6236         Fix build warnings
6237
6238 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6239
6240         * configure.ac: Update script to get dbus version.
6241         Fix for the bug #313443.
6242
6243 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6244
6245         * shell/ev-window.c: (ev_window_cmd_escape):
6246         
6247         Return focus back to view on escape. Fix for bug 313295.
6248
6249 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6250
6251         * shell/ev-window.c: (update_window_title),
6252         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6253         (ev_window_cmd_save_as):
6254         
6255         Correct conversion from uri to displayable string. Fix for
6256         bug 313296.
6257
6258 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6259
6260         * ps/ps-document.c: convert filename to utf8 when there is an error
6261         loading document. Fixes #309915
6262
6263 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6264
6265         * configure.ac:
6266
6267         We depend on poppler 0.4.0
6268
6269 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6270
6271         * configure.ac:
6272         * NEWS: Release 0.3.3.
6273         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6274
6275 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6276
6277         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6278         add a couple missing mnemonics to menu items, use title 
6279         capitalization for menu items and window titles, and add 
6280         ellipsis to open menu item.     
6281
6282 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6283
6284         * pdf/ev-poppler.cc:
6285         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6286         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6287         (ev_view_get_rotation):
6288         * shell/ev-view.h:
6289         * shell/ev-window.c: (setup_view_from_metadata),
6290         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6291         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6292         disk.
6293
6294 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6295
6296         * configure.ac: Added tr to ALL_LINGUAS
6297
6298 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6299
6300         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6301         requires several clicks to find word. Thanks to 
6302         Colin Slater <kiltedtaco@gmail.com>.
6303
6304 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6305
6306         * data/evince.desktop.in.in: Hide menu entry and
6307         rename it to "Document Viewer". Fix for bug 
6308         #312399.
6309
6310 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6311
6312         * shell/ev-page-action.c (ev_page_action_class_init): 
6313
6314         Point to the correct function in constructor of the
6315         activate_label signal
6316
6317 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6318
6319         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6320         * shell/ev-jobs.h: Make thread safe.
6321
6322 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6323
6324         * shell/ev-view.c: (view_update_range_and_current_page):
6325         Don't update page range if we are scrolling to some document
6326         point.
6327
6328 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6329
6330         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6331         when getting max_page_width, fix drawing in dual mode.
6332
6333 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6334
6335         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6336         getting the area for select_all.
6337
6338 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6339
6340         * backend/ev-selection.c: (ev_selection_render_selection):
6341         * backend/ev-selection.h:
6342         * pdf/ev-poppler.cc:
6343         * shell/ev-jobs.c: (ev_job_render_new):
6344         * shell/ev-jobs.h:
6345         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6346         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6347         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6348         (ev_view_class_init):
6349
6350         Change selection color on focus in and focus out events.  Also,
6351         poppler now uses GdkColor for specifying the selection colors, so
6352         drop some awkward conversion code.
6353
6354 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6355
6356         * configure.ac: Added Hebrew translation
6357
6358 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6359
6360         * NOTES:
6361         * backend/ev-selection.c: (ev_selection_render_selection):
6362         * backend/ev-selection.h:
6363         * pdf/ev-poppler.cc:
6364         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6365         (ev_job_render_run):
6366         * shell/ev-jobs.h:
6367         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6368         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6369         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6370         (ev_pixbuf_cache_style_changed),
6371         (ev_pixbuf_cache_get_selection_pixbuf),
6372         (ev_pixbuf_cache_set_selection_list),
6373         (ev_pixbuf_cache_get_selection_list):
6374         * shell/ev-pixbuf-cache.h:
6375         * shell/ev-utils.c: (ev_print_region_contents):
6376         * shell/ev-utils.h:
6377         * shell/ev-view.c: (ev_view_queue_draw_page),
6378         (selection_update_idle_cb), (ev_view_motion_notify_event),
6379         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6380         (setup_caches), (ev_view_find_next), (merge_selection_region),
6381         (selection_free):
6382         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6383
6384         Clean up selection to be much smoother!
6385
6386 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6387
6388         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6389         to poppler_page_render_selection().
6390
6391 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * ps/ps-document.c: (save_page_list): Use
6394         unzipped document when printing. Thanks to 
6395         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6396         311016.
6397
6398 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * shell/ev-window.c: (update_action_sensitivity):
6401         
6402         Disable print and save respect to lockdown gconf keys. Fix
6403         for 312342.
6404
6405 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6406
6407         * configure.ac:
6408         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6409         (write_to_temp_file), (ev_file_set_contents):
6410         * shell/ev-utils.h:
6411         * shell/ev-window.c: (save_print_config_to_file):
6412         
6413         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6414         Fix for bug 312238
6415
6416 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6417
6418         * shell/ev-window.c: (load_print_config_from_file),
6419         (save_print_config_to_file), (ev_window_print_range):
6420
6421         Persist the print settings. Fixes bug #311578.
6422
6423 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6424
6425         * djvu/djvu-document.c: (djvu_document_get_page_size),
6426         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6427         (djvu_document_thumbnails_get_thumbnail):
6428         * dvi/dvi-document.c: (dvi_document_get_page_size),
6429         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6430         (dvi_document_thumbnails_get_dimensions),
6431         (dvi_document_thumbnails_get_thumbnail):
6432         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6433         (pixbuf_document_render_pixbuf),
6434         (pixbuf_document_document_iface_init),
6435         (pixbuf_document_thumbnails_get_thumbnail):
6436         
6437         Update backends to make them build with new rotation system.
6438
6439 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6440
6441         * help/C/figures/evince_start_window.png:
6442         
6443         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6444
6445 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6446
6447         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6448         * shell/ev-pixbuf-cache.h:
6449         * shell/ev-sidebar-thumbnails.c:
6450         (ev_sidebar_thumbnails_get_property), (add_range),
6451         (adjustment_changed_cb):
6452         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6453         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6454         we were thumbnailing the entire docment on startup, slowing us
6455         down hugely. 
6456
6457 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6458
6459         * shell/ev-page-cache.c: (ev_page_cache_new):
6460         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6461         == 0, fixes #310306.
6462
6463 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6464
6465         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6466         (ev_view_rotate_left):
6467
6468         Account rotation in doc_rect_to_view_rect.
6469         Ensure rotation doesnt go out of bounds.
6470
6471 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6472
6473         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6474
6475         Correct and cleanup w/h swapping
6476
6477 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6478
6479         * backend/ev-document-thumbnails.c:
6480         (ev_document_thumbnails_get_thumbnail):
6481         * backend/ev-document-thumbnails.h:
6482         * backend/ev-document.c:
6483         * backend/ev-document.h:
6484         * backend/ev-render-context.c: (ev_render_context_new),
6485         (ev_render_context_set_rotation):
6486         * backend/ev-render-context.h:
6487         * pdf/ev-poppler.cc:
6488         * ps/ps-document.c: (ps_document_document_iface_init):
6489         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6490         * shell/ev-jobs.h:
6491         * shell/ev-page-cache.c: (build_height_to_page),
6492         (ev_page_cache_new), (ev_page_cache_get_size),
6493         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6494         (ev_page_cache_get_height_to_page):
6495         * shell/ev-page-cache.h:
6496         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6497         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6498         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6499         (ev_pixbuf_cache_get_selection_pixbuf):
6500         * shell/ev-pixbuf-cache.h:
6501         * shell/ev-print-job.c: (idle_print_handler):
6502         * shell/ev-sidebar-thumbnails.c: (add_range):
6503         * shell/ev-view.c: (view_update_range_and_current_page),
6504         (get_page_y_offset), (get_page_extents),
6505         (ev_view_size_request_continuous_dual_page),
6506         (ev_view_size_request_continuous),
6507         (ev_view_size_request_dual_page),
6508         (ev_view_size_request_single_page), (draw_one_page),
6509         (ev_view_set_rotation), (ev_view_rotate_right),
6510         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6511         (ev_view_zoom_for_size_continuous_and_dual_page),
6512         (ev_view_zoom_for_size_continuous),
6513         (ev_view_zoom_for_size_dual_page),
6514         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6515         (ev_view_select_all):
6516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6517         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6518         (tiff_document_document_iface_init),
6519         (tiff_document_thumbnails_get_thumbnail):
6520
6521         Use rotation rather than orientation. It's easier and enough
6522         for our needs.
6523
6524 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6525
6526         * shell/ev-page-cache.c: (build_height_to_page),
6527         (ev_page_cache_new), (ev_page_cache_get_size),
6528         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6529         (ev_page_cache_get_height_to_page):
6530         * shell/ev-page-cache.h:
6531         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6532         (ev_view_size_request_continuous_dual_page),
6533         (ev_view_size_request_continuous),
6534         (ev_view_zoom_for_size_continuous_and_dual_page),
6535         (ev_view_zoom_for_size_continuous):
6536
6537         Make the page cache aware of page orientation.
6538
6539 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6540
6541         * backend/ev-document-thumbnails.c:
6542         (ev_document_thumbnails_get_thumbnail):
6543         * backend/ev-document-thumbnails.h:
6544         * backend/ev-document.c:
6545         * backend/ev-document.h:
6546         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6547         * backend/ev-ps-exporter.h:
6548         * pdf/ev-poppler.cc:
6549         * ps/ps-document.c: (ps_document_document_iface_init),
6550         (ps_document_ps_export_do_page):
6551         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6552         * shell/ev-jobs.h:
6553         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6554         (ev_page_cache_get):
6555         * shell/ev-page-cache.h:
6556         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6557         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6558         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6559         * shell/ev-pixbuf-cache.h:
6560         * shell/ev-print-job.c: (idle_print_handler):
6561         * shell/ev-sidebar-thumbnails.c: (add_range):
6562         * shell/ev-view.c: (view_update_range_and_current_page),
6563         (get_page_extents), (ev_view_size_request_dual_page),
6564         (ev_view_size_request_single_page), (draw_one_page),
6565         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6566         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6567         (ev_view_zoom_for_size_dual_page),
6568         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6569         (ev_view_select_all):
6570         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6571         * tiff/tiff-document.c: (tiff_document_get_page_size),
6572         (tiff_document_get_orientation), (rotate_pixbuf),
6573         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6574         (tiff_document_thumbnails_get_thumbnail),
6575         (tiff_document_ps_export_do_page), (tiff_document_init):
6576
6577         Really make use of the orientation bit of the render context.
6578         Use the render context in a few more places in the backend API.
6579         This regress orientation, but now it's done right. Will try to
6580         fix it up asap...
6581
6582 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6583
6584         * shell/ev-view.c: (ensure_rectangle_is_visible):
6585
6586         Patch by Nickolay V. Shmyrev to fix find flickering
6587
6588 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6589
6590         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6591         duplex parameters to ::begin.
6592
6593         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6594         * shell/ev-print-job.c (idle_print_handler): 
6595         * ps/ps-document.c (ps_document_ps_export_begin): 
6596         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6597         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6598         implementations. Poppler backend needs poppler cvs. Rest has
6599         unchanged behavior.
6600
6601 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6602
6603         * shell/ev-window.c (using_pdf_printer): new function.
6604         (ev_window_print_range): print a less techy message if someone
6605         tries to print to PDF.
6606
6607 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6608
6609         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6610         from "unknown font" string. Bug #311431
6611
6612 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6613
6614         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6615
6616 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6617
6618         Bug #311280
6619         
6620         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6621         name for PopplerFontTypes
6622         (pdf_document_fonts_fill_model): add font type to the detail column
6623
6624         * backend/ev-document-fonts.h: added
6625         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6626
6627         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6628         font name and font details, add a little markup.
6629         (ev_properties_fonts_init): use the new cell data func, specify ypad
6630         property for the cell renderer.
6631         (ev_properties_fonts_set_document): add the details column.
6632
6633 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6634
6635         * configure.ac: Added "pl" to ALL_LINGUAS.
6636
6637 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6638
6639         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6640
6641 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6642
6643         * help/ChangeLog: Started this for translations of manual.
6644         * configure.ac, autogen.sh, .cvsignore: Migrated to
6645         gnome-doc-utils. Patch in bug #311222.
6646
6647 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6648
6649         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6650         #ifdef this away to fix an unused-function warning.
6651
6652 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6653
6654         * configure.ac: Added 'gl' to ALL_LINGUAS.
6655
6656 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6657
6658         * configure.ac: Added ne in ALL_LINGUAS
6659         
6660 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * shell/ev-view.c: (ev_view_leave_notify_event):
6663         
6664         Clear status message when pointer leaves view. Fix for bug
6665         #310818 
6666
6667 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6668
6669         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6670
6671 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6672
6673         * shell/ev-view.c: (ev_view_leave_notify_event),
6674         (ev_view_class_init):
6675         
6676         Set cursor to normal then leaving view.
6677
6678 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * configure.ac:
6681         
6682         Fix required djvulibre version.
6683
6684 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6685
6686         *configure.ac: Hindi (hi) language added
6687
6688 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6689
6690         *configure.ac: Punjabi (pa) Language added
6691
6692 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6693
6694         * data/evince-ui.xml, shell/ev-window.c:
6695         
6696         Add keypad accelerators for zooming. Fix for bug 308128.
6697
6698 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6699
6700         * Makefile.am:
6701         * backend/Makefile.am:
6702         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6703         * configure.ac:
6704         * shell/ev-document-types.c: (ev_document_types_add_filters):
6705
6706         Allow to enable/disable the pixbuf backend.
6707         Default to off for now. If we want it enabled we should
6708         really put mime types in the desktop, implement properties etc.
6709
6710         * properties/evince-properties.c:
6711
6712         Initialize error to NULL.
6713         Check error is not NULL before freeing.
6714
6715 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6716
6717         * shell/ev-window.c:
6718
6719         Use F5 as presentation accell
6720
6721 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6722
6723         * shell/ev-window.c: (update_chrome_visibility),
6724         (ev_window_create_fullscreen_popup), (ev_window_init):
6725
6726         Do not leak the fullscreen toolbar
6727
6728 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6729
6730         * shell/ev-window.c: (view_actions_focus_in_cb),
6731         (view_actions_focus_out_cb):
6732
6733         These has a return value! Fix totally random focus
6734         issues we was seeing.
6735
6736 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6737
6738         * shell/main.c: (load_files_remote):
6739
6740         Allow open more than one file
6741
6742 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6743
6744         * shell/main.c: (load_files_remote):
6745
6746         Fix for dbus 0.33. bug #309975
6747
6748 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6749
6750         * properties/ev-properties-main.c: (ev_properties_get_pages):
6751
6752         Actually return NULL for types we dont support
6753
6754 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6755
6756         * po/POTFILES.in:
6757
6758         Remove empty lines.
6759
6760 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6761
6762         * backend/ev-document-factory.c:
6763         (ev_document_factory_get_document):
6764
6765         Do not try to create the object if type
6766         is invalid.
6767
6768 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6769
6770         * ps/ps-document.c: (ps_document_dispose),
6771         (ps_async_renderer_render_pixbuf):
6772         * ps/ps-document.h:
6773
6774         Do not leak the target window
6775
6776 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * shell/ev-application.c: (ev_application_init):
6779
6780         Let tbe check file existence for us.
6781         Add a comment about eggrecent mime filter.
6782
6783 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6784
6785         * data/evince-ui.xml:
6786         * shell/ev-application.c: (ev_application_shutdown),
6787         (ev_application_init), (ev_application_get_toolbars_model),
6788         (ev_application_get_recent_model),
6789         (ev_application_save_toolbars_model):
6790         * shell/ev-application.h:
6791         * shell/ev-window.c: (ev_window_add_recent),
6792         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6793         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6794         (ev_window_init):
6795
6796         Use common toolbar and recent models for all windows.
6797         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6798
6799 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6800
6801         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6802         successfully check for gtk_icon_view_get_visible_range.
6803
6804 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * djvu/Makefile.am:
6807         * dvi/Makefile.am:
6808         
6809         Fix djvu and dvi backend build.
6810
6811 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6812
6813         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6814         (new_separator_pixbuf):
6815
6816         Don't leak windows.
6817
6818 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6819
6820         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6821
6822         HIGification of toolbar editor dialogue.
6823
6824 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6825
6826         * configure.ac:
6827         * shell/Makefile.am:
6828
6829         Ever build metadata manager since it's just
6830         disabled at runtime now.
6831
6832 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6833
6834         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6835         (ev_metadata_manager_get), (ev_metadata_manager_set):
6836         * shell/ev-metadata-manager.h:
6837
6838         Add an _init functions that enabled metadata management
6839         at runtime.
6840
6841         * shell/ev-window.c: (page_changed_cb),
6842         (setup_document_from_metadata), (ev_window_setup_document),
6843         (setup_view_from_metadata), (ev_window_open_uri),
6844         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6845         (ev_window_run_presentation), (ev_window_stop_presentation),
6846         (save_sizing_mode), (ev_window_zoom_changed_cb),
6847         (ev_window_continuous_changed_cb),
6848         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6849         (window_configure_event_cb):
6850
6851         Remove all ugly metadata define since we deal with it
6852         at runtime now.
6853
6854         * shell/main.c: (load_files_remote), (main):
6855
6856         Add support for dbus cvs head. Hopefully didnt break one
6857         of the other versions now!
6858
6859         If we dont get a response from the dbus server just
6860         give up with it and not enable metadata.
6861
6862 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * Makefile.am:
6865         * backend/Makefile.am:
6866         * configure.ac:
6867         * cut-n-paste/recent-files/Makefile.am:
6868         * cut-n-paste/toolbar-editor/Makefile.am:
6869         * cut-n-paste/zoom-control/Makefile.am:
6870         * lib/Makefile.am:
6871         * pdf/Makefile.am:
6872         * pixbuf/Makefile.am:
6873         * properties/Makefile.am:
6874         * ps/Makefile.am:
6875         * shell/Makefile.am:
6876         * thumbnailer/Makefile.am:
6877         * tiff/Makefile.am:
6878
6879         Make frontends depend on just libev.
6880         Rework and group CFLAGS/LIBS definitions.
6881         Cleanups.
6882
6883 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6884
6885         * shell/ev-window:
6886
6887         do not unnecessarily save zoom
6888
6889         * configure.ac:
6890         * lib/ev-file-helpers.c: (ev_dot_dir):
6891         * shell/Makefile.am:
6892         * shell/dummy.cc:
6893
6894         Some cleanups
6895
6896 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * configure.ac:
6899         
6900         Remove unnecessary dependencies
6901
6902 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6903
6904         * properties/Makefile.am:
6905         * thumbnailer/Makefile.am:
6906         * tiff/Makefile.am:
6907
6908         Some more cleanups. Was really necessary
6909         but I probably introduced bugs, feel free
6910         to flame :)
6911
6912 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6913
6914         * backend/Makefile.am:
6915         * configure.ac:
6916         * cut-n-paste/recent-files/Makefile.am:
6917         * cut-n-paste/toolbar-editor/Makefile.am:
6918         * cut-n-paste/zoom-control/Makefile.am:
6919         * lib/Makefile.am:
6920         * pdf/Makefile.am:
6921         * pixbuf/Makefile.am:
6922         * properties/Makefile.am:
6923         * ps/Makefile.am:
6924         * shell/Makefile.am:
6925         * thumbnailer/Makefile.am:
6926         * tiff/Makefile.am:
6927
6928         Use gnome-common macros when possible.
6929         Cleanup dependencies.
6930         Actually disable deprecated where possible.
6931
6932 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6933
6934         * Makefile.am:
6935         * backend/Makefile.am:
6936         * properties/Makefile.am:
6937         * shell/Makefile.am:
6938         * thumbnailer/Makefile.am:
6939
6940         This should solve the circular dep without
6941         requiring dir reorg!
6942
6943         * shell/ev-window.c: (setup_view_from_metadata):
6944
6945         Never restore window size/position when the
6946         window is already visible.
6947
6948 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6949
6950         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6951
6952         Return a boolean from timeout func. Fix ported from gedit.
6953
6954 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6955
6956         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6957
6958 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6959
6960         * shell/ev-document-types.c: set "All Documents" as default filter in
6961         open dialog
6962
6963 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6964
6965         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6966         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6967         (ev_metadata_manager_set_boolean): fix value/val thinko.
6968
6969 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6970
6971         * shell/ev-window.c: (setup_view_from_metadata),
6972         (window_state_event_cb), (window_configure_event_cb),
6973         (ev_window_init):
6974
6975         Remember window position and maximized state
6976
6977 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6978
6979         * configure.ac:
6980
6981         Fix DBUS configure checks.
6982
6983         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6984         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6985         (ev_metadata_manager_set_boolean):
6986
6987         Plug mem leaks.
6988
6989         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6990         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6991         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6992         (ev_window_continuous_changed_cb),
6993         (ev_window_dual_mode_changed_cb), (ev_window_new):
6994
6995         Fix the build without DBUS.
6996
6997 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6998
6999         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7000         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7001         (ev_metadata_manager_set_string),
7002         (ev_metadata_manager_set_boolean):
7003         * shell/ev-metadata-manager.h:
7004
7005         Add support for some more types
7006
7007         * shell/ev-view.c: (scroll_to_current_page),
7008         (ev_view_get_continuous), (ev_view_set_continuous),
7009         (ev_view_get_dual_page):
7010         * shell/ev-view.h:
7011         * shell/ev-window.c: (page_changed_cb),
7012         (setup_document_from_metadata), (ev_window_setup_document),
7013         (setup_view_from_metadata), (ev_window_open_uri),
7014         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7015         (ev_window_run_presentation), (ev_window_stop_presentation),
7016         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7017         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7018         (ev_window_update_dual_page_action),
7019         (ev_window_continuous_changed_cb),
7020         (ev_window_dual_mode_changed_cb), (ev_window_init):
7021
7022         Remember a bunch of view/document properties. Prolly some
7023         are still missing but it's getting interesting.
7024
7025 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7026
7027         * configure.ac: check if dbus-binding-tool is installed. Not the
7028         case on current Ubuntu breezy, it seems.
7029
7030 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7031
7032         * data/evince.desktop.in.in:
7033         
7034         Allow open uri lists and add TryExec field.
7035
7036 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7037
7038         * configure.ac:
7039
7040         Enable dbus when available, do not require a configure
7041         option.
7042
7043 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7044
7045         * configure.ac:
7046
7047         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7048         disabled.
7049
7050 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7051         Marco Pesenti Gritti  <mpg@redhat.com>
7052
7053         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7054         
7055         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7056         functions to the format required by dbus
7057
7058         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7059         errors. Use the RPC parameters in the expected way
7060
7061 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * Makefile.am:
7064         * properties/Makefile.am:
7065         * properties/ev-properties-main.c: (ev_properties_get_pages):
7066
7067         Support all mime types
7068
7069         * shell/Makefile.am:
7070         * thumbnailer/Makefile.am:
7071         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7072         (evince_thumbnail_pngenc_get):
7073
7074         Use the document factory
7075
7076 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7077
7078         * backend/Makefile.am:
7079         * backend/ev-document-factory.c:
7080         (mime_type_supported_by_gdk_pixbuf),
7081         (ev_document_type_get_from_mime),
7082         (ev_document_factory_get_document),
7083         (ev_document_factory_get_backend),
7084         (ev_document_factory_get_mime_types),
7085         (ev_document_factory_get_all_mime_types):
7086         * backend/ev-document-factory.h:
7087         * shell/Makefile.am:
7088         * shell/ev-document-types.c: (get_document_from_uri),
7089         (ev_document_types_get_document),
7090         (file_filter_add_mime_list_and_free),
7091         (ev_document_types_add_filters):
7092         * shell/ev-document-types.h:
7093         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7094         * shell/ev-properties-dialog.c:
7095         (ev_properties_dialog_set_document):
7096         * shell/ev-window.c: (ev_window_cmd_file_open),
7097         (ev_window_cmd_save_as):
7098         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7099
7100         Rework document types managing to avoid code duplication
7101         and actually abstract from backend implementations.
7102         Also provide a minimal factory api that can be used by
7103         thumbnailer/properties.
7104
7105 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7106
7107         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7108         Plug a mem leak.
7109         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7110         HIG spacings.
7111
7112 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7113
7114         * shell/ev-properties-dialog.c
7115         (ev_properties_dialog_set_document): only call
7116         ev_properties_fonts_set_document() if the document implements the
7117         fonts interface
7118
7119 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7120
7121         * configure.ac:
7122         * properties/Makefile.am:
7123         * properties/ev-properties-view.c:
7124         (ev_properties_view_register_type):
7125         * properties/ev-properties-view.h:
7126         * properties/ev-properties-main.h:
7127
7128         Implement nautilus plugin for properties.
7129         Works only for pdf atm, I need to rework the
7130         document types stuff to get this to work
7131         for all backends...
7132
7133 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7134
7135         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7136         (ev_properties_fonts_set_document): use
7137         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7138
7139 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7140
7141         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7142         them
7143         (PlaceImage, tiff2ps_process_page): use
7144         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7145
7146
7147 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7148
7149         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7150         (main): to call gnome_authentication_manager_init. Should fix
7151         Bug #308510
7152
7153         * configure.ac: that requires libgnomeui 2.6.0.
7154
7155 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7156
7157         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7158         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7159         use the new tiff2ps interfaces
7160
7161         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7162         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7163
7164         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7165         structure instead of global variables.  Remove use of static
7166         variables in functions.
7167
7168 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7169
7170         * shell/ev-page-action.c: unref the completion after setting it to the
7171         entry
7172
7173 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7174
7175         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7176         postscript files
7177
7178 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7179
7180         * shell/ev-window.c (update_action_sensitivity): disable
7181         File->Print if the document does not implement the ps exporter
7182         interface
7183
7184 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7185
7186         * Makefile.am:
7187         * configure.ac:
7188         * data/evince-properties.glade:
7189         * properties/.cvsignore:
7190         * properties/Makefile.am:
7191         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7192         (ev_properties_view_class_init), (ev_properties_view_format_date),
7193         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7194         (ev_properties_view_init), (ev_properties_view_new):
7195         * properties/ev-properties-view.h:
7196         * shell/Makefile.am:
7197         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7198         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7199         (ev_properties_dialog_new):
7200         * shell/ev-properties-dialog.h:
7201         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7202         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7203         (update_progress_label), (job_fonts_finished_cb),
7204         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7205         * shell/ev-properties-fonts.h:
7206         * shell/ev-properties.c:
7207         * shell/ev-properties.h:
7208         * shell/ev-window.c: (ev_window_setup_document),
7209         (ev_window_cmd_file_properties):
7210
7211         Split the properties pages in two different objects, depend
7212         only on the backend where possible, use widgets instead
7213         of gobject for the glade part, reimplement the dialog
7214         itself with gtk.
7215         I need this to implement nautilus properties page.
7216
7217 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7218
7219         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7220         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7221         (tiff_document_document_ps_exporter_iface_init): implement the ps
7222         exporter interface for tiff documents
7223
7224         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7225         libtiff to implement TIFF postscript export
7226
7227         * tiff/tiff2ps.h: added a header file for external tiff2ps
7228         functions.
7229
7230         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7231         tiff2ps.h
7232
7233 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7234
7235         * shell/ev-view.c: (scroll_to_current_page),
7236         (ev_view_set_fullscreen), (ev_view_set_presentation):
7237         
7238         Scroll to current page when exit from presentation
7239
7240 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7241
7242         * shell/ev-window.c: (update_document_mode),
7243         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7244         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7245         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7246         
7247         Exit from fullscreen mode when switch to presentation. Fix for
7248         bug 309365
7249
7250 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7251
7252         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7253         return NULL if the document does not implement the selection
7254         interface.
7255
7256 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7257
7258         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7259         reported height by using the resolution aspect ratio
7260         (tiff_document_render_pixbuf): scale the pixbuf using the
7261         resolution aspect ratio
7262
7263 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7264
7265         * configure.ac:
7266         
7267         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7268         <kiltedaco@gmail.com>
7269         
7270         * djvu/djvu-document.c: (djvu_document_get_orientation),
7271         (djvu_document_set_orientation), (djvu_document_get_page_size),
7272         (rotate_pixbuf), (djvu_document_render_pixbuf),
7273         (djvu_document_document_iface_init):
7274         * dvi/dvi-document.c: (dvi_document_get_orientation),
7275         (dvi_document_set_orientation), (dvi_document_get_page_size),
7276         (rotate_pixbuf), (dvi_document_render_pixbuf),
7277         (dvi_document_document_iface_init):
7278         
7279         Dvi and djvu backends are ported to new API
7280
7281 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7282
7283         * backend/ev-selection.c: (ev_selection_get_selection_region),
7284         (ev_selection_get_selection_map):
7285         * backend/ev-selection.h:
7286         * pdf/ev-poppler.cc:
7287         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7288         * shell/ev-jobs.h:
7289         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7290         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7291         (ev_pixbuf_cache_get_text_mapping):
7292         * shell/ev-pixbuf-cache.h:
7293         * shell/ev-view.c: (location_in_text),
7294         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7295         support to EvView.  Now we can see where we can select!  Sweet!
7296
7297 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7298
7299         * shell/ev-view.c (ev_view_button_press_event): Fix
7300         event->y + view->scroll_x typo.
7301
7302 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7303
7304         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7305         sub-GdkPixbuf instead of passing dest_x and dest_y.
7306         
7307         * shell/ev-view.c: (view_point_to_doc_point),
7308         (view_rect_to_doc_rect), (ev_view_button_press_event),
7309         (ev_view_motion_notify_event), (compute_new_selection_rect),
7310         (gdk_rectangle_point_in), (compute_new_selection_text),
7311         (compute_selections): Update selection code to keep the selection
7312         around as two points and not as a normalized rectangle, and fix
7313         page level selection in two-column mode.
7314
7315 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7316
7317         * shell/ev-window.c: (window_configure_event_cb): 
7318         
7319         Fix compilation
7320         
7321 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * pdf/ev-poppler.cc:
7324
7325         Fix compilation
7326
7327 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * shell/Makefile.am:
7330         * shell/ev-metadata-manager.c: (item_free),
7331         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7332         (parse_value), (parseItem), (load_values),
7333         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7334         (save_values), (save_item), (get_oldest), (resize_items),
7335         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7336         * shell/ev-metadata-manager.h:
7337
7338         Metadata manager from gedit but modified to use GValue, so that
7339         we dont need to keep converting from strings.
7340
7341         * configure.ac:
7342
7343         ENABLE_METADATA conditional, on when dbus is on
7344
7345         * shell/ev-application.c: (ev_application_open_uri):
7346
7347         Show the window after load so that we can initialize
7348         window size before it's showed.
7349
7350         * shell/ev-window.c: (ev_window_setup_from_metadata),
7351         (ev_window_open_uri), (window_configure_event_cb),
7352         (ev_window_init):
7353
7354         Save and load metadata information about window size.
7355         Not yet keeping states in account.
7356
7357         * shell/main.c: (main):
7358
7359         Shutdown metadata manager.
7360
7361 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * shell/ev-application-service.xml:
7364         * configure.ac:
7365         * shell/Makefile.am:
7366         * shell/ev-application.c:
7367         * shell/ev-application.h:
7368         * shell/ev-window.c:
7369         * shell/ev-window.h:
7370         * shell/main.c:
7371
7372         Add an optional dbus interface (--enable-dbus).
7373         Rework application code, mainly to be easier to
7374         use "remotely".
7375         Do not open multiple windows with the same document,
7376         spatial evince!
7377
7378 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7379
7380         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7381         pixbuf iff it exists.
7382
7383 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7384
7385         * shell/*:
7386         * backend/ev-render-context.[ch]:
7387         * backend/ev-selection.[ch]:
7388
7389         Massive changes.  We now support text selection of pdfs, and not
7390         just rectangular selection.  This is pretty broken still, but I
7391         want to get something into CVS.
7392
7393 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7394
7395         * pdf/ev-poppler.cc:
7396         
7397         Fix for Bug 309080: crash on window close.
7398         
7399         * shell/ev-page-action.c: (page_changed_cb):
7400         
7401         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7402         jensgr@gmx.net (Jens Granseuer).
7403
7404 2005-06-25  Marcel Telka  <marcel@telka.sk>
7405
7406         * configure.in (ALL_LINGUAS): Added sk.
7407
7408 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7409
7410         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7411         not a document open
7412
7413 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * NEWS:
7416         * configure.ac:
7417
7418         Release 0.3.2
7419
7420         * cut-n-paste/recent-files/Makefile.am:
7421
7422         Fix make distcheck
7423
7424 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7425
7426         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7427         (pixbuf_document_set_orientation), (rotate_pixbuf),
7428         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7429         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7430
7431         Implement rotation and cleanup the code a bit.
7432
7433         * tiff/tiff-document.c: (tiff_document_get_page_size),
7434         (tiff_document_get_orientation), (tiff_document_set_orientation),
7435         (rotate_pixbuf), (tiff_document_render_pixbuf),
7436         (tiff_document_document_iface_init), (tiff_document_init):
7437
7438         Implement rotation. Was the quicker solution for the release
7439         but we really need to share this code in the shell.
7440
7441 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7442
7443         * pdf/ev-poppler.cc:
7444
7445         Enable rotation, require poppler cvs. Fix a leak.
7446
7447 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * shell/ev-window.c: (update_action_sensitivity):
7450         
7451         Make properties unsensitive if document backend doesn't provide
7452         any info
7453
7454 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7455
7456         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7457         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7458         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7459         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7460         (bitmap_flip_rotate_counter_clockwise):
7461         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7462         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7463         (buff_gets):
7464         * dvi/mdvi-lib/common.h:
7465         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7466         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7467         (opendvi), (mdvi_reload), (mdvi_init_context),
7468         (mdvi_destroy_context), (mdvi_dopage), (special):
7469         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7470         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7471         (file_hash_free), (register_encoding), (parse_spec),
7472         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7473         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7474         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7475         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7476         (mdvi_register_font_type), (mdvi_unregister_font_type),
7477         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7478         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7479         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7480         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7481         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7482         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7483         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7484         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7485         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7486         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7487         (mdvi_unregister_special), (mdvi_flush_specials):
7488         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7489         (t1_font_remove):
7490         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7491         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7492         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7493         (free_font_metrics), (flush_font_metrics):
7494         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7495         (tt_font_remove):
7496         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7497         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7498         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7499         (dstring_insert), (dstring_new), (dstring_reset):
7500         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7501         
7502         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7503         avoid conflict with libtool on FC4
7504         
7505         * shell/ev-window.c: (ev_window_cmd_help_about):
7506         
7507         Update copyright year. Fix for bug 308828.
7508
7509 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * shell/ev-view.c: (add_scroll_binding_keypad),
7512         (ev_view_binding_activated), (ev_view_class_init),
7513         (on_adjustment_value_changed):
7514         
7515         Bug 170874: Arrow keys switch pages in presentation mode
7516
7517 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7518
7519         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7520         
7521         Fix for Bug 308265: Sidebar dissappears coming out of 
7522         Presentation mode
7523
7524 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7525
7526         * shell/ev-application.c: (ev_application_open):
7527         * shell/ev-document-types.c: (ev_document_types_add_filters),
7528         (ev_document_types_add_filters_for_type):
7529         * shell/ev-document-types.h:
7530         * shell/ev-window.c: (ev_window_cmd_save_as):
7531         
7532         Suggest basename as template when saving, provide filters
7533         for save dialog. It's bug 308402
7534
7535 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7536
7537         * pdf/ev-poppler.cc:
7538         * shell/ev-sidebar-links.c: (job_finished_callback):
7539         * shell/ev-view.c: (update_find_status_message):
7540         
7541         Some leaks fixed
7542
7543 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7544
7545         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7546         (egg_recent_view_uimanager_set_list):
7547
7548         Fix buglet in !show_numbers case.
7549
7550 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7551
7552         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7553         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7554
7555         Use pango ellipsisation.
7556
7557         * pdf/ev-poppler.cc:
7558
7559         Fix refcount leak, from nsh.
7560
7561 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * cut-n-paste/recent-files/Makefile.am:
7564         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7565         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7566         
7567         Removed EggRecentViewGtk
7568         
7569         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7570         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7571         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7572         (ev_window_setup_recent):
7573         
7574         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7575         with other projects
7576
7577 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578
7579         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7580         (egg_recent_view_gtk_finalize):
7581
7582         Fix memory leak
7583
7584         * cut-n-paste/toolbar-editor/Makefile.am:
7585         
7586         Fix location of cursor icon.
7587         
7588         * pdf/ev-poppler.cc:
7589         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7590         (display_completion_text), (match_completion):
7591         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7592         (selection_changed_callback), (create_loading_model),
7593         (print_section_cb), (links_page_num_func),
7594         (update_page_callback_foreach):
7595         * shell/ev-window.c: (ev_window_dispose):
7596         
7597         Small memory fixes. Links model now store objects instead
7598         of pointers to improve memory management. 
7599
7600 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * shell/ev-window.c: (zoom_control_changed_cb):
7603         
7604         Fix update of zoom control (bug 308268).
7605
7606 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7607
7608         * shell/ev-properties.c (set_property): escape the text correctly.
7609         Handles non-UTF-8 properties and escaped properties.  Also, sets
7610         the text to "<i>None</i>" if the property isn't set.
7611
7612         * data/evince-properties.glade: Change the label to be ellipsized,
7613         and give it a minimum size.
7614
7615 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7616
7617         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7618         * shell/ev-sidebar-links.c: (create_loading_model):
7619         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7620         * shell/ev-view.c: (ev_view_set_document):
7621         * shell/ev-window.c: (ev_window_dispose):
7622         
7623         Various small fixes, mostly memory leaks. Thanks to valgrind.
7624
7625 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7626
7627         * ps/ps-document.c: remove the locale.h include again ;-). And
7628         kill the (bogus) setlocale/savelocale business.
7629
7630 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7631
7632         * ps/ps-document.c:
7633         
7634         Include locale.h to fix build
7635         
7636         * shell/ev-sidebar.c:
7637         
7638         Remove unnecessary includes
7639
7640 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7641
7642         * dvi/dvi-document.c: (dvi_document_load):
7643         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7644         * po/POTFILES.in:
7645         
7646         Check for incorrect dvi files. Fix parsing dvi on AMD64
7647         platform. Thanks to tester@tester.ca (Olivier Crete).
7648
7649 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * shell/ev-page-action.c: (match_selected_cb),
7652         (display_completion_text), (match_completion), (update_model):
7653         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7654         (expand_open_links):
7655         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7656         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7657         (ev_sidebar_set_document):
7658         * shell/ev-window.c: (ev_window_xfer_job_cb),
7659         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7660         
7661         Fixed lot's of memory leaks, for example, memory leak on reload, 
7662         described in bug 307793.
7663
7664 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7665
7666         * pdf/ev-poppler.cc:
7667         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7668         (update_visible_range), (adjustment_changed_cb),
7669         (ev_sidebar_thumbnails_fill_model),
7670         (ev_sidebar_thumbnails_refresh),
7671         (ev_sidebar_tree_selection_changed),
7672         (ev_sidebar_icon_selection_changed),
7673         (ev_sidebar_thumbnails_use_icon_view),
7674         (ev_sidebar_thumbnails_set_document):
7675         * shell/ev-sidebar-thumbnails.h:
7676         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7677         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7678
7679         Refresh thumbnails when changing orientation. Not fully
7680         working yet becuase of a sidebar bug.
7681
7682         Set page orientation to poppler page everywhere. This sucks
7683         really need to fix poppler.
7684
7685 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7686
7687         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7688         (egg_recent_view_gtk_new_menu_item),
7689         (egg_recent_view_gtk_set_property),
7690         (egg_recent_view_gtk_get_property),
7691         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7692         (egg_recent_view_gtk_set_tooltip_func),
7693         (egg_recent_view_gtk_set_label_width),
7694         (egg_recent_view_gtk_get_label_width):
7695         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7696
7697         Sync with libegg (ellipsize labels)
7698
7699 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7700
7701         * data/evince-ui.xml:
7702         * shell/ev-window.c: (ev_window_cmd_go_forward),
7703         (ev_window_cmd_go_backward):
7704         
7705         Shift + PageUp moves 10 Pages. Fix for 306125
7706
7707 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7708
7709         * pdf/ev-poppler.cc:
7710
7711         Add a flag to check if orientation has been overriden
7712
7713 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7714
7715         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7716         field if necessary.
7717
7718         * ps/ps.h: add creator field to document.
7719
7720         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7721         set creator field.
7722
7723 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7724
7725         * data/evince-properties.glade:
7726         * shell/ev-properties.c: (ev_properties_set_document):
7727
7728         s/PDF Version/Format
7729
7730 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7731
7732         * shell/ev-properties.c: (ev_properties_set_document):
7733
7734         Remove unnecessary translations
7735
7736 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7737
7738         * cut-n-paste/toolbar-editor/Makefile.am:
7739
7740         Correct library name    
7741
7742 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * configure.ac:
7745         * cut-n-paste/recent-files/egg-recent-model.c:
7746         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7747         (egg_recent_model_unlock_file):
7748         * cut-n-paste/recent-files/egg-recent-util.c:
7749         (egg_recent_util_get_unique_id):
7750         * cut-n-paste/recent-files/update-from-egg.sh:
7751         * cut-n-paste/toolbar-editor/Makefile.am:
7752         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7754         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7755         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7756         (egg_toolbars_model_get_type):
7757         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7758
7759         Better makefile for toolbar editor and update everything
7760         to latest libegg.
7761
7762 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * shell/ev-window.c: (update_document_mode):
7765
7766         Prefer presentation mode when the document
7767         require fullscreen.
7768
7769 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * data/evince-ui.xml:
7772         * shell/ev-window.c:
7773
7774         Add control-equal for zooming
7775
7776 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7777
7778         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7779
7780 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7781
7782         * backend/ev-document.c: (ev_document_get_orientation):
7783         * backend/ev-document.h:
7784         * pdf/ev-poppler.cc:
7785         * ps/ps-document.c: (ps_document_get_orientation),
7786         (ps_document_set_orientation), (ps_document_document_iface_init):
7787
7788         Add a get_orientation api. Improve set_orientation.
7789
7790         * data/evince-ui.xml:
7791         * shell/ev-view.c: (ev_view_set_orientation),
7792         (ev_view_rotate_right), (ev_view_rotate_left):
7793         * shell/ev-view.h:
7794         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7795         (ev_window_cmd_edit_rotate_right):
7796
7797         Better ui for changing document orientation
7798
7799 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7800
7801         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7802         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7803         * shell/ev-sidebar-links.h:
7804         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7805         (ev_sidebar_page_iface_init):
7806         * shell/ev-sidebar-page.h:
7807         * shell/ev-sidebar-thumbnails.c:
7808         (ev_sidebar_thumbnails_get_property),
7809         (ev_sidebar_thumbnails_class_init),
7810         (ev_sidebar_thumbnails_set_document):
7811         * shell/ev-sidebar-thumbnails.h:
7812         * shell/ev-view.c: (ev_view_motion_notify_event):
7813         * shell/ev-window.c: (update_chrome_visibility),
7814         (ev_window_cmd_focus_page_selector),
7815         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7816         (sidebar_page_main_widget_update_cb), (ev_window_init):
7817         
7818         Autoraise toolbar on GoToPage binding and fix bindings in
7819         EvSidebarThumbnails page.
7820
7821 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7822
7823         * shell/ev-properties.c: (update_progress_label):
7824
7825         Hide the progress label when finished; bug #307697.
7826
7827 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7828
7829         * pdf/ev-poppler.cc:
7830
7831         Enable is_open for links, you will need poppler cvs
7832
7833         * shell/ev-properties.c: (job_fonts_finished_cb):
7834
7835         Get a lock on the document when filling the tree view
7836
7837 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7838
7839         * backend/ev-document-links.h:
7840         * pdf/ev-poppler.cc:
7841         * shell/ev-sidebar-links.c: (create_loading_model),
7842         (expand_open_links), (job_finished_callback):
7843
7844         Expand links when specified by the document.
7845         Depend on a poppler api (defined out for now)
7846
7847 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7848
7849         * shell/ev-properties.c: (ev_properties_dispose),
7850         (ev_properties_class_init), (dialog_destroy_cb),
7851         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7852         (ev_properties_set_document), (ev_properties_new),
7853         (ev_properties_show):
7854         * shell/ev-properties.h:
7855
7856         Make it an object, cleanup the code, api to show it as transient
7857         and to set the document.
7858
7859         * shell/ev-window.c: (ev_window_setup_document),
7860         (ev_window_cmd_file_properties):
7861
7862         Adapt to EvProperties changes, do not show multiple
7863         times, update it when document changes.
7864
7865 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7866
7867         * ps/gstypes.h:
7868         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7869         (ps_document_set_orientation), (ps_document_document_iface_init):
7870         * ps/ps-document.h:
7871
7872         Implement orientation here too
7873
7874         * shell/ev-properties.c: (ev_properties_new):
7875         * data/evince-properties.glade:
7876
7877         Hide the fonts page for backends that doesnt
7878         support it.     
7879
7880 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7881
7882         * backend/ev-document.c: (ev_document_set_orientation):
7883         * backend/ev-document.h:
7884         * pdf/ev-poppler.cc:
7885
7886         Add orientation api. Currently poppler api is not optimal,
7887         we need to set orientation every time we _get a page.
7888         I will try to fix that at some point.
7889
7890         * data/evince-ui.xml:
7891         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7892         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7893
7894         Add orientation menu items
7895
7896         * shell/ev-page-cache.c: (ev_page_cache_clear):
7897         * shell/ev-page-cache.h:
7898
7899         Add api to clear the cache
7900
7901         * shell/ev-view.c: (setup_caches), (clear_caches),
7902         (ev_view_set_document), (ev_view_zoom_out),
7903         (ev_view_set_orientation):
7904         * shell/ev-view.h:
7905
7906         Implement orientation changing
7907
7908 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7909
7910         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7911         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7912         * backend/ev-document-fonts.h:
7913
7914         Separate scan and fill so that we can incrementally fill from
7915         the main thread. Add a progress api.
7916
7917         * data/evince-properties.glade:
7918         * pdf/ev-poppler.cc:
7919         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7920         * shell/ev-jobs.h:
7921         * shell/ev-properties.c: (update_progress_label),
7922         (job_fonts_finished_cb), (setup_fonts_view):
7923
7924         Incrementally feel the list and show the progress
7925         percentage in a label like acrobat does.
7926
7927         You are going to need poppler cvs
7928
7929 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7930
7931         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7932         * backend/ev-document-fonts.h:
7933         * pdf/ev-poppler.cc:
7934
7935         Make fonts model fill incrementally.
7936
7937         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7938         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7939         (ev_job_queue_remove_job):
7940         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7941         (ev_job_fonts_new), (ev_job_fonts_run):
7942         * shell/ev-jobs.h:
7943
7944         New job for fonts scanning
7945
7946         * shell/ev-properties.c: (job_fonts_finished_cb),
7947         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7948         * shell/ev-properties.h:
7949         * shell/ev-window.c: (ev_window_cmd_file_properties):
7950
7951         Incrementally feel the treeview using the new job. Show Loading...
7952         message until scanning is completed.
7953
7954         Hopefully I didnt break the build without the poppler patch.
7955
7956 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7957
7958         * shell/ev-application.c: (ev_application_open):
7959         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7960         (ev_document_type_get_type), (ev_document_type_lookup):
7961         * shell/ev-document-types.h:
7962         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7963         * shell/ev-job-xfer.h:
7964         * shell/ev-window.c: (ev_window_clear_local_uri),
7965         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7966         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7967         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7968         
7969         Transfer remote documents to tmp directory to display them later.
7970
7971 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7972
7973         * backend/ev-document-info.h:
7974         * shell/ev-properties.c: (ev_properties_new):
7975
7976         s/GTime*/GTime. Not sure why we was using a pointer
7977         at all there!
7978
7979 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7980
7981         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7982         situations.  That situation is that you're using GTK+-HEAD with
7983         the patch at #306726 is applied, and you have a document with <
7984         1500 pages in it.  It's not quite as uniformly nice as the
7985         TreeView, but should be better in the long run.
7986
7987         I'm pretty sure I guarded against breaking compilation with
7988         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7989         I missed some.
7990
7991         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7992         widget yet, so I commented that code out
7993         enable_view_actions_for_widget() for now.  Need to figure this
7994         out.
7995
7996         * shell/ev-page-action.c (match_selected_cb): emit the right
7997         signals.  Our cool C-l completion now works.
7998
7999 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * backend/Makefile.am:
8002         * backend/ev-document-fonts.c:
8003         * backend/ev-document-links.c:
8004         * backend/ev-document.c: (ev_document_load):
8005         * backend/ev-document.h:
8006         * backend/ev-job-queue.c:
8007         * backend/ev-job-queue.h:
8008         * backend/ev-jobs.c:
8009         * backend/ev-jobs.h:
8010         * backend/ev-page-cache.c:
8011         * backend/ev-page-cache.h:
8012
8013         EvPageCache and EvJobs are moved to shell.
8014
8015         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8016         (ev_tmp_filename):
8017         * lib/ev-file-helpers.h:
8018         
8019         New helper to work with temporary files
8020         
8021         * shell/Makefile.am:
8022         * shell/ev-application.c: (ev_application_open):
8023         * shell/ev-application.h:
8024         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8025         (remove_job_from_async_queue), (add_job_to_async_queue),
8026         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8027         (handle_job), (search_for_jobs_unlocked),
8028         (no_jobs_available_unlocked), (ev_render_thread),
8029         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8030         (ev_job_queue_add_job), (move_job_async), (move_job),
8031         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8032         * shell/ev-job-queue.h:
8033         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8034         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8035         * shell/ev-job-xfer.h:
8036         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8037         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8038         (ev_job_links_class_init), (ev_job_render_init),
8039         (ev_job_render_dispose), (ev_job_render_class_init),
8040         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8041         (ev_job_thumbnail_class_init), (ev_job_load_init),
8042         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8043         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8044         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8045         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8046         * shell/ev-jobs.h:
8047         * shell/ev-page-action.c: (ev_page_action_set_document):
8048         * shell/ev-page-cache.c: (ev_page_cache_init),
8049         (ev_page_cache_class_init), (ev_page_cache_finalize),
8050         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8051         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8052         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8053         (ev_page_cache_get_title), (ev_page_cache_get_size),
8054         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8055         (ev_page_cache_get_height_to_page),
8056         (ev_page_cache_get_max_label_chars),
8057         (ev_page_cache_get_page_label),
8058         (ev_page_cache_has_nonnumeric_page_labels),
8059         (ev_page_cache_get_info), (ev_page_cache_next_page),
8060         (ev_page_cache_prev_page), (ev_page_cache_get):
8061         * shell/ev-page-cache.h:
8062         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8063         (ev_pixbuf_cache_clear_job_sizes),
8064         (ev_pixbuf_cache_add_jobs_if_needed),
8065         (ev_pixbuf_cache_set_page_range):
8066         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8067         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8068         * shell/ev-sidebar-thumbnails.c:
8069         (ev_sidebar_tree_selection_changed),
8070         (ev_sidebar_thumbnails_set_document):
8071         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8072         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8073         (ev_statusbar_get_context_id), (ev_statusbar_push),
8074         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8075         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8076         (ev_statusbar_set_progress):
8077         * shell/ev-statusbar.h:
8078         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8079         (ev_view_find_previous):
8080         * shell/ev-window.c: (ev_window_is_empty),
8081         (ev_window_setup_document), (password_dialog_response),
8082         (ev_window_clear_jobs), (ev_window_load_job_cb),
8083         (ev_window_xfer_job_cb), (ev_window_open_uri),
8084         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8085         (ev_window_print), (ev_window_print_range),
8086         (ev_window_state_event), (ev_window_cmd_view_reload),
8087         (menu_item_select_cb), (menu_item_deselect_cb),
8088         (view_status_changed_cb), (ev_window_dispose),
8089         (drag_data_received_cb), (ev_window_init):
8090         * shell/ev-window.h:
8091         * shell/main.c: (load_files):
8092         
8093         New statusbar to show progress on idle. Two new jobs - 
8094         xfer job and load job to load document in background. And update
8095         of page_cache clients to new location of code.
8096
8097 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8098   
8099         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8100         selection in open dialog. It also remembers the last visited directory 
8101         in the current session.
8102
8103 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8104
8105         * shell/ev-properties.c: (ev_properties_new):
8106         * shell/ev-properties.h:
8107         * shell/ev-window.c: (ev_window_cmd_file_properties):
8108         
8109         Get document info from page cache instead of document itself.
8110         This should fix crash related to race conditions described in
8111         bug 306545.
8112
8113 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8114
8115         * ps/ps-document.c: (ps_document_init),
8116         (send_ps), (get_page_box), (output), (catchPipe), (input),
8117         (stop_interpreter), (file_length), (file_readable),
8118         (check_filecompressedb), (ps_document_enable_interpreter),
8119         (document_load), (ps_async_renderer_render_pixbuf):
8120         * ps/ps-document.h:
8121
8122         Big cleanup of the ps code
8123
8124 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8125
8126         * backend/Makefile.am:
8127         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8128         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8129         * backend/ev-async-renderer.h:
8130
8131         Add an async renderer interface (method + callback) which
8132         is useful for backends like ps.
8133
8134         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8135         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8136         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8137         (ev_job_queue_add_job), (move_job_async), (move_job),
8138         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8139
8140         Add queues for async renderer, these are executed on the
8141         main thread.
8142
8143         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8144         (ev_job_render_run):
8145         * backend/ev-jobs.h:
8146
8147         If the backend support async renderer interface use it.
8148
8149         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8150         (setup_pixmap), (ps_document_get_type),
8151         (ps_async_renderer_render_pixbuf),
8152         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8153
8154         Implement async renderer interface.
8155
8156 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8157
8158         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8159
8160         Cleanup links job on exit.
8161
8162 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8163
8164         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8165         (drag_data_get_cb), (drag_data_received_cb):
8166         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8167         (drag_data_get_cb), (parse_item_list),
8168         (egg_toolbar_editor_load_actions):
8169         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8170         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8171         (parse_item_list), (parse_toolbars):
8172         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8173         (dvi_pixbuf_put_pixel):
8174         
8175         Fix gcc 4.0 warnings
8176
8177 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8178
8179         * ps/ps-document.c: (start_interpreter):
8180
8181         Fix warning when loading ps
8182
8183 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8184
8185         * ps/ps-document.c: (output):
8186
8187         Fix crash when priting gs error messages.
8188
8189 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8190
8191         * backend/ev-page-cache.c: (_ev_page_cache_new):
8192         * backend/ev-page-cache.h:
8193
8194         Use a const to return title so that we dont double
8195         free it. Small cleanup and fix a leak.
8196
8197         * shell/ev-window.c: (update_window_title):
8198
8199         strdup value from get_title.
8200
8201 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8202
8203         * shell/ev-sidebar-links.c: (job_finished_callback),
8204         (ev_sidebar_links_set_document):
8205
8206         Cleanup the old job when changing document
8207
8208 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8209
8210         * shell/ev-stock-icons.c:
8211         * shell/ev-stock-icons.h:
8212         * shell/ev-window.c:
8213         
8214         Add stock icons for actions that can appear in toolbar. Fix for
8215         bug 306566.
8216
8217 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8218
8219         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8220         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8221         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8222         * backend/ev-page-cache.h:
8223         * shell/ev-view.c: (scroll_to_current_page),
8224         (view_update_range_and_current_page), (get_page_y_offset),
8225         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8226         (ev_view_size_request_continuous),
8227         (ev_view_zoom_for_size_continuous_and_dual_page),
8228         (ev_view_zoom_for_size_continuous):
8229         
8230         More compact EvView layout in document with pages of different size.
8231
8232 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8233
8234         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8235         compilation.
8236
8237 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8238
8239         * shell/ev-view.c: (view_set_adjustment_values):
8240         * shell/ev-window.c: (ev_window_cmd_file_properties):
8241         
8242         A bit different fix for rounding problem but it has no
8243         problems on startup. Make properties window transient to parent.
8244
8245 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8246
8247         * pdf/ev-poppler.cc:
8248         
8249         More commenting of font stuff.
8250
8251 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8252
8253         * pdf/ev-poppler.cc:
8254
8255         Comment out some more fonts stuff. Should really
8256         work without the poppler patch now.
8257
8258 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8259
8260         * pdf/ev-poppler.cc:
8261
8262         Adapt to api change
8263
8264 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8265
8266         * data/evince-properties.glade:
8267         * pdf/ev-poppler.cc:
8268         * shell/ev-properties.c: (setup_fonts_view):
8269
8270         Set the column title. Show the dialog only
8271         once everything is setup.
8272         Getting font info can be very slow... will
8273         prolly need to make this threaded too.
8274
8275 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8276
8277         * backend/Makefile.am:
8278         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8279         (ev_document_fonts_get_fonts_model):
8280         * backend/ev-document-fonts.h:
8281         * data/evince-properties.glade:
8282         * pdf/ev-poppler.cc:
8283         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8284         * shell/ev-properties.h:
8285         * shell/ev-window.c: (ev_window_cmd_file_properties):
8286
8287         Implement fonts list. Defined out for now, since it depends
8288         on a not yet committed poppler patch.
8289
8290 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8291
8292         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8293         page + 1.
8294
8295         * shell/ev-window.c: Make sure we add the timeout when we get a
8296         focus-in event.
8297
8298         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8299         adjustment->value before calculating the zoom factor to average
8300         out all of our rounding errors.  The page no longer 'drifts' when
8301         resizing.
8302
8303 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8304
8305         * data/evince-properties.glade:
8306         * shell/ev-properties.c: (ev_properties_format_date),
8307         (set_property):
8308         
8309         Labels don't expand when the dialogue is resized.
8310         strftime result needs to be converted to UTF-8. Thanks
8311         to Christian Persch <chpe@gnome.org>.
8312
8313 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8314
8315         * data/evince-properties.glade:
8316
8317         Hide the fonts tab
8318
8319 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8320
8321         * backend/ev-document-info.h:
8322         * backend/ev-document.c: (ev_document_info_free):
8323         * data/evince-properties.glade:
8324         * pdf/ev-poppler.cc:
8325         * ps/ps-document.c: (ps_document_get_info):
8326         * shell/ev-properties.c: (ev_properties_format_date),
8327         (set_property), (ev_properties_new):
8328         * shell/ev-properties.h:
8329         * shell/ev-window.c: (ev_window_cmd_file_properties):
8330
8331         Rework properties code to take only EvPropertyInfo
8332         in the constructor so that it can be useful for
8333         nautilus plugin too.
8334
8335         Deal with backends that doesnt support some properties.
8336         Make set property code generic.
8337
8338 2005-06-04  Christian Persch <chpe@gnome.org>
8339
8340         * data/evince-properties.glade:
8341
8342         fix spacings, make resizeable, and make data labels
8343         selectable + ellipsised
8344
8345 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8346
8347         * backend/ev-document-info.h:
8348         * data/Makefile.am:
8349         * data/evince-ui.xml:
8350         * pdf/ev-poppler.cc:
8351         * shell/Makefile.am:
8352         * shell/ev-window.c: (update_action_sensitivity),
8353         (ev_window_cmd_file_properties):
8354
8355         Initial go at file properties. Patch by
8356         Emil Soleyman-Zomalan <emil@soleyman.com>.
8357         Needs love see #169583
8358
8359 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8360
8361         * ps/ps-document.c: (output):
8362         * ps/ps.c: (psscan):
8363
8364         Try to render even if psscan fails.
8365
8366 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8367
8368         * ps/ps.c: (psscan), (pscopydoc):
8369
8370         Port buffered reading code from gv
8371
8372 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8373
8374         * ps/ps-document.c: (interpreter_message), (output):
8375
8376         Do not fail on interpreter messages
8377
8378 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8379
8380         * backend/ev-document-misc.c:
8381         (ev_document_misc_get_thumbnail_frame):
8382
8383         Pages can be 0 x 0, dont assert on this case
8384
8385 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8386
8387         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8388         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8389
8390         Correctly manage our reference on document. Finally the reload
8391         huge leak is gone...
8392
8393 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8394
8395         * ps/ps-document.c: (ps_document_dispose):
8396
8397         Forgot to chain it to the parent. Thanks chpe.
8398
8399 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8400
8401         * ps/ps-document.c: (ps_document_dispose),
8402         (ps_document_class_init), (stop_interpreter), (document_load):
8403
8404         Cleanup dispose a bit. Dont leak the whole pixmap.
8405
8406 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8407
8408         * pdf/ev-poppler.cc:
8409
8410         Release the poppler document on dispose
8411
8412 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8413
8414         * shell/ev-view.c: (ev_view_set_document):
8415
8416         Release ref on the pixbuf cache when changing
8417         document.
8418
8419 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8420
8421         * ps/ps-document.c: (ps_document_get_info):
8422
8423         Fix a double free
8424
8425 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8426
8427         * backend/ev-page-cache.c: (ev_page_cache_init),
8428         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8429         * backend/ev-page-cache.h:
8430         * shell/ev-page-action.c: (page_changed_cb):
8431         
8432         Set page action entry width depending on labels width. Fix
8433         for bug 305202.
8434
8435 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * backend/ev-link.c: (ev_link_class_init):
8438
8439         Allow -1 as page value (error)
8440
8441 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8442
8443         * shell/ev-sidebar-thumbnails.c:
8444         (ev_sidebar_thumbnails_set_document):
8445         * shell/ev-view.c: (scroll_to_current_page),
8446         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8447         (page_changed_cb), (on_adjustment_value_changed),
8448         (ev_view_set_document):
8449
8450         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8451         Fix bug 305377
8452
8453 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8454
8455         * configure.ac:
8456         * djvu/djvu-document.c: (djvu_document_get_page_size):
8457
8458         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8459         bug 301993.
8460
8461 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8462
8463         * shell/ev-view.c (draw_one_page): modify the expose handling to
8464         get the shadows.
8465
8466         * shell/ev-window.c (update_action_sensitivity): Respect
8467         permissions field.  Kowtow to the man.
8468
8469         * pdf/ev-poppler.cc: Get the permissions field.
8470
8471         * tiff/*c: Make a tiny bit more robust.
8472
8473 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8474
8475         * djvu/djvu-document.c:
8476         
8477         Pop messages from djvu context message queue.
8478
8479 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8480
8481         * configure.ac, Makefile.am, shell/Makefile.am:
8482         * tiff/Makefile.am, shell/ev-document-types.c:
8483         
8484         Cleanup tiff configure checks. Fix for bug 305218.
8485
8486 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8487
8488         * configure.ac: Added "uk" to ALL_LINGUAS.
8489
8490 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8491
8492         * cut-n-paste/zoom-control/ephy-zoom.c:
8493         (ephy_zoom_get_changed_zoom_level):
8494         * cut-n-paste/zoom-control/ephy-zoom.h:
8495         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8496         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8497         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8498         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8499         (zoom_control_changed_cb), (ev_window_init):
8500         
8501         Fix minor points related to moving best fit up. Introduce
8502         "zoom" property and make zoom control change it's value on
8503         notify::zoom signals. Fix for 305080.
8504
8505 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8506
8507         * data/evince-ui.xml:
8508         * shell/ev-window.c: (set_view_actions_sensitivity):
8509         
8510         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8511
8512 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8513
8514         * configure.ac:
8515
8516         Depends on poppler 0.3.2
8517
8518 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8519
8520         * cut-n-paste/recent-files/egg-recent-item.c:
8521         (egg_recent_item_get_short_name):
8522         * cut-n-paste/toolbar-editor/Makefile.am:
8523         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8524         (new_pixbuf_from_widget):
8525         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8526         * cut-n-paste/toolbar-editor/egg-marshal.c:
8527         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8528         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8529
8530         Sync
8531
8532 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8533
8534         * tiff/tiff-document.c: Rough TIFF backend.
8535
8536 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8537
8538         * NEWS:
8539         * configure.ac:
8540         * cut-n-paste/toolbar-editor/Makefile.am:
8541
8542         Release 0.3.1
8543
8544 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8547         (ev_view_find_next), (ev_view_find_previous):
8548
8549         Remove the locks around get_n_results   
8550
8551 2005-05-21  Juerg Billeter  <j@bitron.ch>
8552
8553         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8554
8555         Pass correct number of pages to poppler.
8556
8557 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8558
8559         * configure.ac:
8560         * data/Makefile.am:
8561         * data/evince.desktop.in: 
8562         * data/evince.desktop.in.in:
8563         * po/POTFILES.in:
8564         
8565         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8566
8567 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8568
8569         * shell/ev-view.c: (view_update_adjustments),
8570         (view_set_adjustment_values): cast adjustmen->value to (int)
8571         before using it.  Otherwise, we get off by a pixel in some
8572         situations.
8573
8574         (draw_one_page): Draw the border on expose.
8575
8576 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8577
8578         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8579         adjustment when the mode changes, #304923
8580
8581 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8582
8583         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8584         flickering on resize but still use gdk_window_scroll on
8585         scrolling
8586
8587 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8588
8589         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8590         option, #170458
8591
8592 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8593
8594         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8595         second page on page_changed if possible, #304669
8596
8597 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8598
8599         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8600         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8601
8602 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8603
8604         * .cvsignore:
8605         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8606         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8607         (ev_view_zoom_for_size_presentation),
8608         (ev_view_zoom_for_size_continuous_and_dual_page),
8609         (ev_view_zoom_for_size_continuous),
8610         (ev_view_zoom_for_size_dual_page),
8611         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8612         * shell/ev-view.h:
8613         * shell/ev-window.c: (update_view_size),
8614         (ev_window_sizing_mode_changed_cb):
8615
8616         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8617         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8618         an infinite loop, #304769
8619
8620
8621 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8622
8623         * data/evince-ui.xml:
8624         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8625         * shell/ev-window.c: (set_view_actions_sensitivity):
8626
8627         Make PgUp/Down behave like Space
8628
8629 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8630
8631         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8632         * backend/ev-ps-exporter.h:
8633         * pdf/ev-poppler.cc:
8634         * ps/ps-document.c: (ps_document_ps_export_begin):
8635         * shell/ev-print-job.c: (idle_print_handler):
8636
8637         Adapt to new poppler api
8638
8639 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8640
8641         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8642         (ephy_zoom_control_init):
8643
8644         Translate zoom levels
8645
8646 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8647
8648         * cut-n-paste/zoom-control/ephy-zoom.c:
8649         (ephy_zoom_get_zoom_level_index):
8650
8651         Fix current zoom -> zoom control match
8652
8653 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8654
8655         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8656         rather than the scrolled_window that it's in. Fixes bug #304655.
8657
8658 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8659
8660         * shell/ev-view.c: (view_update_adjustments),
8661         (view_set_adjustment_values), (view_update_range_and_current_page),
8662         (view_scroll_to_page), (set_scroll_adjustment),
8663         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8664         (ev_view_scroll), (ev_view_scroll_view),
8665         (ensure_rectangle_is_visible), (find_page_at_location),
8666         (get_link_at_location), (go_to_link), (status_message_from_link),
8667         (ev_view_size_request_continuous_dual_page),
8668         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8669         (ev_view_unrealize), (ev_view_expose_event),
8670         (ev_view_button_press_event), (ev_view_motion_notify_event),
8671         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8672         (draw_rubberband), (highlight_find_results), (draw_one_page),
8673         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8674         (ev_view_init), (find_changed_cb), (page_changed_cb),
8675         (on_adjustment_value_changed), (ev_view_new),
8676         (ev_view_set_document), (ev_view_set_zoom),
8677         (ev_view_set_continuous), (ev_view_set_dual_page),
8678         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8679         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8680         (ev_view_zoom_for_size_presentation),
8681         (ev_view_zoom_for_size_continuous_dual_page),
8682         (ev_view_zoom_for_size_continuous),
8683         (ev_view_zoom_for_size_dual_page),
8684         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8685         (ev_view_get_status), (ev_view_set_status),
8686         (update_find_status_message), (ev_view_get_find_status),
8687         (ev_view_set_find_status), (jump_to_find_result),
8688         (jump_to_find_page), (compute_selections), (clear_selection),
8689         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8690         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8691         (ev_view_update_primary_selection),
8692         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8693         * shell/ev-view.h:
8694         * shell/ev-window.c: (ev_window_open_page_label),
8695         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8696         (ev_window_init):
8697         * shell/ev-window.h:
8698         * shell/main.c: (load_files):
8699
8700         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8701         when resizing.  Remove the bin_window().  Also, patch from James
8702         Bowes to fix command line page, #300641
8703         
8704 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8705
8706         * data/evince-ui.xml:
8707         * shell/ev-view.c:
8708         * shell/ev-view.h:
8709         * shell/ev-window.c: (update_action_sensitivity):
8710
8711         Get rid of View->Normal Size, it's just confusing
8712
8713 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8714
8715         * backend/ev-document-info.h:
8716         * backend/ev-document.c: (ev_document_info_free): Free the
8717         EvDocumentInfo.
8718
8719         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8720         (clear_range), (add_range), (update_visible_range),
8721         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8722         (ev_sidebar_thumbnails_set_document):
8723         * shell/ev-window.c: (ev_window_setup_document): Only render the
8724         visible thumbnails.  It takes an instant to render, but it uses
8725         much less memory.
8726
8727 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8728
8729         * shell/ev-sidebar-links.c: (popup_menu_cb):
8730
8731         Select first item
8732
8733 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8734
8735         * lib/Makefile.am:
8736         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8737         (button_press_cb), (ev_sidebar_links_construct):
8738
8739         Show the popup menu also on keybindings
8740
8741 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8744         * shell/ev-window.h:
8745
8746         Expose api to print a range (with dialog). Make private _print use
8747         it.
8748
8749         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8750         (ev_sidebar_links_construct):
8751
8752         Show a print context menu on linkx, it prints the selected
8753         section.
8754
8755 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8756
8757         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8758         button.
8759
8760 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * AUTHORS:
8763
8764         Update
8765
8766         * shell/ev-window.c: (build_comments_string),
8767         (ev_window_cmd_help_about):
8768
8769         Show poppler version/backend and authors
8770
8771 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * cut-n-paste/zoom-control/ephy-zoom.c:
8774         (ephy_zoom_get_zoom_level_index):
8775         * cut-n-paste/zoom-control/ephy-zoom.h:
8776
8777         Move the best fit items at the top of the list
8778
8779 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8780
8781         * shell/ev-marshal.list:
8782         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8783         (activate_cb), (match_selected_cb), (activate_link_cb),
8784         (connect_proxy), (ev_page_action_class_init):
8785         * shell/ev-page-action.h:
8786
8787         Use signals to notify action activation. Hopefully
8788         I did not break completion since I cant test...
8789
8790         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8791         (register_custom_actions):
8792
8793         Connect to page selector actions and also grab focus on
8794         the view when activated.
8795
8796 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8797
8798         * pdf/ev-poppler.cc:
8799         * backend/ev-page-cache.c: make page size calculation consistent
8800         and set it to (int)( width * scale + 0.5).  This makes the weird
8801         line going through the middle of the page go away.
8802
8803         * shell/ev-view.c: move painting the background page after
8804         checking the expose area covers us.
8805
8806 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8807
8808         * data/evince-password.glade:
8809         
8810         Mark labels as not translatable. Fix for bug 302842.
8811
8812 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8813
8814         * configure.ac: Added "es" to ALL_LINGUAS.
8815
8816 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8817
8818         * data/evince-toolbar.xml:
8819         * shell/ev-window.c: (update_action_sensitivity),
8820         (ev_window_setup_document), (ev_window_set_page_mode),
8821         (ev_window_init):
8822
8823         Remove some leftover code from jrb first continous
8824         attempt. Use the new actions, we still need good icons
8825         though...
8826
8827 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8828
8829         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8830
8831         Update label when connecting proxy. Fix a warning with NULL
8832         page_cache.
8833
8834 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8835
8836         * data/evince-ui.xml:
8837         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8838         * shell/ev-page-action.h:
8839         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8840
8841         Add mnemonic for edit toolbar.
8842         ctrl+l focus the page entry.
8843
8844 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * lib/Makefile.am:
8847         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8848         (ev_window_init):
8849         * shell/main.c: (main):
8850
8851         Put the toolbar xml in evince own dot dir
8852
8853 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * shell/ev-window.c: (ev_window_init):
8856
8857         Make the toolbar not removable
8858
8859 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8860
8861         * data/evince-ui.xml:
8862         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8863         * shell/ev-sidebar-links.h:
8864         * shell/ev-sidebar-thumbnails.c:
8865         (ev_sidebar_thumbnails_get_treeview):
8866         * shell/ev-sidebar-thumbnails.h:
8867         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8868         (ev_view_class_init):
8869         * shell/ev-view.h:
8870         * shell/ev-window.c: (update_action_sensitivity),
8871         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8872         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8873         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8874         (ev_window_init):
8875
8876         This is evil... Make space/backspace global accelerators but
8877         enable them only for some widgets (sidebars and view).
8878         I dont like it, but I dont know a better way... :/
8879
8880 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8883         (ev_page_action_widget_finalize),
8884         (ev_page_action_widget_class_init), (update_page_cache):
8885
8886         Keep a weak reference on proxy->page_cache so that we
8887         dont try to disconnect the signal if the object is already
8888         gone. Maybe there is a better way to cleanup reference handling
8889         in page action though...
8890
8891 2005-05-10  Juerg Billeter  <j@bitron.ch>
8892
8893         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8894         * backend/ev-ps-exporter.h:
8895         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8896         * ps/ps-document.c: (ps_document_ps_export_begin):
8897         
8898         Change api to pass print range to ps_exporter_begin. The pdf backend
8899         requires this information.
8900         
8901         * shell/ev-print-job.c: (idle_print_handler):
8902         
8903         Adapt to api change
8904
8905 2005-05-10  Juerg Billeter  <j@bitron.ch>
8906
8907         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8908         (idle_print_handler)
8909         * shell/ev-window.c: (ev_window_print):
8910
8911         Support printing page range, based on patch by Amaury Jacquot
8912
8913 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8914
8915         * data/evince-toolbar.xml:
8916
8917         Add zoom control to available items
8918
8919 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * shell/ev-window.c: (update_action_sensitivity):
8922
8923         Set slash action insensitive when appropriate
8924
8925 2005-05-10  Christian Persch <chpe@gnome.org>
8926
8927         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8928
8929         Fix warning on the overflow menu
8930
8931 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8932
8933         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8934
8935         Check for uri correctness/existence
8936
8937 2005-05-09  Juerg Billeter  <j@bitron.ch>
8938
8939         * shell/ev-window.c: (using_postscript_printer):
8940
8941         LPD printers use postscript, too
8942
8943 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8944
8945         * shell/ev-window.c: (register_custom_actions):
8946
8947         The zoom one is actually sort of useful,
8948         put it back
8949
8950 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8951
8952         * shell/ev-window.c: (register_custom_actions):
8953
8954         Hide page/zoom controls from overflow, they
8955         are useless.
8956
8957 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * cut-n-paste/update-from-egg.sh:
8960         
8961         Share it between all cut-n-paste subdirs
8962
8963         * cut-n-paste/recent-files/Makefile.am:
8964
8965         Fix to use "global" update-from-egg.sh
8966
8967         * cut-n-paste/recent-files/egg-recent-model.c:
8968         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8969         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8970         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8971         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8972
8973         Update from libegg
8974
8975         * cut-n-paste/toolbar-editor/Makefile.am:
8976
8977         Fix to use "global" update-from-egg.sh
8978
8979         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8980
8981         Update from libegg
8982
8983 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8984
8985         * configure.ac:
8986         * cut-n-paste/Makefile.am:
8987         * cut-n-paste/recent-files/Makefile.am:
8988         * cut-n-paste/toolbar-editor/.cvsignore:
8989         * cut-n-paste/toolbar-editor/Makefile.am:
8990         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8991         (egg_editable_toolbar_get_type), (get_toolbar_position),
8992         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8993         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8994         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8995         (set_item_drag_source), (create_item_from_action), (create_item),
8996         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8997         (popup_toolbar_context_menu_cb), (free_dragged_item),
8998         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8999         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9000         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9001         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9002         (item_added_cb), (item_removed_cb),
9003         (egg_editable_toolbar_construct),
9004         (egg_editable_toolbar_disconnect_model),
9005         (egg_editable_toolbar_deconstruct),
9006         (egg_editable_toolbar_set_model),
9007         (egg_editable_toolbar_set_ui_manager),
9008         (egg_editable_toolbar_set_property),
9009         (egg_editable_toolbar_get_property),
9010         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9011         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9012         (egg_editable_toolbar_new_with_model),
9013         (egg_editable_toolbar_get_edit_mode),
9014         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9015         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9016         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9017         (new_pixbuf_from_widget), (new_separator_pixbuf),
9018         (update_separator_image), (style_set_cb),
9019         (_egg_editable_toolbar_new_separator_image),
9020         (egg_editable_toolbar_get_model):
9021         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9022         * cut-n-paste/toolbar-editor/egg-marshal.c:
9023         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9024         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9025         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9026         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9027         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9028         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9029         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9030         (editor_drag_data_delete_cb), (drag_data_get_cb),
9031         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9032         (editor_create_item), (update_editor_sheet), (setup_editor),
9033         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9034         (parse_item_list), (model_has_action), (update_actions_list),
9035         (egg_toolbar_editor_load_actions):
9036         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9037         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9038         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9039         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9040         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9041         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9042         (egg_toolbars_model_add_separator), (impl_add_item),
9043         (parse_item_list), (egg_toolbars_model_add_toolbar),
9044         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9045         (impl_get_item_data), (impl_get_item_type),
9046         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9047         (egg_toolbars_model_init), (free_toolbar),
9048         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9049         (egg_toolbars_model_remove_toolbar),
9050         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9051         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9052         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9053         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9054         (egg_toolbars_model_get_item_data),
9055         (egg_toolbars_model_get_item_type):
9056         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9057         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9058         * data/Makefile.am:
9059         * data/evince-toolbar.xml:
9060         * data/evince-ui.xml:
9061         * data/hand-open.png:
9062         * po/POTFILES.in:
9063         * shell/Makefile.am:
9064         * shell/ev-window.c: (update_chrome_visibility),
9065         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9066         (ev_window_dispose), (ev_window_init):
9067
9068         Implement epiphany like toolbar editor. Based on patch by
9069         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9070
9071 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9072
9073         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9074
9075         Use set_cursor instead of set_selection, so that
9076         the keyboard focus moves too.
9077
9078 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9079
9080         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9081
9082         Fix infinite loop when loading Type1 fonts
9083
9084 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9085
9086         * data/evince-ui.xml:
9087         * shell/ev-window.c:
9088
9089         Slash -> Find
9090
9091 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9092
9093         * configure.ac:
9094
9095         Make --disable really disable
9096
9097 2005-05-07  Juerg Billeter  <j@bitron.ch>
9098
9099         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9100
9101         Compare page labels even without has_labels set, fixes setting page
9102         with entry
9103
9104 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9107         (ev_view_set_cursor), (ev_view_button_press_event),
9108         (ev_view_motion_notify_event), (ev_view_button_release_event),
9109         (ev_view_init):
9110
9111         Implement middle button scrolling. Based on a patch
9112         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9113
9114 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9115
9116         * shell/ev-document-types.c: (get_slow_mime_type),
9117         (get_document_type_from_mime), (ev_document_type_lookup):
9118         * shell/ev-document-types.h:
9119
9120         Change api to lookup from uri. Do fast lookup first, if the
9121         type is unknown try with data sniffing.
9122
9123         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9124         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9125
9126         Adapt to api change
9127
9128 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * thumbnailer/Makefile.am:
9131
9132         Fix distcheck
9133
9134 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * NEWS:
9137         * configure.ac:
9138
9139         Release 0.3.0
9140
9141         * data/evince-ui.xml:
9142
9143         Hide presentation mode for now
9144
9145         * shell/ev-view.c: (highlight_find_results):
9146
9147         Show current find selection only on current page
9148
9149 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9150
9151         * shell/ev-view.c: (ev_view_select_all):
9152
9153         Compute size of the actual page, not of
9154         the current one.
9155
9156 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9157
9158         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9159         (view_rect_to_doc_rect), (compute_selections),
9160         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9161         (ev_view_copy), (ev_view_primary_get_cb),
9162         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9163         (ev_view_button_press_event), (ev_view_motion_notify_event),
9164         (ev_view_button_release_event), (page_changed_cb):
9165
9166         Fix text selection
9167
9168 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9169
9170         * shell/ev-view.c: (compute_border), (get_page_extents),
9171         (doc_rect_to_view_rect), (highlight_find_results),
9172         (ev_view_bin_expose), (ev_view_select_all),
9173         (ev_view_motion_notify_event), (update_find_status_message),
9174         (jump_to_find_result), (jump_to_find_page):
9175
9176         First go at fixing search, still buggy
9177
9178 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9179
9180         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9181         dropdown box and button at the top of the sidebar.
9182
9183 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9184
9185         * configure.ac: Output zoom-control Makefile.
9186         * cut-n-paste/Makefile.am: build zoom-control subdir.
9187         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9188         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9189         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9190         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9191         * cut-n-paste/zoom-control/ephy-zoom.c:
9192         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9193         from epiphany, and modified to add a separator into the menu.
9194         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9195         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9196         zoom-control action.
9197         * shell/Makefile.am: Include zoom-control flags.
9198         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9199         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9200         (ev_view_zoom_for_size_presentation),
9201         (ev_view_zoom_for_size_continuous_and_dual_page),
9202         (ev_view_zoom_for_size_continuous),
9203         (ev_view_zoom_for_size_dual_page),
9204         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9205         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9206         ev_view_get_zoom and ev_view_get_sizing_mode.
9207         * shell/ev-view.h:
9208         * shell/ev-window.c: (update_action_sensitivity),
9209         (update_sizing_buttons), (zoom_control_changed_cb),
9210         (register_custom_actions): Initialize and use the zoom-control 
9211         widget.
9212
9213 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9214
9215         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9216         preview cache back to 1.  Don't know when it got set to 0.
9217         
9218         * shell/ev-view.c: (compute_border), (ev_view_realize),
9219         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9220         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9221         (ev_view_get_fullscreen), (ev_view_set_presentation),
9222         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9223         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9224         * shell/ev-view.h:
9225         * shell/ev-window.c:
9226         (update_chrome_visibility),
9227         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9228         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9229         (update_document_mode), (ev_window_update_fullscreen_action),
9230         (ev_window_fullscreen), (ev_window_unfullscreen),
9231         (ev_window_cmd_view_fullscreen),
9232         (ev_window_update_presentation_action),
9233         (ev_window_run_presentation), (ev_window_stop_presentation),
9234         (ev_window_cmd_view_presentation), (ev_window_state_event),
9235         (ev_window_focus_in_event), (ev_window_focus_out_event),
9236         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9237         * data/evince-ui.xml: Initial presentation mode.  We should
9238         probably hide this until it's done, as it's quite rough.  Also,
9239         change full-screen to fullscreen and add two getters to EvView.
9240
9241 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9242
9243         * shell/ev-page-action.c: (update_page_cache),
9244         (ev_page_action_dispose):
9245         * shell/ev-window.c: (destroy_fullscreen_popup),
9246         (ev_window_create_fullscreen_popup):
9247
9248         Use connect_object rather than explicitly
9249         disconnect on dispose.
9250
9251 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9252
9253         * shell/ev-page-action.c: (update_page_cache),
9254         (ev_page_action_dispose):
9255
9256 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9257
9258         * backend/ev-page-cache.c: (_ev_page_cache_new),
9259         (ev_page_cache_set_page_label),
9260         (ev_page_cache_has_nonnumeric_page_labels):
9261         * backend/ev-page-cache.h:
9262         * shell/ev-page-action.c: (update_pages_label):
9263         
9264         If all page labels are numeric, fallback to default
9265         way to display number of pages. See bug 173185.
9266
9267 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9268
9269         * shell/ev-page-action.c: (ev_page_action_dispose):
9270         * shell/ev-view.c: (view_update_range_and_current_page):
9271         * shell/ev-window.c: (ev_window_dispose):
9272         
9273         Set page on scroll in continuous mode. Fixes bug 301986.
9274         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9275
9276 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9277
9278         * configure.ac:
9279
9280         Require poppler 0.3.0
9281
9282 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9283         
9284         * shell/Makefile.am, configure.ac: Fix build problems
9285         with t1lib. Bug 301996.
9286
9287 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9288
9289         * shell/ev-view.c: (ev_view_scroll_event):
9290         
9291         Scroll up increase zoom
9292
9293 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9294
9295         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9296         (ev_view_set_sizing_mode),
9297         (ev_view_zoom_for_size_continuous_and_dual_page),
9298         (ev_view_zoom_for_size_continuous):
9299         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9300         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9301         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9302         (ev_window_init):
9303
9304         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9305         Fix for 165473 and 165472.
9306
9307 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9308
9309         * po/POTFILES.in:
9310         * thumbnailer/Makefile.am:
9311         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9312         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9313         * thumbnailer/evince-thumbnailer.schemas.in:
9314         
9315         Make thumbnailer schemas translatable. Fix for bug 301773
9316         
9317         * thumbnailer/evince-thumbnailer-djvu.schemas:
9318         * thumbnailer/evince-thumbnailer-dvi.schemas:
9319         * thumbnailer/evince-thumbnailer.schemas:
9320
9321         Removed files
9322
9323 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9324
9325         * shell/ev-view.c (ev_view_init): forgot to set this.
9326
9327 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9328
9329         * shell/ev-view.c: (find_page_at_location),
9330         (get_link_at_location),
9331         (ev_view_set_show_border), (ev_view_set_spacing),
9332         (ev_view_zoom_for_size_continuous_and_dual_page),
9333         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9334         Also, add a quick fix measuring of widths.  Also, removed
9335         ev_view_set_spacing and ev_view_set_show_border.
9336         
9337         * shell/ev-window.c: (ev_window_unfullscreen),
9338         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9339
9340 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9341
9342         * shell/ev-view.c: (view_update_range_and_current_page),
9343         (page_changed_cb):
9344         
9345         Fix crash on exit and scrolling to page in continuous view.
9346
9347 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9348
9349         * TODO:
9350         * backend/ev-page-cache.c: (_ev_page_cache_new),
9351         (ev_page_cache_get_max_width_size),
9352         (ev_page_cache_get_max_height_size):
9353         * backend/ev-page-cache.h:
9354         * data/evince-ui.xml:
9355         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9356         * shell/ev-view.c: (view_update_adjustments),
9357         (view_update_range_and_current_page), (get_bounding_box_size),
9358         (ev_view_size_request_continuous_and_dual_page),
9359         (ev_view_size_request_continuous),
9360         (ev_view_size_request_dual_page),
9361         (ev_view_size_request_single_page), (ev_view_size_request),
9362         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9363         (ev_view_bin_expose), (ev_view_expose_event),
9364         (ev_view_set_property), (ev_view_get_property),
9365         (ev_view_class_init), (ev_view_init), (ev_view_new),
9366         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9367         (ev_view_set_dual_page), (ev_view_set_full_screen),
9368         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9369         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9370         (ev_view_zoom_out), (zoom_for_size_fit_width),
9371         (zoom_for_size_best_fit),
9372         (ev_view_zoom_for_size_continuous_and_dual_page),
9373         (ev_view_zoom_for_size_continuous),
9374         (ev_view_zoom_for_size_dual_page),
9375         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9376         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9377         * shell/ev-view.h:
9378         * shell/ev-window.c: (update_action_sensitivity),
9379         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9380         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9381         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9382         (ev_window_cmd_view_zoom_out), (update_view_size),
9383         (ev_window_set_sizing_mode), (ev_window_init):
9384
9385         Add Continuous and Dual page modes.
9386
9387 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9388
9389         * dvi/dvi-document.c: (dvi_document_load),
9390         (dvi_document_thumbnails_get_thumbnail),
9391         (dvi_document_init_params): Fix up some mixups between
9392         width and height to correct thumbnail rendering.
9393
9394 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * dvi/mdvi-lib/private.h:
9397         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9398         
9399         Suppess output for kpathsea during font generation. Thanks to
9400         James Bowes
9401
9402 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9403
9404         * NEWS:
9405         * configure.ac:
9406
9407         Release 0.2.1
9408
9409         * Makefile.am: fix distcheck.
9410
9411 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9412
9413         * shell/ev-sidebar-links.c: (selection_changed_callback),
9414         (update_page_callback), (row_activated_callback),
9415         (job_finished_callback), (ev_sidebar_links_set_document):
9416         
9417         Fix for bug #169901. Double click on links expands tree.
9418
9419 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9420
9421         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9422         hard-coded style. Fix for bug 170111
9423
9424 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9425
9426         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9427         locking.
9428
9429 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9430
9431         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9432
9433 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9434
9435         * pdf/ev-poppler.cc:
9436         * shell/ev-view.c: (highlight_find_results):
9437
9438         Fix find on single page documents
9439
9440 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9441
9442         * data/evince.schemas.in: fix for bug 301390
9443
9444 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9445
9446         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9447         (ev_view_zoom_out), (ev_view_zoom_normal):
9448         * shell/ev-view.h:
9449         * shell/ev-window.c: (update_action_sensitivity),
9450         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9451         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9452         (ev_window_cmd_view_normal_size):
9453
9454         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9455         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9456         better than oom. 
9457
9458 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9459
9460         * configure.ac:
9461
9462         Depend on 2.57, 2.59 doesnt seem to be necessary
9463
9464 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9465
9466         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9467         (create_tool_item):
9468
9469         Put back total number of pages as (1 of 1234)
9470
9471 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9472
9473         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9474         remove the job.
9475
9476         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9477         function.  This helps debugging.
9478
9479 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9480
9481         * djvu/djvu-document.c: (djvu_document_class_init),
9482         (djvu_document_get_info), (djvu_document_document_iface_init):
9483         * dvi/dvi-document.c: (dvi_document_class_init),
9484         (dvi_document_get_info), (dvi_document_document_iface_init):
9485
9486         Dummy implementation of get_info method for dvi and
9487         djvu. Fix crashes with those backends
9488
9489 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9490
9491         * data/evince.desktop.in:
9492
9493         Add application/x-gzpostscript
9494
9495 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9496
9497         * data/evince.schemas.in: Added real long descriptions, 
9498         closes bug 172496 
9499
9500         * README: Added actual text, closes bug 171869
9501
9502 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9503
9504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9505
9506         Thumbnail page 0
9507
9508 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9509
9510         * backend/ev-document-info.h:
9511
9512         s/GDate */GDate so we can just use g_free
9513
9514 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9515
9516         * shell/ev-window.c: (update_document_mode),
9517         (ev_window_setup_document):
9518
9519         Show the window in fullscreen when specified by
9520         the document
9521
9522 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9523
9524         * backend/ev-document.c: (ev_document_class_init),
9525         (ev_document_get_info), (ev_document_render_pixbuf):
9526         * backend/ev-document.h:
9527         * backend/ev-page-cache.c: (_ev_page_cache_new):
9528         * pdf/ev-poppler.cc:
9529         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9530         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9531         * ps/ps-document.c: (ps_document_class_init), (document_load),
9532         (ps_document_get_info), (ps_document_document_iface_init):
9533
9534         Remove get_title from the interface, we can just use document info
9535
9536 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9537
9538         * backend/Makefile.am:
9539         * backend/ev-document.c: (ev_document_render_get_info):
9540         * backend/ev-document.h:
9541         * pdf/ev-poppler.cc:
9542
9543         Initial support for document info. Based on jrb patch.
9544
9545 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9546
9547         * shell/ev-window.c: (ev_window_state_event),
9548         (ev_window_class_init), (ev_window_init):
9549         
9550         Doesn't show resize grip when maximized. See bug #301053
9551
9552 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9553
9554         * po/POTFILES.in:
9555         
9556         ev-sidebar-thumbnails now has translatable labels
9557         
9558         * shell/Makefile.am:
9559         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9560         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9561         (ev_sidebar_links_page_iface_init):
9562         * shell/ev-sidebar-links.h:
9563         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9564         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9565         (ev_sidebar_page_get_label):
9566         * shell/ev-sidebar-page.h:
9567         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9568         (ev_sidebar_thumbnails_set_document),
9569         (ev_sidebar_thumbnails_support_document),
9570         (ev_sidebar_thumbnails_get_label),
9571         (ev_sidebar_thumbnails_page_iface_init):
9572         * shell/ev-sidebar-thumbnails.h:
9573         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9574         (ev_sidebar_set_document):
9575         * shell/ev-sidebar.h:
9576         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9577         
9578         Small rework of sidebar code. Now sidebar pages should implement
9579         EvSidebarPage interface. That makes page management in EvSidebar
9580         easier. See bug #164811 for details
9581
9582 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9583
9584         * shell/ev-application.c: (ev_application_open):
9585         * shell/ev-document-types.c:
9586         
9587         Fix build error and small problem with application exit
9588
9589 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9590
9591         * thumbnailer/Makefile.am:
9592         * thumbnailer/evince-thumbnailer-djvu.schemas:
9593         * thumbnailer/evince-thumbnailer-dvi.schemas:
9594         
9595         Conditionally install schemas for djvu/dvi thumbnailer
9596
9597 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9598
9599         * shell/ev-document-types.h: 
9600         * shell/ev-document-types.c: 
9601         New files, handling the mapping from mimetypes to backends
9602         
9603         * shell/ev-window.c: 
9604         * thumbnailer/evince-thumbnailer.c:     
9605         Use the ev-document-types code
9606         
9607         * shell/Makefile.am: 
9608         Added new convenience library libevbackendfactory_la, containing
9609         the new mimetype->backend logic; moved the backends into it.
9610
9611         * thumbnailer/Makefile.am:
9612         Make the thumbnailer link with the libevbackend.la convenience
9613         library, rather than having a duplicate of the backend logic here.
9614
9615 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9616
9617         * shell/ev-stock-icons.c: constify some vars.
9618         * shell/ev-window.c: ditto.
9619
9620 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9621
9622         * ps/ps-document.c (get_page_orientation):
9623
9624         Respect document orientation 
9625
9626 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9627
9628         * djvu/Makefile.am:
9629         * dvi/Makefile.am:
9630         * shell/Makefile.am:
9631         
9632         Move library dependencies to components.
9633         
9634         * shell/ev-window.c: (update_window_title),
9635         (start_loading_document):
9636         
9637         Fix display of uris with spaces. Bug 168358.
9638
9639 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9640
9641         * shell/ev-sidebar-links.c: (selection_changed_cb):
9642         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9643         (ev_view_button_release_event), (ev_view_set_document):
9644         * shell/ev-view.h:
9645         * shell/ev-window.c: (find_bar_search_changed_cb):
9646         * shell/ev-window.h: Minor cleanups removing some dead code.
9647
9648 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9649
9650         * backend/ev-page-cache.c: (_ev_page_cache_new):
9651         
9652         Set current page to 0 if document has pages.
9653
9654 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9655
9656         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9657
9658         Initialize GError to NULL, fix a crash when loading fails.
9659
9660 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9661
9662         * shell/ev-window.c: (update_view_size):
9663
9664         Calculate shadow size only when there is actually
9665         a shadow.
9666
9667 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9668
9669         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9670         * shell/ev-view.h:
9671
9672         Allow setting view spacing, default to 0
9673
9674         * shell/ev-window.c: (ev_window_unfullscreen),
9675         (ev_window_cmd_view_fullscreen), (ev_window_init):
9676
9677         Remove spacing in fullscreen mode
9678
9679 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9680
9681         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9682         (ev_view_size_request), (expose_bin_window),
9683         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9684         * shell/ev-view.h:
9685         * shell/ev-window.c: (ev_window_unfullscreen),
9686         (ev_window_cmd_view_fullscreen):
9687
9688         Do not draw the border in fulscreen
9689
9690 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9691
9692         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9693         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9694         (find_page_at_location), (page_changed_cb):
9695
9696         Rework border calculation, so that I can more easily disable it.
9697         Code somewhat cleaner too.
9698
9699 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9700
9701         * backend/ev-page-cache.c: (ev_page_cache_init),
9702         (_ev_page_cache_new):
9703
9704         Remove some assertions, documents can have 0 pages.
9705         Make initial current page -1.
9706
9707         * shell/ev-page-action.c: (page_changed_cb):
9708
9709         Show "" if current page is -1
9710
9711         * shell/ev-window.c: (update_action_sensitivity),
9712         (ev_window_setup_document):
9713
9714         When document has 0 pages do not set the view
9715         and make nearly everything insensitive.
9716
9717 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * shell/ev-page-view.c:
9720         * shell/ev-page-view.h:
9721
9722         Remove unused files.
9723         
9724         * shell/ev-sidebar-thumbnails.c:
9725         (ev_sidebar_thumbnails_set_document):
9726         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9727         (ev_sidebar_supports_document):
9728         * shell/ev-sidebar.h:
9729         * shell/ev-window.c: (ev_window_setup_document):
9730         
9731         Doesn't show thumbnails if document has 1 page. Make
9732         sidebar menu entries sensitive only if if they have 
9733         sense. Fix bug 164811. 
9734
9735 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9736
9737         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9738         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9739         (ev_view_zoom_out), (ev_view_set_size):
9740
9741         Rework sizing to deal with documents with not uniform page
9742         size.
9743
9744 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * backend/ev-page-cache.c: (_ev_page_cache_new):
9747
9748         Fix several page size caching bugs
9749
9750 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9751
9752         * shell/ev-window.c: (set_action_properties):
9753
9754         Make all toolbar items translatable
9755
9756 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9757
9758         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9759         (save_page_list), (ps_document_save),
9760         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9761         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9762         (ps_document_ps_exporter_iface_init):
9763         * ps/ps-document.h:
9764
9765         Based on a patch by J�rg Billeter <j@bitron.ch>
9766         
9767         Implement print and save a copy for the ps backend.
9768
9769 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9770
9771         * backend/ev-document.h:
9772         * djvu/djvu-document.c: (djvu_document_can_get_text),
9773         (djvu_document_document_iface_init):
9774         * dvi/dvi-document.c: (dvi_document_can_get_text),
9775         (dvi_document_document_iface_init):
9776         * pdf/ev-poppler.cc:
9777         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9778         (pixbuf_document_document_iface_init):
9779         * ps/ps-document.c: (ps_document_can_get_text),
9780         (ps_document_document_iface_init):
9781         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9782         * shell/ev-window.c: (update_action_sensitivity):
9783
9784         Fix the crash when trying to copy in backends that doesnt
9785         support it. We can implement a better solution once we
9786         do real text selection.
9787
9788 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9789
9790         * data/evince-ui.xml:
9791         * shell/ev-window.c: (ev_window_cmd_escape):
9792         
9793         Work around the Escape conflict (find bar and unfullscreen)
9794
9795 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9796
9797         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9798         
9799         Fix for #300233. Next page correctly handles document end.
9800         
9801         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9802         (ev_sidebar_thumbnails_class_init),
9803         (ev_sidebar_thumbnails_set_document),
9804         (ev_sidebar_thumbnails_clear_job),
9805         (ev_sidebar_thumbnails_clear_model):
9806         
9807         Cleanup thumbnail jobs on document changes.
9808         
9809         * shell/ev-view.c: (add_scroll_binding_keypad),
9810         (add_scroll_binding_shifted), (ev_view_class_init):
9811         
9812         Shift + Space scrolls up. Fix for #173184
9813         
9814         * shell/ev-window.c: (ev_window_open_page),
9815         (ev_window_cmd_view_reload):
9816         
9817         Fix reload (Bug #300094)
9818
9819 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9820
9821         
9822         * dvi/mdvi-lib/assoc.c:
9823         * dvi/mdvi-lib/assoc.h: Removed garbage files
9824         
9825         * dvi/mdvi-lib/bitmap.c:
9826         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9827         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9828         * dvi/mdvi-lib/color.h: Antialias of rules
9829         
9830         * dvi/mdvi-lib/common.h:
9831         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9832         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9833         * dvi/mdvi-lib/files.c:
9834         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9835         * dvi/mdvi-lib/mdvi.h:
9836         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9837         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9838         * dvi/mdvi-lib/util.c: Fix compile warnings
9839         
9840         * dvi/dvi-document.c:
9841         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9842         (dvi_document_thumbnails_get_thumbnail),
9843         (dvi_document_document_thumbnails_iface_init):
9844         * dvi/mdvi-lib/Makefile.am:
9845         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9846         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9847         
9848         Dvi backend now renders thumbnails
9849
9850 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9851
9852         * shell/main.c: (main): 
9853         
9854         Save accelerators on exit. Fixes bug #172095.
9855
9856 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9857
9858         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9859         update priority" comment.
9860
9861         * backend/ev-job-queue.c: Give a way to change priority.
9862
9863 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9864
9865         * shell/ev-page-action.c: Fix logic.
9866
9867 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9868
9869         * shell/ev-view.c: (ev_view_can_find_next):
9870         * shell/ev-window.c: (ev_window_setup_document):
9871
9872         Check that the document supports find
9873
9874 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9875
9876         * data/evince-ui.xml:
9877         * shell/ev-view.c: (ev_view_can_find_next):
9878         * shell/ev-view.h:
9879         * shell/ev-window.c: (update_action_sensitivity),
9880         (find_changed_cb), (ev_window_setup_document),
9881         (ev_window_cmd_edit_find_next):
9882
9883         Add Edit->Find Next
9884
9885 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9886
9887         * pdf/ev-poppler.cc:
9888         * shell/ev-print-job.c: (idle_print_handler):
9889
9890         Make printing work again
9891
9892 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9893
9894         * shell/ev-page-action.h:
9895         * shell/ev-page-action.c: (ev_page_action_widget_init),
9896         (ev_page_action_widget_class_init), (page_changed_cb),
9897         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9898         (get_filter_model_from_model), (match_selected_cb),
9899         (display_completion_text), (match_completion), (update_model),
9900         (connect_proxy), (ev_page_action_set_property),
9901         (ev_page_action_get_property), (ev_page_action_set_document),
9902         (ev_page_action_set_model), (ev_page_action_class_init): Big
9903         reworking to make completions work iff we have >= GTK-2.7.0
9904                 
9905         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9906         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9907         (job_finished_cb): We now have a 'model' property that is set when
9908         the links are loaded.  This can be caught with "notify::model"
9909
9910         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9911         listen for the model to be set, and propagate it to the action.
9912
9913 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9914
9915         * cut-n-paste/recent-files/egg-recent-item.c:
9916         (egg_recent_item_set_uri), (make_valid_utf8),
9917         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9918         * cut-n-paste/recent-files/egg-recent-item.h:
9919         
9920         Update egg-recent from libegg. This should fix long
9921         startup problem. For details see
9922         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9923
9924 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9925
9926         * cut-n-paste/recent-files/Makefile.am:
9927         * data/evince-ui.xml, shell/Makefile.am:
9928         * shell/ev-application.c, shell/ev-application.h:
9929         * shell/ev-window.c: Recent files support.
9930         
9931         * configure.ac: Added "ru" to ALL_LINGUAS.
9932         
9933         * dvju: new backend to support DJVU files.
9934         * dvi: new backend to support DVI.
9935
9936         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9937         * ev-application.c: Support for new backends.
9938         
9939         * help, ev-window.c, main.c shell/Makefile.am: 
9940         Evince user documentation.
9941
9942 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9943
9944         * po/POTFILES.in:
9945         * shell/ev-window.c:
9946         * thumbnailer/evince-thumbnailer.c:
9947
9948         s/pdf-document/ev-poppler
9949
9950 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9951
9952         * NEWS:
9953         * configure.ac:
9954
9955         Release 0.2.0
9956
9957         * ps/ps-document.c: (setup_pixmap):
9958
9959         Remove debug code
9960
9961 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9962
9963         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9964         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9965         (ev_window_cmd_go_first_page): Fix of by one errors.
9966
9967 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9968
9969         * ps/ps-document.c: (get_page_box):
9970
9971         Fix page size calculation
9972
9973 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9974
9975         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9976         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9977         (get_page_orientation), (setup_page), (document_load),
9978         (ps_document_get_page_size), (render_pixbuf_idle):
9979         * ps/ps-document.h:
9980
9981         More refactoring to adapt to EvDocument changes
9982
9983 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9984
9985         * ps/ps-document.c: (start_interpreter):
9986
9987         Actually add alpha args
9988
9989 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9990
9991         * pdf/ev-poppler.cc:
9992
9993         Make clipboard work again
9994
9995 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9996
9997         Make searching work again.
9998         
9999         * backend/ev-document.c:
10000         * backend/ev-document.h:
10001         * backend/ev-document-find.c:
10002         * backend/ev-document-find.h: Change EvDocumentIface so we no
10003         longer store the current page or zoom level in the document.  The
10004         consequence is that all calls that operate on the current page now
10005         instead take the page number as an extra argument, and all
10006         coordinates are now doubles in document coordinate system.
10007
10008         * pdf/ev-poppler.cc:
10009         * pixbuf/pixbuf-document.c:
10010         * ps/ps-document.c: Update backends accordingly.
10011
10012 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10013
10014         * autogen.sh:
10015
10016         Add required gettext version
10017
10018 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10021         make F1 bring up non-existent help.
10022
10023         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10024         epiphany's find bar, #167477
10025
10026         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10027         <emil@nishra.com> to add space-bar scrolling, 
10028
10029         * shell/ev-window.c (static GtkActionEntry entries): add default
10030         keybinding for Help (F1)
10031         Fixes #171068
10032
10033         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10034         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10035         170110
10036
10037 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10038
10039         * Makefile.am: 
10040         * pixbuf/pixbuf-document.c: 
10041
10042         Got pixbuf backend working again
10043
10044 2005-04-01  Steve Murphy  <murf@e-tools.com>
10045
10046         * configure.in: Added "rw" to ALL_LINGUAS.
10047
10048 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10049
10050         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10051         model types, noticed by Martin Kretzschmar.
10052
10053 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10054
10055         * pdf/ev-poppler.cc: Implement search based on
10056         poppler_page_find_text().  Currently a bit crude since we remember
10057         all matches from all pages.  Also, we grab the big document lock
10058         when we search since searching changes the underlying stream and
10059         thus conflicts with the rendering thread.
10060         
10061         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10062         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10063         (ev_view_find_previous): Fix some page indexes to be 0 based,
10064         offset rubber band by view offset,
10065
10066 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10067
10068         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10069
10070 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10071
10072         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10073         completely because I didn't understand GtkActions.  I should
10074         read Marco's code more carefully in the future.
10075
10076         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10077         function
10078
10079 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10080
10081         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10082         PopplerRectangle change from poppler CVS.
10083
10084 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10085
10086         * backend/ev-document.c: (ev_document_get_page_label):
10087         * backend/ev-document.h:
10088         * backend/ev-page-cache.c: (_ev_page_cache_new),
10089         (ev_page_cache_get_page_label):
10090         * backend/ev-page-cache.h:
10091         * pdf/ev-poppler.cc:
10092         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10093         (links_page_num_func):
10094         * shell/ev-sidebar-thumbnails.c:
10095         (ev_sidebar_thumbnails_set_document):
10096         * shell/ev-view.c: (status_message_from_link),
10097         (ev_view_motion_notify_event):
10098         * shell/ev-window.c: (document_supports_sidebar): Add in page
10099         label support.  It's not perfect yet, but it's the first 'feature'
10100         in a while.
10101         Also, fix a bogus comment noticed by crispin. 
10102
10103 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10104
10105         * Makefile.am: Remove pixbuf backend for now
10106
10107         * configure.ac: Require poppler-glib instead of just poppler.
10108
10109         * backend/ev-document-thumbnails.h: Add a comment
10110
10111         * backend/ev-document.h:
10112         * backend/ev-document.c: (ev_document_class_init),
10113         (ev_document_load), (ev_document_get_link),
10114         (ev_document_get_links): Remove 3 methods and add get_links.
10115         Also, made 0 based.
10116
10117         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10118         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10119
10120         * backend/ev-link.c: (ev_link_set_title),
10121         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10122         (ev_link_mapping_find):
10123         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10124         
10125         * backend/ev-page-cache.c: (ev_page_cache_init),
10126         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10127         (ev_page_cache_get_size), (ev_page_cache_next_page),
10128         (ev_page_cache_prev_page): Fix to be 0 based.
10129
10130         * pdf/Makefile.am: 
10131         * pdf/ev-poppler.h:
10132         * pdf/ev-poppler.cc: New backend.
10133         
10134         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10135         (ps_document_get_page), (ps_document_document_iface_init):
10136
10137         * shell/ev-pixbuf-cache.h:
10138         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10139         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10140         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10141         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10142         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10143         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10144         based.
10145         
10146         * shell/ev-sidebar-thumbnails.c:
10147         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10148         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10149
10150         * shell/ev-view.c: (status_message_from_link),
10151         (find_page_at_location), (get_link_at_location),
10152         (ev_view_motion_notify_event), (ev_view_button_release_event),
10153         (ev_view_init): Use the new link code.  Fix to be 0 based.
10154
10155         * shell/ev-window.c: (update_action_sensitivity),
10156         (document_supports_sidebar): 0 based.
10157
10158 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10159
10160         * pdf/pdf-document.cc: Patch from Fernando Herrera
10161         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10162         *blush*
10163
10164 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10165
10166         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10167         1 to the page, as this seems to be 1 based.  I thought we has this
10168         fixed.  grump.
10169
10170 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10171
10172         * TODO:
10173         * backend/Makefile.am:
10174         * backend/ev-document-links.c:
10175         (ev_document_links_has_document_links),
10176         (ev_document_links_get_links_model):
10177         * backend/ev-document-links.h:
10178         * backend/ev-document.c: (ev_document_get_page_cache),
10179         (ev_document_get_doc_mutex), (ev_document_load),
10180         (ev_document_save), (ev_document_get_title),
10181         (ev_document_get_n_pages), (ev_document_set_page),
10182         (ev_document_get_page), (ev_document_set_target),
10183         (ev_document_set_scale), (ev_document_set_page_offset),
10184         (ev_document_get_page_size), (ev_document_get_text),
10185         (ev_document_get_link), (ev_document_render),
10186         (ev_document_render_pixbuf), (ev_document_scale_changed):
10187         * backend/ev-document.h:
10188         * backend/ev-job-queue.c: (remove_object_from_queue),
10189         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10190         (no_jobs_available_unlocked), (ev_render_thread),
10191         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10192         (ev_job_queue_remove_job):
10193         * backend/ev-job-queue.h:
10194         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10195         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10196         (ev_job_links_class_init), (ev_job_render_init),
10197         (ev_job_render_dispose), (ev_job_render_class_init),
10198         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10199         (ev_job_thumbnail_class_init), (ev_job_finished),
10200         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10201         (ev_job_render_run), (ev_job_thumbnail_new),
10202         (ev_job_thumbnail_run):
10203         * backend/ev-jobs.h:
10204         * backend/ev-link.c:
10205         * backend/ev-link.h:
10206         * backend/ev-page-cache.c: (ev_page_cache_init),
10207         (ev_page_cache_class_init), (ev_page_cache_finalize),
10208         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10209         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10210         (ev_page_cache_set_link), (ev_page_cache_get_title),
10211         (ev_page_cache_get_size), (ev_page_cache_next_page),
10212         (ev_page_cache_prev_page):
10213         * backend/ev-page-cache.h:
10214         * pdf/pdf-document.cc:
10215         * ps/gsdefaults.c:
10216         * ps/gsdefaults.h:
10217         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10218         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10219         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10220         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10221         (is_interpreter_ready), (output), (catchPipe), (input),
10222         (start_interpreter), (check_filecompressed), (compute_dimensions),
10223         (ps_document_enable_interpreter), (document_load),
10224         (ps_document_next_page), (render_page), (ps_document_set_page),
10225         (ps_document_set_scale), (render_pixbuf_idle),
10226         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10227         * ps/ps-document.h:
10228         * shell/Makefile.am:
10229         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10230         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10231         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10232         (ev_pixbuf_cache_new), (job_finished_cb),
10233         (check_job_size_and_unref), (move_one_job),
10234         (ev_pixbuf_cache_update_range), (find_job_cache),
10235         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10236         (ev_pixbuf_cache_add_jobs_if_needed),
10237         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10238         * shell/ev-pixbuf-cache.h:
10239         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10240         (idle_print_handler):
10241         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10242         (selection_changed_cb), (create_loading_model),
10243         (ev_sidebar_links_construct), (links_page_num_func),
10244         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10245         (update_page_callback), (job_finished_cb),
10246         (ev_sidebar_links_set_document):
10247         * shell/ev-sidebar-thumbnails.c:
10248         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10249         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10250         (page_changed_cb), (thumbnail_job_completed_callback),
10251         (ev_sidebar_thumbnails_set_document):
10252         * shell/ev-sidebar-thumbnails.h:
10253         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10254         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10255         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10256         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10257         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10258         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10259         (ev_view_button_release_event), (ev_view_scroll_view),
10260         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10261         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10262         (ev_view_new), (job_finished_cb), (page_changed_cb),
10263         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10264         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10265         (ev_view_find_previous):
10266         * shell/ev-view.h:
10267         * shell/ev-window.c: (update_action_sensitivity),
10268         (ev_window_open_page), (update_window_title), (update_total_pages),
10269         (page_changed_cb), (ev_window_setup_document),
10270         (password_dialog_response), (ev_window_cmd_save_as),
10271         (ev_window_print), (ev_window_cmd_go_previous_page),
10272         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10273         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10274         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10275         * shell/main.c: (main):
10276
10277         Merge evince-threads branch
10278
10279 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10280
10281         * configure.ac: Added "lt" to ALL_LINGUAS.
10282
10283 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10284
10285         * NEWS:
10286         * configure.ac:
10287
10288         Release 0.1.9
10289
10290 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10291
10292         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10293
10294         Fix here also the thumbnails 1-basedness :)
10295
10296 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10297
10298         * NEWS:
10299         * configure.ac:
10300
10301         Release 0.1.8
10302
10303 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10304
10305         * pdf/pdf-document.cc:
10306         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10307         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10308
10309         Fix the mess we did with thumbnails and 1-basedness
10310
10311 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10312
10313         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10314
10315 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10316
10317         * NEWS:
10318         * configure.ac:
10319
10320         Release 0.1.7
10321
10322 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10323
10324         * ps/Makefile.am:
10325         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10326         (gtk_gs_defaults_get_alpha_parameters),
10327         (gtk_gs_defaults_get_ungzip_cmd),
10328         (gtk_gs_defaults_get_unbzip2_cmd):
10329         * ps/gsdefaults.h:
10330         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10331         (ps_document_get_orientation), (document_load),
10332         (ps_document_goto_page), (ps_document_set_page_size):
10333         * ps/ps-document.h:
10334
10335         Some more sanitization of the ps backend. Remove a lot
10336         of unused code and do not base our defaults on ggv
10337         preferences (ugh!)
10338
10339 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10340
10341         * thumbnailer/evince-thumbnailer.schemas:
10342         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10343         (main): add -s option for thumbnail size.
10344
10345 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10346
10347         * configure.ac:
10348
10349         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10350         remove it.
10351
10352 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10353
10354         * pdf/pdf-document.cc:
10355
10356         Remove 4 pixels of useless border from the
10357         thumbnail.
10358
10359 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10360
10361         * backend/ev-document-thumbnails.c:
10362         (ev_document_thumbnails_get_thumbnail):
10363         * backend/ev-document-thumbnails.h:
10364
10365         Rework API a bit. Add a border flag and
10366         change sizing logic (now the size we specify
10367         applies to the bigger dimension).
10368
10369         * pdf/pdf-document.cc:
10370         * pixbuf/pixbuf-document.c:
10371         (pixbuf_document_thumbnails_get_thumbnail):
10372         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10373         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10374
10375         Adapt to the new API and do not draw a border for nautilus
10376         thumbnailer.
10377
10378 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10379
10380         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10381         take thumbnails from page "0" instead of "1". Added a copyright header.
10382
10383 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10384
10385         * ps/ps-document.c: (set_up_page), (start_interpreter):
10386
10387         Make it C89 compliant
10388
10389 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10390
10391         * Makefile.am:
10392         * configure.ac:
10393         * pdf/.cvsignore:
10394         * pdf/pdf-document.cc:
10395         * thumbnailer/Makefile.am:
10396         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10397         (main):
10398         * thumbnailer/evince-thumbnailer.schemas:
10399         * thumbnailer/pdf-icon.png:
10400
10401         Add a nautilus thumbnailer.
10402         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10403
10404 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10405
10406         * NEWS:
10407         * configure.ac:
10408         * po/POTFILES.in:
10409
10410         Release 0.1.6
10411
10412 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10413
10414         Use poppler instead of including xpdf source code.  Poppler is a
10415         fork of xpdf to build it as a shared library. See
10416         http://freedesktop.org/wiki/Software/poppler.
10417
10418         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10419         xpdf fork.
10420         
10421         * pdf/Makefile.am: Build libpdfdocument.a here.
10422         
10423         * pdf/GDKSplashOutputDev.cc:
10424         * pdf/GDKSplashOutputDev.h:
10425         * pdf/GnomeVFSStream.cc:
10426         * pdf/GnomeVFSStream.h:
10427         * pdf-document.cc:
10428         * pdf-document.h:
10429         * test-gdk-output-dev.cc
10430         * Thumb.cc:
10431         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10432         against poppler.
10433
10434 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10435
10436         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10437
10438         Clear idle stack before unsetting the document
10439
10440 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10441
10442         * ps/ps-document.c: (ps_document_widget_event),
10443         (ps_document_set_target), (ps_document_finalize),
10444         (ps_document_get_page):
10445
10446         Disconnect the widget event signal on finalize.
10447         Some code cleanups.
10448
10449 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10450
10451         * ps/ps-document.c: (set_up_page):
10452
10453         If there is no bpixmap create one, even if size
10454         is not changed.
10455
10456 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10457
10458         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10459         (set_up_page), (document_load), (ps_document_set_zoom):
10460
10461         Default page is 0. Calculate size even when we have no
10462         target yet.
10463
10464 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10465
10466         * shell/ev-sidebar.c: expand the selection widget to be always as
10467         wide as the sidebar
10468
10469 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10470
10471         * shell/ev-sidebar-thumbnails.c:
10472         (ev_sidebar_thumbnails_set_document):
10473
10474         Clear the list store when setting document
10475
10476 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10477
10478         * shell/ev-page-action.c: (update_entry), (sync_entry),
10479         (activate_cb), (entry_size_request_cb), (create_tool_item),
10480         (connect_proxy):
10481
10482         Use an entry for the page control instead of spinbuttons
10483
10484 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10485
10486         * data/evince.schemas.in:
10487
10488         Correct confusing string
10489
10490 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10491
10492         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10493         for real.  Gosh, how long has this been broken.
10494
10495         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10496         check for a NULL link.  We crash otherwise.
10497
10498 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10499
10500         * NEWS:
10501         * configure.ac:
10502
10503         Release 0.1.5
10504
10505 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10506
10507         * configure.ac: add the french translation.
10508
10509 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10510
10511         * shell/ev-window.c:
10512
10513         Remove unused header -> fix distcheck
10514
10515 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10516
10517         * shell/ev-window.c: (update_window_title),
10518         (ev_window_popup_password_dialog):
10519
10520         Unescape filename for display
10521
10522 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10523
10524         * pdf/xpdf/pdf-document.cc:
10525
10526         In get_page_size deal with rotation. Also
10527         cleanup the function a bit.
10528
10529 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10530
10531         * pdf/xpdf/pdf-document.cc:
10532
10533         Fix crash when opening in new window
10534
10535 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10536
10537         * configure.ac:
10538
10539         Check ghostscript >= 7
10540
10541 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10542
10543         * shell/ev-window.c:
10544
10545         Make page width the default sizing mode
10546
10547 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10548         Marco Pesenti Gritti <marco@gnome.org>
10549
10550         * shell/ev-window.c: Remember the sidebar size
10551
10552         * data/evince.schemas.in: Add a new gconf key to store the size of
10553         the sidebar
10554
10555 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10556
10557         * data/evince-ui.xml:
10558         * shell/ev-window.c: (update_action_sensitivity),
10559         (ev_window_cmd_view_reload):
10560         
10561         Add a "Reload" action and menu entry
10562
10563 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10564
10565         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10566         iff the type doesn't support thumbnailing and indexing.
10567
10568 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10569
10570         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10571
10572 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10573
10574         * pdf/splash/Splash.cc:
10575
10576         Port fix for a crasher from kde bug
10577         http://bugs.kde.org/show_bug.cgi?id=97131
10578
10579 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10580
10581         * pdf/xpdf/pdf-document.cc:
10582
10583         Return a link even if it's of an unrecognized
10584         type. Otherwise we go in an infinte cycle.
10585
10586 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10587
10588         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10589         (size_allocate_cb), (ev_window_set_sizing_mode):
10590
10591         Update size when switching mode
10592
10593 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10594
10595         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10596         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10597         (ev_window_cmd_view_normal_size):
10598
10599         Fix size toggle buttons behavior
10600
10601 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10602
10603         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10604         (doc_rect_to_view_rect), (ev_view_size_allocate),
10605         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10606         (scale_changed_callback):
10607
10608         Do not cache offsets in size_allocate.
10609
10610 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10611
10612         * shell/ev-view.c: (ev_view_size_allocate):
10613
10614         Calculate offsets before calling the parent
10615         class (which does a redraw)
10616
10617 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10618
10619         * pdf/xpdf/pdf-document.cc:
10620
10621         Fix a crasher on exit. Unused code, put a TODO
10622
10623 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10624
10625         * backend/ev-document.c: (ev_document_class_init),
10626         (ev_document_page_changed), (ev_document_scale_changed):
10627         * backend/ev-document.h:
10628
10629         Separate page/scale notifications
10630
10631         * pdf/xpdf/pdf-document.cc:
10632
10633         Emit the new signals.
10634         Do not display the pdf page in _render, do it
10635         when scale/page are requested.
10636
10637         * ps/ps-document.c: (ps_document_set_zoom),
10638         (ps_document_widget_event):
10639         * ps/ps-document.h:
10640
10641         Emit the new signals.
10642
10643         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10644         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10645         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10646         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10647         * shell/ev-view.h:
10648         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10649         (ev_window_cmd_view_page_width), (size_allocate_cb),
10650         (ev_window_set_sizing_mode):
10651
10652         Rework sizing to be pixel based.
10653         There are bugs but should be already way better.
10654
10655 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * shell/ev-window.c: (ev_window_init):
10658
10659         Do not allow to shrink sidebar smaller then
10660         child requisition
10661
10662 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10663
10664         * shell/ev-sidebar.[ch]
10665         * shell/ev-window.c:
10666
10667         Improved sidebar widget. Fixes #166683
10668
10669 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10670
10671         * shell/ev-view.c (update_find_status_message): Give translators
10672         more flexibility with ngettext plural handling.
10673
10674 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10675
10676         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10677         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10678         page when we get the page size.
10679
10680 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10681
10682         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10683
10684         ps pages are 0 based, convert 
10685
10686 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10687
10688         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10689
10690         Initialize correct parent class. Set GError on document load
10691
10692 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10693
10694         * pdf/xpdf/pdf-document.cc:
10695
10696         Fixup selection offset calculation
10697
10698         * shell/ev-view.c: (view_rect_to_doc_rect),
10699         (doc_rect_to_view_rect), (ev_view_size_allocate),
10700         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10701         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10702
10703         Store selection as document relative, so that zooming
10704         and offset changing doesnt break it.
10705
10706 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10707
10708         * shell/ev-view.c: (ev_view_best_fit):
10709
10710         Do not try to best fit if the view is not realized
10711
10712 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10713           
10714         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10715
10716 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10717
10718         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10719
10720 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10721
10722         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10723         the popup window.  That prevents it resizing when in full screen
10724         mode.
10725
10726         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10727         multiple rerenders.  This pretty much sucks.
10728
10729         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10730         rest of the toolbar.
10731
10732 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10733
10734         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10735
10736 2005-02-17  Alexander Shopov  <ash@contact.bg>
10737
10738         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10739
10740 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10741
10742         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10743
10744 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10745
10746         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10747         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10748         (set_document_page), (document_changed_callback),
10749         (ev_view_set_document), (ev_view_find_previous),
10750         (ev_view_hide_cursor), (ev_view_show_cursor):
10751         * shell/ev-view.h:
10752         * shell/ev-window.c: (update_chrome_visibility),
10753         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10754         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10755         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10756         (ev_window_unfullscreen):
10757         * shell/main.c: (main):
10758
10759         Automatically hide the fullscreen button.
10760         Patch by Kristian Høgsberg <krh@redhat.com>
10761
10762 2005-02-16  Vincent Noel  <vnoel@cox.net>
10763
10764         * shell/main.c (main): Specify an icon for the window. Patch by
10765         Jaap A. Haitsma. Fixes #166177.
10766
10767 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10768
10769         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10770
10771 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10772
10773         * backend/ev-document-misc.h:
10774         * backend/ev-document-misc.c:
10775         (ev_document_misc_get_page_border_size),
10776         (ev_document_misc_paint_one_page): New function to canonicalize
10777         sizing/painting a border.
10778
10779         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10780         used.
10781
10782         * pdf/xpdf/pdf-document.cc: use new function
10783
10784         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10785         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10786         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10787         shell/ev-window.c: (update_sizing_buttons),
10788         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10789         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10790         (ev_window_cmd_view_page_width), (size_allocate_cb),
10791         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10792         and "fit width" values act as toggle buttons so they stay
10793         toggled.  It's not 100% perfect, and it's a little slow, but it's
10794         good enough to commit I think.
10795
10796 2005-02-15  David Lodge  <dave@cirt.net>
10797
10798         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10799
10800 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10801
10802         * shell/ev-window.c (update_window_title): replace newlines in
10803         the title by spaces. Bug #166107.
10804
10805 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10806
10807         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10808         parameters providing allocation width and height without
10809         scrollbars and width of a possible vertical scrollbar. With this
10810         additional information the functions can work as
10811         intended. Unfortunately they're not idempotent. We should
10812         transform these commands to toggles. Fixes Bug #164976
10813         Initial patch by Stephane Loeuillet, then heavily modified.
10814
10815         * shell/ev-view.h: update prototypes.
10816
10817         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10818         (ev_window_cmd_view_page_width): provide EvView fit functions with
10819         all the information they need. Formulas to calculate this
10820         information taken from GtkScrolledWindow.
10821
10822 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10823
10824         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10825         created a thumbnail, the list store is updated to know
10826         that the thumbnail is set. Fixes bug #166792
10827
10828 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10829
10830         * shell/ev-window.c: fixed typo, closes bug 166897
10831
10832         * TODO: updated TODO with bug numbers that are relevant
10833
10834 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10835
10836         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10837
10838 2005-02-09  Vincent Noel  <vnoel@cox.net>
10839
10840         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10841         and "Next" toolbar buttons as important to make them stand out.
10842
10843 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10844
10845         * lib/ev-debug.c:
10846         * lib/ev-debug.h:
10847         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10848         (start_interpreter), (stop_interpreter), (document_load),
10849         (ps_document_next_page), (ps_document_goto_page),
10850         (ps_document_set_page_size), (ps_document_widget_event),
10851         (ps_document_render):
10852         * shell/ev-page-view.c: (ev_page_view_dispose):
10853         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10854
10855         Fix compilation on non-gcc platforms
10856
10857 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10858
10859         * NEWS:
10860         * configure.ac:
10861
10862         Release 0.1.4
10863
10864         * pdf/xpdf/Catalog.cc:
10865         * pdf/xpdf/XRef.cc:
10866
10867         Fix the fix for CAN-2004-0888
10868
10869 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10870
10871         * data/Makefile.am:
10872         * data/evince-ui.xml:
10873         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10874         * shell/ev-stock-icons.h:
10875         * shell/ev-window.c: (update_action_sensitivity),
10876         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10877         (set_action_properties):
10878
10879         Improve toolbar layout/icons
10880
10881 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10882
10883         * pdf/xpdf/pdf-document.cc:
10884
10885         Add warnings about unimplemented/unknown link
10886         types.
10887
10888 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10889
10890         * ps/ps-document.c: (set_up_page):
10891
10892         Log gs property
10893
10894 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10895
10896         * ps/ps-document.c: (start_interpreter):
10897
10898         Log gs env var
10899
10900 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10901
10902         * shell/ev-page-view.c: (ev_page_view_dispose):
10903         * shell/ev-view.c: (ev_view_finalize):
10904         * shell/ev-window.c: (ev_window_setup_document),
10905         (ev_window_dispose), (ev_window_init):
10906
10907         Solve more refs issues.
10908
10909         I commented out the page_view initialization for now:
10910         it was never destroyed (because it's never added
10911         to a container). Because of that we was leaking
10912         gs processes. Couldnt think to a clean fix.
10913         We need to figure this out, password view has the
10914         same issue probably.
10915
10916 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10917
10918         * ps/ps-document.c: (ps_document_finalize),
10919         (ps_document_get_n_pages), (ps_document_get_page):
10920
10921         Some cleanups, stop the interpreter on finalize
10922
10923         * shell/ev-page-view.c: (ev_page_view_dispose),
10924         (ev_page_view_class_init):
10925
10926         Release our reference on the document
10927
10928 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10929
10930         * Makefile.am:
10931         * configure.ac:
10932         * doc/debugging.txt:
10933         * lib/.cvsignore:
10934         * lib/Makefile.am:
10935         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10936         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10937         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10938         * lib/ev-debug.h:
10939
10940         Add debugging helpers
10941
10942         * ps/Makefile.am:
10943         * ps/ps-document.c: (set_up_page), (start_interpreter),
10944         (stop_interpreter), (document_load), (ps_document_next_page),
10945         (ps_document_goto_page), (ps_document_set_page_size),
10946         (ps_document_widget_event), (ps_document_render):
10947         * shell/Makefile.am:
10948         * shell/ev-view.c: (expose_bin_window):
10949         * shell/main.c: (main):
10950
10951         Add some logs
10952         
10953 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10954
10955         * ps/ps-document.c: (ps_document_widget_event):
10956
10957         Initialize message_window, this should make ps
10958         rendering really work! (Never noticed because I was
10959         testing with a ps that is causing gs to exit every time!)
10960
10961 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10962
10963         * data/evince.schemas.in: updated simple error in applyto closing tag
10964
10965 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10966
10967         * Makefile.am:
10968         * configure.ac:
10969         * data/.cvsignore:
10970         * data/Makefile.am:
10971         * data/evince-ui.xml:
10972         A data/evince.schemas.in:
10973         * po/POTFILES.in:
10974         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10975         * shell/ev-stock-icons.h:
10976         * shell/ev-window.c: (update_chrome_visibility),
10977         (update_chrome_flag), (ev_window_cmd_edit_find),
10978         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10979         (ev_window_unfullscreen), (ev_window_focus_in_event),
10980         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10981         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10982         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10983         (ev_window_dispose), (ev_window_class_init),
10984         (set_action_properties), (set_chrome_actions), (load_chrome),
10985         (ev_window_init):
10986
10987         Implement fullscreen mode changes from bug #164776.
10988         Also implement persistent chrome toggles.
10989
10990 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10991
10992         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10993
10994 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * NEWS:
10997         * configure.ac:
10998         * shell/ev-view.c:
10999
11000         Add another check for find interface
11001
11002         Release 0.1.3
11003
11004 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11005
11006         * shell/ev-application.c: (ev_application_open):
11007         * shell/ev-window.c: (ev_window_open):
11008
11009         Open gzipped ps documents
11010
11011 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11012
11013         * TODO:
11014         * shell/ev-view.c: (set_document_page):
11015
11016         Clamp page number, dont try to move to
11017         not existant pages.
11018
11019 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11020
11021         * backend/ev-document-find.c: (ev_document_find_changed):
11022         * backend/ev-document-find.h:
11023         * pdf/xpdf/pdf-document.cc:
11024         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11025         * shell/ev-window.c: (find_bar_search_changed_cb):
11026
11027         Fix several bugs with find
11028
11029 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11030
11031         * shell/ev-sidebar-thumbnails.c
11032         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11033         document. Prevents warning from scroll_to_cell.
11034
11035 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11036
11037         * configure.ac: Add «nb» to ALL_LINGUAS too.
11038
11039 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11040
11041         * NOTES: New file with some random thoughts.
11042
11043         * TODO: Update.
11044
11045         * backend/ev-document-misc.c:
11046         (ev_document_misc_get_page_border_size): New function to
11047         canonicalize shadow drawing sizes.  Possibly goofy.
11048
11049         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11050         (ev_view_best_fit), (ev_view_fit_width):
11051         * pdf/xpdf/pdf-document.cc:
11052         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11053         * ps/ps-document.c: (ps_document_get_page_size):
11054         * backend/ev-document-misc.h:
11055         * backend/ev-document.c: (ev_document_get_page_size):
11056         * backend/ev-document.h: get_page_size now takes a page number
11057         parameter.  Made all the backends/frontends honor it.
11058
11059         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11060         see.  Doesn't work yet.
11061
11062         * shell/Makefile.am:
11063         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11064         Doesn't do anything yet.
11065
11066         * shell/ev-sidebar-thumbnails.c:
11067         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11068         [0..n_pages-1]
11069
11070         * shell/ev-window.c: (update_action_sensitivity),
11071         (ev_window_setup_document), (ev_window_set_page_mode),
11072         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11073         view-swapping code a bit so we can have multiple views on a
11074         document.  Add the multi-page view, though it can't be turned on
11075         yet.
11076
11077 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11078
11079         * shell/ev-application.c: (ev_application_open):
11080         * shell/ev-view.c: (expose_bin_window):
11081         * shell/ev-window.c: (ev_window_open):
11082
11083         Support eps and check document supports find
11084         before drawing highlightings in expose.
11085
11086 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11087
11088         * pixbuf/pixbuf-document.c:
11089         (pixbuf_document_thumbnails_get_dimensions),
11090         (pixbuf_document_document_thumbnails_iface_init):
11091
11092         implement get_dimensions
11093
11094 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11095
11096         * NEWS:
11097         * configure.ac:
11098
11099         Release 0.1.2
11100
11101 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11102
11103         * shell/ev-view.c: (set_document_page):
11104
11105         Scroll at the top of the page when changing page
11106
11107 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11108
11109         * shell/ev-view.c: (ev_view_motion_notify_event):
11110
11111         Do not redraw unnecessarily
11112
11113 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11114
11115         * pdf/xpdf/pdf-document.cc:
11116         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11117         (expose_bin_window), (find_changed_cb):
11118
11119         Yay! find works now... Now to find bugs...
11120
11121 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11122
11123         * backend/ev-document-find.c: (ev_document_find_base_init),
11124         (ev_document_find_changed):
11125         * backend/ev-document-find.h:
11126         * pdf/xpdf/pdf-document.cc:
11127         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11128         (expose_bin_window), (ev_view_init), (set_document_page),
11129         (ensure_rectangle_is_visible), (jump_to_find_result),
11130         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11131         (ev_view_find_next), (ev_view_find_previous):
11132         * shell/ev-view.h:
11133         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11134
11135         More work on find implementation, mostly there now
11136
11137 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11138
11139         * backend/ev-backend-marshalers.list:
11140         * backend/ev-document-find.c: (ev_document_find_base_init),
11141         (ev_document_find_cancel), (ev_document_find_page_has_results),
11142         (ev_document_find_get_n_results), (ev_document_find_get_result),
11143         (ev_document_find_get_progress), (ev_document_find_changed):
11144         * backend/ev-document-find.h:
11145
11146         Enanche the find interface to be really able to do
11147         multi page find.
11148
11149         * pdf/xpdf/pdf-document.cc:
11150
11151         Implement
11152
11153         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11154         (expose_bin_window), (ev_view_init),
11155         (ev_view_get_find_status_message), (find_changed_cb),
11156         (ev_view_set_document), (set_document_page):
11157
11158         Adapt to the new interface. A few things are regressed sorry,
11159         I will finish it soon.
11160
11161 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11162
11163         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11164         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11165         ev_sidebar_thumbnails_parent_class variable, don't define another
11166         parent_class variable.
11167
11168         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11169         (ev_page_action_class_init): ditto.
11170
11171         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11172         (pixbuf_document_class_init): ditto.
11173
11174         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11175         ditto.
11176
11177         * .cvsignore: ignore various valgrind output files.
11178
11179 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11180
11181         * data/evince-ui.xml:
11182         * shell/Makefile.am:
11183         * shell/ev-history.c:
11184         * shell/ev-history.h:
11185         * shell/ev-navigation-action.c:
11186         * shell/ev-navigation-action.h:
11187         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11188         (ev_view_set_page), (ev_view_fit_width):
11189         * shell/ev-view.h:
11190         * shell/ev-window.c: (update_action_sensitivity),
11191         (ev_window_setup_document), (register_custom_actions):
11192
11193         Kill session history
11194
11195 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11196
11197         * shell/ev-window.c: (update_action_sensitivity):
11198
11199         Fix inverted up/down buttons
11200
11201 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11202
11203         * shell/ev-sidebar-thumbnails.c
11204         (ev_sidebar_thumbnails_select_page): make sure the selected
11205         thumbnail stays visible.
11206
11207 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11208
11209         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11210         scrolled window for Federico.
11211
11212 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11213
11214         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11215
11216 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11217
11218         * configure.ac:
11219         * pdf/splash/SplashFTFontEngine.cc:
11220
11221         Fix CID fonts with freetype 2.1.9
11222
11223 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11224
11225         * TODO: added item for desktop icon thumbnailer
11226
11227 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11228
11229         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11230         unloaded docs when the title is accessed.
11231
11232         * shell/ev-password-view.[hc]: New widget for displaying password
11233         state.
11234
11235         * shell/ev-window.[ch]: Refactor password handling code to handle
11236         the new view.
11237
11238 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11239
11240         * NEWS:
11241         * configure.ac:
11242         * data/Makefile.am:
11243
11244         Release 0.1.1
11245
11246 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11247
11248         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11249         ignore page offset here, to make search results independent of it,
11250
11251         * shell/ev-view.c (expose_bin_window): but take offsets into
11252         account here. Bug #164932
11253
11254         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11255         scale at the right time. Bug #164996
11256
11257 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11258
11259         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11260         fix the problem. Now I just removed the Adobe font names and hope
11261         that the URW fonts are always in outline format. Bug #164934
11262
11263         * shell/ev-window.c (update_window_title): empty titles are
11264         useless, use filename in that case too.
11265
11266         * NEWS: Add some content.
11267
11268 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11269
11270         * TODO: added one more TODO item and a TODONE section :)
11271
11272 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11273
11274         * ps/ps-document.h: add page_[xy]_offset fields.
11275
11276         * ps/ps-document.c (ps_document_set_page_offset)
11277         (ps_document_render): Keep offset in consideration in a few
11278         places. Bug #164752 "postscript documents are not centered in
11279         window"
11280
11281         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11282         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11283
11284         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11285         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11286         stub out missing methods for complete EvDocument implementation.
11287         Fixes segfaults with Save A Copy and Copy actions.
11288
11289         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11290         (ps_document_document_iface_init): ditto.
11291         
11292 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11293
11294         * data/.cvsignore:
11295         * data/Makefile.am:
11296         * data/evince.desktop.in:
11297
11298         Add desktop file
11299
11300 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11301
11302         * shell/ev-view.c: (ev_view_button_press_event),
11303         (ev_view_motion_notify_event):
11304
11305         Make selection work in any direction
11306
11307 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11308
11309         * TODO:
11310         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11311
11312         Use shorter labels for some of the toolbars items
11313
11314 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11315
11316         * pdf/xpdf/pdf-document.cc:
11317
11318         Check the links info is initialized before
11319         using it. Should fix a crash on startup.
11320
11321 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11322
11323         * pixbuf/pixbuf-document.c
11324         (pixbuf_document_thumbnails_get_dimensions): force floating point
11325         division to calculate page_ratio. Fixes crash with landscape
11326         format pixbufs.
11327
11328 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11329
11330         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11331
11332 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11333
11334         * shell/ev-view.c (set_document_page): unset has_selection when
11335         the page changes.
11336         (set_document_page): handle paper size changes when the page
11337         changes (test with Free Culture, page 2).
11338
11339 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11340
11341         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11342         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11343
11344         Use normal style color for the widget background and
11345         draw a black box around the page.
11346
11347 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11348
11349         * pdf/xpdf/pdf-document.cc:
11350
11351         Keep offset in consideration in a few places
11352
11353         * shell/ev-view.c: (expose_bin_window):
11354
11355         Set the offsets so that the document is ever centered
11356
11357 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11358
11359         * TODO: Added TODO items and finished off the first todo item
11360
11361         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11362         reflect current authors
11363
11364 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * pdf/xpdf/pdf-document.cc:
11367         * shell/ev-view.c: (ev_view_set_cursor),
11368         (ev_view_motion_notify_event), (document_changed_callback),
11369         (set_document_page):
11370
11371         Show a wait cursor while the page is rendering
11372
11373 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11374
11375         * shell/ev-sidebar-thumbnails.c:
11376         (ev_sidebar_tree_selection_changed),
11377         (ev_sidebar_thumbnails_select_page):
11378         * shell/ev-sidebar-thumbnails.h:
11379         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11380         (ev_view_can_go_forward):
11381         * shell/ev-window.c: (ev_window_open_page),
11382         (ev_window_setup_document), (update_current_page),
11383         (view_page_changed_cb), (ev_window_init):
11384         * shell/ev-window.h:
11385
11386         Ensure thumbnails selection, toolbar page control and
11387         current page are in sync.
11388
11389 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11390
11391         * pdf/xpdf/XRef.cc:
11392
11393         Fix CAN-2005-0064
11394
11395 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11396
11397         * backend/Makefile.am:
11398         * backend/ev-document-links.h:
11399         * backend/ev-document-security.c: (ev_document_security_get_type),
11400         (ev_document_security_has_document_security),
11401         (ev_document_security_set_password):
11402         * backend/ev-document-security.h:
11403         * backend/ev-document.c: (ev_document_error_quark):
11404         * backend/ev-document.h:
11405         * data/Makefile.am:
11406         * data/evince-password.glade:
11407         * pdf/xpdf/pdf-document.cc:
11408         * shell/Makefile.am:
11409         * shell/ev-password.c: (ev_password_set_bad_password_label),
11410         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11411         (ev_password_dialog_get_password),
11412         (ev_password_dialog_set_bad_pass):
11413         * shell/ev-password.h:
11414         * shell/ev-window.c: (ev_window_get_attribute),
11415         (ev_window_set_property), (update_action_sensitivity),
11416         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11417         (ev_window_setup_document), (ev_window_get_password),
11418         (ev_window_open), (ev_window_cmd_save_as),
11419         (using_postscript_printer), (ev_window_print),
11420         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11421         (update_fullscreen_popup), (ev_window_fullscreen),
11422         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11423         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11424         (menu_item_select_cb), (find_bar_search_changed_cb),
11425         (ev_window_dispose), (ev_window_init):
11426
11427         Add initial support for password-supported dialogs.  This could be
11428         a lot cooler, but it'll do for now.
11429
11430 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11431
11432         * pdf/xpdf/pdf-document.cc:
11433         * shell/ev-view.c: (status_message_from_link),
11434         (ev_view_set_status), (ev_view_set_cursor),
11435         (ev_view_motion_notify_event), (ev_view_init):
11436         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11437
11438         Fix bugs in the links implementation and change cursor
11439         when hovering a link.
11440
11441 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11442
11443         * viewer/.cvsignore: added cvsignore file for viewer directory
11444
11445         * TODO: created TODO document
11446
11447 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11448
11449         * shell/ev-view.h:
11450         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11451         new functions to help with implementation of sensitivity code
11452         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11453         of all actions that might require it.  Fixes a crash when you
11454         click on the Zoom actions in a window lacking a document.
11455
11456 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11457
11458         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11459         of the Find action
11460
11461 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11464         (pixbuf_document_document_iface_init):
11465         * ps/ps-document.c: (ps_document_get_link),
11466         (ps_document_document_iface_init):
11467         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11468         (status_message_from_link), (ev_view_set_status),
11469         (ev_view_set_find_status), (ev_view_motion_notify_event),
11470         (ev_view_button_release_event), (ev_view_set_property),
11471         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11472         (ev_view_get_find_status_message), (update_find_results),
11473         (ev_view_get_status), (ev_view_get_find_status):
11474         * shell/ev-view.h:
11475         * shell/ev-window.c: (view_status_changed_cb),
11476         (view_find_status_changed_cb), (ev_window_init):
11477
11478         View status message support, use it to show the links.
11479         Needs work...
11480
11481 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11482
11483         * backend/ev-document.c: (ev_document_get_link):
11484         * backend/ev-document.h:
11485         * pdf/xpdf/pdf-document.cc:
11486         * shell/ev-application.c: (ev_application_open):
11487         * shell/ev-application.h:
11488         * shell/ev-sidebar-links.c: (selection_changed_cb):
11489         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11490         (ev_view_go_to_link):
11491
11492         Add support for document links
11493
11494 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11495
11496         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11497         (create_tool_item):
11498         Set the spin button limits correctly.
11499         
11500         * shell/ev-sidebar-thumbnails.c:
11501         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11502         Support changing pages by clicking on the thumbnails.
11503         
11504 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11505
11506         * pixbuf/pixbuf-document.c:
11507         (pixbuf_document_thumbnails_get_dimensions),
11508         (pixbuf_document_document_thumbnails_iface_init):
11509
11510         implement get_dimensions
11511
11512 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11513
11514         * ps/ps-document.c: (ps_document_goto_page):
11515
11516         Fix page switching on multipage documents
11517
11518 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11519
11520         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11521         
11522         check for NULL before assigning to width and height parameters
11523
11524 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11525
11526         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11527         (pixbuf_document_set_property), (pixbuf_document_get_property):
11528
11529         implement get/set properties
11530
11531 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11532
11533         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11534         
11535         return NULL instead of "Unknown", letting the title get set to
11536         the filename when the pdf has no title.
11537
11538 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11539
11540         * ps/ps-document.c: (ps_document_get_page_count),
11541         (ps_document_goto_page):
11542
11543 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11544
11545         * shell/ev-history.c: (ev_history_get_property),
11546         (ev_history_set_property), (ev_history_class_init),
11547         (ev_history_add_page), (ev_history_set_current_index):
11548         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11549         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11550         (ev_navigation_action_finalize):
11551         * shell/ev-navigation-action.h:
11552         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11553         (ev_view_go_forward), (ev_view_get_find_status_message),
11554         (history_index_changed_cb), (ev_view_set_history):
11555         * shell/ev-view.h:
11556         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11557         (update_current_page), (register_custom_actions):
11558
11559         Implement history dropdowns
11560
11561 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11562
11563         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11564         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11565         (ev_view_go_forward):
11566         * shell/ev-window.c: (register_custom_actions):
11567
11568         Fix several history bugs
11569
11570 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11571
11572         * configure.ac: Add «nb» to ALL_LINGUAS.
11573
11574 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11575
11576         * backend/Makefile.am:
11577         * backend/ev-bookmark.c:
11578         * backend/ev-bookmark.h:
11579         * backend/ev-document-bookmarks.c:
11580         * backend/ev-document-bookmarks.h:
11581         * backend/ev-document-links.c: (ev_document_links_get_type),
11582         (ev_document_links_has_document_links),
11583         (ev_document_links_begin_read), (ev_document_links_get_link),
11584         (ev_document_links_get_child), (ev_document_links_next),
11585         (ev_document_links_free_iter):
11586         * backend/ev-document-links.h:
11587         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11588         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11589         (ev_link_get_link_type), (ev_link_set_link_type),
11590         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11591         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11592         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11593         (ev_link_new_external):
11594         * backend/ev-link.h:
11595         * pdf/xpdf/pdf-document.cc:
11596         * shell/Makefile.am:
11597         * shell/ev-application.c: (ev_application_open_link):
11598         * shell/ev-application.h:
11599         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11600         (ev_history_get_link_nth):
11601         * shell/ev-history.h:
11602         * shell/ev-sidebar-bookmarks.c:
11603         * shell/ev-sidebar-bookmarks.h:
11604         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11605         (ev_sidebar_links_class_init), (selection_changed_cb),
11606         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11607         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11608         (do_one_iteration), (populate_links_idle),
11609         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11610         * shell/ev-sidebar-links.h:
11611         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11612         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11613         (go_to_index):
11614         * shell/ev-view.h:
11615         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11616         * shell/ev-window.h:
11617
11618         Rename bookmark to link, and use "Index" for the sidebar panel.
11619
11620 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * shell/Makefile.am:
11623         * shell/ev-application.c: (ev_application_open_bookmark):
11624         * shell/ev-application.h:
11625         * shell/ev-history.c: (ev_history_init), (free_links_list),
11626         (ev_history_finalize), (ev_history_class_init),
11627         (ev_history_add_link), (ev_history_add_page),
11628         (ev_history_get_link_nth), (ev_history_get_n_links),
11629         (ev_history_get_current_index), (ev_history_set_current_index),
11630         (ev_history_new):
11631         * shell/ev-history.h:
11632         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11633         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11634         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11635         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11636         (ev_view_set_page):
11637         * shell/ev-view.h:
11638         * shell/ev-window.c: (ev_window_open_bookmark),
11639         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11640         (goto_page_cb), (register_custom_actions):
11641         * shell/ev-window.h:
11642
11643         Initial history implementation. Needs work.
11644
11645 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11646
11647         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11648
11649 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11650
11651         * cut-n-paste/recent-files/egg-recent-item.c:
11652         * cut-n-paste/recent-files/egg-recent-item.h:
11653         * cut-n-paste/recent-files/egg-recent-model.c:
11654         * cut-n-paste/recent-files/egg-recent-util.c:
11655         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11656         * cut-n-paste/recent-files/egg-recent-view.c:
11657
11658         Update
11659
11660 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11661
11662         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11663         (fillGlyph, fillImageMask, drawImage):
11664         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11665         pdf/splash/SplashTypes.h:
11666         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11667         packed mode for Splash.
11668
11669         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11670         RGB8 packed mode, eliminates the pixbuf data creation loop.
11671
11672         * shell/ev-print-job.c (ev_print_job_finalize)
11673         (ev_print_job_set_property, ev_print_job_get_property)
11674         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11675         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11676         (print_closure_finalize, ev_print_job_print): implement
11677         printing (for backends with EvPsExporter)
11678
11679         * shell/ev_print_job.h: update prototypes.
11680
11681         * shell/ev-window.c (ev_window_print): unref print job after
11682         printing.
11683
11684         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11685         unless the document implements the EvDocumentFind interface.
11686
11687 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11688
11689         * configure.ac: Added ja to ALL_LINGUAS.
11690
11691 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * pdf/xpdf/pdf-document.cc:
11694
11695         add a FIXME. We should probably not allocate
11696         a bookmark object every time
11697
11698 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11699
11700         * shell/ev-application.c: (ev_application_open),
11701         (ev_application_open_bookmark):
11702         * shell/ev-application.h:
11703         
11704         Add a way to open bookmarks
11705
11706         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11707         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11708         (ev_bookmark_set_property), (ev_bookmark_class_init),
11709         (ev_bookmark_new_title), (ev_bookmark_new_link),
11710         (ev_bookmark_new_external):
11711
11712         Support for external uris, better constructors.
11713
11714         * backend/ev-bookmark.h:
11715         * pdf/xpdf/pdf-document.cc:
11716         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11717
11718         Handle external uris
11719
11720 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11721
11722         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11723         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11724
11725         Hook up bookmarks navigation
11726
11727 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * backend/Makefile.am:
11730         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11731         (ev_bookmark_get_title), (ev_bookmark_set_title),
11732         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11733         (ev_bookmark_get_page), (ev_bookmark_set_page),
11734         (ev_bookmark_get_property), (ev_bookmark_set_property),
11735         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11736         (ev_bookmark_new):
11737         * backend/ev-bookmark.h:
11738         * backend/ev-document-bookmarks.c:
11739         (ev_document_bookmarks_get_bookmark):
11740         * backend/ev-document-bookmarks.h:
11741         * pdf/xpdf/pdf-document.cc:
11742         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11743
11744         Add a bookmark object to the backend and use it instead of get_values
11745
11746 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11747
11748         * data/evince-ui.xml:
11749
11750         Cleanup and add select all.
11751
11752         * shell/ev-view.c: (ev_view_select_all),
11753         (ev_view_button_press_event):
11754         * shell/ev-view.h:
11755         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11756
11757         Add select all.
11758         Clear selection on click.
11759
11760 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11761
11762         * shell/ev-sidebar-thumbnails.c
11763         (ev_sidebar_thumbnails_set_document): forgot to unref the
11764         loading_icon.
11765
11766 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11767
11768         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11769         at the visible page, not just linearly.  This makes it look fast.
11770
11771 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11772
11773         * backend/ev-document-misc.c
11774         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11775         white.
11776         * backend/ev-document-thumbnails.h: New interface to get the size
11777         of a page.
11778
11779 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11780
11781         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11782         make dist works
11783
11784 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11785
11786         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11787         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11788         things up a bit.
11789
11790         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11791
11792 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11793
11794         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11795         fonts. Should fix font problems on systems that have the base
11796         fonts in bitmap format. Reported by James Henstridge
11797         <james@jamesh.id.au>.
11798
11799 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11800
11801         * pdf/xpdf/Gfx.cc:
11802         * pdf/xpdf/GfxState.cc:
11803
11804         Fix for CAN-2004-1125
11805
11806 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11807
11808         * shell/ev-view.c: (ev_view_copy):
11809         * shell/ev-view.h:
11810         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11811
11812         Implement Edit->Copy
11813
11814 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11815
11816         * backend/ev-document.c: (ev_document_get_text):
11817         * backend/ev-document.h:
11818         * pdf/xpdf/pdf-document.cc:
11819         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11820         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11821         (ev_view_update_primary_selection), (ev_view_button_press_event),
11822         (ev_view_motion_notify_event), (ev_view_button_release_event):
11823
11824         Beginnings of clipboard support. Incomplete but primary sort
11825         of work.
11826
11827 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11830         (expose_bin_window):
11831
11832         Nicer rubberband drawing, from GtkIconView.
11833
11834 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * backend/ev-document.c: (ev_document_save):
11837         * backend/ev-document.h:
11838         * data/evince-ui.xml:
11839         * pdf/xpdf/pdf-document.cc:
11840         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11841
11842         Implement "Save a copy..." menu item
11843
11844 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11845
11846         * shell/ev-view.c: (ev_view_zoom):
11847
11848         Queue a resize when zoom changes
11849
11850 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11851
11852         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11853         shadows.
11854
11855         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11856         thumbnails..
11857
11858 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11859
11860         * pdf/xpdf/pdf-document.cc
11861         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11862
11863 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11864
11865         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11866         It's slow, but I'll speed it up next!
11867
11868 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11869
11870         * shell/main.c (load_files):
11871
11872         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11873         from the command line and because it seems more appropriate.
11874
11875 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * data/evince-ui.xml:
11878         * shell/ev-window.c: (update_action_sensitivity),
11879         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11880
11881         s/next page/page down
11882         s/previous page/page up
11883
11884 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11885
11886         * data/evince-ui.xml:
11887
11888         Change the layout to match clarkbw design.
11889
11890         * shell/Makefile.am:
11891         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11892         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11893         (ev_navigation_action_finalize),
11894         (ev_navigation_action_set_property),
11895         (ev_navigation_action_get_property),
11896         (ev_navigation_action_class_init):
11897         * shell/ev-navigation-action.h:
11898
11899         Implement clarkbw toolbar navigation controls (incomplete)
11900
11901         * shell/ev-page-action.c: (update_label), (update_spin),
11902         (value_changed_cb), (create_tool_item), (connect_proxy),
11903         (ev_page_action_init), (ev_page_action_finalize),
11904         (ev_page_action_set_property), (ev_page_action_get_property),
11905         (ev_page_action_set_current_page),
11906         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11907         * shell/ev-page-action.h:
11908
11909         Implement a page switcher in the toolbar
11910
11911         * shell/ev-view.c: (ev_view_scroll_view):
11912         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11913         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11914         (register_custom_actions), (ev_window_init):
11915
11916         Change page on PageUp/Down.
11917
11918 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11919
11920         * pdf/xpdf/pdf-document.cc
11921         (pdf_document_thumbnails_get_thumbnail): initial stab at
11922         implementing thumbnail support for pdfs.  It only does documents
11923         with precached pdfs now.
11924
11925 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11926
11927         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11928         thumbnail code into a time-based idle as well.  Also, turn off the
11929         shadow temporarily as it's really slow.
11930
11931 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * backend/ev-document.c: (ev_document_class_init):
11934         * pdf/xpdf/pdf-document.cc:
11935         * shell/ev-window.c: (ev_window_open):
11936
11937         Fix document title bugs and fallback to
11938         filename when not available.
11939
11940 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * backend/ev-document.c: (ev_document_get_type),
11943         (ev_document_class_init), (ev_document_load),
11944         (ev_document_get_title):
11945         * backend/ev-document.h:
11946         * pdf/xpdf/pdf-document.cc:
11947         * ps/ps-document.c: (ps_document_set_property),
11948         (ps_document_get_property), (ps_document_class_init),
11949         (document_load):
11950         * ps/ps-document.h:
11951         * ps/ps.h:
11952         * shell/ev-window.c: (update_window_title), (ev_window_open),
11953         (ev_window_init):
11954
11955         Initial support for document title. Not working yet.
11956
11957 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11958
11959         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11960
11961         Grab focus on the view when clicking it
11962
11963 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11964
11965         * shell/ev-marshal.list:
11966         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11967         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11968
11969         Add key bindings to the view. Now if the focus would work
11970         right...
11971
11972 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11973
11974         * Makefile.am:
11975         * backend/Makefile.am:
11976         * data/Makefile.am:
11977         * dvi/Makefile.am:
11978         * dvi/dvilib/Makefile.am:
11979         * pdf/xpdf/Makefile.am:
11980         * po/POTFILES.in:
11981         * ps/Makefile.am:
11982
11983         Fix distcheck
11984
11985 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11986
11987         * shell/ev-view.c: (ev_view_realize):
11988
11989         Fix mouse wheel scrolling
11990
11991 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11992
11993         * ps/Makefile.am:
11994         * ps/gstypes.h:
11995         * ps/gtkgs.c:
11996         * ps/gtkgs.h:
11997         * ps/ps-document.c: (catchPipe), (ps_document_init),
11998         (ps_document_class_init), (ps_document_cleanup),
11999         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12000         (set_up_page), (close_pipe), (is_interpreter_ready),
12001         (interpreter_failed), (output), (input), (start_interpreter),
12002         (stop_interpreter), (file_length), (file_readable),
12003         (check_filecompressed), (check_pdf), (compute_xdpi),
12004         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12005         (ps_document_get_type), (ps_document_emit_error_msg),
12006         (document_load), (ps_document_next_page),
12007         (ps_document_get_current_page), (ps_document_get_page_count),
12008         (ps_document_goto_page), (ps_document_set_page_size),
12009         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12010         (ps_document_load), (ps_document_get_n_pages),
12011         (ps_document_set_page), (ps_document_get_page),
12012         (ps_document_widget_event), (ps_document_set_target),
12013         (ps_document_set_scale), (ps_document_set_page_offset),
12014         (ps_document_get_page_size), (ps_document_render),
12015         (ps_document_document_iface_init):
12016         * ps/ps-document.h:
12017         * ps/ps.c:
12018         * shell/ev-window.c: (ev_window_open):
12019
12020         Rename GtkGS to PSDocument
12021
12022 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12023
12024         * ps/gtkgs.c: (gtk_gs_class_init):
12025         * ps/gtkgs.h:
12026
12027         Some more leftover...
12028
12029 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12030
12031         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12032         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12033         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12034         * ps/gtkgs.h:
12035
12036         Remove unused code and make a lot of stuff private
12037
12038 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12039
12040         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12041         (gtk_gs_defaults_changed):
12042         * ps/gsdefaults.h:
12043         * ps/gtkgs.c:
12044         * ps/gtkgs.h:
12045         * ps/ps.h:
12046
12047         Cleanup headers dependencies
12048
12049 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12050
12051         * ps/Makefile.am:
12052         * ps/ggvutils.c:
12053         * ps/ggvutils.h:
12054         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12055         * ps/gsdefaults.h:
12056         * ps/gtkgs.c: (file_length), (file_readable),
12057         (check_filecompressed), (check_pdf), (gtk_gs_load),
12058         (gtk_gs_get_postscript):
12059
12060         Get rid of ggvutils
12061
12062 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12063
12064         * ps/ggvutils.c:
12065         * ps/ggvutils.h:
12066         * ps/gsio.h:
12067         * ps/gtkgs.c: (gtk_gs_set_zoom):
12068
12069         Cleanups
12070
12071 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12074
12075         Ensure the page is rerendered when changing zoom
12076
12077 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * backend/ev-document.c: (ev_document_base_init),
12080         (ev_document_changed):
12081         * backend/ev-document.h:
12082
12083         Add a changed event that is emitted when the page content
12084         changes. This is necessary to deal with the fact that
12085         in ps backend rendering happen asycrounously.
12086         This makes the ps backend mostly work.
12087
12088         * pdf/xpdf/pdf-document.cc:
12089
12090         Emit changed event
12091
12092         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12093         (ps_document_set_target):
12094
12095         Emit changed event
12096
12097         * shell/ev-view.c: (document_changed_callback),
12098         (ev_view_set_document), (ev_view_set_page):
12099
12100         Redraw on the changed signal
12101
12102 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12103
12104         * configure.ac: Added pt_BR to ALL_LINGUAS.
12105
12106 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12107
12108         * backend/ev-document-bookmarks.c:
12109         (ev_document_bookmarks_get_child): *
12110         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12111         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12112         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12113         (ev_sidebar_bookmarks_destroy),
12114         (ev_sidebar_bookmarks_class_init),
12115         (ev_sidebar_bookmarks_construct), (stack_data_free),
12116         (do_one_iteration), (populate_bookmarks_idle),
12117         (ev_sidebar_bookmarks_clear_document),
12118         (ev_sidebar_bookmarks_set_document): *
12119         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12120         (ev_sidebar_add_page),
12121         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12122         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12123         it displays both the topics and the page numbers.
12124
12125 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12126
12127         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12128         toggle.
12129         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12130         visible.
12131
12132 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12133
12134         * configure.ac: Added en_CA to ALL_LINGUAS.
12135
12136 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12137
12138         * ChangeLog: replace bottom of this ChangeLog (merged history of
12139         ggv and gpdf; where all paths were wrong and most of the files are
12140         not even in this tree) with ChangeLog (from arch) of the shell
12141         code.
12142
12143 2004-12-23  Havoc Pennington  <hp@redhat.com>
12144
12145         * shell/ev-window.c: hook up potentially-questionable "find
12146         results status text" feature - something involving the sidebar or
12147         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12148         might be better in the end.
12149
12150         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12151         with corresponding signal when it should be updated
12152
12153         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12154
12155 2004-12-22  Havoc Pennington  <hp@redhat.com>
12156
12157         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12158         find stuff on other pages, sort of (only returns one result on
12159         invisible pages, to show they have results; updates full results
12160         for a page when you view it). Currently repaints the current page
12161         every time a new result is found on any page, which isn't so nice.
12162
12163 2004-12-22  Havoc Pennington  <hp@redhat.com>
12164
12165         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12166         the document doesn't support find (better ideas?)
12167         (find_bar_search_changed_cb): handle missing document or document
12168         that doesn't support find
12169
12170         * pdf/xpdf/pdf-document.cc: port to implement the new
12171         EvDocumentFindIface
12172
12173         * backend/ev-document-find.c: create a new interface for searching
12174
12175         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12176
12177 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12178
12179         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12180         libevbackend.la.
12181
12182         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12183         EvPrintJob constructor arguments.
12184
12185         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12186         for documents that can export PostScript (page by page).
12187
12188         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12189         
12190         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12191         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12192         (pdf_document_ps_exporter_iface_init:
12193         Implement EvPSExporter.
12194
12195         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12196
12197 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12198
12199         * backend/Makefile.am:
12200         * backend/ev-document-thumbnails.c:
12201         (ev_document_thumbnails_get_type),
12202         (ev_document_thumbnails_get_thumbnail):
12203         * backend/ev-document-thumbnails.h:
12204         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12205         (pixbuf_document_thumbnails_get_thumbnail),
12206         (pixbuf_document_document_thumbnails_iface_init):
12207         * shell/Makefile.am:
12208         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12209         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12210         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12211         * shell/ev-sidebar-thumbnails.h:
12212         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12213         (ev_sidebar_set_document):
12214         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12215         (create_shadow), (ev_pixbuf_add_shadow):
12216         * shell/ev-utils.h:
12217         Add thumbnail support.
12218         
12219 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12220
12221         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12222         (using_postscript_printer): Set up a print dialog for "PostScript
12223         injection" method.
12224
12225         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12226         EvPrintJob.
12227
12228         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12229
12230 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12231
12232         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12233         (ps_document_set_target), (ps_document_get_page_size),
12234         (ps_document_render):
12235         * ps/gtkgs.h:
12236
12237         Fix a few bugs
12238
12239 2004-12-22  Christian Rose  <menthos@menthos.com>
12240
12241         * configure.ac: Added "sv" to ALL_LINGUAS.
12242
12243 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12244
12245         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12246         document supports bookmarks.
12247
12248 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12249
12250         * ps/ggvutils.c: (ggv_file_readable):
12251         * ps/ggvutils.h:
12252         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12253         (gtk_gs_get_postscript):
12254
12255         Remove unused utils
12256
12257 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12258
12259         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12260         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12261         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12262         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12263         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12264         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12265         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12266         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12267         (gtk_gs_set_antialiasing), (ps_document_load),
12268         (ps_document_render):
12269         * ps/gtkgs.h:
12270
12271         Another check point for the ps backend. Now I can get it to show
12272         pages!
12273
12274 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12275
12276         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12277         document setting code.
12278
12279 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12280
12281         * shell/eggfindbar.c: (entry_activate_callback):
12282         Animate the next button when activate is pressed.
12283         
12284 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12285
12286         * shell/ev-window.c: (ev_window_cmd_edit_find),
12287         (update_fullscreen_popup), (ev_window_fullscreen),
12288         (ev_window_unfullscreen), (ev_window_state_event_cb),
12289         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12290         Fix bugs in fullscreen code.
12291         
12292 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12293
12294         * Makefile.am:
12295         * configure.ac:
12296         * pixbuf/Makefile.am:
12297         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12298         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12299         (pixbuf_document_set_page), (pixbuf_document_get_page),
12300         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12301         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12302         (pixbuf_document_render), (pixbuf_document_begin_find),
12303         (pixbuf_document_end_find), (pixbuf_document_finalize),
12304         (pixbuf_document_class_init),
12305         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12306         * pixbuf/pixbuf-document.h:
12307         * shell/Makefile.am:
12308         * shell/ev-application.c: (ev_application_open):
12309         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12310         (ev_window_open):
12311         Add pixbuf backend.
12312         
12313 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12314
12315         * Makefile.am: 
12316         * dvi/dvilib/Makefile.am:
12317         * dvi/Makefile.am:
12318         * configure.ac: Auto*ify dvi and dvi/dvilib
12319
12320         * dvi/Makefile: Remove from CVS
12321         
12322         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12323         confusion.
12324
12325         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12326         
12327         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12328         
12329 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12330
12331         * ps/Makefile.am:
12332         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12333         (gtk_gs_value_adjustment_changed), (compute_size),
12334         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12335         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12336         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12337         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12338         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12339         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12340         (ps_document_load), (ps_document_get_n_pages),
12341         (ps_document_set_page), (ps_document_get_page),
12342         (ps_document_set_target), (ps_document_set_scale),
12343         (ps_document_set_page_offset), (ps_document_get_page_size),
12344         (ps_document_render), (ps_document_begin_find),
12345         (ps_document_end_find), (ps_document_document_iface_init):
12346         * ps/gtkgs.h:
12347         * shell/Makefile.am:
12348         * shell/ev-window.c: (ev_window_open):
12349
12350         Some work to integrate gtkgs with EvDocument
12351
12352 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12353
12354         * shell/ev-window.c: (update_fullscreen_popup),
12355         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12356         (exit_fullscreen_button_clicked_cb),
12357         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12358         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12359         (ev_window_state_event_cb), (ev_window_init):
12360         Add fullscreen support from Epiphany.
12361         
12362 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12363
12364         * data/ev-stock-zoom-fit-width.png: fit-width
12365         stock icon from gpdf.
12366         
12367         * shell/ev-stock-icons.[ch]: copied from gpdf.
12368         
12369         * shell/main.c: (main): init stock icons.
12370         
12371         * shell/ev-window.c: use the fit-width icon.
12372         
12373         * data/evince-ui.xml: add zooming toolbar items.
12374
12375 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12376
12377         * shell/ev-view.c: 
12378         (ev_view_best_fit), (ev_view_fit_width): because
12379         get_page_size() returns the scaled page size, we
12380         need to calculate the scale factor relative to
12381         the previous scale factor. Should really just
12382         add get_real_page_size().
12383
12384 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12385
12386         * shell/ev-view.[ch]:
12387         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12388         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12389         add zooming.
12390         
12391         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12392         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12393         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12394         hook it up.
12395         
12396         * pdf/xpdf/pdf-document.cc:
12397         (pdf_document_begin_find),
12398         (pdf_document_end_find): make static.
12399
12400 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12401
12402         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12403
12404         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12405         names to fontconfig patterns.
12406         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12407
12408         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12409         setupBaseFontsFc.
12410
12411 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12412
12413         * Makefile.am:
12414         * configure.ac:
12415         * ps/Makefile.am:
12416         * ps/ggvutils.c:
12417         * ps/ggvutils.h:
12418         * ps/gsdefaults.c:
12419         * ps/gsdefaults.h:
12420         * ps/gsio.c:
12421         * ps/gsio.h:
12422         * ps/gtkgs.c:
12423         * ps/gtkgs.h:
12424         * ps/ps.c:
12425         * ps/ps.h:
12426
12427         Import ggv backend. Not hooked up yet.
12428
12429 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12430
12431         * shell/main.c: (load_files), (main): load files
12432         from the command line.
12433
12434 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12435
12436         * configure.ac: don't require bonobo.
12437         
12438         * cut-n-paste/recent-files/*: kill bonobo recent
12439         view.
12440
12441         * shell/ev-window.c:
12442         (ev_window_is_empty): upd.
12443         (unable_to_load), (ev_window_open): load backend
12444         based on the mime type.
12445
12446 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12447
12448         * backend/.cvsignore: ignore generated marshalers source.
12449
12450         * shell/main.c (main): this is not epiphany.
12451
12452 2004-12-22  Havoc Pennington  <hp@redhat.com>
12453
12454         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12455         (expose_bin_window): draw find highlights
12456
12457         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12458         
12459         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12460         (pdf_document_end_find): implement this interface
12461
12462         * backend/ev-document.c (ev_document_found): add this to emit
12463         signal
12464
12465 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12466
12467         * data/evince-ui.xml: Add a few more toolbar items.
12468
12469         * shell/ev-window.c: Hook up page navigation toolbar 
12470         items.
12471
12472         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12473         a page-changed signal.
12474
12475         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12476         Add ev_document_get_page().
12477
12478         * shell/ev-window.c: Sensitize/desensitize navigation
12479         actions.
12480
12481 2004-12-21  Havoc Pennington  <hp@redhat.com>
12482
12483         * backend/ev-backend-marshal.c,
12484         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12485         marshaler-generator thingy. I'm sure there's a better way to do
12486         this in the modern world.
12487
12488         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12489         end_find methods and "found" signal.
12490
12491         * configure.ac: find glib-genmarshal
12492
12493 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12494
12495         * shell/ev-sidebar.c: Construct an actual sidebar.
12496         * shell/ev-sidebar-bookmarks.[ch]:
12497         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12498
12499 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12500
12501         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12502         Redo size handling.
12503         
12504         * shell/ev-view.c: Track the size from the document.
12505
12506 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12507
12508         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12509         constructor assumes ownership of the string passed in.
12510         
12511         * shell/ev-window.c (ev_window_open): Destroy the error
12512         dialog once we've displayed it.
12513
12514 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12515
12516         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12517         a bit, it works! (sort of)
12518
12519         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12520         Move to .cc since we need to use C++ in the implementation.
12521
12522         * shell/dummy.cc: Add a CC file to force evince
12523         to be linked as a C++ program.
12524
12525 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12526
12527         * shell/ev-view.[ch]: Start of content-area widget.
12528
12529         * shell/ev-window.c: Create a EvView, update it
12530         as we change documents.
12531
12532         * shell/Makefile.am shell/ev-marshal.list: Add
12533         generated marshalers.
12534
12535 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12536
12537         * Makefile.am (SUBDIRS): move shell.
12538
12539 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12540
12541         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12542         .a to libtool convenience libraries.
12543
12544         * shell/ev-window.c (ev_window_open): Hard code loading
12545         a PDF document.
12546         
12547         * backend/ev-document.h: Add a boolean return to load(),
12548         fix GError * to GError **.
12549
12550         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12551         object for a PDF backend EvDocument.
12552
12553 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12554
12555         * dvi/*: New directory with the beginning of a .dvi backend.
12556
12557 2004-12-21  Havoc Pennington  <hp@redhat.com>
12558
12559         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12560         previous/next instead of back/forward
12561
12562 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12563
12564         * backend/ev-document.[ch]: Fix a couple of problems so
12565         it compile.
12566
12567 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12568
12569         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12570         to backend/ directory, rename EvViewer to EvDocument.
12571
12572 2004-12-21  Havoc Pennington  <hp@redhat.com>
12573
12574         * shell/ev-window.c: hook up the find bar widget; now we just need
12575         a document to find things in
12576
12577         * shell/eggfindbar.c: a find bar widget
12578
12579 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12580
12581         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12582
12583 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12584
12585         * pdf/**: Import of xpdf code from gpdf. 
12586
12587         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12588
12589         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12590         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12591         Fix FreeType includes.
12592
12593         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12594         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12595         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12596         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12597         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12598         Include xpdfconfig.h
12599         
12600 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12601
12602         * shell/ev-window.c (ev_window_dispose): dispose can be called
12603         multiple times.
12604
12605 2004-12-21  Havoc Pennington  <hp@redhat.com>
12606
12607         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12608         rather than Evince
12609
12610         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12611         items; really they should be synced with the strings, etc. from
12612         current gpdf, but just getting the boring typing out of the way 
12613
12614 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12615
12616         * po/POTFILES.in:
12617         * shell/ev-application.c: (window_destroy_cb):
12618         * shell/ev-window.c:
12619         * shell/main.c: (main):
12620
12621         Actually show the window...
12622
12623 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12624
12625         * Makefile.am:
12626         * shell/Makefile.am:
12627         * shell/ev-application.c: (ev_application_class_init):
12628         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12629
12630         Make it build again
12631
12632 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12633
12634         Import to gnome cvs.
12635         
12636         * Remove copies of gpdf and ggv trees.
12637         * Rip out all the recursive configure code.
12638         * Remove bonobo machinery.
12639         * viewer/*: GInterfaces that backends should/can implement.
12640
12641 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12642
12643         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12644         typo
12645
12646 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12647
12648         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12649         (ev_application_finalize, ev_application_class_init)
12650         (ev_application_init): use GType instance private data for priv.
12651
12652         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12653         (ev_window_finalize, ev_window_class_init)
12654         (ev_window_init): ditto.
12655
12656 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12657
12658         * shell/ev-application.c (ev_application_new_window): make public
12659         (ev_application_show_initial_window): kill.
12660
12661         * shell/ev-application.h: update prototypes.
12662
12663         * shell/main.cc (main): inline ev_application_show_initial_window.
12664
12665 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12666
12667         * shell/ev-application.c (ev_application_new_window): impl.
12668         (ev_application_show_initial_window): use it.
12669         (is_window_empty, ev_application_get_empty_window): returns an
12670         existing empty window or a new one.
12671         (ev_application_open): from ev_window_cmd_file_open.
12672
12673         * shell/ev-application.h: update prototypes
12674
12675         * shell/ev-window.c (ev_window_is_empty): impl.
12676         (ev_window_open): make public.
12677         (ev_window_cmd_file_open): use ev_application_open
12678
12679         * shell/ev-window.h: update prototypes, remove unused.
12680
12681 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12682
12683         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12684         move destroy handler out of here...
12685
12686         * shell/ev-application.c, shell/ev-application.h: ...into this new
12687         class. Also handles initial window creation.
12688
12689         * shell/main.cc (main): use EvApplication to create initial
12690         window.
12691
12692 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12693
12694         * Makefile.am (SUBDIRS): add cut-n-paste
12695
12696         * cut-n-paste/Makefile.am: add
12697
12698         * configure.ac: generate Makefiles in cut-n-paste
12699
12700 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12701
12702         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12703         (ev_window_class_init): install ev_window_dispose.
12704
12705 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12706
12707         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12708         char (gchar looks stupid).
12709
12710 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12711
12712         * po/de.po: updated German translation.
12713
12714 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12715
12716         * configure.ac: add more pkg-config library checks for gnome-vfs,
12717         bonobo etc.
12718
12719         * gpdf/configure.in: temporarily disable libpaper
12720         checks. Otherwise I'd have to add the checks for the shell, too.
12721
12722 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12723
12724         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12725         and * file filters to the file choose.
12726
12727 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12728
12729         * po/de.po: Updated German translation.
12730
12731 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12732
12733         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12734
12735 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12736
12737         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12738
12739         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12740         (ev_window_init): implement those menuitems.
12741
12742 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12743
12744         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12745
12746         * shell/ev-window.c (ev_window_init): use the toolbar.
12747
12748 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12749
12750         * shell/ev-window.c (ev_window_init): use menu translations
12751
12752 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12753
12754         * configure.ac: add "de" to ALL_LINGUAS.
12755
12756         * po/de.po: add German translation.
12757
12758 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12759
12760         * Makefile.am (SUBDIRS): add po
12761
12762         * configure.ac: check intltool, glib-gettext etc, generate
12763         po/Makefile.in
12764
12765         * po, po/POTFILES.in, po/POTFILES.skip: new.
12766
12767 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12768
12769         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12770         already use (#ifdef ENABLE_NLS)
12771
12772         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12773         pointer indirection thinko.
12774
12775         * shell/main.c: include gi18n.h for bindtextdomain etc.
12776
12777 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12778
12779         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12780         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12781         tooltips for menu items in the statusbar.
12782
12783 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12784
12785         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12786         pkgdatadir drop UIDIR
12787
12788 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12789
12790         * data/evince-ui.xml: Add File->Open menu item
12791
12792         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12793         chooser), hook it up in the ui manager.
12794
12795 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12796
12797         * shell/ev-window.c: fix Help->About tooltip.
12798
12799 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12800
12801         * configure.ac: set CFLAGS for libevprivate.
12802
12803         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12804         definitions, factory etc.
12805
12806         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12807
12808         * shell/Makefile.am: link against libevprivate.a.
12809
12810         * shell/ev-window.c (entries): add stock icon to Help->About.
12811
12812         * shell/main.c (main): init stock icon code.
12813
12814 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12815
12816         * lib/recent-files: egg recent files code
12817
12818         * lib/Makefile.am: add.
12819
12820         * Makefile.am: add lib subdir.
12821
12822         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12823         set CFLAGS for recent-files.
12824
12825 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12826
12827         * configure.ac: disable -ansi and -pedantic gcc flags. They
12828         disable POSIX stuff in stdio.h, but egg-recent uses them.
12829
12830 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12831
12832         * configure.ac: add --disable-deprecated flag (defaults to on in
12833         "cvs" builds).
12834
12835         * shell/Makefile.am (INCLUDES): use it.
12836
12837 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12838
12839         * shell/main.c: add missing #include.
12840
12841         * shell/ev-window.c: fix for pedantic gcc.
12842         (ev_window_cmd_help_about): split license into paragraphs for
12843         translators and pedantic compilers.
12844
12845 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12846
12847         * configure.ac: add more warning flags if compiling with gcc from
12848         cvs (or explicitly requested with --enable-more-warnings).
12849
12850 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12851
12852         * data/evince-ui.xml: add File and File->Close menu.
12853
12854         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12855         (ev_window_destroy): quit after destroy.
12856         (ev_window_class_init): override GtkObject::destroy.
12857         (entries): install close_window callback.
12858
12859 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12860
12861         * Makefile.am (SUBDIRS): add data subdir.
12862
12863         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12864         gtk+ 2.5.0 for GtkAboutDialog.
12865
12866         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12867         main window.
12868
12869         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12870
12871         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12872         manager.
12873         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12874
12875 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12876
12877         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12878
12879 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12880
12881         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12882
12883 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12884
12885         * shell/*: Added shell directory boilerplate, build it.
12886
12887 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12888
12889         * configure.ac, Makefile.am: Added top-level configure.ac and
12890         Makefile.am