]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Simplify image format selection on save.
[evince.git] / ChangeLog
1 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * configure.ac:
4         * cut-n-paste/Makefile.am:
5         * cut-n-paste/fileformatchooser/Makefile.am:
6         * cut-n-paste/fileformatchooser/egg-macros.h:
7         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
8         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
9         * shell/Makefile.am:
10         * shell/ev-utils.c:
11         (file_chooser_dialog_add_writable_pixbuf_formats),
12         (get_gdk_pixbuf_format_by_extension):
13         * shell/ev-utils.h:
14         * shell/ev-window.c: (ev_window_error_message),
15         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
16         
17         Simplify image format selection on save.
18
19 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
20
21         * shell/ev-view.c: (ev_view_scroll_event):
22         
23         Repair gorizontal scrolling with shift. Fixes
24         bug #483412.
25
26 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
27         
28         * MAINTAINERS:
29
30         Fix formatting issues.
31         
32 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
33
34         * backend/comics/comics-document.c: (comics_regex_quote):
35         
36         Don't overquote special chars except of '. See bug 
37         502500. Thanks to Tom Parker.
38
39 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
40
41         * MAINTAINERS:
42         
43         Added Nickolay and Carlos, since they're doing most of
44         the releases nowadays.
45
46 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
47
48         * properties/Makefile.am:
49
50         Get the nautilus extension dir properly instead of using
51         a hack. Fixes bug #505359.
52
53 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
54
55         * properties/Makefile.am:
56         
57         Install nautilus extension into new place. See bug
58         #505359. Thanks to Matthias Clasen, Brian Pepple and
59         Damien Carbery.
60
61 2008-01-13   Djihed Afifi  <djihed@gmail.com>
62
63         * shell/ev-window.c: (ev_window_get_recent_file_label):
64         
65         RTL marker in recent file list. See bug #509076.
66
67 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
70         * shell/ev-window.c: (image_save_dialog_response_cb):
71
72         Fix compile warnings due to unused variables.
73         
74 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * configure.ac:
77         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
78         * backend/ps/ev-spectre.c: (ps_document_render):
79
80         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
81
82 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
83
84         * shell/ev-transition-animation.c (ev_transition_animation_fade)
85         (ev_transition_animation_paint): Implement "fade" effect.
86
87 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
88
89         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
90         (ev_transition_animation_paint): Implement "uncover" effect.
91
92 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
93
94         * shell/ev-transition-animation.c (ev_transition_animation_cover)
95         (ev_transition_animation_paint): Implement "cover" effect.
96
97 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
98
99         * shell/ev-transition-animation.c (ev_transition_animation_push)
100         (ev_transition_animation_paint): Implement "push" effect.
101
102 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
103
104         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
105         (ev_transition_animation_paint): Implement "dissolve" effect.
106
107 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
108
109         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
110         (ev_transition_animation_paint): Implement "wipe" effect.
111
112 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
113
114         * shell/ev-transition-animation.c (ev_transition_animation_box)
115         (ev_transition_animation_paint): Implement "box" effect.
116
117 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
118
119         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
120         (ev_transition_animation_paint): Implement "blinds" effect.
121
122 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
123
124         * shell/ev-transition-animation.c (ev_transition_animation_split)
125         (ev_transition_animation_paint): Implement "split" effect.
126
127 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
128
129         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
130         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
131         (ev_view_transition_animation_start) 
132         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
133         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
134         (ev_view_next_page) (ev_view_previous_page):
135         
136         Use EvTransitionAnimation to drive page changes in the presentation
137         mode, the animation will wait to start until both the origin and 
138         destination page surfaces are available. Fixes #458460.
139
140         (draw_loading_text):
141
142         Remove workaround for bug #320352, it's now fixed properly.
143
144
145 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
146
147         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
148         will contain the implementations for page transition animations, at
149         the moment it just has the "replace" effect.
150         * shell/Makefile.am: Added these files to build.
151
152 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
153
154         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
155         animations.
156         * shell/Makefile.am: Added these files to build.
157
158 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
159
160         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
161         implementation to get_effect() in EvDocumentTransitionIface.
162
163 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
164
165         * libdocument/ev-transition-effect.[ch]: New files, define a page
166         transition effect, at the moment it maps PopplerPageTransition to a
167         GObject.
168         * libdocument/Makefile.am: Added these files to build.
169         * libdocument/ev-document-transition.[ch]
170         (ev_document_transition_get_effect): New method, gets the
171         EvTransitionEffect returned by the interface implementation, with
172         fallback to the "replace" effect.
173
174 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
175
176         * configure.ac:
177         * cut-n-paste/Makefile.am:
178         * cut-n-paste/fileformatchooser/Makefile.am:
179         * cut-n-paste/fileformatchooser/egg-macros.h:
180         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
181         * shell/Makefile.am:
182         * shell/ev-window.c: (image_save_dialog_response_cb),
183         (ev_view_popup_cmd_save_image_as):
184
185         Allow exporting images in any format supported by
186         GdkPixbuf. Fixes bug #500209.
187         
188 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * backend/pixbuf/pixbuf-document.c:
191
192         More warnings fixed.
193         
194 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
195
196         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
197         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
198         * backend/djvu/djvu-text.h:
199         * backend/tiff/tiff-document.c: (tiff_document_render):
200
201         Fix compile warnings.
202         
203 2007-12-28  Christian Persch  <chpe@gnome.org>
204
205         * **/*.c: Include config.h. Bug #504721.
206
207 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * configure.ac:
210         * Makefile.am:
211         * po/POTFILES.in:
212         * backend/comics/Makefile.am:
213         * backend/comics/comics-document.[ch]:
214         * backend/comics/comicsdocument.evince-backend.in:
215         * backend/djvu/Makefile.am:
216         * backend/djvu/djvu-document.[ch]:
217         * backend/djvu/djvudocument.evince-backend.in:
218         * backend/dvi/Makefile.am:
219         * backend/dvi/dvi-document.[c]:
220         * backend/dvi/dvidocument.evince-backend.in:
221         * backend/impress/Makefile.am:
222         * backend/impress/impress-document.[ch]:
223         * backend/impress/impressdocument.evince-backend.in:
224         * backend/pdf/Makefile.am:
225         * backend/pdf/ev-poppler.cc:
226         * backend/pdf/ev-poppler.h:
227         * backend/pdf/pdfdocument.evince-backend.in:
228         * backend/pixbuf/Makefile.am:
229         * backend/pixbuf/pixbuf-document.[ch]:
230         * backend/pixbuf/pixbufdocument.evince-backend.in:
231         * backend/ps/Makefile.am:
232         * backend/ps/ev-spectre.[ch]:
233         * backend/ps/ps-document.[ch]:
234         * backend/ps/psdocument.evince-backend.in:
235         * backend/tiff/Makefile.am:
236         * backend/tiff/tiff-document.[ch]:
237         * backend/tiff/tiffdocument.evince-backend.in:
238         * libdocument/Makefile.am:
239         * libdocument/ev-backends-manager.[ch]:
240         * libdocument/ev-module.[ch]:
241         * libdocument/ev-document.h:
242         * libdocument/ev-document-factory.[ch]:
243         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
244         (get_compression_from_mime_type), (get_document_from_uri),
245         (ev_document_factory_get_document), (file_filter_add_mime_types),
246         (ev_document_factory_add_filters):
247         * shell/Makefile.am:
248         * shell/ev-window-title.c: (get_filename_from_uri):
249         * shell/main.c: (main):
250         * thumbnailer/Makefile.am:
251         * thumbnailer/evince-thumbnailer.c: (main):
252
253         Plugin system for backends. Fixes bug #351348.
254         
255 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
256
257         * shell/ev-view-private.h:
258         * shell/ev-view.c: (ev_view_drag_update_momentum),
259         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
260         (ev_view_button_release_event), (ev_view_destroy):
261         
262         Kinetic scrolling implemented as requested in
263         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
264
265 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
266
267         * data/evince-toolbar.xml:
268         * data/evince-ui.xml:
269         * shell/ev-view-private.h:
270         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
271         (ev_view_button_press_event), (ev_view_motion_notify_event),
272         (ev_view_button_release_event), (ev_view_init),
273         (ev_view_autoscroll_cb), (ev_view_autoscroll),
274         (ev_view_set_cursor):
275         * shell/ev-view.h:
276         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
277         (ev_window_cmd_view_autoscroll):
278         
279         Autoscroll feature with the context menu. Fixes bug 
280         #323670. Thanks to David Turner <cillian64@googlemail.com>.
281
282 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
285
286         Disconnect also page-ready signal when removing a job because the
287         page size has changed. Thanks to kripken
288         <kripkensteiner@gmail.com>.
289
290 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
291
292         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
293         
294         Scroll pages in page entry with mouse wheel. Fixes bug
295         #324122. Thanks to David Turner <cillian64@googlemail.com>.
296
297 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * backend/dvi/Makefile.am:
300         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
301         (mdvi_cairo_device_init):
302         * backend/dvi/mdvi-lib/common.h:
303         * backend/dvi/mdvi-lib/mdvi.h:
304         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
305         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
306         (mdvi_build_path_from_cwd):
307
308         Add ps specials support in dvi backend when libspectre is
309         present. Fixes bug #386005.
310         
311 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * configure.ac:
314         * backend/ps/Makefile.am:
315         * backend/ps/ev-spectre.[ch]:
316         
317         Use libspectre, if available, for the ps backend. Fixes bugs
318         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
319
320 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
321         
322         * backend/comics/comics-document.c: (comics_document_load):
323         
324         Cygwin build issue fix.
325
326 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-view.c: (ev_view_set_zoom):
329
330         Do not limit the minimum zoom factor when sizing mode is best bit
331         or fit width. Fixes bug #503805.
332         
333 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
336         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
337         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
338         (ev_link_dest_get_property), (ev_link_dest_set_property),
339         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
340         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
341         (ev_link_dest_new_fitr):
342         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
343         (goto_fith_dest), (goto_xyz_dest):
344
345         Do not change left, top and zoom values when they are null in PDF
346         destinations. Fixes bug #460658.
347         
348 2007-12-10  Christian Persch  <chpe@gnome.org>
349
350         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
351         (ev_view_accessible_class_init),
352         (ev_view_accessible_idle_do_action),
353         (ev_view_accessible_action_do_action),
354         (ev_view_accessible_action_get_description),
355         (ev_view_accessible_action_set_description),
356         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
357         (ev_view_accessible_factory_init),
358         (ev_view_accessible_factory_get_accessible_type):
359         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
360         private data, and G_DEFINE_TYPE. Bug #502843.
361
362 2007-12-08  Christian Persch  <chpe@gnome.org>
363
364         * shell/ev-metadata-manager.c: (item_free),
365         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
366         (value_free), (parse_value), (parseItem),
367         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
368         (save_values): Use GSlice to allocate small amounts of memory. Bug
369         #475972.
370
371 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
374
375         Restore cursor to normal after a drag operation. Fixes bug
376         #501603.
377         
378 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
379
380         * NEWS:
381         * configure.ac:
382         
383         Update for release 2.21.1
384
385 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * configure.ac:
388         * cut-n-paste/gedit-message-area/Makefile.am:
389         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
390         * shell/Makefile.am:
391         * shell/ev-message-area.[ch]:
392         * shell/ev-window.c: (ev_window_set_message_area),
393         (ev_window_error_message_response_cb), (ev_window_error_message),
394         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
395         (ev_window_save_job_cb), (image_save_dialog_response_cb),
396         (ev_attachment_popup_cmd_open_attachment),
397         (attachment_save_dialog_response_cb), (ev_window_set_document),
398         (ev_window_init):
399
400         Use a message area instead of a popup dialog for error
401         notifications. Fixes bug #337495.
402         
403 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
406         (ev_window_run_fullscreen):
407
408         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
409         
410 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * ev-sidebar-thumbnails.c: (update_visible_range),
413         (ev_sidebar_thumbnails_refresh),
414         (ev_sidebar_thumbnails_set_document),
415         (ev_sidebar_thumbnails_support_document):
416
417         Show thumbnails for documents with one page. Fixes bug #358751.
418         
419 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * shell/ev-window.c:
422         (ev_window_load_print_settings_from_metadata),
423         (ev_window_save_print_settings), (ev_window_print_finished),
424         (ev_window_print_range):
425
426         Print settings that are specific to the document are now saved per
427         document in the metadata file. Fixes bug #488806.
428         
429 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
430
431         * backend/tiff/tiff-document.c: (tiff_document_render):
432
433         Tiff documents were rendered with wrong colors. Fixes bug #497279.
434         
435 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-application.[ch]: (get_find_string_from_args),
438         (ev_application_open_uri_at_dest), (ev_application_open_uri),
439         (ev_application_open_uri_list):
440         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
441         * shell/ev-window.[ch]: (ev_window_load_job_cb),
442         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
443         (ev_window_cmd_recent_file_activate),
444         (ev_window_open_recent_action_item_activated),
445         (ev_window_print_send), (open_remote_link):
446         * shell/main.c: (arguments_parse):
447
448         Add a command line option for search. Fixes bug #497710.
449         
450 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
451
452         * shell/ev-jobs.c: (ev_job_print_new):
453
454         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
455         
456 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * data/evince-toolbar.xml:
459         * shell/Makefile.am:
460         * shell/ev-application.c: (ev_application_init):
461         * shell/ev-open-recent-action.[ch]:
462         * shell/ev-window.c:
463         (ev_window_open_recent_action_item_activated),
464         (register_custom_actions):
465
466         Add an expander to the open toolbar item which pops up a dropdown
467         menu with the recently used documents. Fixes bug #487215.
468         
469 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/ev-window.c: (ev_window_open_uri),
472         (ev_window_cmd_view_reload):
473
474         Do not jump to the first page when reloading by running evince
475         from the command line. Fixes bug #490847.
476         
477 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
478
479         * shell/ev-window.c: (ev_window_cmd_help_contents):
480
481         Plugged memory leak when help file is not found. Fixes bug
482         #490762.
483         
484 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * configure.ac:
487
488         Enable djvu, dvi and comics backends by default. Fixes bug
489         #437121.
490         
491 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * configure.ac:
494         * cut-n-paste/Makefile.am:
495         * cut-n-paste/recent-files/*: Removed
496         * help/reference/Makefile.am:
497         * shell/Makefile.am:
498         * shell/ev-application.[ch]: (ev_application_shutdown),
499         (ev_application_init):
500         * shell/ev-window.c: (ev_window_add_recent),
501         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
502
503         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
504         
505 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
506
507         * shell/ev-window.c: (launch_external_uri):
508
509         Let GnomeVFS check the URL, this allow more URL (like mailto:),
510         and report error if the URL is not supported (#489910).
511
512 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
515         (pdf_document_file_exporter_begin_page),
516         (pdf_document_file_exporter_end_page):
517
518         Fix printing with poppler splash backend. Fixes bug #489774.
519         
520 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
521
522         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
523         * shell/ev-print-job.c: (ev_print_job_class_init):
524
525         Fix a crash when printing with the gnome-print dialog. Fixes bug
526         #488939.
527         
528 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
529
530         * backend/pixbuf/pixbuf-document.c:
531
532         Fix an implicit function definition warning (#487655)
533
534 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * shell/ev-window.c:
537
538         Fix conflicting shortcut for view sade pane and presentation.
539         
540 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * backend/pdf/ev-poppler.cc:
543         (pdf_document_file_exporter_begin_page),
544         (pdf_document_file_exporter_do_page),
545         (pdf_document_file_exporter_end_page),
546         (pdf_document_file_exporter_iface_init):
547         * libdocument/ev-file-exporter.[ch]:
548         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
549         * shell/ev-jobs.c: (ev_job_print_get_page_list),
550         (ev_job_print_run):
551
552         When printing multiple pages per sheet in reverse option, do not
553         invert the order of the pages in every sheet, but the order of the
554         sheets. Do not print blank pages when page range is invalid. Fixes
555         bugs #484857 and #485521.
556         
557 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-jobs.c: (ev_job_print_get_page_list),
560         (ev_job_print_run):
561         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
562
563         Respect ranges order when printing more than one range in random
564         order.
565         
566 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
567
568         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
569         (ev_window_setup_document), (ev_window_rotation_changed_cb):
570
571         Rotate also the window icon when document is rotated. Fixes bug
572         #474681.
573         
574 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
577         (pdf_document_forms_get_form_fields):
578
579         Silently ignore unknown form fields. Fixes bug #482654. Patch by
580         Matthias Drochner.
581         
582 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * configure.ac:
585         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
586
587         Use poppler_page_render_for_printing() instead of
588         poppler_page_render() if available when exporting to a ps or pdf
589         file. Fixes bug #476627.
590         
591 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-window.c: (ev_window_run_fullscreen):
594
595         Do not show the toolbar in fullscreen mode if the main toolbar is
596         not visible. Fixes bug #483048.
597         
598 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * shell/ev-view.c: (ev_view_button_press_event):
601
602         Give priority to form fields over images when deciding whether a
603         button press event is over an image or form field. It allows edit
604         form fields when they are over a background image. Fixes bug
605         #477841.
606         
607 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
608
609         * NEWS:
610         * configure.ac:
611         
612         Update for release 2.20.0
613
614 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * backend/pdf/ev-poppler.cc:
617
618         Remove #ifdef HAVE_FORMS, so that forms support works again.
619
620 2007-09-05  Götz Waschk  <waschk@mandriva.org>
621
622         * configure.ac:
623         * data/evince.desktop.in.in:
624         
625         Fixes desktop file issues. See bug #473471.
626
627 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
630         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
631         (ev_job_queue_remove_job):
632         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
633         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
634         * shell/ev-window.c: (ev_window_clear_save_job),
635         (ev_window_save_job_cb), (file_save_dialog_response_cb),
636         (ev_window_dispose):
637
638         Move save a copy task to its own job so that it's carried out in a
639         thread avoiding another lock in the main thread. Use
640         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
641         can be saved to a pathin another file system. Fixes bug #456891.
642         
643 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
644
645         * NEWS:
646         * configure.ac:
647         
648         Update for release 2.19.92
649
650 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * configure.ac:
653         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
654         (pdf_selection_get_selection_region),
655         (pdf_selection_get_selection_map),
656         (ev_form_field_from_poppler_field):
657
658         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
659         and triple click selections are enabled again now.
660
661 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * shell/ev-window.c: (ev_window_add_history):
664
665         Make sure not to use the history with documents not supporting
666         links. Fixes bug #468954.
667
668 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-window.c: (ev_window_load_job_cb):
671
672         Restart the search when reloading a document with the find bar
673         visible. Fixes bug #461962.
674
675 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-window.c: (setup_document_from_metadata),
678         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
679
680         Do not jump to the first page when reloading a document from the
681         last page.
682
683 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-window.c: (update_chrome_flag),
686         (setup_sidebar_from_metadata),
687         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
688         (ev_window_cmd_edit_find_next),
689         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
690         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
691         (find_bar_close_cb), (view_actions_focus_in_cb):
692
693         Do not update visibility when changing a chrome flag so that it's
694         possible to update several flags and update visibility only once
695         for all of them.
696
697 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
700
701         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
702         supported by gtk+. Fixes bug #460907.
703
704 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-view.c: (view_update_range_and_current_page):
707
708         Make sure current-page <= end-page in continuous mode. Fixes bug
709         #454950.
710
711 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * backend/pdf/ev-poppler.cc: (build_tree):
714
715         Ignore outline items without a title. Fixes bug #453913.
716
717 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
718
719         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
720         (ev_view_button_release_event), (ev_view_leave_notify_event):
721
722         Use always drag mouse cursor during a drag operation. Fixes bug
723         #470564.
724
725 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
728         (pdf_selection_get_selection_region),
729         (pdf_selection_get_selection_map):
730
731         Temporarily disable double and triple selections since it depends on
732         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
733         released and the update of the external dependency minimal version
734         approved.
735
736 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
739         (pdf_document_file_exporter_do_page):
740         * libdocument/ev-file-exporter.h:
741         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
742         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
743
744         Actually fix printing regressions. Remove orientation from
745         EvPrintContext since it's redundant.
746
747 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
750         * backend/impress/impress-document.c:
751         (impress_document_document_iface_init):
752         * backend/ps/ps-document.c: (ps_document_document_iface_init):
753         * backend/djvu/djvu-document.c:
754         (djvu_document_document_iface_init),
755         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
756         * backend/tiff/tiff-document.c:
757         (tiff_document_document_iface_init):
758         * backend/pixbuf/pixbuf-document.c:
759         (pixbuf_document_document_iface_init):
760         * backend/comics/comics-document.c:
761         (comics_document_document_iface_init):
762         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
763         (pdf_selection_render_selection),
764         (pdf_selection_get_selected_text),
765         (pdf_selection_get_selection_region),
766         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
767         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
768         (ev_selection_get_selection_region),
769         (ev_selection_get_selection_map):
770         * libdocument/ev-document.[ch]:
771         * shell/ev-pixbuf-cache.[ch]: (add_job),
772         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
773         * shell/ev-view-private.h:
774         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
775         (ev_job_render_run):
776         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
777         * shell/ev-view.c: (start_selection_for_event),
778         (ev_view_button_press_event), (ev_view_drag_data_get),
779         (ev_view_drag_data_received), (ev_view_button_release_event),
780         (compute_new_selection_text), (compute_selections),
781         (ev_view_select_all), (get_selected_text), (ev_view_copy),
782         (ev_view_primary_get_cb):
783
784         Add support for double and triple click selections.
785
786 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
787
788         * NEWS:
789         * configure.ac:
790
791         Update for release 2.19.4
792
793 2007-08-28  Justin Blanchard  <justinb04@aim.com>
794
795         * shell/ev-view-private.h:
796         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
797         (ev_view_set_highlight_search):
798         * shell/ev-view.h:
799         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
800         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
801         (find_bar_visibility_changed_cb):
802         
803         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
804
805 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
808         (pdf_document_file_exporter_begin),
809         (pdf_document_file_exporter_do_page):
810         * shell/ev-jobs.c: (ev_job_print_run):
811         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
812
813         Create always a portrait cairo surface and rotate when needed for
814         landscape. It fixes printing problems in real printers.
815
816 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
819         * libdocument/ev-file-exporter.[ch]:
820         (ev_file_exporter_get_capabilities):
821         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
822         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
823
824         Adjust number of pages per row according to page orientation when
825         printing 2 or 6 pages per sheet.
826
827 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-window.c: (ev_window_print_send):
830
831         Reset also cups setting to 1 when printing multiple pages per
832         sheet. Fixes bug #468853.
833
834 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * libdocument/ev-document-misc.c:
837         (ev_document_misc_surface_rotate_and_scale):
838
839         Use directly cairo_surface_get_content() when creating a similar
840         surface as suggested by Jeff Muizelaar. Thanks again.
841
842 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * backend/djvu/djvu-document.c: (djvu_document_render):
845         * backend/tiff/tiff-document.c: (tiff_document_render):
846         * backend/pdf/ev-poppler.cc: (pdf_document_render):
847         * libdocument/ev-document-misc.c:
848         (ev_document_misc_surface_from_pixbuf),
849         (ev_document_misc_surface_rotate_and_scale):
850
851         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
852         creating page surfaces. Fixes bug #453123. Thank you very much to
853         Jeff Muizelaar <jeff@infidigm.net>.
854
855 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * shell/ev-page-cache.c: (ev_page_cache_new),
858         (ev_page_cache_get_thumbnail_size):
859         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
860         (ev_sidebar_thumbnails_set_loading_icon):
861
862         Also store in page-cache the dimensions of the thumbnails so that
863         they can be used to create the correct loading icon in the side
864         pane. Fixes bug #466857.
865
866 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * backend/pdf/ev-poppler.cc:
869         (pdf_document_thumbnails_get_thumbnail):
870
871         Fix thumbnails rotation in pdf documents that include embedded 
872         thumbnails.
873
874 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
875
876         * backend/pdf/ev-poppler.cc:
877
878         Don't use #ifdef in macro expansion. Some compilers don't
879         like that. Closes bug #467042.
880
881 2007-08-15  Justin Blanchard  <justinb04@aim.com>
882
883         * backend/djvu/djvu-document.c: (djvu_document_finalize):
884         
885         Fixes memory leak in djvu backend.
886
887 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
888
889         * data/icons/32x32/Makefile.am:
890         * data/icons/32x32/actions/Makefile.am:
891         * data/icons/32x32/actions/view-page-cont.svg:
892         * data/icons/32x32/actions/view-page-facing.svg:
893         * data/icons/48x48/Makefile.am:
894         * data/icons/48x48/actions/Makefile.am:
895         * data/icons/48x48/actions/view-page-cont.svg:
896         * data/icons/48x48/actions/view-page-facing.svg:
897         
898         Icons for a new sizes.
899
900 2007-08-14  Justin Blanchard  <justinb04@aim.com>
901
902         * shell/ev-page-cache.c: (build_height_to_page),
903         (ev_page_cache_get_height_to_page):
904         
905         Fixes invalid read, see bug #466401.
906
907 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
910         (set_drag_cursor):
911         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
912         (configure_item_cursor), (new_pixbuf_from_widget):
913
914         Fix multihead problems in toolbar editor. Fixes bug #382055.
915
916 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * shell/ev-window.c: (ev_window_cmd_file_open),
919         (ev_window_cmd_save_as):
920
921         Use g_get_user_special_dir when available instead of
922         xdg_user_dir_lookup.
923
924 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
925
926         * MAINTAINERS:
927         
928         Updated according to request on desktop-devel.
929
930 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
933
934         Do not use cairo_rectangle and cairo_clip since we are
935         not using cairo_fill but cairo_paint. Use the same cairo context
936         for every page in the same expose event.
937
938 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
939
940         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
941         leak.
942
943 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * configure.ac:
946         * NEWS:
947
948         Release 0.9.3
949
950 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * libdocument/ev-document-info.h:
953         * libdocument/ev-document.h:
954         * shell/ev-page-action.h:
955         * shell/ev-sidebar-links.h:
956
957         Fix a headers problem with ev-link
958         
959         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
960         * shell/ev-view-private.h:
961         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
962         (get_link_area), (ev_view_query_tooltip),
963         (ev_view_leave_notify_event), (ev_view_destroy),
964         (ev_view_class_init):
965
966         Use new gtk tooltips when available instead of ev-tooltip.
967         
968 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * shell/ev-window.c: (update_chrome_visibility),
971         (ev_window_sidebar_visibility_changed_cb):
972
973         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
974         
975 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * shell/ev-navigation-action.c:
978         (ev_navigation_action_history_changed),
979         (ev_navigation_action_set_history):
980         * shell/ev-navigation-action-widget.c:
981         (ev_navigation_action_widget_init):
982         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
983
984         Fix compile warnings.
985         
986 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
989         (egg_editable_toolbar_dispose):
990
991         Fix memory leak.
992         
993 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
996         (screensaver_disable_x11):
997         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
998         * shell/ev-window.c: (presentation_set_timeout):
999         * shell/ev-view.c: (ev_view_presentation_transition_start):
1000
1001         Use g_timeout_add_seconds instead of g_timeout_add when
1002         available.
1003         
1004 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1007
1008         Set horizontal scrollbar policy to AUTOMATIC instead of
1009         NEVER. Workaround for bug #449462.
1010         
1011 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/ev-jobs.c: (ev_job_render_page_ready):
1014
1015         Add page_ready callback to main loop with high priority and hold
1016         a reference to job during idle.
1017         
1018 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * configure.ac:
1021         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1022         (pdf_document_file_exporter_begin),
1023         (pdf_document_file_exporter_do_page),
1024         (pdf_document_file_exporter_get_capabilities):
1025         * libdocument/ev-file-exporter.h:
1026         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1027         * shell/ev-window.c: (ev_window_print_send),
1028         (ev_window_print_dialog_response_cb):
1029
1030         Allow printing multiple pages per sheet. Fixes bug #395573.
1031         
1032 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1033
1034         * shell/ev-view.c: (tip_from_link):
1035         
1036         Check for NULL, fixes bug #460862.
1037
1038 2007-07-29  Christian Persch  <chpe@gnome.org>
1039
1040         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1041         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1042         (ev_window_cmd_preview_print):
1043         
1044         Fixes bug #437681 - blocks while enumerating printers.
1045
1046 2007-07-29  Christian Persch  <chpe@gnome.org>
1047
1048         * shell/ev-window.c: (ev_window_screen_changed):
1049         
1050         Don't use deprecated gtk+ function. See bug #460909.
1051
1052 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-utils.c: (get_num_monitors):
1055         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1056
1057         Do not use display before initializing it. Remove compile
1058         warnings.
1059
1060 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1061
1062         * shell/ev-view.c: (ev_view_class_init):
1063         
1064         Unix-like hjkl bindings added. See bug #458111.
1065
1066 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1067
1068         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1069         * shell/ev-utils.h:
1070         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1071         (ev_view_update_view_size):
1072         * shell/ev-view.h:
1073         * shell/ev-window.c: (ev_window_update_actions),
1074         (setup_view_from_metadata), (ev_window_screen_changed),
1075         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1076         (zoom_control_changed_cb):
1077         * shell/ev-window.h:
1078         
1079         Reorganizes utility functions.
1080
1081 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1084         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1085         (add_job), (ev_pixbuf_cache_get_surface),
1086         (ev_pixbuf_cache_get_link_mapping),
1087         (ev_pixbuf_cache_get_image_mapping),
1088         (ev_pixbuf_cache_get_form_field_mapping),
1089         (ev_pixbuf_cache_get_text_mapping):
1090         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1091         (notify_page_ready), (ev_job_render_page_ready),
1092         (ev_job_render_run):
1093
1094         Add page_ready signal to notify that page is ready as soon as
1095         possible even if other page elements like links, forms, images or
1096         text mapping are not ready yet.
1097
1098 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1101         (dvi_document_file_exporter_do_page),
1102         (dvi_document_file_exporter_get_capabilities),
1103         (dvi_document_file_exporter_iface_init):
1104         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1105         (ps_document_file_exporter_do_page),
1106         (ps_document_file_exporter_get_capabilities),
1107         (ps_document_file_exporter_iface_init):
1108         * backend/djvu/djvu-document.c:
1109         (djvu_document_file_exporter_begin),
1110         (djvu_document_file_exporter_end),
1111         (djvu_document_file_exporter_get_capabilities),
1112         (djvu_document_file_exporter_iface_init):
1113         * backend/tiff/tiff-document.c:
1114         (tiff_document_file_exporter_begin),
1115         (tiff_document_file_exporter_get_capabilities),
1116         (tiff_document_document_file_exporter_iface_init):
1117         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1118         (pdf_document_file_exporter_do_page),
1119         (pdf_document_file_exporter_get_capabilities),
1120         (pdf_document_file_exporter_iface_init):
1121         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1122         (ev_file_exporter_get_capabilities):
1123         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1124         (idle_print_handler), (ev_print_job_print):
1125         * shell/ev-jobs.c: (ev_job_print_run):
1126         * shell/ev-window.c: (ev_window_print_send),
1127         (ev_window_print_range):
1128
1129         Use capabilities to know which options should be offered by the
1130         print dialog depending on the document backend.
1131
1132 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1135
1136         Give priority to forms over text to set the cursor.
1137
1138 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * shell/ev-view-private.h:
1141         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1142         (ev_view_leave_notify_event), (ev_view_finalize),
1143         (ev_view_get_property), (ev_view_class_init):
1144
1145         Use IBEAM cursor for text form fields and NORMAL cursor for read
1146         only fields. Remove unused status attribute.
1147
1148 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1151
1152         Update region for current selected items also for checkbox
1153         buttons, since they can behave as radio buttons when they are in a
1154         set.
1155
1156 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * configure.ac:
1159         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1160
1161         Get max length of text form fields.
1162
1163 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1166         * libdocument/ev-form-field.h:
1167         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1168
1169         Fix build with current poppler cvs head.
1170
1171 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1174         * shell/eggfindbar.c: (egg_find_bar_init):
1175
1176         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1177         deprecation. Fixes bug #455667
1178
1179 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1180
1181         * NEWS:
1182         * configure.ac:
1183         
1184         Update for release 0.9.2
1185
1186 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * shell/ev-view.c: (ev_view_form_field_text_save),
1189         (ev_view_form_field_choice_save):
1190
1191         Fix a crash when closing whith a form widget visible.
1192
1193 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1196
1197         Update also the region of the current selected button when
1198         clicking on another button if they are radio buttons.
1199
1200 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1203         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1204         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1205         (ev_pixbuf_cache_get_link_mapping),
1206         (ev_pixbuf_cache_get_image_mapping),
1207         (ev_pixbuf_cache_get_form_field_mapping),
1208         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1209         * shell/ev-view.c: (ev_view_form_field_get_region),
1210         (ev_view_form_field_button_create_widget),
1211         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1212         (job_finished_cb):
1213
1214         Redraw only form field region instead of the whole page when
1215         reloading a page to show changes on the form field.
1216
1217 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * shell/ev-view.c: (ev_view_form_field_choice_save):
1220
1221         Fix selection of first item in list form fields.
1222
1223 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1226         (ev_pixbuf_cache_reload_page),
1227         (ev_pixbuf_cache_get_form_field_mapping):
1228
1229         Some refactoring to avoid duplicated code.
1230
1231 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * configure.ac:
1234         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1235         (ev_form_field_from_poppler_field),
1236         (pdf_document_forms_get_form_fields),
1237         (pdf_document_forms_form_field_text_get_text),
1238         (pdf_document_forms_form_field_text_set_text),
1239         (pdf_document_forms_form_field_button_set_state),
1240         (pdf_document_forms_form_field_button_get_state),
1241         (pdf_document_forms_form_field_choice_get_item),
1242         (pdf_document_forms_form_field_choice_get_n_items),
1243         (pdf_document_forms_form_field_choice_is_item_selected),
1244         (pdf_document_forms_form_field_choice_select_item),
1245         (pdf_document_forms_form_field_choice_toggle_item),
1246         (pdf_document_forms_form_field_choice_unselect_all),
1247         (pdf_document_forms_form_field_choice_set_text),
1248         (pdf_document_forms_form_field_choice_get_text),
1249         (pdf_document_document_forms_iface_init):
1250         * libdocument/Makefile.am:
1251         * libdocument/ev-form-field.[ch]:
1252         * libdocument/ev-document-forms.[ch]:
1253         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1254         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1255         (add_job), (ev_pixbuf_cache_reload_page),
1256         (ev_pixbuf_cache_get_form_field_mapping):
1257         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1258         * shell/ev-view-private.h:
1259         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1260         (ev_view_handle_cursor_over_xy),
1261         (ev_view_get_form_field_at_location),
1262         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1263         (ev_view_form_field_button_create_widget),
1264         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1265         (ev_view_form_field_text_create_widget),
1266         (ev_view_form_field_choice_save),
1267         (ev_view_form_field_choice_changed),
1268         (ev_view_form_field_choice_create_widget),
1269         (ev_view_handle_form_field), (ev_view_size_allocate),
1270         (ev_view_realize), (draw_end_presentation_page),
1271         (ev_view_button_press_event), (ev_view_remove_all),
1272         (ev_view_motion_notify_event), (ev_view_key_press_event),
1273         (ev_view_enter_notify_event), (highlight_find_results),
1274         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1275         (ev_view_class_init), (page_changed_cb),
1276         (on_adjustment_value_changed), (ev_view_set_presentation),
1277         (merge_selection_region), (ev_view_set_cursor),
1278         (ev_view_reset_presentation_state):
1279         
1280         Merge evince-forms branch.
1281
1282 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1283
1284         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1285
1286         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1287         This script also updates itself from libegg
1288
1289         * cut-n-paste/toolbar-editor/egg*:
1290         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1291         libegg
1292
1293 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1294
1295         * shell/ev-window.c:
1296         
1297         Adds a nice icon to page action during toolbar editing.
1298         See bug #452872.
1299
1300 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1301
1302         * data/evince-toolbar.xml:
1303         * shell/ev-window.c:
1304         
1305         Let user add a presentation and fullscreen icons on toolbar.
1306         See bug #449734.
1307
1308 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1309
1310         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1311
1312         new script to keep in sync with toolbareditor in libegg
1313
1314         * cut-n-paste/toolbar-editor/*: 
1315
1316         Run update-toolbareditor-from-libegg so we are in sync again. 
1317         Fixes bug #452850.
1318         
1319
1320 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-sidebar-links.c: (job_finished_callback):
1323
1324         Do not connect selection changed signal more than once. Fixes bug
1325         #349433.
1326
1327 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1330
1331         Do not change sidebar chrome flag when pressing F9 key in
1332         presentation mode.
1333
1334 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * backend/pdf/ev-poppler.cc:
1337         (pdf_document_thumbnails_get_dimensions):
1338
1339         Make sure thumbnails width and height is not <= 0. Fixes a crash
1340         with some pdf documents which have really small pages.
1341
1342 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1343
1344         * shell/main.c: (main):
1345
1346         Fixes program description translation issue.
1347         Bug #450148.
1348
1349 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1350
1351         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1352
1353         Do not change current page when returning from black/white mode
1354         in presentation. Fixes bug #415032.
1355
1356 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1357
1358         * NEWS:
1359         * configure.ac:
1360         
1361         Update for release 0.9.1
1362
1363 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1364
1365         * backend/dvi/dvi-document.c:
1366         (dvi_document_finalize),
1367         (dvi_document_file_exporter_format_supported),
1368         (dvi_document_file_exporter_begin),
1369         (dvi_document_file_exporter_do_page),
1370         (dvi_document_file_exporter_end),
1371         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1372         
1373         PDF exporter for dvi documents. Fixes bug #441319.
1374
1375 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * shell/ev-window.c: (ev_window_clear_print_job):
1378
1379         Clear gtk print job when job has finished. Fixes bug #447612.
1380
1381 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c: (ev_window_print_send),
1384         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1385
1386         Add preview button to print dialog. Fixes bug #445419.
1387
1388 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * backend/dvi/Makefile.am:
1391         * backend/dvi/pixbuf-device.[ch]: Removed
1392         * backend/dvi/cairo-device.[ch]: Added
1393         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1394         * backend/dvi/dvi-document.c: (dvi_document_load),
1395         (dvi_document_render), (dvi_document_finalize),
1396         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1397         (dvi_document_do_color_special):
1398         * libdocument/ev-document-misc.[ch]:
1399         (ev_document_misc_pixbuf_from_surface):
1400
1401         Port dvi backend to cairo and fix a problem with colors. 
1402
1403 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-view.c: (draw_one_page):
1406
1407         Draw only visible region.
1408
1409 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * backend/djvu/djvu-document.c: (djvu_document_render):
1412
1413         Fix rotation in djvu backend.
1414
1415 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1418         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1419         (ev_pixbuf_cache_get_image_mapping),
1420         (ev_pixbuf_cache_get_text_mapping):
1421
1422         Redraw view every time we have a new surface. Fixes bug #443587.
1423
1424 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * libdocument/ev-document.c: (ev_document_info_free):
1427
1428         Fix memory leaks.
1429
1430 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * backend/dvi/dvi-document.c: (dvi_document_render),
1433         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1434         * backend/impress/impress-document.c:
1435         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1436         (impress_document_render), (impress_document_document_iface_init),
1437         (impress_document_thumbnails_get_thumbnail):
1438         * backend/djvu/djvu-document-private.h:
1439         * backend/djvu/djvu-document.c: (djvu_document_render),
1440         (djvu_document_finalize), (djvu_document_document_iface_init),
1441         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1442         * backend/tiff/tiff-document.c: (tiff_document_render),
1443         (tiff_document_render_pixbuf),
1444         (tiff_document_document_iface_init):
1445         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1446         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1447         (pdf_selection_render_selection):
1448         * backend/comics/comics-document.c:
1449         (comics_document_render_pixbuf), (comics_document_render),
1450         (comics_document_document_iface_init):
1451         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1452         (pixbuf_document_document_iface_init):
1453         * libdocument/ev-document-misc.[ch]:
1454         (ev_document_misc_surface_from_pixbuf),
1455         (ev_document_misc_surface_rotate_and_scale):
1456         * libdocument/ev-document.[ch]: (ev_document_render):
1457         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1458         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1459         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1460         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1461         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1462         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1463         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1464         (render_finished_cb), (ev_job_render_run):
1465         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1466         (merge_selection_region):
1467
1468         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1469         and selections.
1470
1471 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * shell/ev-window-title.c: (ev_window_title_update):
1474
1475         Fix memory leak.
1476
1477 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * shell/ev-view.c: (draw_loading_text):
1480
1481         Show loading text centered. Fixes bug #433061
1482
1483 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1484
1485         * shell/ev-sidebar-thumbnails.c:
1486         (ev_sidebar_thumbnails_set_loading_icon):
1487
1488         Remove a mutex in the main thread that blocks the UI in heavy
1489         documents.
1490
1491 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1494
1495         Set points_set to TRUE so that selections don't disappear after a
1496         zoom change.
1497
1498 2007-06-07  Michael Monreal  <infernux@web.de>
1499
1500         * data/icons/16x16/actions/Makefile.am:
1501         * data/icons/16x16/actions/zoom.svg:
1502         * data/icons/22x22/actions/Makefile.am:
1503         * data/icons/22x22/actions/zoom.svg:
1504         * data/icons/24x24/actions/Makefile.am:
1505         * shell/ev-stock-icons.c:
1506         * shell/ev-stock-icons.h:
1507         * shell/ev-window.c:
1508         
1509         Zoom icon artwork. See bug #444795.
1510
1511 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1512
1513         * shell/ev-metadata-manager.c: Remove extraneous function
1514         (Closes: #444386)
1515
1516 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1517
1518         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1519         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1520         (ev_metadata_manager_set), (ev_metadata_manager_save):
1521         Simplify the timeout, no need for modified anymore
1522
1523 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1524
1525         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1526         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1527         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1528         (ev_metadata_manager_save): Adapted patch from Arjan van de
1529         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1530         time, saves on power (Closes: #443851)
1531
1532 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * configure.ac:
1535         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1536         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1537
1538         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1539
1540 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1541
1542         * shell/ev-window.c: (ev_window_add_history):
1543
1544         Check if history is NULL
1545
1546 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * libdocument/ev-image.c: (ev_image_finalize):
1549         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1550         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1551         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1552         (ev_tmp_uri_unlink):
1553
1554         Add functions to delete temporary files created by evince in a safe
1555         way.
1556
1557         * shell/ev-window.c: (ev_window_clear_local_uri),
1558         (open_xfer_update_progress_callback),
1559         (save_xfer_update_progress_callback), (ev_window_save_remote),
1560         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1561         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1562         (attachment_save_dialog_response_cb),
1563         (ev_attachment_popup_cmd_save_attachment_as):
1564
1565         Allow saving a copy of a document, image or attachment to a remote
1566         location. Fixes bug #440754. 
1567
1568 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * configure.ac:
1571         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1572
1573         Fix build with current poppler from cvs head. 
1574
1575 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1576
1577         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1578
1579         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1580         directory exists.
1581
1582 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1583
1584         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1585         * shell/ev-window.c:
1586
1587         Change sidebar ordering. Fixes bug #439939.
1588
1589 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1590
1591         * backend/comics/Makefile.am:
1592         
1593         Fixes build with --without-libgnome.
1594
1595 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1596         
1597         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1598
1599         Update cursor and tooltip on page change and view scroll. Fixes bug
1600         #439217.
1601
1602 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1603
1604         * NEWS:
1605         * configure.ac:
1606         
1607         Update for release 0.9.0
1608
1609 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1610
1611         * backend/djvu/djvu-document-private.h:
1612         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1613         (djvu_document_finalize),
1614         (djvu_document_file_exporter_format_supported),
1615         (djvu_document_file_exporter_begin),
1616         (djvu_document_file_exporter_do_page),
1617         (djvu_document_file_exporter_end),
1618         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1619         
1620         Implemented printing with djvu. Bug #437998.
1621
1622 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * backend/impress/zip.c:
1625         Add missing ulong definition.
1626
1627         * backend/ps/ps-interpreter.c:
1628         Add missing headers.
1629
1630         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1631
1632 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1635
1636         Add missing call to parent class dispose method. 
1637
1638 2007-05-12  Ross Burton  <ross@openedhand.com>
1639
1640         * shell/main.c:
1641         Sync keybindings manually when building without libgnome
1642         (#437925).
1643
1644 2007-05-12  Ross Burton  <ross@openedhand.com>
1645
1646         * shell/ev-window.c:
1647         Respect the screen when opening help (#437866).
1648
1649 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * data/evince-ui.xml:
1652         * shell/ev-application.[ch]: (get_print_settings_from_args),
1653         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1654         (ev_application_open_uri_list):
1655         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1656         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1657         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1658         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1659         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1660         (ev_window_dispose):
1661         * shell/main.c: (arguments_parse):
1662
1663         Add print button in preview mode. Fixes bug #396475. 
1664
1665 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1666
1667         * cut-n-paste/zoom-control/ephy-zoom.h:
1668         
1669         Fixes zoom level factors. See bug #408119 for details.
1670
1671 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1672
1673         * backend/comics/comics-document.c: (comics_regex_quote),
1674         (extract_argv):
1675         
1676         Correctly quote symbols. Fixes crash in the bug
1677         #415370.
1678
1679 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1680
1681         * shell/ev-navigation-action-widget.c:
1682         (ev_navigation_action_widget_init),
1683         (ev_navigation_action_widget_class_init),
1684         (ev_navigation_action_widget_button_press_event):
1685         
1686         Connect to button-press event on correct widget. Fixes
1687         bug #431988
1688
1689 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1690
1691         * shell/ev-application.c: (ev_application_open_window),
1692         (ev_application_add_icon_path_for_screen),
1693         (ev_application_open_uri_at_dest):
1694         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1695         * shell/ev-navigation-action.c: (build_menu):
1696         
1697         Add app-specific icons to our icon theme. Fixes bug
1698         #425508.
1699
1700 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1701
1702         * shell/ev-history.c: (ev_history_class_init),
1703         (ev_history_add_link):
1704         * shell/ev-history.h:
1705         * shell/ev-navigation-action.c:
1706         (ev_navigation_action_history_changed),
1707         (ev_navigation_action_set_history), (build_menu),
1708         (ev_navigation_action_finalize):
1709         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1710         
1711         Make navigation action unsensitive instead of showing
1712         menu with unsensitive word. Fixes bug #417392.
1713
1714 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * shell/ev-application.[ch]: (ev_application_shutdown),
1717         (ev_application_get_print_settings),
1718         (ev_application_set_print_settings):
1719         * shell/ev-window.c:
1720
1721         Remember print settings. Fixes bug #349102. 
1722
1723 2007-05-08  Christian Persch  <chpe@gnome.org>
1724
1725         * configure.ac:
1726         * properties/ev-properties-view.c:
1727
1728         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1729         Bug #382438.
1730
1731 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * configure.ac:
1734         * properties/ev-properties-view.c: (ev_regular_paper_size):
1735
1736         Use gtk+ builtin paper list to identify the document's paper size.
1737         Fixes bug #382438. 
1738
1739 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1740
1741         * configure.ac:
1742
1743         Fix build when compiling with thumbnailer and libgnome support. 
1744
1745 2007-05-04  Ross Burton  <ross@openedhand.com>
1746
1747         * configure.ac:
1748         Add --without-libgnome, check for libgnome and libgnomeui
1749         separately, and add them to the symbols as required.
1750
1751         * libdocument/ev-file-helpers.c:
1752         When building without libgnome, use g_get_user_config_dir instead
1753         of gnome_user_dir_get.
1754
1755         * shell/ev-application.c:
1756         When building without libgnome, don't use session management.
1757
1758         * shell/main.c:
1759         When building without libgnome, don't use GnomeProgram or
1760         initialise the authentication manager.
1761
1762         This fixes #328842.
1763
1764 2007-05-04  Ross Burton  <ross@openedhand.com>
1765
1766         * shell/ev-window.c:
1767         Don't use libgnome to open help, instead call Yelp directly.
1768
1769 2007-05-04  Ross Burton  <ross@openedhand.com>
1770
1771         * shell/ev-sidebar-attachments.c:
1772         Don't use libgnome to lookup icons for MIME types, instead copy
1773         code from GTK+ to do it manually.
1774
1775 2007-05-04  Ross Burton  <ross@openedhand.com>
1776
1777         * configure.ac:
1778         Add libxml to the dependencies for SHELL_CORE (#435818).
1779
1780 2007-05-02  Ross Burton  <ross@openedhand.com>
1781
1782         * configure.ac:
1783         * Makefile.am:
1784         Add --disable-thumbnailer (#434825)
1785
1786 2007-05-02  Ross Burton  <ross@openedhand.com>
1787
1788         * shell/ev-window.c:
1789         Add missing includes, fix indentation.
1790
1791         * shell/main.c:
1792         Fix indentation.
1793
1794 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1795
1796         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1797         ev_application_open_uri_at_dest instead of ev_application_open_uri
1798         preventing new document always being opened in a new window even if there
1799         is an empty window.
1800
1801 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1802
1803         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1804         (egg_recent_view_uimanager_finalize):
1805         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1806         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1807         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1808         (ev_pixbuf_cache_dispose):
1809         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1810         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1811         
1812         Add missing chain to parent class methods. Fixes
1813         bug #433128.
1814
1815 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1816
1817         * data/Makefile.am (update-icon-cache): Updates
1818         gtk-update-icon-cache in uninstall-hook.
1819
1820 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-window.c: (ev_window_setup_document),
1823         (ev_window_set_document), (ev_window_load_job_cb):
1824         * shell/ev-view.c: (setup_caches):
1825         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1826
1827         Start rendering pages before any other jobs. 
1828
1829 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * shell/ev-window.c: (ev_window_stop_fullscreen),
1832         (ev_window_stop_presentation):
1833
1834         Update chrome visibility before window unfullscreen. 
1835
1836 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * data/Makefile.am:
1839         * data/evince-ui.xml:
1840         * shell/ev-stock-icons.[ch]:
1841         * shell/ev-application.[ch]: (ev_application_shutdown),
1842         (ev_application_init), (ev_application_get_toolbars_model):
1843         * shell/ev-window.c: (update_chrome_visibility),
1844         (fullscreen_toolbar_setup_item_properties),
1845         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1846         (ev_window_run_presentation), (ev_window_stop_presentation),
1847         (ev_window_run_preview), (ev_window_screen_changed),
1848         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1849         (ev_window_dispose), (ev_window_init):
1850
1851         Make fullscreen toolbar always visible. Do not use egg toolbars for
1852         fullscreen and preview modes since such toolbars are not editables.
1853         Fixes bugs #300278, #338910 and #316188.  
1854
1855 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1856
1857         * shell/ev-application.c:
1858         * shell/ev-job-queue.c:
1859         * shell/ev-metadata-manager.c:
1860         * shell/ev-stock-icons.c:
1861         * shell/ev-window.c:
1862         * shell/main.c:
1863         
1864         Developers documentation updated.
1865
1866 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1869
1870         Check whether uri is valid before launching it. Fixes bug #427664.
1871
1872 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * shell/ev-window.c:
1875
1876         Change key accelerator for Open a Copy menu entry which is in conflict
1877         with Close. Fixes bug #427321.
1878
1879 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1880
1881         * NEWS:
1882         * configure.ac:
1883         
1884         Update for release 0.8.1
1885
1886 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1887
1888         * shell/ev-window.c: (setup_size_from_metadata):
1889         
1890         Do not make window bigger than screen. Fixes bug 
1891         #388985.
1892
1893 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1896         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1897
1898         Use default resolution when it's not provided by document. Fixes bug
1899         #408762.
1900
1901 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * configure.ac:
1904         * thumbnailer/Makefile.am:
1905         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1906         * thumbnailer/evince-thumbnailer.schemas.in:
1907         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1908
1909         Add support for ps, eps and compressed documents thumbnails. Do not
1910         ignore size parameter. 
1911
1912 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1913
1914         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1915         (dvi_document_do_color_special):
1916         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1917
1918         Implement font color specials in the DVI backend. Fixes bug #303651.
1919
1920 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1921
1922         Fixup the previous commit:
1923
1924         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1925         * shell/xdg-user-dir-lookup.c: Make the function non-static
1926         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1927
1928 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1929
1930         * shell/ev-window.c (file_open_dialog_response_cb): Use
1931         the xdg-user-dirs DOCUMENTS folder as default folder when
1932         opening a file chooser.  (#424858)
1933
1934         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1935         xdg-user-dirs.
1936
1937 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * shell/ev-window.c: (ev_window_load_job_cb):
1940
1941         Do not setup view from metadata on preview mode. 
1942
1943 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * shell/main.c:
1946
1947         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1948
1949 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-view.c: (ev_view_primary_get_cb):
1952
1953         Check pointer != NULL before using it. Fixes bug #416841. 
1954
1955 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1956
1957         * NEWS:
1958         * configure.ac:
1959         
1960         Release 0.8.0
1961
1962 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1965
1966         Do not render thumbnails when sidebar thumbnail page is not visible
1967         at startup. Fixes bug #416447. 
1968
1969 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1970
1971         * data/evince.desktop.in.in:
1972
1973         "Application" is not a valid category in the freedesktop specification.
1974
1975 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * libdocument/ev-file-helpers.[ch]: (compression_run),
1978         (ev_file_uncompress), (ev_file_compress):
1979         * shell/ev-window.c: (file_save_dialog_response_cb):
1980
1981         Save document compressed when saving a copy of a compressed document.
1982         Fixes bug #334542.
1983
1984 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1987
1988         Allow deleting in goto window entry in presentation mode. 
1989
1990 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1991
1992         * Makefile.am: Dist MAINTAINERS.
1993
1994 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * shell/ev-window.c: (ev_window_update_actions):
1997
1998         Fix zoom shortcut keys when searching. Fixes bug #409828.
1999
2000 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * shell/ev-window.c: (ev_window_setup_document):
2003
2004         Fix crash when loading documents with only one page. 
2005
2006 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * backend/dvi/dvi-document.c:
2009         (dvi_document_thumbnails_get_dimensions),
2010         (dvi_document_thumbnails_get_thumbnail):
2011         * backend/impress/impress-document.c:
2012         (impress_document_thumbnails_get_thumbnail),
2013         (impress_document_thumbnails_get_dimensions):
2014         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2015         (ps_document_thumbnails_get_dimensions):
2016         * backend/djvu/djvu-document.c:
2017         (djvu_document_thumbnails_get_dimensions),
2018         (djvu_document_thumbnails_get_thumbnail):
2019         * backend/tiff/tiff-document.c:
2020         (tiff_document_thumbnails_get_thumbnail),
2021         (tiff_document_thumbnails_get_dimensions):
2022         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2023         (pdf_document_thumbnails_get_thumbnail),
2024         (pdf_document_thumbnails_get_dimensions):
2025         * backend/comics/comics-document.c:
2026         (comics_document_thumbnails_get_thumbnail),
2027         (comics_document_thumbnails_get_dimensions):
2028         * backend/pixbuf/pixbuf-document.c:
2029         (pixbuf_document_thumbnails_get_thumbnail),
2030         (pixbuf_document_thumbnails_get_dimensions):
2031         * libdocument/ev-document-thumbnails.[ch]:
2032         (ev_document_thumbnails_get_thumbnail),
2033         (ev_document_thumbnails_get_dimensions):
2034         * libdocument/ev-document-misc.[ch]:
2035         (ev_document_misc_get_thumbnail_frame):
2036         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2037         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2038         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2039         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2040         (ev_sidebar_thumbnails_refresh):
2041         * shell/ev-window.c: (ev_window_setup_document):
2042         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2043
2044         Use an EvRenderContext for rendering thumbnails instead of a suggested
2045         width, so that different sized pages get sized proportionally.
2046
2047 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * shell/ev-view.c: (ev_view_button_press_event),
2050         (ev_view_key_press_event):
2051
2052         Fix critical warnings when there is no document loaded. 
2053
2054 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-page-action-widget.c:
2057         * shell/ev-navigation-action.c:
2058         * shell/ev-window.c:
2059
2060         Fix compile warnings. 
2061
2062 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * backend/djvu/djvu-text.h:
2065         * backend/djvu/djvu-document.c:
2066         * backend/djvu/djvu-text-page.c:
2067         * backend/djvu/djvu-links.c:
2068         * backend/djvu/djvu-text-page.h:
2069         * backend/djvu/djvu-text.c:
2070         
2071         Fix build on Mac. Fixes bug #392186. Patch by
2072         <ephraim_owns@hotmail.com>
2073
2074 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2077
2078         Restore cairo context before rendering every page when printing a PDF
2079         document into a PDF file. 
2080
2081 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * backend/ps/gstypes.h:
2084         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2085         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2086         (ps_document_thumbnails_get_thumbnail):
2087
2088         Handle PostScript page orientation. Fixes bug #318568.
2089
2090 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * backend/ps/Makefile.am:
2093         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2094         (document_load), (ps_document_load), (save_document),
2095         (save_page_list), (ps_document_get_n_pages),
2096         (ps_document_get_page_size), (ps_document_get_info),
2097         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2098         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2099         (ps_document_thumbnails_get_thumbnail),
2100         (ps_document_thumbnails_get_dimensions),
2101         (ps_document_document_thumbnails_iface_init):
2102         * backend/ps/ps.[ch]: (psgetpagebox):
2103         * backend/ps/ps-interpreter.[ch]:
2104
2105         Add support for thumbnails in ps backend. Fixes bug #164755. 
2106
2107 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2108
2109         * NEWS:
2110         * configure.ac:
2111         
2112         Release 0.7.2
2113
2114 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2117         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2118         (ev_window_dispose):
2119
2120         Use document thumbnail as window icon. Fixes bug #384442.
2121
2122 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2123
2124         * configure.ac:
2125
2126         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2127         duplicated adding application/x-bzpostscript instead. 
2128
2129 2007-02-11  Tom Parker  <palfrey@tevp.net>
2130
2131         * backend/ps/ps-document.c: (document_load):
2132
2133         Check return value of psscan before trying
2134         to use it. Fixes bug #372414.
2135
2136 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2139
2140         Fix invalid free in ev-page-cache. Fixes bug #404745.
2141
2142 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2143
2144         * test/Makefile.am:
2145         * test/test3.py:
2146         
2147         Added reload test case.
2148
2149 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * po/POTFILES.in:
2152         * backend/djvu/djvu-document.c: (djvu_document_load):
2153
2154         Check whether there are missing files in indirect multipage djvu
2155         documents. Fixes bug #361683. 
2156
2157 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2158
2159         * test/Makefile.am:
2160         * test/test-mime.bin:
2161         * test/test3.py:
2162         
2163         Added test for slow mime type
2164
2165 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2168
2169         Add some checks and call parent_class->finalize. Fixes bug #404745.
2170
2171 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2172
2173         * shell/ev-navigation-action.c: (connect_proxy):
2174         
2175         Fixes dropdown history menu. Thanks a lot Carlos!
2176
2177 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2180
2181         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2182         bug #373715.
2183
2184 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2185
2186         * backend/ps/ps.c: (psscan):
2187
2188         Fix memory leak. 
2189
2190 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * configure.ac:
2193         * libdocument/ev-file-helpers.c: 
2194
2195         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2196
2197 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * configure.ac:
2200         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2201         (ps_interpreter_start), (document_load), (save_document),
2202         (save_page_list):
2203         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2204         * libdocument/ev-document-factory.c:
2205         (ev_document_factory_get_from_mime), (get_document_from_uri),
2206         (free_uncompressed_uri), (ev_document_factory_get_document):
2207         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2208
2209         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2210
2211 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2212
2213         * libdocument/ev-document.h:
2214
2215         Fix typo in function name. 
2216
2217 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * backend/ps/ps-document.c: (ps_interpreter_finished),
2220         (ps_interpreter_start), (ps_interpreter_failed):
2221
2222         Handle ghostscript interpreter crashes. 
2223
2224 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * shell/ev-window.c: (ev_window_open_uri),
2227         (window_configure_event_cb):
2228
2229         Setup window size and position before showing it. Fixes bug #401711.
2230
2231 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * backend/ps/Makefile.am:
2234         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2235         (ps_document_dispose), (ps_document_class_init),
2236         (ps_interpreter_input), (ps_interpreter_output),
2237         (ps_interpreter_error), (setup_interpreter_env),
2238         (ps_interpreter_start), (ps_interpreter_stop),
2239         (ps_interpreter_failed), (ps_interpreter_is_ready),
2240         (check_filecompressed), (document_load), (ps_document_load),
2241         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2242         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2243         (render_page):
2244
2245         Rework ps-document. Code cleanups, remove deprecated code. 
2246
2247 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2248
2249         * shell/ev-view.c: (ev_view_button_press_event):
2250
2251         Do not start an image drag and drop operation when pointer is on 
2252         text, so that we can select text when the whole background is an
2253         image. 
2254
2255 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * shell/ev-window.c: (ev_window_update_actions): 
2258
2259         Disable all zoom related actions during presentation mode. 
2260
2261 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2262
2263         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2264
2265         Do not zoom in or out on presentation mode. Fixes bug #401305.
2266
2267 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2268
2269         * shell/ev-navigation-action.c: (connect_proxy),
2270         (create_menu_item), (ev_navigation_action_class_init):
2271         
2272         Correctly show menu and fix crash when navigaton 
2273         action is out of toolbar visible area.
2274
2275 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2276
2277         * data/Makefile.am:
2278         * data/evince.1:
2279         
2280         Added man file
2281
2282 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2283
2284         * help/reference/* :
2285         * configure.ac:
2286         
2287         Added gtk-doc based documentation for Evince.
2288         Still in initial state but I hope it will
2289         grow.
2290         
2291         * configure.ac:
2292         
2293         Lower dbus requirement to 0.70
2294
2295 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-window.c: (ev_window_add_history):
2298
2299         Fix memory leak. 
2300
2301 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2302
2303         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2304         * shell/ev-view.h:
2305         * shell/ev-window.c: (ev_window_add_history):
2306         
2307         Correctly handle named destination links
2308
2309 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2310
2311         * NOTES:
2312         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2313         * backend/pdf/ev-poppler.cc:
2314         * libdocument/ev-document-links.h:
2315         * libdocument/ev-link.c: (ev_link_get_page):
2316         * libdocument/ev-link.h:
2317         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2318         (ev_history_add_link):
2319         * shell/ev-history.h:
2320         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2321         (new_history_menu_item), (build_menu):
2322         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2323         * shell/ev-sidebar-links.c: (create_loading_model),
2324         (print_section_cb), (ev_sidebar_links_construct),
2325         (fill_page_labels), (update_page_callback_foreach),
2326         (update_page_callback), (job_finished_callback):
2327         * shell/ev-view.c: (ev_view_handle_link):
2328         * shell/ev-window.c: (ev_window_find_chapter),
2329         (ev_window_add_history), (view_handle_link_cb),
2330         (history_changed_cb):
2331         
2332         Implements another history variant
2333
2334 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-window.c: (view_external_link_cb):
2337         * shell/ev-view.c: (ev_view_button_release_event):
2338
2339         Open links in new window when clicking with middle button. 
2340
2341 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2342
2343         * shell/ev-navigation-action.c: (new_history_menu_item):
2344         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2345         * shell/ev-view.c: (ev_view_handle_link):
2346         * shell/ev-window.c:
2347         
2348         Store link before jump, not the destination. For me it 
2349         seems like more natural history behavior.
2350
2351 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2352
2353         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2354         (ev_navigation_action_class_init):
2355         * shell/ev-navigation-action.h:
2356         * shell/ev-page-action.c: (activate_cb):
2357         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2358         (ev_page_cache_set_current_page_history):
2359         * shell/ev-page-cache.h:
2360         * shell/ev-sidebar-thumbnails.c:
2361         (ev_sidebar_tree_selection_changed),
2362         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2363         * shell/ev-view-private.h:
2364         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2365         * shell/ev-view.h:
2366         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2367         (ev_window_setup_document), (ev_window_load_job_cb):
2368         * shell/ev-window.h:
2369         
2370         History finally works as expected.
2371
2372 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2375
2376         Do not update links treeview if it doesn't have a model assigned yet. 
2377
2378 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2381         (ev_sidebar_links_class_init), (update_page_callback):
2382
2383         Do not update links treeview when sidepane is not visible. 
2384
2385 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2386
2387         * shell/ev-marshal.list:
2388         * shell/ev-page-action.c: (activate_cb),
2389         (ev_page_action_class_init):
2390         * shell/ev-page-action.h:
2391         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2392         * shell/ev-window.c:
2393         
2394         Remove activate_link signal, not required.
2395
2396 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2397
2398         * shell/ev-navigation-action.c: (build_menu):
2399         
2400         Reorder menu items and build menu with fixed length.
2401
2402 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2403
2404         * shell/ev-view.c: (get_selected_text):
2405         
2406         Normalize text to fix ligatures problem. See bug
2407         #341947 for details.
2408
2409 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2412
2413         Fix memory leak in ev-page-cache. 
2414
2415 2007-01-25  Tom Parker <palfrey@tevp.net>
2416
2417         * backend/impress/impress-document.c: (impress_document_load),
2418         (impress_document_finalize), (impress_document_init):
2419         * properties/ev-properties-main.c: (ev_properties_get_pages):
2420         
2421         Correctly handle impress document errors. Fixes nautilus
2422         crash in property page #370491.
2423
2424 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2427         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2428         (ev_job_queue_remove_job):
2429         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2430         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2431         (ev_job_load_run):
2432         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2433         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2434         (ev_window_load_job_cb), (xfer_update_progress_callback),
2435         (ev_window_open_uri), (ev_window_dispose):
2436         * shell/main.c: (main):
2437
2438         Do file transfer asynchronously in the main thread instead of
2439         synchronously in the load thread. Fixes bugs #399694, #398307 and
2440         #343542.
2441
2442 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * shell/ev-jobs.c: (ev_job_xfer_run):
2445
2446         Load the document with the font-config lock held. 
2447
2448 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * backend/ps/ps-document.c: (start_interpreter):
2451
2452         Fix memory leaks in ps backend. 
2453
2454 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * backend/impress/impress-document.c:
2457         (impress_document_render_pixbuf):
2458
2459         Do not acquire fontconfig lock in impress backend, since it is using
2460         the main loop for rendering. 
2461
2462 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2463
2464         * po/POTFILES.in: 
2465
2466         Remove mdvi files that shouldn't be translated. 
2467
2468 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * shell/ev-view-private.h:
2471         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2472         (ev_view_set_zoom):
2473
2474         Render "loading..." text into a cairo surface instead of directly into
2475         the window so that fontconfig lock is only needed once and UI is not
2476         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2477
2478 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2481         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2482
2483         Use icon theme associated with the window screen rather than default. 
2484
2485 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2486
2487         * configure.ac:
2488
2489         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2490
2491 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2492
2493         * data/icons/*/apps/evince.*:
2494
2495         Move Evince icons under new apps directory.
2496
2497         * data/icons/*/actions/*:
2498
2499         Add new custom themeable Evince icons: view-page-continuous, 
2500         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2501         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2502
2503         * configure.ac:
2504
2505         Add new directories to AC_CONFIG_FILES.
2506
2507         * shell/ev-stock-icons.c:
2508         * shell/ev-stock-icons.h:
2509
2510         Use new custom themeable icons.
2511
2512 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2515
2516         Do not draw white background page in presentation mode. 
2517
2518 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2519
2520         * shell/ev-view.c: Remove unused gnome-vfs include.
2521
2522 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2523
2524         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2525         
2526         Format string is corrected, fixes bug #397129.
2527
2528 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * shell/ev-window.c: (ev_window_setup_recent):
2531
2532         Do not include in recent menu inexistent documents. Fixes
2533         bug #339171.
2534
2535 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * po/POTFILES.skip: 
2538
2539         Update POTFILES.skip file according to current source tree. 
2540
2541 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * shell/ev-window.c: (file_save_dialog_response_cb):
2544
2545         Do Save a copy in atomic way. Fixes bug #328266. 
2546
2547 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2550
2551         Keep selected cell always visible in index treeview.
2552
2553 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2554         
2555         * shell/ev-view.c: (ev_view_size_allocate):
2556
2557         Restore horizontal scrollbar after switching to/from fullscreen
2558         or presentation mode. Fixes bug #331728.
2559
2560 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * shell/ev-view-private.h:
2563         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2564         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2565         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2566         (ev_view_can_zoom_out):
2567
2568         Use max and min scale values in the view iby taking dpi into account. 
2569
2570 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * configure.ac:
2573         * NEWS:
2574
2575         Release 0.7.1
2576
2577 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * shell/ev-window.c: (ev_window_print_send):
2580
2581         Send print job to printer with some settings set to default values,
2582         since we have already exported to a file according to such settings
2583         and they could be taken twice by some printers. 
2584
2585 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * shell/ev-jobs.c: (ev_job_xfer_run):
2588         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2589
2590         Show main window and load document with the font-config lock held. 
2591
2592 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * configure.ac:
2595         * shell/ev-application.c: (ev_application_register_service):
2596         * shell/main.c: (load_files_remote):
2597
2598         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2599
2600 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2601
2602         * doc/debugging.txt:
2603         
2604         Remove obsolete documentation.
2605
2606 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2607
2608         * Makefile.am:
2609         * backend/Makefile.am:
2610         * backend/comics/Makefile.am:
2611         * backend/djvu/Makefile.am:
2612         * backend/dvi/Makefile.am:
2613         * backend/ev-async-renderer.c:
2614         * backend/ev-async-renderer.h:
2615         * backend/ev-attachment.c:
2616         * backend/ev-attachment.h:
2617         * backend/ev-backend-marshal.c:
2618         * backend/ev-document-factory.c:
2619         * backend/ev-document-factory.h:
2620         * backend/ev-document-find.c:
2621         * backend/ev-document-find.h:
2622         * backend/ev-document-fonts.c:
2623         * backend/ev-document-fonts.h:
2624         * backend/ev-document-images.c:
2625         * backend/ev-document-images.h:
2626         * backend/ev-document-info.h:
2627         * backend/ev-document-links.c:
2628         * backend/ev-document-links.h:
2629         * backend/ev-document-misc.c:
2630         * backend/ev-document-misc.h:
2631         * backend/ev-document-security.c:
2632         * backend/ev-document-security.h:
2633         * backend/ev-document-thumbnails.c:
2634         * backend/ev-document-thumbnails.h:
2635         * backend/ev-document-transition.c:
2636         * backend/ev-document-transition.h:
2637         * backend/ev-document.c:
2638         * backend/ev-document.h:
2639         * backend/ev-file-exporter.c:
2640         * backend/ev-file-exporter.h:
2641         * backend/ev-image.c:
2642         * backend/ev-image.h:
2643         * backend/ev-link-action.c:
2644         * backend/ev-link-action.h:
2645         * backend/ev-link-dest.c:
2646         * backend/ev-link-dest.h:
2647         * backend/ev-link.c:
2648         * backend/ev-link.h:
2649         * backend/ev-render-context.c:
2650         * backend/ev-render-context.h:
2651         * backend/ev-selection.c:
2652         * backend/ev-selection.h:
2653         * backend/impress/Makefile.am:
2654         * backend/pdf/Makefile.am:
2655         * backend/pixbuf/Makefile.am:
2656         * backend/ps/Makefile.am:
2657         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2658         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2659         (start_interpreter), (stop_interpreter), (document_load),
2660         (ps_document_next_page), (render_page):
2661         * backend/tiff/Makefile.am:
2662         * comics/Makefile.am:
2663         * comics/comics-document.c:
2664         * comics/comics-document.h:
2665         * configure.ac:
2666         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2667         * djvu/Makefile.am:
2668         * djvu/djvu-document-private.h:
2669         * djvu/djvu-document.c:
2670         * djvu/djvu-document.h:
2671         * djvu/djvu-links.c:
2672         * djvu/djvu-links.h:
2673         * djvu/djvu-text-page.c:
2674         * djvu/djvu-text-page.h:
2675         * djvu/djvu-text.c:
2676         * djvu/djvu-text.h:
2677         * dvi/Makefile.am:
2678         * dvi/dvi-document.c:
2679         * dvi/dvi-document.h:
2680         * dvi/fonts.c:
2681         * dvi/fonts.h:
2682         * dvi/mdvi-lib/Makefile.am:
2683         * dvi/mdvi-lib/afmparse.c:
2684         * dvi/mdvi-lib/afmparse.h:
2685         * dvi/mdvi-lib/bitmap.c:
2686         * dvi/mdvi-lib/bitmap.h:
2687         * dvi/mdvi-lib/color.c:
2688         * dvi/mdvi-lib/color.h:
2689         * dvi/mdvi-lib/common.c:
2690         * dvi/mdvi-lib/common.h:
2691         * dvi/mdvi-lib/defaults.h:
2692         * dvi/mdvi-lib/dvimisc.c:
2693         * dvi/mdvi-lib/dviopcodes.h:
2694         * dvi/mdvi-lib/dviread.c:
2695         * dvi/mdvi-lib/files.c:
2696         * dvi/mdvi-lib/font.c:
2697         * dvi/mdvi-lib/fontmap.c:
2698         * dvi/mdvi-lib/fontmap.h:
2699         * dvi/mdvi-lib/fontsrch.c:
2700         * dvi/mdvi-lib/gf.c:
2701         * dvi/mdvi-lib/hash.c:
2702         * dvi/mdvi-lib/hash.h:
2703         * dvi/mdvi-lib/list.c:
2704         * dvi/mdvi-lib/mdvi.h:
2705         * dvi/mdvi-lib/pagesel.c:
2706         * dvi/mdvi-lib/paper.c:
2707         * dvi/mdvi-lib/paper.h:
2708         * dvi/mdvi-lib/pk.c:
2709         * dvi/mdvi-lib/private.h:
2710         * dvi/mdvi-lib/setup.c:
2711         * dvi/mdvi-lib/sp-epsf.c:
2712         * dvi/mdvi-lib/special.c:
2713         * dvi/mdvi-lib/sysdeps.h:
2714         * dvi/mdvi-lib/t1.c:
2715         * dvi/mdvi-lib/tfm.c:
2716         * dvi/mdvi-lib/tfmfile.c:
2717         * dvi/mdvi-lib/tt.c:
2718         * dvi/mdvi-lib/util.c:
2719         * dvi/mdvi-lib/vf.c:
2720         * dvi/pixbuf-device.c:
2721         * dvi/pixbuf-device.h:
2722         * impress/Makefile.am:
2723         * impress/common.h:
2724         * impress/document.c:
2725         * impress/f_oasis.c:
2726         * impress/f_oo13.c:
2727         * impress/iksemel.c:
2728         * impress/iksemel.h:
2729         * impress/imposter.h:
2730         * impress/impress-document.c:
2731         * impress/impress-document.h:
2732         * impress/internal.h:
2733         * impress/r_back.c:
2734         * impress/r_draw.c:
2735         * impress/r_geometry.c:
2736         * impress/r_gradient.c:
2737         * impress/r_style.c:
2738         * impress/r_text.c:
2739         * impress/render.c:
2740         * impress/render.h:
2741         * impress/zip.c:
2742         * impress/zip.h:
2743         * lib/Makefile.am:
2744         * lib/ev-debug.c:
2745         * lib/ev-debug.h:
2746         * lib/ev-file-helpers.c:
2747         * lib/ev-file-helpers.h:
2748         * lib/ev-gui.c:
2749         * lib/ev-gui.h:
2750         * lib/ev-tooltip.c:
2751         * lib/ev-tooltip.h:
2752         * libdocument/Makefile.am:
2753         * libdocument/ev-file-helpers.c:
2754         * pdf/Makefile.am:
2755         * pdf/ev-poppler.cc:
2756         * pdf/ev-poppler.h:
2757         * pixbuf/Makefile.am:
2758         * pixbuf/pixbuf-document.c:
2759         * pixbuf/pixbuf-document.h:
2760         * properties/Makefile.am:
2761         * ps/Makefile.am:
2762         * ps/gsdefaults.c:
2763         * ps/gsdefaults.h:
2764         * ps/gsio.c:
2765         * ps/gsio.h:
2766         * ps/gstypes.h:
2767         * ps/ps-document.c:
2768         * ps/ps-document.h:
2769         * ps/ps.c:
2770         * ps/ps.h:
2771         * shell/Makefile.am:
2772         * shell/ev-application.h:
2773         * shell/ev-sidebar-links.c:
2774         * shell/ev-sidebar-links.h:
2775         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2776         (ev_gui_menu_position_tree_selection):
2777         * shell/ev-utils.h:
2778         * shell/ev-view.c: (ev_view_finalize):
2779         * shell/ev-window.c:
2780         * shell/main.c: (main):
2781         * thumbnailer/Makefile.am:
2782         * tiff/Makefile.am:
2783         * tiff/tiff-document.c:
2784         * tiff/tiff-document.h:
2785         * tiff/tiff2ps.c:
2786         * tiff/tiff2ps.h:
2787         
2788         Reorganize source tree.
2789
2790 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * backend/ev-document-factory.c:
2793
2794         Do not include ev-poppler.h when pdf is disabled. 
2795
2796 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * configure.ac:
2799         * data/evince-ui.xml:
2800         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2801         (pdf_document_document_images_iface_init):
2802         * backend/Makefile.am:
2803         * backend/ev-document-images.[ch]:
2804         * backend/ev-image.[ch]:
2805         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2806         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2807         (ev_job_xfer_run):
2808         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2809         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2810         (ev_pixbuf_cache_get_image_mapping):
2811         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2812         (view_menu_popup_cb), (ev_window_dispose),
2813         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2814         (ev_view_popup_cmd_copy_image):
2815         * shell/ev-view-private.h:
2816         * shell/ev-view.c: (ev_view_get_image_at_location),
2817         (ev_view_do_popup_menu), (ev_view_popup_menu),
2818         (ev_view_button_press_event), (ev_view_drag_data_get),
2819         (ev_view_drag_motion), (ev_view_drag_data_received),
2820         (ev_view_motion_notify_event), (ev_view_button_release_event),
2821         (ev_view_finalize), (ev_view_class_init):
2822
2823         Add image handling support. Fixes bugs #310008 and #325047. Images
2824         selection is not supported yet. 
2825
2826 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2829         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2830         (ev_view_init):
2831
2832         Move view drag and drop stuff to ev-view.
2833
2834 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2837         * shell/ev-view.c: (clear_selection): 
2838
2839         Clear selection also in pixbuf cache.
2840
2841 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2842
2843         * data/evince.desktop.in.in:
2844         
2845         Change icon name in desktop file. See bug #390734
2846         for details.
2847
2848 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2849
2850         * thumbnailer/Makefile.am:
2851
2852         Use top_builddir instead top_srcdir for generated schema
2853         file installation. Fixes bug #390161.
2854
2855 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * configure.ac:
2858         * backend/Makefile.am:
2859         * backend/ev-document-transition.[ch]:
2860         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2861         (pdf_document_page_transition_iface_init):
2862         * shell/ev-view-private.h:
2863         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2864         (ev_view_set_presentation), (transition_next_page),
2865         (ev_view_presentation_transition_stop),
2866         (ev_view_presentation_transition_start), (ev_view_next_page):
2867
2868         Add page transition support in presentation mode. At the moment only
2869         page duration is supported, but not transition effects. Fixes bug
2870         #309815.
2871
2872 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2875
2876         Run find_link_dest with document lock held, since it's called by links
2877         thread and main thread at the same time. 
2878
2879 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-view.c: (goto_dest):
2882
2883         Update page-cache when page is changed by the view, so that
2884         page-changed signal is emitted. 
2885
2886 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * test/test1.py:
2889         * test/test2.py:
2890
2891         Use C locale in tests. 
2892
2893 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2894
2895         * shell/ev-window.c: (ev_window_run_presentation):
2896         * shell/ev-view-private.h:
2897         * shell/ev-view.c: (ev_view_set_presentation):
2898
2899         Restore zoom settings when back from presentation mode. 
2900
2901 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2902
2903         * shell/ev-window.c: (ev_window_run_presentation):
2904
2905         Always use "best fit" zoom in presentation mode.
2906         Fixes bug #389195.
2907
2908 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2909
2910         * shell/ev-view.c: (ev_view_goto_window_create):
2911
2912         Show "Jump to page" label in the page jumping popup in
2913         presentation mode instead of just a GtkEntry.
2914
2915 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * shell/ev-window.c: (launch_external_uri):
2918
2919         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2920         #378085.
2921
2922 2006-12-22  Elijah Newren  <newren gmail com>
2923
2924         * configure.ac: explicitly check for libxml2.  Fixes #388795
2925
2926 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-view-private.h:
2929         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2930         (ev_view_goto_window_delete_event), (key_is_numeric),
2931         (ev_view_goto_window_key_press_event),
2932         (ev_view_goto_window_button_press_event),
2933         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2934         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2935         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2936
2937         Allow jumping to another page by typing a page number in presentation
2938         mode. It uses a popup window with an entry. Fixes bug #353625.
2939
2940 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2941
2942         * configure.ac:
2943         * properties/ev-properties-view.c: (ev_get_default_user_units),
2944         (ev_regular_paper_size):
2945         
2946         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2947         to Damien Carbery <damien.carbery@sun.com> and
2948         Yevgen Muntyan <muntyan@tamu.edu>.
2949
2950 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2951
2952         * shell/ev-window.c: (setup_document_from_metadata):
2953
2954         Make sure Evince doesn't restore the view on the last
2955         page when a document is reopened. Fixes bug #383381.
2956
2957 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2958
2959         * shell/ev-view.c: (draw_loading_text):
2960
2961         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2962
2963 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * configure.ac:
2966         * NEWS:
2967
2968         Release 0.7.0
2969
2970 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2971
2972         * configure.ac:
2973         * pdf/ev-poppler.cc: (pdf_print_context_free),
2974         (pdf_document_file_exporter_begin),
2975         (pdf_document_file_exporter_do_page):
2976
2977         Make cairo-pdf depedency optional. 
2978
2979 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2982
2983         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2984
2985 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2988         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2989         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2990         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2991         * shell/ev-view.c: (draw_loading_text):
2992         * shell/ev-window.c: (ev_window_cmd_file_properties):
2993
2994         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2995         related to using FontConfig from different threads.
2996         
2997 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * shell/ev-view.c: (draw_loading_text):
3000
3001         Acquire lock document when drawing "Loading..." text so that only one
3002         thread will use FontConfig at the same time. Fixes bug #374750.
3003
3004 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * shell/ev-page-action.[ch]: (activate_cb):
3007         * shell/ev-window.c: (activate_label_cb):
3008
3009         Check if text inserted in page entry is a valid page number when it
3010         doesn't match to any document page label. Fixes bug #383165.
3011
3012 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3013         * shell/ev-window.c:
3014
3015         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3016         available with GTK < 2.10. Added an ifdef to avoid compilation
3017         error.
3018
3019 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * configure.ac:
3022         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3023
3024         Fix ps backend in multihead systems.
3025
3026 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3029         * shell/ev-window.c: (ev_window_get_screen_dpi),
3030         (ev_window_update_actions), (setup_view_from_metadata),
3031         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3032
3033         Take screen DPI into account when zooming. Fixes bug #318285.
3034
3035 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3036
3037         * data/Makefile.am:
3038
3039         Cleaned up/slightly refactored Makefile.am. Added GConf
3040         schemas uninstallation as well.
3041
3042 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3043
3044         * Makefile.am:
3045         * test/Makefile.am:
3046
3047         Fight with autotools to fix make check. Make distcheck
3048         works fine as well now!
3049
3050 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3051
3052         * shell/ev-view.c: (draw_end_presentation_page):
3053
3054         Corrected "end of presentation" string.
3055
3056 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3057
3058         * shell/ev-view.c: (ev_view_key_press_event):
3059
3060         Correctly propagate key press event so that up/down keys
3061         work as expected (correct behaviour was broken by
3062         black/white screen key bindings for presentations).
3063
3064 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3065
3066         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3067         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3068         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3069         (pdf_selection_get_selection_region),
3070         (pdf_selection_get_selection_map):
3071
3072         Add "static" to some private functions. 
3073
3074 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3075
3076         * lib/ev-tooltip.h:
3077         * properties/ev-properties-view.h:
3078         * shell/ev-jobs.h:
3079         * shell/ev-properties-dialog.h:
3080         * shell/ev-properties-fonts.h:
3081         * shell/ev-sidebar-links.h:
3082         * shell/ev-sidebar-thumbnails.h:
3083         * shell/ev-sidebar.h:
3084         * shell/ev-window.h:
3085         
3086         Fixes CHACK type in class casts. See bug #385343
3087         for details.
3088
3089 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * shell/ev-view-private.h:
3092         * shell/ev-view.c: (draw_end_presentation_page),
3093         (ev_view_expose_event), (ev_view_key_press_event),
3094         (ev_view_class_init), (ev_view_init):
3095
3096         Blank screen in presentation mode when pressing 'b' (filling with
3097         black) or 'w' (filling with white) keys. Fixes bug #358132.
3098
3099 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3100
3101         * data/evince-toolbar.xml:
3102         * shell/ev-window.c:
3103         
3104         Use stock icon for Select All action. Fixes
3105         bug #382652.
3106
3107 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3108
3109         * shell/ev-view.c: (get_doc_point_from_offset),
3110         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3111
3112         Add links support in rotated documents. Fixes bug #343733.
3113
3114 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * shell/ev-view-private.h:
3117         * shell/ev-view.c: (draw_end_presentation_page),
3118         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3119
3120         Show a blank page after the last page in presentation mode with a
3121         message indicating that presentation has finished and how to exit. 
3122
3123 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-window.c: (fullscreen_timeout_cb):
3126
3127         Hide cursor after a while in presentation mode. 
3128
3129 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3130
3131         * backend/ev-document-info.h:
3132         * data/evince-properties.glade:
3133         * pdf/ev-poppler.cc:
3134         * properties/ev-properties-view.c: (ev_regular_paper_size),
3135         (ev_properties_view_set_info):
3136         * ps/ps-document.c: (ps_document_get_info):
3137
3138         Adds a paper size field to the properties dialog. Fixes
3139         bug #307315. Patch by Kasper Svendsen (with some i18n
3140         changes done by me).
3141
3142 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3143
3144         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3145         (screensaver_init_dbus), (totem_scrsaver_new),
3146         (totem_scrsaver_init):
3147         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3148         * shell/ev-application.c: (ev_application_register_service),
3149         (ev_application_screensaver_enable),
3150         (ev_application_screensaver_disable):
3151         * shell/ev-application.h:
3152         * shell/ev-window.c: (ev_window_run_presentation),
3153         (ev_window_stop_presentation), (build_comments_string),
3154         (ev_window_init):
3155         
3156         Move screensaver handling to application. No more
3157         message on startup.
3158
3159 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * configure.ac:
3162         * backend/Makefile.am:
3163         * backend/ev-file-exporter.[ch]:
3164         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3165         * ps/ps-document.c: (ps_document_file_exporter_*):
3166         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3167         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3168         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3169         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3170
3171         Allow printing to PDF when suppoted by the backend.
3172         
3173 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * shell/ev-window.c: (build_comments_string):
3176
3177         Use always "Document Viewer" in about dialog. 
3178
3179 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * djvu/djvu-document.c: (djvu_document_get_page_size):
3182
3183         Display a warning message when get_pageinfo fails. 
3184
3185 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3186
3187         * Makefile.am:
3188         * backend/Makefile.am:
3189         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3190         * configure.ac:
3191         * shell/ev-window.c: (build_comments_string):
3192         
3193         Make pdf compilation optional. See bug #38007.
3194
3195 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * ps/ps.c: (get_next_text):
3198
3199         Fix CVE-2006-5864.
3200
3201 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3204         * shell/ev-navigation-action.c: (connect_proxy),
3205         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3206         
3207         Do not call g_type_class_peek_parent twice.
3208
3209 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3210
3211         * configure.ac:
3212         * data/icons/24x24/.cvsignore:
3213         * data/icons/24x24/Makefile.am:
3214         * data/icons/24x24/evince.png:
3215         * data/icons/Makefile.am:
3216         
3217         Add 24x24 icon. Thanks to 
3218         Michael Monreal <infernux@web.de>.
3219
3220 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3221
3222         * configure.ac: Fix typo in configure.ac. Thanks
3223         to dmacks@netspace.org for notification.
3224
3225 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3226
3227         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3228         
3229         Drop dbus include, fixes compilation with older dbus.
3230
3231 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3232
3233         * configure.ac:
3234         * cut-n-paste/Makefile.am:
3235         * cut-n-paste/totem-screensaver/.cvsignore
3236         * cut-n-paste/totem-screensaver/Makefile.am:
3237         * cut-n-paste/totem-screensaver/README:
3238         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3239         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3240         * shell/Makefile.am:
3241         * shell/ev-window.c: (ev_window_run_presentation),
3242         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3243         (ev_window_init):
3244
3245         Implemented screensaver enabling/disabling for
3246         presentation mode (not fullscreen mode). Code stolen
3247         from Totem (with some minor tweaks). Fixes bug #338889.
3248
3249 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3250
3251         * configure.ac:
3252
3253         Bump gnome-icon-theme requirements. We use the rotation
3254         icons that appeared recently.
3255
3256 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3257
3258         * shell/ev-history.c: (ev_history_add_page):
3259         * shell/ev-history.h:
3260         * shell/ev-window.c: (page_changed_cb):
3261         
3262         Use page labels instead of numbers.
3263
3264 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3265
3266         * data/evince-toolbar.xml:
3267         * po/POTFILES.in:
3268         * shell/Makefile.am:
3269         * shell/ev-navigation-action-widget.c:
3270         (ev_navigation_action_widget_init),
3271         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3272         (menu_detacher), (ev_navigation_action_widget_set_menu),
3273         (menu_position_func), (popup_menu_under_arrow),
3274         (ev_navigation_action_widget_toggled),
3275         (ev_navigation_action_widget_button_press_event):
3276         * shell/ev-navigation-action-widget.h:
3277         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3278         (ev_navigation_action_set_window), (activate_menu_item_cb),
3279         (new_history_menu_item), (new_empty_history_menu_item),
3280         (build_menu), (menu_activated_cb), (connect_proxy),
3281         (create_tool_item), (ev_navigation_action_init),
3282         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3283         * shell/ev-navigation-action.h:
3284         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3285         (ev_page_action_widget_set_page_cache),
3286         (ev_page_action_widget_finalize),
3287         (ev_page_action_widget_class_init), (match_selected_cb),
3288         (display_completion_text), (match_completion), (build_new_tree_cb),
3289         (get_filter_model_from_model),
3290         (ev_page_action_widget_update_model):
3291         * shell/ev-page-action-widget.h:
3292         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3293         (connect_proxy):
3294         * shell/ev-page-action.h:
3295         * shell/ev-stock-icons.c:
3296         * shell/ev-stock-icons.h:
3297         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3298         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3299         (register_custom_actions):
3300         * shell/main.c:
3301         
3302         Preliminary history implementation
3303
3304 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3305
3306         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3307         (dvi_document_class_init), (dvi_document_init_params):
3308         * dvi/mdvi-lib/font.c: (font_reference):
3309         
3310         Add reference to subfont. Fixes bug #374277.
3311
3312 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3315         (ev_window_cmd_file_open_copy_at_dest):
3316
3317         Fix a race condition when creating symlink. Increase the counter
3318         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3319         Mathias Hasselmann).
3320
3321 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * backend/Makefile.am:
3324         * backend/ev-attachment.c: (ev_attachment_open):
3325         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3326         (ev_tmp_dir), (ev_tmp_filename):
3327         * shell/ev-sidebar-attachments.c:
3328         (ev_sidebar_attachments_drag_data_get):
3329         * shell/ev-window.c: (ev_window_clear_temp_file):
3330
3331         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3332         in ensure_dir_exists. Abort without crashing when we can't create
3333         user's directory.
3334
3335 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * data/evince-ui.xml:
3338         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3339         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3340         (ev_window_cmd_file_open_copy_at_dest),
3341         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3342         (ev_view_popup_cmd_open_link_new_window):
3343
3344         Allow opening a copy of the current document in a new window. Fixes bug
3345         #357472
3346
3347 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3348
3349         * data/evince-toolbar.xml:
3350         
3351         Add rotate right and rotate left to available items for toolbar.
3352         
3353         * data/evince-ui.xml:
3354         * shell/ev-window.c: (ev_window_init):
3355         
3356         Customize toolbar with right click. Fixes bug #372451.
3357
3358 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3359
3360         * shell/ev-window.c: 
3361         
3362         Use "object-rotate-{left,right}" stock icons. Fixes 
3363         bug #373863.
3364
3365 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3368         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3369         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3370         (ev_window_open_uri):
3371         * shell/main.c: (arguments_parse):
3372
3373         Remove temp file created when evince is used by GTK+ in
3374         preview mode. Fixes bug #365282. 
3375
3376 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3377
3378         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3379         
3380         Fixes bug #372474 - Side pane disabled when entering 
3381         and leaving fullscreen mode.
3382
3383 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3384
3385         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3386         * data/Makefile.am:
3387         * data/evince-preview-toolbar.xml:
3388         * data/evince-toolbar.xml:
3389         * shell/ev-application.c: (ev_application_shutdown),
3390         (ev_application_init), (ev_application_get_toolbars_model):
3391         * shell/ev-application.h:
3392         * shell/ev-window.c: (update_chrome_visibility),
3393         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3394         (ev_window_cmd_edit_toolbar), (ev_window_init):
3395         
3396         Fixes bug #364364 - toolbar editor shows zoom actions again.
3397
3398 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3401
3402         Do not take margins into consideration for paper size when printing.
3403         Really fixes bug #350491.
3404
3405 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * data/evince-ui.xml:
3408         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3409         (ev_window_cmd_file_print_setup),
3410         (ev_window_print_dialog_response_cb),
3411         (ev_window_setup_action_sensitivity):
3412
3413         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3414
3415 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * shell/ev-window.c: (ev_window_print_range):
3418
3419         Revert my previuos commit, since printing to PDF is not supported by
3420         evince yet. 
3421
3422 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * shell/ev-window.c: (ev_window_print_range):
3425
3426         Enable print to a PDF. Fixes bug #332121.
3427
3428 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * shell/ev-application-service.xml:
3431         * shell/ev-application.[ch]: (ev_application_open_window),
3432         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3433         (ev_application_open_uri), (ev_application_open_uri_list):
3434         * shell/ev-window.c: (file_open_dialog_response_cb),
3435         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3436         (drag_data_received_cb), (open_remote_link):
3437         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3438
3439         Add support for multiscreen systems. Fixes bug #316206.
3440
3441 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3442
3443         * shell/ev-jobs.[ch]: (ev_job_print_new),
3444         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3445         (ev_job_print_do_page):
3446         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3447
3448         Allow printing only odd/even pages. Fixes bug #367289.
3449
3450 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3451
3452         * test/test1.py:
3453         * test/test2.py:
3454
3455         Re-add locale settings to test files.
3456
3457 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3458
3459         * data/evince-ui.xml:
3460         * shell/ev-window.c: (set_action_properties):
3461         
3462         Removed garbage from code and ui.
3463
3464 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3465
3466         * shell/ev-window.c: (ev_window_cmd_help_about):
3467
3468         Shamelessly add my name to the list of contributors.
3469
3470 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3471
3472         * test/test1.py:
3473         * test/test2.py:
3474
3475         Cleaned up the dogtail scripts.
3476
3477 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3478
3479         * shell/ev-view.c: (draw_loading_text): Don't render
3480         "loading..." text in presentation mode. Temporary
3481         workaround for bug #320352.
3482
3483 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3484
3485         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3486         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3487
3488         Use print settings scale, copies, collate and reverse which were
3489         ignored. Fixes bug #359032.
3490
3491 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3492
3493         * configure.ac:
3494         * data/evince-password.glade:
3495         * test/Makefile.am:
3496         * test/test-encrypt.pdf:
3497         * test/test-links.pdf:
3498         * test/test1.py:
3499         * test/test2.py:
3500
3501         Add automated UI tests for evince with dogtail. See
3502         bug #300948.    
3503
3504 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3507
3508         Hide fullscreen toolbar when switching to another desktop workspace.
3509         Fixes bug #338871
3510
3511 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * shell/ev-window-title.c: 
3514         
3515         Test for .dvi in title of pdf documents.
3516
3517 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3518
3519         * shell/ev-view.c: (ev_view_scroll):
3520
3521         Page Up/Down should do page jumps in "Best fit" mode.
3522         If a user has explicitly chosen to view exactly one page
3523         at a time, scrolling just a part of the page when
3524         pressing Page Up/Down is not right. Fixes bug #323107.
3525
3526 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * NEWS:
3529         * configure.ac:
3530         
3531         Update for 0.6.1
3532
3533 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3534
3535         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3536         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3537         
3538         Correctly disconnect from job signals on destroy.
3539
3540 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3541
3542         * shell/ev-view-private.h:
3543         * shell/ev-view.c: (view_set_adjustment_values),
3544         (view_update_range_and_current_page),
3545         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3546         
3547         Fixes bug #343199, current page now follows find page.
3548
3549 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3550
3551         * backend/ev-document-factory.c:
3552         * configure.ac:
3553         Assigned OpenDocument presenation MIME type to the
3554         Impress backend. Added some missing (but harmless)
3555         #ifdefs in the document factory as well to make things
3556         consistent again. Fixes bug #360658.
3557
3558 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3559
3560         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3561         * backend/ev-document-find.c: (ev_document_find_get_type):
3562         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3563         * backend/ev-document-links.c: (ev_document_links_get_type):
3564         * backend/ev-document-security.c: (ev_document_security_get_type):
3565         * backend/ev-document-thumbnails.c:
3566         (ev_document_thumbnails_get_type):
3567         * backend/ev-document.c: (ev_document_get_type):
3568         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3569         * backend/ev-selection.c: (ev_selection_get_type):
3570         * cut-n-paste/recent-files/egg-recent-model.c:
3571         (egg_recent_model_get_type):
3572         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3573         (egg_recent_view_uimanager_get_type):
3574         * cut-n-paste/recent-files/egg-recent-view.c:
3575         (egg_recent_view_get_type):
3576         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3577         (egg_editable_toolbar_get_type):
3578         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3579         (egg_toolbar_editor_get_type):
3580         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3581         (egg_toolbars_model_get_type):
3582         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3583         (egg_tree_multi_drag_source_get_type):
3584         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3585         (ephy_zoom_action_get_type):
3586         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3587         (ephy_zoom_control_get_type):
3588         * impress/r_back.c: (_imp_fill_back):
3589         * properties/ev-properties-main.c:
3590         (ev_properties_plugin_register_type):
3591         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3592         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3593         (ev_view_accessible_factory_get_type):
3594
3595         Reduce relocations. Bug #360616.
3596
3597 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3598
3599         * backend/ev-document-factory.c:
3600         (ev_document_factory_get_document):
3601         
3602         Load document even if extension is wrong.
3603
3604 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3605
3606         * shell/ev-metadata-manager.c: (save_values):
3607         * shell/ev-window.c: (setup_size_from_metadata),
3608         (setup_view_from_metadata), (ev_window_setup_document),
3609         (ev_window_xfer_job_cb), (window_configure_event_cb):
3610         
3611         Set size according to the document size/page size ratio.
3612         That should correct rather wierd behaviour of the previous
3613         commit.
3614
3615 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3616
3617         * shell/ev-window.c: (setup_view_from_metadata):
3618         
3619         Set size for new windows from previous window size.
3620         See bugs #354968 and #168450 for details. Thanks
3621         to Meik Hellmund.
3622
3623 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * djvu/djvu-links.c: (build_tree):
3626
3627         Fix memory leak.
3628
3629 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3630
3631         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3632         
3633         Don't make sidebar close button insensitive. Fixes
3634         bug #357871.
3635
3636 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3637
3638         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3639         (ev_window_set_view_accels_sensitivity):
3640         
3641         Don't enable Slash on documents which don't support
3642         find. Fixes bug #358648.
3643
3644 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3645
3646         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3647         open dialog fall back to the current document uri if the
3648         filechooser hasn't been used before. Fixes bug #356980.
3649
3650 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3651
3652         * shell/ev-window.c: (ev_window_setup_recent), 
3653         (ev_window_get_recent_file_label):
3654
3655         Escape underscores in filenames of recent file items.
3656
3657 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * configure.ac:
3660         
3661         Bumped poppler requirements, really 0.5.3 is very 
3662         buggy, now we require 0.5.4.
3663
3664 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * djvu/Makefile.am:
3667         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3668         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3669         (djvu_document_document_links_iface_init):
3670         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3671         (number_from_string_10), (get_djvu_link_dest),
3672         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3673         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3674         (djvu_links_get_links), (djvu_links_find_link_dest),
3675         (djvu_links_get_links_model):
3676         * djvu/djvu-links.h:
3677         
3678         Add support for links and bookmarks in djvu documents. Thanks
3679         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3680         patch.
3681
3682 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3683
3684         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3685         
3686         Reopen should reload document. Fixes 
3687         bug 327951.
3688
3689 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3690
3691         * configure.ac:
3692         * data/Makefile.am:
3693         * data/evince-16.png:
3694         * data/evince-22.png:
3695         * data/evince.png:
3696         * data/evince.svg:
3697         * data/icons/16x16/Makefile.am:
3698         * data/icons/16x16/evince.png:
3699         * data/icons/22x22/Makefile.am:
3700         * data/icons/22x22/evince.png:
3701         * data/icons/48x48/Makefile.am:
3702         * data/icons/48x48/evince.png:
3703         * data/icons/Makefile.am:
3704         * data/icons/scalable/Makefile.am:
3705         * data/icons/scalable/evince.svg:
3706         
3707         Install icons with correct names. Fixes
3708         bug #354429.
3709
3710 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * shell/ev-view.c: (ev_view_button_release_event):
3713
3714         Don't open links with middle mouse button. Fixes bug #353649
3715
3716 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3717
3718         * NEWS:
3719         * configure.ac:
3720         
3721         Update for release 0.6.0
3722
3723 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3724
3725         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3726         Implement Close named action. Patch by Carlos Garcia Campos.
3727
3728 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3731         
3732         Don't clear link mapping on copy_job_to_job_info. Fixes
3733         bug 346168.
3734
3735 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/main.c: (main):
3738
3739         Revert my previous commit, gnome_program_init owns the option context.
3740         Fix another memory leak in main. Both caught by Christian Persch. 
3741
3742 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * shell/main.c: (main):
3745
3746         Fix memory leak.
3747
3748 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3751
3752         Fix crash when opening a pdf with password protection. 
3753
3754 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3755
3756         * pdf/ev-poppler.cc: (pdf_document_search_free):
3757
3758         Fix memory leak. 
3759
3760 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3761
3762         * backend/ev-document-factory.c:
3763         (ev_document_factory_get_document):
3764         * tiff/tiff-document.c: (tiff_document_finalize):
3765         
3766         More correct handling of document loading. Fixes
3767         bug #349043.
3768
3769 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * backend/ev-attachment.c: (ev_attachment_save):
3772
3773         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3774         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3775
3776 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3777         
3778         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3779         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3780
3781 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-sidebar-thumbnails.c:
3784
3785         Do not render thumbnails unless thumbnails page is active in the
3786         sidebar.
3787
3788 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3789
3790         * shell/ev-properties-dialog.c:
3791
3792         Fix dialogue spacing. Bug #351370.
3793
3794 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3795
3796         * configure.ac:
3797
3798         Use lowercase gettext catalog file names (evince.mo
3799         instead of Evince.mo)
3800
3801 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * shell/ev-sidebar-attachments.c:
3804
3805         GtkIconTheme is now screen safe too. Fixes bug #350878
3806
3807 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-window.c:
3810
3811         GtkRecent manager is now screen safe. Fixes bug #350145
3812
3813 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3814
3815         * shell/ev-sidebar.c: (ev_sidebar_init):
3816         
3817         Make sidebar close icon smaller. Fix for bug 350177.
3818         See also bugs 350176 and 165770.
3819
3820 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3821
3822         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3823
3824         Ignore zoom for xyz destinations when it's <= 1, keeping user
3825         preferences instead. Set correct sizing-mode for fith and fitv
3826         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3827
3828 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3829
3830         * NEWS:
3831         * configure.ac:
3832         
3833         Update for release 0.5.5
3834
3835 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3836         
3837         * shell/ev-window.c: (ev_window_cmd_escape)
3838
3839         Escape unfocus page entry. Fixes bug #345809.
3840
3841 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3844         (build_tree), (pdf_document_links_get_links),
3845         (pdf_document_links_find_link_dest):
3846         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3847         (goto_xyz_dest):
3848
3849         Convert from PDF style coordinates to X style coordinates in the
3850         backend rather than in the view. Fixes bug #338440
3851
3852 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3853
3854         * shell/ev-window.c:
3855         
3856         Remove Ctrl+Shift+T shortcut for toolbars. See
3857         the bug #350098.
3858
3859 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * configure.ac:
3862
3863         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3864         of this. 
3865
3866 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * configure.ac:
3869         * cut-n-paste/Makefile.am:
3870         * data/evince-ui.xml:
3871         * shell/Makefile.am:
3872         * shell/ev-application.[ch]:
3873         * shell/ev-window.c:
3874
3875         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3876         #349273
3877
3878 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3879
3880         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3881         findbar code: s/help/search/
3882
3883 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3884
3885         * shell/ev-window.c: (setup_document_from_metadata),
3886         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3887         (setup_view_from_metadata):
3888         
3889         Fix memory leaks.
3890
3891 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3892
3893         * autogen.sh, configure.ac: 
3894         
3895         Update automake usage. See bug 349292.
3896
3897 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3898
3899         * shell/eggfindbar.c: (egg_find_bar_class_init),
3900         (entry_activate_callback), (egg_find_bar_init),
3901         (egg_find_bar_set_status_text):
3902         * shell/eggfindbar.h:
3903         
3904         Unify Evince findbar with Epiphany. Nice patch
3905         from Fabricio Silva <silva@crans.org> and
3906         Frederic Peters <fpeters@entrouvert.com>. See
3907         bug #339966 for details.
3908
3909 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * data/evince.desktop.in.in:
3912         
3913         Correct information for bugzilla. Thanks to
3914         Olaf Vitters, see bug #348855.
3915
3916 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * shell/ev-jobs.[ch]:
3919         * shell/ev-sidebar-links.c:
3920         * shell/ev-window.[ch]:
3921
3922         GtkPrintJob doesn't support print ranges or current page, so we export
3923         to a ps file now when printing ranges or current page.
3924
3925 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3926
3927         * pdf/ev-poppler.cc:
3928         * shell/ev-window.c: (do_action_named):
3929
3930         We should be more clear about bugzilla. See the
3931         poppler bug #7623.
3932
3933 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * configure.ac:
3936         * shell/Makefile.am:
3937         * shell/ev-job-queue.c:
3938         * shell/ev-jobs.[ch]:
3939         * shell/ev-sidebar-links.c:
3940         * shell/ev-window.[ch]:
3941         
3942         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3943         #348422
3944
3945 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3948         * shell/ev-application-service.xml:
3949         * shell/ev-application.[ch]:
3950         * shell/ev-jobs.[ch]:
3951         * shell/ev-window.[ch]: (ev_window_run_preview):
3952         * shell/main.c: 
3953
3954         Add preview mode to use evince as a printing previewer. It also adds
3955         other command line options for fullscreen and presentation modes.
3956         Fixes bugs #347822, #317031
3957
3958 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3959
3960         * NEWS:
3961         * configure.ac:
3962         
3963         Update for release 0.5.4
3964
3965 2006-07-11  Bastien Nocera <hadess@hadess.net>
3966
3967         * Makefile.am:
3968         * backend/Makefile.am:
3969         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3970         * backend/ev-document-factory.h:
3971         * configure.ac:
3972         * impress/.cvsignore:
3973         * impress/Makefile.am:
3974         * impress/common.h:
3975         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3976         (imp_get_page), (imp_next_page), (imp_prev_page),
3977         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3978         * impress/f_oasis.c: (render_object), (render_page),
3979         (get_geometry), (_imp_oasis_load):
3980         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3981         (_imp_oo13_load):
3982         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3983         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3984         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3985         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3986         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3987         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3988         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3989         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3990         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3991         (iks_new_within), (iks_insert), (iks_insert_cdata),
3992         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3993         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3994         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3995         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3996         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3997         (iks_cdata), (iks_cdata_size), (iks_has_children),
3998         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3999         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4000         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4001         (iks_tree), (iks_load), (iks_save):
4002         * impress/iksemel.h:
4003         * impress/imposter.h:
4004         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4005         (imp_render_draw_bezier_real), (imp_render_get_size),
4006         (imp_render_set_fg_color), (imp_render_draw_line),
4007         (imp_render_draw_rect), (imp_render_draw_polygon),
4008         (imp_render_draw_arc), (imp_render_draw_bezier),
4009         (imp_render_open_image), (imp_render_get_image_size),
4010         (imp_render_scale_image), (imp_render_draw_image),
4011         (imp_render_close_image), (imp_render_markup),
4012         (imp_render_get_text_size), (imp_render_draw_text),
4013         (impress_document_load), (impress_document_save),
4014         (impress_document_get_n_pages), (impress_document_get_page_size),
4015         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4016         (impress_document_finalize), (impress_document_class_init),
4017         (impress_document_can_get_text), (impress_document_get_info),
4018         (impress_document_document_iface_init),
4019         (impress_document_thumbnails_get_thumbnail),
4020         (impress_document_thumbnails_get_dimensions),
4021         (impress_document_document_thumbnails_iface_init),
4022         (impress_document_init):
4023         * impress/impress-document.h:
4024         * impress/internal.h:
4025         * impress/r_back.c: (_imp_fill_back):
4026         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4027         (_imp_draw_image), (_imp_tile_image):
4028         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4029         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4030         (r_polyline):
4031         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4032         (r_draw_gradient_complex), (r_draw_gradient):
4033         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4034         (r_get_bullet):
4035         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4036         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4037         (r_text):
4038         * impress/render.c: (imp_create_context), (imp_context_set_page),
4039         (imp_context_set_step), (imp_render), (imp_delete_context):
4040         * impress/render.h:
4041         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4042         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4043         (zip_load_xml), (zip_get_size), (zip_load):
4044         * impress/zip.h:
4045         * shell/ev-utils.c:
4046         
4047         New backend to support impress slides. Fixes bug #30867.
4048
4049 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4050
4051         * shell/ev-utils.c: (using_postscript_printer):
4052         
4053         Fixes crash when print using PAPI backend,
4054         bug #345012.
4055
4056 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4057
4058         * shell/ev-jobs.c: (ev_job_xfer_run):
4059         * shell/ev-window.c: (password_dialog_response),
4060         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4061         (ev_window_dispose):
4062         Fixes bug #344160: if the xfer job doesn't complete
4063         because a password is required, reload the existing
4064         instance instead of creating a new one.
4065
4066 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4067
4068         * shell/main.c: (main): Call gdk_threads_init. Thus
4069         we'll avoid errors in auth dialog. Fix for the bug
4070         #343347.
4071
4072 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4073
4074         * configure.ac: Advertise pixbuf support, fix
4075         for the bug 343317.
4076
4077 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4080         (ev_sidebar_thumbnails_set_document):
4081         
4082         Update sidebar thumbnails after reloading.
4083
4084 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4085
4086         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4087         * shell/ev-jobs.h:
4088         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4089         (ev_window_cmd_view_reload), (ev_window_init):
4090         
4091         Don't crash on reload. Fix for the bug #343167.
4092
4093 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4094
4095         * shell/ev-jobs.c: (ev_job_render_run):
4096         
4097         Check for document links.
4098
4099 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * backend/ev-attachment.c: (ev_attachment_save),
4102         (ev_attachment_launch_app), (ev_attachment_open):
4103         * backend/ev-document-factory.c: (get_document_from_uri):
4104         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4105         (egg_recent_view_uimanager_set_list):
4106         * ps/ps-document.c: (check_filecompressed), (document_load),
4107         (ps_document_load):
4108         * shell/ev-metadata-manager.c: (load_values):
4109         * shell/ev-password.c: (ev_password_dialog_set_property):
4110         * shell/ev-view.c: (tip_from_link):
4111         * shell/ev-window.c: (file_save_dialog_response_cb),
4112         (ev_window_print_dialog_response_cb):
4113         
4114         Use consistent quoting style. Fix for the bug #320285.
4115
4116 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4117
4118         * shell/ev-jobs.c: (ev_job_xfer_run):
4119         * shell/main.c: (load_files):
4120                 
4121         Open links with anchors. Fix for the bug #339836.
4122
4123 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4124
4125         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4126         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4127         (ev_link_dest_set_property), (ev_link_dest_finalize),
4128         (ev_link_dest_class_init), (ev_link_dest_new_named),
4129         (ev_link_dest_new_page_label):
4130         * backend/ev-link-dest.h:
4131         * shell/ev-application.c: (ev_application_open_uri):
4132         * shell/ev-view.c: (goto_dest):
4133         * shell/ev-window.c:
4134         * shell/ev-window.h:
4135         
4136         Fix page-label command line option. Bug #342070.
4137
4138 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4139
4140         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4141         
4142         Don't show highlight rects if page can't be showed. Fix for 
4143         the bug #342076
4144
4145 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * shell/ev-window.c: (setup_sidebar_from_metadata),
4148         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4149         
4150         Setup sidebar from metadata even if there is no document
4151         loaded. Fix for the bug #342807.
4152
4153 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * cut-n-paste/toolbar-editor/Makefile.am:
4156         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4157         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4158         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4159         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4160         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4161         (popup_context_menu_cb), (button_press_event_cb),
4162         (configure_item_sensitivity), (configure_item_cursor),
4163         (configure_item_tooltip), (connect_widget_signals),
4164         (action_sensitive_cb), (create_item_from_action),
4165         (create_item_from_position), (toolbar_drag_data_received_cb),
4166         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4167         (toolbar_drag_leave_cb), (configure_drag_dest),
4168         (toggled_visibility_cb), (toolbar_visibility_refresh),
4169         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4170         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4171         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4172         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4173         (egg_editable_toolbar_dispose),
4174         (egg_editable_toolbar_set_ui_manager),
4175         (egg_editable_toolbar_get_selected),
4176         (egg_editable_toolbar_set_selected), (set_edit_mode),
4177         (egg_editable_toolbar_set_property),
4178         (egg_editable_toolbar_get_property),
4179         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4180         (egg_editable_toolbar_new_with_model),
4181         (egg_editable_toolbar_get_edit_mode),
4182         (egg_editable_toolbar_set_edit_mode),
4183         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4184         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4185         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4186         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4187         (item_added_or_removed_cb), (toolbar_removed_cb),
4188         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4189         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4190         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4191         (editor_create_item_from_name), (append_table),
4192         (update_editor_sheet), (egg_toolbar_editor_init):
4193         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4194         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4195         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4196         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4197         (toolbar_node_free), (egg_toolbars_model_get_flags),
4198         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4199         (egg_toolbars_model_get_name), (impl_add_item),
4200         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4201         (parse_data_list), (parse_item_list), (parse_toolbars),
4202         (egg_toolbars_model_load_toolbars), (parse_available_list),
4203         (parse_names), (egg_toolbars_model_load_names),
4204         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4205         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4206         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4207         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4208         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4209         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4210         (egg_toolbars_model_set_types), (fill_avail_array),
4211         (egg_toolbars_model_get_name_avail),
4212         (egg_toolbars_model_get_name_flags),
4213         (egg_toolbars_model_set_name_flags):
4214         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4215         * cut-n-paste/toolbar-editor/eggintl.h:
4216         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4217         (egg_tree_multi_drag_source_get_type),
4218         (egg_tree_multi_drag_source_row_draggable),
4219         (egg_tree_multi_drag_source_drag_data_delete),
4220         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4221         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4222         (path_list_free), (set_context_data), (get_context_data),
4223         (get_info), (egg_tree_multi_drag_drag_data_get),
4224         (egg_tree_multi_drag_motion_event),
4225         (egg_tree_multi_drag_button_press_event),
4226         (egg_tree_multi_drag_add_drag_support):
4227         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4228         * shell/ev-application.c: (ev_application_init),
4229         (ev_application_save_toolbars_model):
4230         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4231         (ev_window_cmd_edit_toolbar), (ev_window_init):
4232         
4233         Sync toolbareditor with epiphany and libegg
4234
4235 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * configure.ac: 
4238
4239         Depend on poppler 0.5.2
4240
4241 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * shell/ev-jobs.c: (ev_job_render_run):
4244         
4245         Check if document supports links iterface.
4246
4247 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * NEWS:
4250         * configure.ac:
4251         
4252         Update for release 0.5.3
4253
4254 2006-05-13  Michael Plump  <plumpy@skylab.org>
4255
4256         * configure.ac:
4257         * shell/Makefile.am:
4258         * shell/main.c: (main):
4259         
4260         Port to GOption command line parsing. Fix for the 
4261         bug #327518
4262
4263 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4264
4265         * shell/ev-window.c: (ev_window_cmd_help_about):
4266         
4267         Do not wrap license. Fix for the bug #309460.
4268
4269 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4270
4271         * configure.ac:
4272         * properties/ev-properties-main.c: (ev_properties_get_pages):
4273         * shell/ev-application.c: (ev_application_open_window),
4274         (ev_application_open_uri_at_dest):
4275         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4276         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4277         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4278         * shell/ev-utils.c: (save_print_config_to_file):
4279         * shell/ev-window.c: (ev_window_cmd_save_as),
4280         (ev_attachment_popup_cmd_save_attachment_as):
4281         * shell/main.c: (load_files_remote):
4282         
4283         Bump requirements to gtk 2.8 and drop all ifdefs used.
4284
4285 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4286
4287         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4288         * shell/ev-window.c: (ev_window_init):
4289         
4290         Show attachments page.
4291
4292 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4293
4294         * po/POTFILES.in:
4295         * shell/ev-attachment-bar.c:
4296         * shell/ev-attachment-bar.h:
4297         * shell/ev-sidebar-attachments.c:
4298         (ev_sidebar_attachments_icon_cache_add),
4299         (icon_theme_get_pixbuf_from_mime_type),
4300         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4301         (ev_sidebar_attachments_icon_cache_refresh),
4302         (ev_sidebar_attachments_get_attachment_at_pos),
4303         (ev_sidebar_attachments_popup_menu_show),
4304         (ev_sidebar_attachments_popup_menu),
4305         (ev_sidebar_attachments_button_press),
4306         (ev_sidebar_attachments_update_icons),
4307         (ev_sidebar_attachments_drag_data_get),
4308         (ev_sidebar_attachments_get_property),
4309         (ev_sidebar_attachments_destroy),
4310         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4311         (ev_sidebar_attachments_new),
4312         (ev_sidebar_attachments_set_document),
4313         (ev_sidebar_attachments_support_document),
4314         (ev_sidebar_attachments_get_label),
4315         (ev_sidebar_attachments_page_iface_init):
4316         * shell/ev-sidebar-attachments.h:
4317         * shell/ev-window.c: (update_chrome_visibility),
4318         (setup_sidebar_from_metadata), (ev_window_setup_document),
4319         (ev_window_sidebar_current_page_changed_cb),
4320         (attachment_bar_menu_popup_cb), (ev_window_init):
4321         
4322         Move attachments bar to sidebar.
4323
4324 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4325
4326         * pdf/ev-poppler.cc:
4327         * shell/ev-application.[ch]:
4328         * shell/main.c:
4329
4330         Fix some memory leaks.
4331
4332 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4333
4334         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4335
4336         Change the properties dialog response to
4337         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4338         will make the dialog go away when the user presses
4339         enter. With gtk+ >= 2.9 this will happen anyway, but for
4340         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4341         escape by default. Fixes bug #340539. See also bug
4342         #101293 for the gtk+ part.
4343
4344 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4345
4346         * shell/ev-view.c (tip_from_action_named): Replace some strings
4347         that were wrong. Closes #340970.
4348
4349 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4350
4351         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4352
4353         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4354         #341049
4355
4356 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4357
4358         * djvu/Makefile.am:
4359         * dvi/Makefile.am:
4360         * dvi/mdvi-lib/Makefile.am:
4361         * properties/Makefile.am:
4362         * ps/Makefile.am:
4363         * shell/Makefile.am:
4364         * thumbnailer/Makefile.am:
4365         
4366         Due to broken libtool that is unable to track dependencies
4367         of noinst libraries we are forced to explicitely point
4368         libraries for binary. Fix for the bug #333334.
4369
4370 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * data/evince.desktop.in.in:
4373         * shell/ev-view.c: (view_update_range_and_current_page),
4374         (ev_view_next_page), (ev_view_previous_page):
4375         * shell/ev-window.c: (update_chrome_visibility),
4376         (setup_sidebar_from_metadata), (ev_window_setup_document),
4377         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4378         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4379         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4380         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4381         (ev_window_stop_presentation), (ev_window_focus_in_event),
4382         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4383         (ev_window_init):
4384         * thumbnailer/Makefile.am:
4385         
4386         Update fullscreen and presentation timeout handling. Hide
4387         cursor in presentation after timeout. Fix for the bugs
4388         #136359 and #336981.
4389
4390 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * backend/ev-link-action.[ch]:
4393         * pdf/ev-poppler.cc: (ev_link_from_action):
4394         * shell/ev-view-private.h:
4395         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4396         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4397
4398         Add support for Named Action links
4399
4400 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4401
4402         * backend/Makefile.am:
4403         * backend/ev-document-links.[ch]:
4404         * backend/ev-document.[ch]:
4405         * backend/ev-link-action.[ch]:
4406         * backend/ev-link-dest.[ch]:
4407         * backend/ev-link.[ch]:
4408         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4409         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4410         * shell/ev-page-action.c: (build_new_tree_cb):
4411         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4412         (links_page_num_func), (update_page_callback):
4413         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4414         (tip_from_link):
4415         * shell/ev-jobs.c:
4416         * shell/ev-window.[ch]: (ev_window_open_uri),
4417         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4418         * shell/ev-application.[ch]: (ev_application_open_window),
4419         (ev_application_open_uri):
4420
4421         Rework links system, it adds support for remote links now and it makes
4422         easier to add new kinds of actions and destinations. Fixes bug #317292
4423
4424 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * data/Makefile.am:
4427         * data/evince.png:
4428         * data/evince-16.png:
4429         * data/evince-22.png:
4430         * data/evince.svg:
4431         * shell/main.c: (main):
4432         
4433         Evince use it's own icon. Fix for the bug #313392.
4434
4435         * shell/ev-window.c: (fullscreen_timeout_cb),
4436         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4437         (ev_window_cmd_help_about), (ev_window_dispose):
4438         
4439         Simplify fullscreen timeout code.
4440
4441 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4442
4443         * backend/ev-attachment.c: 
4444         * shell/ev-attachment-bar.c:
4445         * shell/ev-window.c:
4446
4447         Allow multiple selection of attachments
4448
4449 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4450
4451         * shell/ev-view.c: (view_update_range_and_current_page),
4452         (ev_view_scroll):
4453         
4454         Fix for the bug #312573 – Optimal selection of current 
4455         page among visible pages.
4456
4457 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4458
4459         * configure.ac:
4460         * djvu/Makefile.am:
4461         * djvu/djvu-text.h:
4462         
4463         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4464         for the bug 339868.
4465
4466 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4467
4468         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4469
4470 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4471
4472         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4473         dictated by the GNOME HIG. Fixes bug #339235.
4474
4475 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4476
4477         * data/evince-ui.xml:
4478         * shell/ev-view.c: (ev_view_can_find_previous):
4479         * shell/ev-view.h:
4480         * shell/ev-window.c: (ev_window_update_actions),
4481         (ev_window_cmd_edit_find_previous):
4482
4483         Add support for "Find Previous" as dictated by the GNOME HIG. A
4484         menu item is added and some glue code to make it all work is added
4485         to various files.
4486
4487 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4488
4489         * configure.ac: Award myself the "useless use of cat" award.
4490
4491 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4492
4493         * po/LINGUAS: New file listing all supported languages.
4494
4495         * configure.in: Use po/LINGUAS instead of including all languages
4496         directly in this file. See the wiki for more information:
4497         http://live.gnome.org/GnomeGoals/PoLinguas
4498
4499 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * backend/ev-document-factory.c:
4502
4503         Do not load the document twice when there isn't errors
4504
4505 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * backend/ev-attachment.c: 
4508
4509         Fix a crash when there isn't a default application to open an
4510         attachment
4511
4512 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4513
4514         * backend/ev-attachment.[ch]:
4515         * shell/ev-attachment-bar.[ch]:
4516
4517         Added missing files. 
4518
4519 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4520
4521         * backend/Makefile.am:
4522         * data/evince-ui.xml:
4523         * backend/ev-attachment.[ch]:
4524         * backend/ev-document.[ch]: (ev_document_has_attachments),
4525         (ev_document_get_attachments):
4526         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4527         (attachment_save_to_buffer), (pdf_document_get_attachments),
4528         (pdf_document_document_iface_init):
4529         * shell/Makefile.am:
4530         * shell/ev-attachment-bar.[ch]:
4531         * shell/ev-window.c:
4532
4533         Add support for PDF attachments. Fixes bug #325143
4534
4535 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * backend/ev-document-factory.c: (get_document_from_uri),
4538         (ev_document_factory_get_document):
4539         * backend/ev-document-factory.h:
4540         * properties/ev-properties-main.c: (ev_properties_get_pages):
4541         * shell/Makefile.am:
4542         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4543         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4544         (ev_job_queue_remove_job):
4545         * shell/ev-job-queue.h:
4546         * shell/ev-job-xfer.c:
4547         * shell/ev-job-xfer.h:
4548         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4549         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4550         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4551         (ev_job_xfer_run):
4552         * shell/ev-jobs.h:
4553         * shell/ev-window.c: (ev_window_is_empty),
4554         (password_dialog_response), (ev_window_clear_xfer_job),
4555         (ev_window_xfer_job_cb), (ev_window_open_uri),
4556         (ev_window_cmd_focus_page_selector),
4557         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4558         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4559         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4560         (ev_window_dispose):
4561         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4562         
4563         * Cleanup mime type detection on document load. Fix for the
4564         bug #336448.
4565
4566 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4567
4568         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4569         
4570         Fix crash on exit, described in the bug #336825.
4571
4572 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * backend/ev-document-factory.c:
4575         (ev_document_factory_get_from_mime),
4576         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4577         (ev_document_factory_get_document),
4578         (file_filter_add_mime_list_and_free),
4579         (ev_document_factory_add_filters):
4580         * backend/ev-document-factory.h:
4581         * properties/ev-properties-main.c: (ev_properties_get_pages):
4582         * shell/Makefile.am:
4583         * shell/ev-application.c:
4584         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4585         * shell/ev-window.c: (ev_window_cmd_file_open),
4586         (ev_window_cmd_save_as):
4587         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4588         
4589         Rework factory functions so they are placed now in a single 
4590         file ev-document-factory.c
4591
4592 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * shell/ev-window.c: (update_chrome_visibility):
4595         
4596         Fix for the bug 166566 - don't show menubar in fullscreen
4597         mode.
4598
4599 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4600
4601         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4602
4603 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4604
4605         * shell/ev-view.c: (ev_view_expose_event):
4606         
4607         More correctly draw loading text when document
4608         is empty.
4609
4610 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * shell/ev-view.c: (ev_view_scroll):
4613         
4614         Fix for the bug #334854, page down and page up switch
4615         pages in presentation mode.
4616
4617 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4618
4619         * shell/ev-window.c: (ev_window_set_action_sensitive),
4620         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4621         (ev_window_set_view_accels_sensitivity),
4622         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4623         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4624         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4625         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4626         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4627         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4628         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4629         (view_actions_focus_in_cb), (ev_window_init):
4630         
4631         Fix for the bug #333902, now it's possible to search
4632         words with slash.
4633
4634 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4635
4636         * configure.ac: Added Breton translation.
4637         * po/br.po: Added Breton translation.
4638
4639 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * shell/ev-window-title (ev_window_title_update):
4642
4643         Fix memory leak in window title. Fixes bug #333944
4644
4645 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4646
4647         * shell/ev-metadata-manager.c (parseItem):
4648
4649         Fix memory leaks. Fixes bug #333945
4650
4651 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4652         
4653         * NEWS, configure.ac, TODO:
4654         
4655         Update for release 0.5.2.
4656
4657 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4658
4659         * shell/ev-view.c: (view_update_range_and_current_page),
4660         (page_changed_cb):
4661         
4662         Don't jump on scrolling, fix for the bug #333127.
4663
4664 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4667         
4668         Scroll by one page in presentation mode. Fix for the bug
4669         #332993.
4670
4671 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4672
4673         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4674
4675 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4676
4677         * configure.ac  Added lv in ALL_LINGUAS line.
4678
4679 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4680         
4681         * NEWS, configure.ac:
4682         
4683         Update for release 0.5.1
4684
4685 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4686
4687         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4688         * backend/ev-document-misc.h:
4689         * shell/ev-view.c: (draw_one_page):
4690         
4691          Clairfy what page the toolbar page number applies to. Fix
4692          for the bug #328102.
4693
4694 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4695
4696         * shell/ev-view-private.h:
4697         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4698         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4699         (ev_view_search_changed):
4700         * shell/ev-view.h:
4701         * shell/ev-window.c: (find_bar_search_changed_cb):
4702         
4703         Dont't jump to find result if window was scrolled during search.
4704         Fix for the bug #313266.
4705
4706 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4707
4708         * shell/eggfindbar.c: (egg_find_bar_class_init):
4709         * shell/eggfindbar.h:
4710         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4711         * shell/ev-view-private.h:
4712         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4713         (ev_view_class_init), (ev_sizing_mode_get_type),
4714         (ev_scroll_type_get_type):
4715         * shell/ev-view.h:
4716         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4717         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4718         (ev_window_init):
4719         
4720         Fix for the bug 319133 - Find entry should allow text scroll.
4721
4722 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4723
4724         * shell/ev-view-private.h:
4725         * shell/ev-view.c: (view_update_range_and_current_page),
4726         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4727         (ev_view_set_document), (update_find_status_message),
4728         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4729         (ev_view_find_previous):
4730         
4731         Fix for the bug #319137. Search now takes account for scrolling.
4732
4733 2006-02-19  Michael Hofmann <mh21@piware.de>
4734
4735         * configure.ac:
4736         * djvu/Makefile.am:
4737         * djvu/djvu-document-private.h:
4738         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4739         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4740         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4741         (djvu_document_can_get_text), (djvu_document_get_text),
4742         (djvu_document_document_iface_init),
4743         (djvu_document_thumbnails_get_thumbnail),
4744         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4745         (djvu_document_find_get_result),
4746         (djvu_document_find_page_has_results),
4747         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4748         (djvu_document_find_iface_init):
4749         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4750         (djvu_text_page_selection), (djvu_text_page_limits_process),
4751         (djvu_text_page_limits), (djvu_text_page_copy),
4752         (djvu_text_page_position), (djvu_text_page_union),
4753         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4754         (djvu_text_page_box), (djvu_text_page_append_text),
4755         (djvu_text_page_search), (djvu_text_page_prepare_search),
4756         (djvu_text_page_new), (djvu_text_page_free):
4757         * djvu/djvu-text-page.h:
4758         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4759         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4760         (djvu_text_n_results), (djvu_text_has_results),
4761         (djvu_text_get_result), (djvu_text_get_progress):
4762         * djvu/djvu-text.h:
4763         
4764         Text search in djvu. Fix for the bug #303415.
4765
4766 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4767
4768         * configure.ac:
4769         * shell/ev-window.c: (ev_window_cmd_save_as):
4770         
4771         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4772         Thanks to Gary Coady <gary@lyranthe.org>
4773
4774 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4775
4776         * shell/ev-print-job.c: (idle_print_handler):
4777         
4778         Inverse order printing, bug #320919.
4779
4780 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4781
4782         * data/evince-toolbar.xml:
4783         * shell/ev-window.c:
4784         
4785         Allow to add sidebar checkbutton on toolbar. Fix
4786         for the bug #144577.
4787
4788 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4791         
4792         Add checks that have sense for empty ps document.
4793
4794 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4795
4796         * configure.ac: Include PS in mime types list. 
4797
4798 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4799
4800         * configure.ac:
4801         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4802         * ps/gsdefaults.h:
4803         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4804         
4805         Runtime check for gs interpreter. Fix for the bug #320868.
4806         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4807
4808 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4809
4810         * shell/ev-application.c: 
4811
4812         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4813         dbus>=0.60, so that the request is not queued. 
4814
4815 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4816
4817         * configure.ac:
4818         * shell/Makefile.am:
4819         * shell/ev-sidebar-links.c: (print_section_cb):
4820         * shell/ev-utils.c:
4821         * shell/ev-utils.h:
4822         * shell/ev-window.c: (update_action_sensitivity),
4823         (ev_window_close_dialogs), (ev_window_print):
4824         * shell/ev-window.h:
4825         
4826         Make printing support optional. Patch from Eduardo de Barros Lima
4827         <eduardo.lima@indt.org.br> for the bug #330546.
4828
4829 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * shell/ev-view-private.h:
4832         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4833         (ev_view_set_document):
4834         * shell/ev-view.h:
4835         * shell/ev-window.c: (ev_window_load_job_cb),
4836         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4837         (ev_window_init):
4838
4839         Draw Loading message during xfer job. Fix for the bug #329495.
4840
4841 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4842
4843         * comics/comics-document.c: (comics_regex_quote),
4844         (comics_document_load), (extract_argv):
4845         
4846         Correcly quote regexp before passing it to unzip.
4847
4848 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4849
4850         * shell/ev-page-cache.c: (build_height_to_page),
4851         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4852         (ev_page_cache_get_dual_even_left):
4853         * shell/ev-page-cache.h:
4854         * shell/ev-view.c: (view_update_range_and_current_page),
4855         (get_page_y_offset), (get_page_extents):
4856         
4857         Place even pages to the left if document has less then
4858         two pages. Fix for the bug #328856.
4859
4860 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4863         
4864         Correct comics scheme. This make evince create thumbnails
4865         for comic books. Fix for the bug 329088.
4866
4867 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4868
4869         * data/evince-password.glade: Don't explicitly set
4870         invisible_char to the current default value in case
4871         the default changes; let GTK+ do its magic.
4872
4873 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4876         real filename to tmp filename since often document
4877         type is determined by extension.
4878
4879 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4880
4881         * shell/ev-view.c: (add_scroll_binding_keypad),
4882         (ev_view_binding_activated), (ev_view_class_init):
4883         
4884         Add keybindings for percision-scrolling of display area. 
4885         Fix for the bug #314072.
4886
4887 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4888
4889         * data/evince.desktop.in.in:
4890         
4891         Add GTK to the list of categories. Fix for the bug #328034.
4892
4893 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4894
4895         * shell/ev-application.c: (ev_application_shutdown),
4896         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4897         * shell/ev-application.h:
4898         * shell/ev-window.c: (file_open_dialog_response_cb),
4899         (ev_window_cmd_file_open):
4900         
4901         Save last uri in file chooser dialog. Fix for the bug #327950.
4902
4903 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * NEWS:
4906         * README:
4907         
4908         Final update for release 0.5.0
4909         
4910         * shell/Makefile.am:
4911         
4912         Remove disable deprecated until we'll require libgnome-2.13.7
4913         and port to GOption argument parsing. See bug 327518.
4914
4915 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4916
4917         * comics/comics-document.c: (comics_document_save):
4918         * djvu/djvu-document.c: (djvu_document_save):
4919         * dvi/dvi-document.c: (dvi_document_save):
4920         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4921         * lib/ev-file-helpers.h:
4922         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4923         * tiff/tiff-document.c: (tiff_document_save):
4924         
4925         Use common save function for backends.
4926
4927 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4928
4929         * backend/ev-document-types.c:
4930         
4931         Fix crash on saving pixbuf.
4932
4933 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4934
4935         * cut-n-paste/recent-files/egg-recent-item.c:
4936         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4937         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4938         (parse_info_free), (valid_element), (start_element_handler),
4939         (end_element_handler), (text_handler), (egg_recent_model_filter),
4940         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4941         (egg_recent_model_monitor), (egg_recent_model_read),
4942         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4943         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4944         (egg_recent_model_set_property), (egg_recent_model_class_init),
4945         (egg_recent_model_init), (egg_recent_model_add_full),
4946         (egg_recent_model_delete), (egg_recent_model_get_list),
4947         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4948         (egg_recent_model_set_filter_mime_types),
4949         (egg_recent_model_clear_group_filter),
4950         (egg_recent_model_set_filter_groups),
4951         (egg_recent_model_clear_scheme_filter),
4952         (egg_recent_model_set_filter_uri_schemes),
4953         (egg_recent_model_remove_expired):
4954         * cut-n-paste/recent-files/egg-recent-util.c:
4955         (egg_recent_util_get_icon):
4956         * cut-n-paste/recent-files/egg-recent-util.h:
4957         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4958         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4959         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4960         (egg_recent_view_uimanager_set_property),
4961         (egg_recent_view_uimanager_get_property),
4962         (egg_recent_view_uimanager_class_init),
4963         (egg_recent_view_uimanager_init),
4964         (egg_recent_view_uimanager_set_label_width),
4965         (egg_recent_view_uimanager_get_label_width):
4966         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4967         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4968         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4969         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4970         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4971         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4972         
4973         Update from libegg.
4974
4975 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * shell/ev-page-cache.c: (build_height_to_page),
4978         (ev_page_cache_get_height_to_page):
4979         * shell/ev-page-cache.h:
4980         * shell/ev-view.c: (view_update_range_and_current_page),
4981         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4982         (ev_view_previous_page):
4983         
4984         Dual mode places even pages to the left. Fix for the bug #309393.
4985
4986         * shell/ev-view.h:
4987         * shell/ev-window.c: (update_action_sensitivity),
4988         (setup_view_from_metadata), (view_menu_popup_cb):
4989         
4990         Don't restore presentation in empty windows, more intelligent
4991         next page behaviour in dual mode.
4992
4993         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4994         (ev_pixbuf_cache_clear_job_sizes):
4995         
4996         Cleanup job callback on removal. Fix for the bug #325886.
4997
4998 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4999
5000         * ps/ps.c: (psscan):
5001         
5002         Commit workaround Mozilla problem. Fix for the bug #325919
5003         
5004         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5005         (save_item):
5006         
5007         Fix for year 2038 problem.
5008
5009 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-window.c: (setup_document_from_metadata),
5012         (ev_window_cmd_view_reload):
5013
5014         Clamp page recieved from metadata in valid values. Fix
5015         for the bug #325986.
5016
5017 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5018
5019         * MAINTAINERS: 
5020         Add MAINTAINERS as requested on desktop-devel-list.
5021
5022 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5025         (mime_type_supported_by_gdk_pixbuf),
5026         (ev_document_factory_get_mime_types),
5027         (ev_document_factory_get_all_mime_types):
5028         
5029         Don't add pixbuf mime types if pixbuf backend is disabled.
5030         
5031         * shell/ev-application.c: (ev_application_get_uri_window):
5032         
5033         Fix for the bug 325815 - unhandled MIME type message doesn't 
5034         appear a second time. 
5035         
5036         * shell/ev-document-types.c: (ev_document_types_add_filters):
5037         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5038         (password_dialog_response), (ev_window_popup_password_dialog),
5039         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5040         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5041         (ev_window_run_presentation), (ev_window_stop_presentation),
5042         (save_sizing_mode), (ev_window_zoom_changed_cb),
5043         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5044         (ev_window_dual_mode_changed_cb),
5045         (ev_window_sidebar_current_page_changed_cb),
5046         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5047         (window_state_event_cb), (window_configure_event_cb):
5048         
5049         Cleanup additional uris holded by EvWindow.
5050
5051 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5054         (ev_view_can_previous_page), (ev_view_can_next_page):
5055         * shell/ev-view.h:
5056         * shell/ev-window.c: (update_action_sensitivity):
5057         
5058         Two page scrolling with Space and PageUp in dual mode. Second fix 
5059         for the bug #316608.
5060
5061 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * shell/ev-view.c: (scroll_to_current_page):
5064         
5065         Correctly clamp adjustment value. Fix for the bug
5066         #325808.
5067
5068 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * shell/ev-sidebar-links.c: (print_section_cb):
5071         * shell/ev-window.c: (ev_window_get_uri),
5072         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5073         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5074         (ev_window_dispose):
5075         
5076         Make print dialog non-modal. Fix for the bug #325622.
5077
5078 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5079
5080         * shell/ev-metadata-manager.c:
5081         * shell/ev-utils.c: (using_pdf_printer),
5082         (using_postscript_printer), (load_print_config_from_file),
5083         (save_print_config_to_file):
5084         * shell/ev-utils.h:
5085         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5086         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5087         (setup_view_from_metadata), (ev_window_setup_document),
5088         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5089         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5090         (ev_window_run_presentation), (ev_window_stop_presentation),
5091         (save_sizing_mode), (ev_window_zoom_changed_cb),
5092         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5093         (ev_window_dual_mode_changed_cb),
5094         (ev_window_sidebar_current_page_changed_cb),
5095         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5096         (window_state_event_cb), (window_configure_event_cb),
5097         (ev_window_init):
5098         
5099         Setting saving behaviour fixes.
5100
5101 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * configure.ac:
5104         
5105         Make antialiasing gs options better and allow
5106         to change them during configure. Fix for the 
5107         bug #319049.
5108
5109 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * shell/ev-window.c: (setup_view_from_metadata):
5112         
5113         Remember if last window was maximized. Fix for the
5114         bug #323797.
5115
5116 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5117
5118         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5119
5120 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5121
5122         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5123         * shell/ev-page-action.c: (build_new_tree_cb):
5124         * shell/ev-sidebar-links.c: (links_page_num_func),
5125         (update_page_callback_foreach), (update_page_callback):
5126         * shell/ev-view.c: (scroll_to_current_page):
5127         
5128         Fix for the bug #325067 with more intelligent selection
5129         of current link in sidebar. Make sidebar handle links
5130         of FITR-like type more correctly.
5131
5132         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5133         (dvi_pixbuf_put_pixel):
5134         
5135         Fix memory consumtion with disabled alpha channel.
5136
5137 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5138
5139         * data/evince-ui.xml:
5140         * shell/ev-window.c: (view_menu_popup_cb),
5141         (ev_popup_cmd_open_link), (ev_window_init):
5142         
5143         Update context menu for internal links. Fix for the bug
5144         #325066.
5145
5146 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5149         
5150         Bind context menu to keyboard also. Fix for the bug
5151         #325065.
5152
5153 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * shell/ev-view.c: (selection_scroll_timeout_cb):
5156         
5157         Horizontal scroll on selection also.
5158
5159 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5160
5161         * shell/ev-metadata-manager.c: (parse_value):
5162         * shell/ev-view.c: (goto_xyz_link):
5163         
5164         Correct zoom setup and metadata save broken in 
5165         some locales.
5166
5167 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * shell/ev-view-private.h:
5170         * shell/ev-view.c: (scroll_to_current_page),
5171         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5172         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5173         (page_changed_cb), (ev_view_set_continuous),
5174         (ev_view_set_dual_page), (ev_view_set_presentation):
5175         
5176         Delay scroll until allocation to correctly position page. Fix
5177         for the bug #317334.
5178
5179 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5180
5181         * NEWS:
5182         * configure.ac:
5183         
5184         Update NEWS and require poppler 0.5.0.
5185
5186 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5187         
5188         * data/evince-ui.xml:
5189         * shell/ev-view-private.h:
5190         * shell/ev-view.c: (ev_view_get_link_at_location),
5191         (handle_link_over_xy), (ev_view_button_press_event),
5192         (ev_view_button_release_event), (ev_view_class_init):
5193         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5194         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5195         (ev_window_init):
5196         
5197         Implement right-click context menu.
5198
5199 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5202         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5203         (mdvi_pixbuf_device_render):
5204         * pdf/ev-poppler.cc:
5205
5206         Don't generate thumbnails with alpha. See bug #324077.
5207         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5208
5209 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5210
5211         * shell/ev-window.c: (setup_chrome_from_metadata):
5212         
5213         Fix typo that was hiding toolbar.
5214
5215 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5216
5217         * shell/ev-view-private.h:
5218         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5219         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5220         (ev_view_button_release_event), (ev_view_destroy):
5221         
5222         Small cleanup and autoscrolling during selection. Thanks to 
5223         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5224
5225 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5226
5227         * configure.ac:
5228         
5229         Correctly check for comics option.
5230
5231 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5232         * Makefile.am:
5233         * configure.ac:
5234         * backend/Makefile.am:
5235         * backend/ev-document-factory.c:
5236         * shell/ev-document-types.c:
5237
5238         Included option in configure to make ps backend 
5239         compilation optional with --disable-ps.
5240
5241 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * backend/ev-document-factory.c:
5244         * comics/Makefile.am:
5245         * comics/comics-document.c: (comics_document_load):
5246         * comics/ev-cbr-mime.xml:
5247         * configure.ac:
5248         
5249         Comics mime types are added to shared-mime-info CVS. Now
5250         we don't need to install our own mime types.
5251
5252 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5253
5254         * shell/ev-window.c:
5255         
5256         Add shortcut for "save a copy" menu entry. Fix for
5257         the bug #324582.
5258
5259 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260
5261         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5262         (job_finished_cb), (new_selection_pixbuf_needed),
5263         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5264         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5265         
5266         Rework selection job info logic and fix critical warning.
5267
5268 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5269
5270         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5271
5272 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5273
5274         * data/evince-ui.xml:
5275         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5276         
5277         Enter as shortcut key for next page. Fix for the bug
5278         #321394.
5279
5280 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5281
5282         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5283
5284 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5285
5286         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5287         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5288         (new_selection_pixbuf_needed),
5289         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5290         (clear_job_selection):
5291         
5292         Too early for 0.5. Pixbuf cache code cleaned a bit.
5293
5294 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * NEWS:
5297         * configure.ac:
5298         
5299         Release 0.5.0 preparation
5300
5301 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * comics/Makefile.am:
5304         * configure.ac:
5305         * shell/ev-document-types.c: (ev_document_types_add_filters):
5306         
5307         More advanced handling of custom mime type installation.
5308
5309 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * data/evince.schemas.in:
5312         * shell/ev-metadata-manager.c: (value_free),
5313         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5314         (ev_metadata_manager_get), (ev_metadata_manager_set):
5315         * shell/ev-metadata-manager.h:
5316         * shell/ev-window.c: (update_chrome_flag),
5317         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5318         (setup_document_from_metadata), (setup_chrome_from_metadata),
5319         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5320         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5321         (ev_window_view_toolbar_cb),
5322         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5323         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5324         
5325         Save last document settings and reuse them for new documents.
5326
5327 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5328
5329         * Makefile.am:
5330         * backend/Makefile.am:
5331         * backend/ev-document-factory.c:
5332         * backend/ev-document-factory.h:
5333         * comics/Makefile.am:
5334         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5335         (comics_document_load), (comics_document_save),
5336         (comics_document_get_n_pages), (comics_document_get_page_size),
5337         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5338         (comics_document_class_init), (comics_document_can_get_text),
5339         (comics_document_get_info), (comics_document_document_iface_init),
5340         (comics_document_init), (get_supported_image_extensions),
5341         (comics_document_thumbnails_get_geometry),
5342         (comics_document_thumbnails_get_thumbnail),
5343         (comics_document_thumbnails_get_dimensions),
5344         (comics_document_document_thumbnails_iface_init), (extract_argv):
5345         * comics/comics-document.h:
5346         * comics/ev-cbr-mime.xml:
5347         * configure.ac:
5348         * po/POTFILES.in:
5349         * shell/ev-application.c: (ev_application_register_service):
5350         * shell/ev-document-types.c: (ev_document_types_add_filters):
5351         * thumbnailer/Makefile.am:
5352         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5353         
5354         New CBR/CBZ backend for comic books.
5355
5356 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * shell/main.c: (load_files_remote):
5359
5360         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5361         warning on startup of second instance is fixed. It
5362         is bug #320353.
5363
5364 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5365
5366         * shell/ev-window.c: (ev_window_finalize):
5367         
5368         Fix double free that cause crash.
5369
5370 2005-10-29  Bastien Nocera <hadess@hadess.net>
5371
5372         * tiff/tiff-document.c: (tiff_document_load):
5373         
5374         Fix memory leak.
5375
5376 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5377
5378         * po/POTFILES.in:
5379         * shell/Makefile.am:
5380         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5381         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5382         (ev_view_accessible_get_text),
5383         (ev_view_accessible_get_character_at_offset),
5384         (ev_view_accessible_get_text_before_offset),
5385         (ev_view_accessible_get_text_at_offset),
5386         (ev_view_accessible_get_text_after_offset),
5387         (ev_view_accessible_get_character_count),
5388         (ev_view_accessible_get_caret_offset),
5389         (ev_view_accessible_set_caret_offset),
5390         (ev_view_accessible_get_run_attributes),
5391         (ev_view_accessible_get_default_attributes),
5392         (ev_view_accessible_get_character_extents),
5393         (ev_view_accessible_get_offset_at_point),
5394         (ev_view_accessible_get_n_selections),
5395         (ev_view_accessible_get_selection),
5396         (ev_view_accessible_add_selection),
5397         (ev_view_accessible_remove_selection),
5398         (ev_view_accessible_set_selection),
5399         (ev_view_accessible_text_iface_init),
5400         (ev_view_accessible_idle_do_action),
5401         (ev_view_accessible_action_do_action),
5402         (ev_view_accessible_action_get_n_actions),
5403         (ev_view_accessible_action_get_description),
5404         (ev_view_accessible_action_get_name),
5405         (ev_view_accessible_action_set_description),
5406         (ev_view_accessible_action_iface_init),
5407         (ev_view_accessible_get_type), (ev_view_accessible_new),
5408         (ev_view_accessible_factory_get_accessible_type),
5409         (ev_view_accessible_factory_create_accessible),
5410         (ev_view_accessible_factory_class_init),
5411         (ev_view_accessible_factory_get_type):
5412         * shell/ev-view-accessible.h:
5413         * shell/ev-view-private.h:
5414         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5415         * shell/ev-view.h:
5416         
5417         Initial accessibility support.
5418
5419 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5420
5421         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5422
5423 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5424
5425         * shell/ev-print-job.c: (idle_print_handler):
5426         
5427         Fix for bug Bug 318916: Printing multiple pages.
5428
5429 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5430
5431         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5432
5433 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5434
5435         * pdf/ev-poppler.cc:
5436         
5437         Thumnail dimensions unified with other backends.
5438         
5439         * shell/ev-window-title.c: (ev_window_title_update):
5440         
5441         Fix warning.
5442
5443 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5444
5445         * data/ev-stock-zoom-fit-width.png:
5446         
5447         Remove unused file.
5448
5449 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * configure.ac:
5452         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5453         (djvu_document_finalize):
5454         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5455         (dvi_document_finalize):
5456         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5457         (pixbuf_document_save), (pixbuf_document_finalize):
5458         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5459         (tiff_document_finalize):
5460         
5461         Save a copy implemented for various backends.
5462
5463 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5464
5465         * configure.ac:
5466         
5467         Don't link with ltiff if tiff is disabled.
5468
5469 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5470
5471         * pdf/GDKSplashOutputDev.cc:
5472         * pdf/GDKSplashOutputDev.h:
5473         * pdf/Thumb.cc:
5474         * pdf/Thumb.h:
5475         * pdf/pdf-document.cc:
5476         * pdf/pdf-document.h:
5477         * pdf/test-gdk-output-dev.cc:
5478         
5479         Remove old unused files.
5480
5481 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * shell/ev-window.c: (ev_window_setup_document):
5484         
5485         Fixed warnings on reload and probably crash reason.
5486
5487 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * properties/ev-properties-view.c:
5490         (ev_properties_view_format_date):
5491         
5492         Check if date is invalid. Fix for bug 318134.
5493
5494 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5495
5496         * shell/ev-window-title.c:
5497         
5498         Add .indd files (Adobe Indesign) to the list of "bad
5499         extensions".
5500
5501 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5502
5503         * data/evince-ui.xml:
5504         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5505         
5506         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5507
5508 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5509
5510         * shell/ev-window.c: (launch_link), (launch_external_uri),
5511         (view_external_link_cb):
5512
5513         URL-escape link before passing it to gnome_vfs_url_show.
5514
5515 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5518         there isn't text selected.
5519
5520 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5521
5522         * shell/ev-view.c: (handle_link_over_xy):
5523
5524         Check tooltip is valid utf8 before showing it
5525
5526 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5527
5528         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5529
5530 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5531
5532         * shell/ev-window-title.c: (ev_window_title_update):
5533
5534         Guard against using g_strstrip on NULL. Fixes bug #317291.
5535
5536 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5537
5538         * pdf/ev-poppler.cc:
5539
5540         Show title even for unknown links
5541
5542 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5543
5544         * shell/ev-window-title.c: (ev_window_title_update):
5545
5546         Strip the title string
5547
5548 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5549
5550         * shell/ev-window-title.c:
5551
5552         Add .rtf to the bad extensions list
5553
5554 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5555
5556         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5557         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5558
5559         Ignore link coordinates if they are outside page bounds
5560
5561 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5562
5563         * backend/ev-link.c: (ev_link_type_get_type),
5564         (ev_link_get_filename), (ev_link_get_params),
5565         (ev_link_get_property), (ev_link_set_property),
5566         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5567         * backend/ev-link.h:
5568         * pdf/ev-poppler.cc:
5569         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5570         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5571         (ev_window_init):
5572
5573         Implement launch links. Delegate external link opening to
5574         the window.
5575
5576 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5577
5578         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5579         (ev_link_get_right), (ev_link_get_property),
5580         (ev_link_set_property), (ev_link_class_init),
5581         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5582         * backend/ev-link.h:
5583         * pdf/ev-poppler.cc:
5584         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5585
5586         Implement fitr links
5587
5588 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5589
5590         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5591         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5592         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5593         (ev_view_size_request_continuous),
5594         (ev_view_size_request_dual_page),
5595         (ev_view_size_request_single_page), (ev_view_size_allocate),
5596         (ev_view_zoom_for_size_continuous_and_dual_page),
5597         (ev_view_zoom_for_size_continuous),
5598         (ev_view_zoom_for_size_dual_page),
5599         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5600         (ev_sizing_mode_get_type):
5601         * shell/ev-view.h:
5602         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5603
5604         Do not use modes for link, we need to calculate size ad hoc.
5605         Still not perfect because of the usual scrollbar issues grrr.
5606
5607 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5608
5609         * backend/ev-link.c: (ev_link_type_get_type),
5610         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5611         * backend/ev-link.h:
5612         * pdf/ev-poppler.cc:
5613         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5614         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5615         (ev_view_size_request_continuous),
5616         (ev_view_size_request_dual_page),
5617         (ev_view_size_request_single_page), (ev_view_size_allocate),
5618         (zoom_for_size_fit_height),
5619         (ev_view_zoom_for_size_continuous_and_dual_page),
5620         (ev_view_zoom_for_size_continuous),
5621         (ev_view_zoom_for_size_dual_page),
5622         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5623         (ev_sizing_mode_get_type):
5624         * shell/ev-view.h:
5625         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5626
5627         Implement FIT_HEIGHT mode (only for links).
5628         Implement FITH links
5629
5630 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5631
5632         * shell/ev-window-title.c: (get_filename_from_uri),
5633         (ev_window_title_sanitize_extension), (ev_window_title_update),
5634         (ev_window_title_set_document), (ev_window_title_set_uri),
5635         (ev_window_title_free):
5636         * shell/ev-window-title.h:
5637         * shell/ev-window.c: (ev_window_setup_document),
5638         (ev_window_popup_password_dialog):
5639
5640         Refactor window title building while fixing it for
5641         password documents.
5642
5643 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5644
5645         * pdf/ev-poppler.cc:
5646
5647         Escape link title before setting it in the model
5648
5649 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5650
5651         * shell/ev-application.c: (removed_from_session), (save_session),
5652         (init_session), (ev_application_get_empty_window),
5653         (ev_application_init), (ev_application_get_windows):
5654         * shell/ev-application.h:
5655         * shell/ev-window.c: (ev_window_finalize):
5656
5657         Add a function to retrieve window list and share it where
5658         necessary.
5659         Implement session handling, works pretty well thanks to the
5660         metadata system.
5661
5662 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5663
5664         * shell/ev-password.c: (ev_password_item_created_callback),
5665         (ev_password_dialog_save_password):
5666         
5667         Fix for bug 316972. Use async gnome-keyring API.
5668
5669 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5670
5671         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5672         Remove unused unrealize handler. Add scroll handling to
5673         ev_view_scroll_event for presentation mode (bug #316708),
5674         and fix the event state checks there.
5675
5676 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5677
5678         * shell/ev-page-action.c: (page_changed_cb):
5679
5680         "marco, maybe we should be crazy and jump right to 6! :)"
5681
5682         Bryan Clark, Sep 2005
5683
5684 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5685
5686         * ps/ps-document.c: (save_document), (ps_document_save),
5687         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5688         (ps_document_ps_export_end):
5689
5690         Fix unstructured documents save and print
5691
5692 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5693
5694         * shell/ev-application.c: (ev_application_open_uri):
5695
5696         Fix window size persistance
5697
5698 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5699
5700         * shell/ev-view.c: (ev_view_button_release_event):
5701
5702         Based on a patch from carlosgc@gnome.org. Mouse buttons
5703         switch pages in presentation mode.
5704
5705 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5706
5707         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5708
5709         Dont cast to int before scaling
5710
5711 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5712
5713         * backend/ev-link.c: (ev_link_type_get_type),
5714         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5715         (ev_link_new_page_fith):
5716         * backend/ev-link.h:
5717         * pdf/ev-poppler.cc:
5718         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5719
5720         Implement FIT and FITH links
5721
5722 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5723
5724         * pdf/ev-poppler.cc:
5725
5726         Return 0 results when search is not in progress.
5727
5728         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5729         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5730
5731         Update menu sensitivity when cancelling search
5732
5733 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5734
5735         * shell/ev-view.c: (ev_view_can_find_next):
5736
5737         Take all pages in consideration, not just current one
5738
5739 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5740
5741         * shell/ev-page-cache.c:
5742         * shell/ev-page-cache.h:
5743         * shell/ev-view.c: (ev_view_binding_activated),
5744         (ev_view_next_page), (ev_view_previous_page),
5745         (ev_sizing_mode_get_type):
5746         * shell/ev-view.h:
5747         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5748         (ev_window_cmd_go_next_page):
5749
5750         Move page next/previous functions from page chace to
5751         view and change it to move by 2 page steps in dual mode.
5752
5753 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5754
5755         * shell/ev-window.c: (update_sidebar_visibility),
5756         (setup_sidebar_from_metadata), (ev_window_setup_document),
5757         (setup_view_from_metadata):
5758
5759         Show the index by default when there is one     
5760
5761 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5762
5763         * shell/ev-window-title.c: (ev_window_title_set_document):
5764
5765         Missing null check
5766
5767 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * shell/ev-view.c: (view_update_range_and_current_page):
5770         
5771         Allow display of last odd page in dual view. Fix for 316347.
5772
5773 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5774
5775         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5776         
5777         Make close button default. Fix for 316383.
5778
5779 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5780
5781         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5782         
5783         Mark close button as default. Fix for 316381.
5784
5785 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5786
5787         * backend/ev-link.c: (ev_link_class_init):
5788
5789         Allow negative doubles in left/top properties
5790
5791 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5792
5793         * shell/ev-window.c:
5794
5795         Remove a bunch of strings that was used only
5796         by the statusbar.
5797
5798 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5799
5800         * shell/ev-window-title.c: (get_filename_from_uri),
5801         (ev_window_title_set_document):
5802
5803         When title has a confusing extension, show also
5804         the document filename inside ()
5805
5806 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5807
5808         * shell/Makefile.am:
5809         * shell/ev-window-title.c: (ev_window_title_new),
5810         (ev_window_title_update), (ev_window_title_set_type),
5811         (ev_window_title_set_document), (ev_window_title_free):
5812         * shell/ev-window-title.h:
5813         * shell/ev-window.c: (ev_window_setup_document),
5814         (password_dialog_response), (ev_window_popup_password_dialog),
5815         (ev_window_dispose), (ev_window_init):
5816
5817         Factor out and cleanup window title code
5818
5819 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5820
5821         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5822         (unable_to_load):
5823
5824         Make dialog transient so it doesnt block other windows
5825
5826 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5827
5828         * pdf/ev-poppler.cc:
5829         
5830         Fix pdf thumbnails rendering.
5831
5832 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5833
5834         * shell/ev-window.c: (fullscreen_set_timeout):
5835         
5836         Increase timeout to hide full screen popup. Bug 
5837         316123. 
5838
5839 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * data/evince.schemas.in:
5842         * shell/ev-window.c: (update_action_sensitivity):
5843
5844         Allow the user to override document restrictions. Fix for bug
5845         305818.
5846
5847 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5848
5849         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5850         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5851         (ev_window_class_init): Fix multihead behaviour of fullscreen
5852         toolbar popup. Fixes bug #315451.
5853
5854 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * configure.ac:
5857         * data/evince-password.glade:
5858         * shell/ev-password.c: (ev_password_dialog_set_property),
5859         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5860         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5861         (ev_password_dialog_entry_changed_cb),
5862         (ev_password_dialog_entry_activated_cb),
5863         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5864         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5865         (ev_password_dialog_set_bad_pass):
5866         * shell/ev-password.h:
5867         * shell/ev-window.c: (password_dialog_response),
5868         (ev_window_popup_password_dialog):
5869         
5870         Support for gnome-keyring for encrypted PDF's.
5871
5872 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5873
5874         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5875         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5876         (ev_view_enter_notify_event), (ev_view_class_init):
5877         
5878         More precise handling of enter_notify/leave_notify events
5879         in EvView. Fix for bug 315470.
5880
5881 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5882
5883         * shell/ev-window.c: (fullscreen_timeout_cb),
5884         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5885         (ev_window_dispose):
5886
5887         leak fix: unref fullscreen_timeout_source before clearing it
5888
5889 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5890
5891         * configure.ac, dvi/mdvi/Makefile.am: 
5892         
5893         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5894
5895 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5896
5897         * backend/ev-link.c: (ev_link_new_page_xyz):
5898         * pdf/ev-poppler.cc:
5899         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5900
5901         Fix some bugs with xyz links, respect zoom
5902
5903 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5904
5905         * shell/ev-window.c: (page_changed_cb),
5906         (setup_document_from_metadata), (update_sidebar_visibility),
5907         (setup_view_from_metadata), (ev_window_run_fullscreen),
5908         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5909         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5910         (ev_window_dual_mode_changed_cb),
5911         (ev_window_sidebar_current_page_changed_cb):
5912
5913         null check uri before setting and getting metadata
5914
5915 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5916
5917         * dvi/Makefile.am:
5918         * properties/Makefile.am:
5919         * shell/Makefile.am:
5920         * thumbnailer/Makefile.am:
5921
5922         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5923
5924 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5925
5926         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5927         (selection_changed_callback):
5928         * shell/ev-sidebar-links.h:
5929
5930         Add a signal for link activation.
5931
5932         * shell/ev-view.c: (ev_view_goto_link),
5933         (ev_view_button_release_event):
5934         * shell/ev-view.h:
5935         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5936         (ev_window_init):
5937
5938         Implement the signal so that we can handle all link types.
5939
5940         * shell/ev-page-cache.c:
5941
5942         Remove unused set_link function
5943
5944 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5945
5946         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5947
5948         Add some space from the cursor, hardcoded but I couldnt
5949         find a better way.
5950
5951 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5952
5953         * lib/ev-tooltip.c:
5954
5955         Use mozilla style vs gtk style, way better for links.
5956
5957         * shell/ev-view.c: (ev_view_motion_notify_event),
5958         (ev_view_destroy), (ev_view_init):
5959
5960         Deactive tooltip when the link hovered is changed.
5961
5962 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5963
5964         * backend/ev-document.h:
5965         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5966         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5967         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5968         (ev_link_new_page), (ev_link_new_page_xyz):
5969         * backend/ev-link.h:
5970         * pdf/ev-poppler.cc:
5971         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5972         (go_to_link), (tip_from_link):
5973
5974         Implement xyz links, still not functional. Links are a total
5975         mess, will need to refactor and bugfix a lot :(
5976
5977 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5978
5979         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5980
5981 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5982
5983         * data/evince-ui.xml:
5984         * data/evince.schemas.in:
5985         * shell/Makefile.am:
5986         * shell/ev-window.c: (update_chrome_visibility),
5987         (password_dialog_response), (ev_window_load_job_cb),
5988         (ev_window_xfer_job_cb), (ev_window_open_uri),
5989         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5990         (ev_window_init):
5991
5992         Remove the statusbar. This regress loading feedback, need to
5993         check with Bryan what we want to do there...
5994
5995 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5996
5997         * lib/ev-tooltip.c: (ev_tooltip_init):
5998
5999         Fix tooltip border and size handling
6000
6001 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6002
6003         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6004         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6005         (ev_tooltip_timeout), (ev_tooltip_activate),
6006         (ev_tooltip_deactivate):
6007         * lib/ev-tooltip.h:
6008         * shell/ev-view.c: (ev_view_motion_notify_event):
6009
6010         Delay popup showing. Mirror gtk logic/times.
6011
6012 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6013
6014         * lib/Makefile.am:
6015         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6016         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6017         (ev_tooltip_set_text), (ev_tooltip_set_position):
6018         * lib/ev-tooltip.h:
6019
6020         Simple widget to show tooltips at a custom position
6021
6022         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6023         (ev_view_destroy):
6024
6025         Use it for links. First go, needs work
6026
6027 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6028
6029         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6030         HIG fixes.  Use title capitalization for window title. Use 12 
6031         pixels of space between the dialog's vbox and action area.
6032
6033 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6034
6035         * shell/ev-window.c: (file_open_dialog_response_cb),
6036         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6037         (ev_window_cmd_save_as):
6038
6039         Make file pickers not modal and refactor code some
6040
6041 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6042
6043         * shell/ev-sidebar.h:
6044         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6045         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6046         (ev_sidebar_class_init), (ev_sidebar_select_page),
6047         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6048         (ev_sidebar_set_page):
6049
6050         Add a current page property and allow to get/set it
6051
6052         * shell/ev-window.c: (setup_view_from_metadata),
6053         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6054
6055         Persist current sidebar page per document
6056
6057 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6058
6059         * data/evince.schemas.in:
6060         * shell/ev-window.c: (update_chrome_visibility),
6061         (setup_document_from_metadata), (update_sidebar_visibility),
6062         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6063         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6064         (ev_window_run_presentation), (ev_window_stop_presentation),
6065         (ev_window_view_sidebar_cb),
6066         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6067         (load_chrome), (ev_window_init):
6068
6069         Persist size/visibility of sidebar per document
6070
6071 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6072
6073         * shell/ev-view.c (draw_loading_text): Draw loading text.
6074
6075 2005-09-02  Dan Damian  <dand@gnome.ro>
6076
6077         * configure.in: Added "ro" to ALL_LINGUAS.
6078
6079 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6080
6081         * shell/ev-view.c: (clear_caches):
6082
6083         ev_page_cache_get doesnt return a reference,
6084         dont try to unref it.
6085
6086 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6087
6088         * shell/main.c: (load_files_remote):
6089
6090         Fix timestamp parameter with dbus <= 0.33
6091
6092 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6093
6094         * data/evince.schemas.in:
6095
6096         Add missing full stop
6097
6098 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6099
6100         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6101         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6102
6103         Plug some memory leaks
6104
6105 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6106
6107         * configure.ac:
6108         * lib/ev-debug.c: (trap_handler):
6109
6110         Check for execinfo.h and use it only if it exists.
6111         Ported from Epiphany (bug #314776).
6112
6113 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6114
6115         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6116
6117 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6118
6119         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6120         * po/id.po      : Added Indonesian translation
6121
6122 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6123
6124         * shell/main.c:
6125         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6126         * NEWS: Release 0.4.0
6127
6128 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6129
6130         * configure.ac: catch another gtk+-2.8ism
6131         * shell/main.c: Make work with gtk+-2.6
6132
6133 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6134
6135         * shell/ev-application-service.xml: Add 'timestamp' argument to
6136           ev_application_open_window and ev_application_open_uri methods.
6137
6138         * shell/ev-application.h: Add 'timestamp' argument to
6139           ev_application_open_window, ev_application_open_uri,
6140           and ev_application_open_uri_list functions.
6141
6142         * shell/ev-application.c (ev_application_open_window,
6143           ev_application_open_uri, ev_application_open_uri_list): Change
6144           functions that show/present windows to use a timestamp if one
6145           is passed in.
6146
6147         * shell/ev-window.c (ev_window_cmd_file_open,
6148           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6149         * shell/main.c (load_files): Modify calls to ev_application to
6150           include GDK_CURRENT_TIME as timestamp.
6151
6152         * shell/main.c (load_files_remote): Obtain timestamp for client
6153           instance from GDK and pass to server instance so new windows are
6154           focused properly.  Fix dbus_g_proxy_call() calls by including second
6155           G_TYPE_INVALID.
6156           
6157         Closes bug #314475.
6158
6159 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6160
6161         * shell/ev-window.c (ev_window_finalize): Check for
6162         avail. EvWindows when quiting to handle the finalize better,
6163         #314497
6164
6165 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166         
6167         * properties/ev-properties-view.c: 
6168         
6169         Set textdomain to libglade. Fixes translation problem in property page.
6170
6171 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6172
6173         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6174         * dvi/Makefile.am:
6175         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6176         * dvi/mdvi-lib/Makefile.am:
6177         
6178         Fix rotation of thumbnails, ported to new API. Moved library
6179         dependencies earlier, probably it will fix linkage problem.
6180
6181 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6182
6183         * backend/ev-document-misc.c:
6184         (ev_document_misc_get_thumbnail_frame):
6185         * backend/ev-document-misc.h:
6186         * configure.ac:
6187         * pdf/ev-poppler.cc:
6188         * shell/Makefile.am:
6189         * shell/ev-sidebar-thumbnails.c: (add_range),
6190         (ev_sidebar_thumbnails_set_loading_icon),
6191         (ev_sidebar_thumbnails_refresh),
6192         (ev_sidebar_thumbnails_set_document):
6193         * shell/ev-sidebar-thumbnails.h:
6194         * shell/ev-view.c: (ev_view_motion_notify_event),
6195         (ev_view_set_property), (ev_view_get_property),
6196         (ev_view_class_init), (ev_view_set_rotation):
6197         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6198         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6199         (ev_window_init):
6200         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6201         Redo rotation (again).  prepare for 0.4.0
6202
6203 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6204
6205         * configure.ac: Bump poppler requirement to 0.4.1.
6206
6207         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6208         argument to poppler_page_render_selection() call.
6209
6210 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6213         (djvu_document_thumbnails_get_thumbnail):
6214         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6215         (dvi_document_thumbnails_get_thumbnail):
6216         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6217         (pixbuf_document_thumbnails_get_thumbnail):
6218         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6219         
6220         Update rotation direction of backends to fit with pdf and ps.
6221
6222 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6223
6224         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6225         * backend/ev-async-renderer.h:
6226         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6227         (setup_page), (ps_document_get_page_size),
6228         (ps_async_renderer_render_pixbuf):
6229         * ps/ps-document.h:
6230         * shell/ev-jobs.c: (ev_job_render_run):
6231
6232         Fix orientation in the postscript document
6233
6234 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6235
6236         * pdf/ev-poppler.cc:
6237         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6238         * shell/ev-view.c: (highlight_find_results):
6239
6240         Adapt to the new poppler rotation API. Fix text maps on landscape
6241         documents.
6242
6243 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6244
6245         * shell/ev-view.c (compute_new_selection_text): get the correct
6246         region when selecting in modes other than continuous.
6247
6248 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6249
6250         * shell/main.c (main): remove redundant g_warnings.
6251
6252 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * shell/Makefile.am: Don't include autogenerated
6255         file ev-application-service.h into distribution, since
6256         it causes dbus crash. Fix for bugs 313724 and 313443. 
6257
6258 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * configure.ac: Fix sed expression for FreeBSD. Thanks
6261         to Joe Marcus Clark <marcus@freebsd.org>
6262         
6263         * shell/eggfindbar.c: (entry_activate_callback),
6264         (entry_changed_callback), (egg_find_bar_init),
6265         (egg_find_bar_set_search_string):
6266         
6267         Made findbar buttons unsensitive if there is no text in
6268         entry. Fix for the bug 313285.
6269
6270 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6271
6272         * ps/ps-document.c: Use g_filename_display_name for displaying
6273         filenames and revert string freeze breackage
6274
6275 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * NEWS:
6278         * configure.ac:
6279
6280         Update for 0.3.4
6281
6282         * shell/Makefile.am:
6283
6284         Add ev-application-service.xml to extra dist
6285
6286         * shell/ev-view.c: (find_page_at_location):
6287
6288         Remove unused function (fix warning)
6289
6290 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6293         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6294         
6295         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6296         bug 313623.
6297
6298 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6301         * shell/ev-window.c:
6302         Fix build warnings
6303
6304 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6305
6306         * configure.ac: Update script to get dbus version.
6307         Fix for the bug #313443.
6308
6309 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * shell/ev-window.c: (ev_window_cmd_escape):
6312         
6313         Return focus back to view on escape. Fix for bug 313295.
6314
6315 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6316
6317         * shell/ev-window.c: (update_window_title),
6318         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6319         (ev_window_cmd_save_as):
6320         
6321         Correct conversion from uri to displayable string. Fix for
6322         bug 313296.
6323
6324 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6325
6326         * ps/ps-document.c: convert filename to utf8 when there is an error
6327         loading document. Fixes #309915
6328
6329 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6330
6331         * configure.ac:
6332
6333         We depend on poppler 0.4.0
6334
6335 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6336
6337         * configure.ac:
6338         * NEWS: Release 0.3.3.
6339         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6340
6341 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6342
6343         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6344         add a couple missing mnemonics to menu items, use title 
6345         capitalization for menu items and window titles, and add 
6346         ellipsis to open menu item.     
6347
6348 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6349
6350         * pdf/ev-poppler.cc:
6351         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6352         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6353         (ev_view_get_rotation):
6354         * shell/ev-view.h:
6355         * shell/ev-window.c: (setup_view_from_metadata),
6356         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6357         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6358         disk.
6359
6360 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6361
6362         * configure.ac: Added tr to ALL_LINGUAS
6363
6364 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6365
6366         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6367         requires several clicks to find word. Thanks to 
6368         Colin Slater <kiltedtaco@gmail.com>.
6369
6370 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6371
6372         * data/evince.desktop.in.in: Hide menu entry and
6373         rename it to "Document Viewer". Fix for bug 
6374         #312399.
6375
6376 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6377
6378         * shell/ev-page-action.c (ev_page_action_class_init): 
6379
6380         Point to the correct function in constructor of the
6381         activate_label signal
6382
6383 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6384
6385         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6386         * shell/ev-jobs.h: Make thread safe.
6387
6388 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * shell/ev-view.c: (view_update_range_and_current_page):
6391         Don't update page range if we are scrolling to some document
6392         point.
6393
6394 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6397         when getting max_page_width, fix drawing in dual mode.
6398
6399 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6400
6401         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6402         getting the area for select_all.
6403
6404 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6405
6406         * backend/ev-selection.c: (ev_selection_render_selection):
6407         * backend/ev-selection.h:
6408         * pdf/ev-poppler.cc:
6409         * shell/ev-jobs.c: (ev_job_render_new):
6410         * shell/ev-jobs.h:
6411         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6412         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6413         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6414         (ev_view_class_init):
6415
6416         Change selection color on focus in and focus out events.  Also,
6417         poppler now uses GdkColor for specifying the selection colors, so
6418         drop some awkward conversion code.
6419
6420 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6421
6422         * configure.ac: Added Hebrew translation
6423
6424 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6425
6426         * NOTES:
6427         * backend/ev-selection.c: (ev_selection_render_selection):
6428         * backend/ev-selection.h:
6429         * pdf/ev-poppler.cc:
6430         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6431         (ev_job_render_run):
6432         * shell/ev-jobs.h:
6433         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6434         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6435         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6436         (ev_pixbuf_cache_style_changed),
6437         (ev_pixbuf_cache_get_selection_pixbuf),
6438         (ev_pixbuf_cache_set_selection_list),
6439         (ev_pixbuf_cache_get_selection_list):
6440         * shell/ev-pixbuf-cache.h:
6441         * shell/ev-utils.c: (ev_print_region_contents):
6442         * shell/ev-utils.h:
6443         * shell/ev-view.c: (ev_view_queue_draw_page),
6444         (selection_update_idle_cb), (ev_view_motion_notify_event),
6445         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6446         (setup_caches), (ev_view_find_next), (merge_selection_region),
6447         (selection_free):
6448         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6449
6450         Clean up selection to be much smoother!
6451
6452 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6453
6454         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6455         to poppler_page_render_selection().
6456
6457 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6458
6459         * ps/ps-document.c: (save_page_list): Use
6460         unzipped document when printing. Thanks to 
6461         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6462         311016.
6463
6464 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6465
6466         * shell/ev-window.c: (update_action_sensitivity):
6467         
6468         Disable print and save respect to lockdown gconf keys. Fix
6469         for 312342.
6470
6471 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6472
6473         * configure.ac:
6474         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6475         (write_to_temp_file), (ev_file_set_contents):
6476         * shell/ev-utils.h:
6477         * shell/ev-window.c: (save_print_config_to_file):
6478         
6479         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6480         Fix for bug 312238
6481
6482 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6483
6484         * shell/ev-window.c: (load_print_config_from_file),
6485         (save_print_config_to_file), (ev_window_print_range):
6486
6487         Persist the print settings. Fixes bug #311578.
6488
6489 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6490
6491         * djvu/djvu-document.c: (djvu_document_get_page_size),
6492         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6493         (djvu_document_thumbnails_get_thumbnail):
6494         * dvi/dvi-document.c: (dvi_document_get_page_size),
6495         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6496         (dvi_document_thumbnails_get_dimensions),
6497         (dvi_document_thumbnails_get_thumbnail):
6498         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6499         (pixbuf_document_render_pixbuf),
6500         (pixbuf_document_document_iface_init),
6501         (pixbuf_document_thumbnails_get_thumbnail):
6502         
6503         Update backends to make them build with new rotation system.
6504
6505 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * help/C/figures/evince_start_window.png:
6508         
6509         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6510
6511 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6512
6513         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6514         * shell/ev-pixbuf-cache.h:
6515         * shell/ev-sidebar-thumbnails.c:
6516         (ev_sidebar_thumbnails_get_property), (add_range),
6517         (adjustment_changed_cb):
6518         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6519         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6520         we were thumbnailing the entire docment on startup, slowing us
6521         down hugely. 
6522
6523 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6524
6525         * shell/ev-page-cache.c: (ev_page_cache_new):
6526         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6527         == 0, fixes #310306.
6528
6529 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6530
6531         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6532         (ev_view_rotate_left):
6533
6534         Account rotation in doc_rect_to_view_rect.
6535         Ensure rotation doesnt go out of bounds.
6536
6537 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6538
6539         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6540
6541         Correct and cleanup w/h swapping
6542
6543 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6544
6545         * backend/ev-document-thumbnails.c:
6546         (ev_document_thumbnails_get_thumbnail):
6547         * backend/ev-document-thumbnails.h:
6548         * backend/ev-document.c:
6549         * backend/ev-document.h:
6550         * backend/ev-render-context.c: (ev_render_context_new),
6551         (ev_render_context_set_rotation):
6552         * backend/ev-render-context.h:
6553         * pdf/ev-poppler.cc:
6554         * ps/ps-document.c: (ps_document_document_iface_init):
6555         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6556         * shell/ev-jobs.h:
6557         * shell/ev-page-cache.c: (build_height_to_page),
6558         (ev_page_cache_new), (ev_page_cache_get_size),
6559         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6560         (ev_page_cache_get_height_to_page):
6561         * shell/ev-page-cache.h:
6562         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6563         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6564         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6565         (ev_pixbuf_cache_get_selection_pixbuf):
6566         * shell/ev-pixbuf-cache.h:
6567         * shell/ev-print-job.c: (idle_print_handler):
6568         * shell/ev-sidebar-thumbnails.c: (add_range):
6569         * shell/ev-view.c: (view_update_range_and_current_page),
6570         (get_page_y_offset), (get_page_extents),
6571         (ev_view_size_request_continuous_dual_page),
6572         (ev_view_size_request_continuous),
6573         (ev_view_size_request_dual_page),
6574         (ev_view_size_request_single_page), (draw_one_page),
6575         (ev_view_set_rotation), (ev_view_rotate_right),
6576         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6577         (ev_view_zoom_for_size_continuous_and_dual_page),
6578         (ev_view_zoom_for_size_continuous),
6579         (ev_view_zoom_for_size_dual_page),
6580         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6581         (ev_view_select_all):
6582         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6583         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6584         (tiff_document_document_iface_init),
6585         (tiff_document_thumbnails_get_thumbnail):
6586
6587         Use rotation rather than orientation. It's easier and enough
6588         for our needs.
6589
6590 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6591
6592         * shell/ev-page-cache.c: (build_height_to_page),
6593         (ev_page_cache_new), (ev_page_cache_get_size),
6594         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6595         (ev_page_cache_get_height_to_page):
6596         * shell/ev-page-cache.h:
6597         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6598         (ev_view_size_request_continuous_dual_page),
6599         (ev_view_size_request_continuous),
6600         (ev_view_zoom_for_size_continuous_and_dual_page),
6601         (ev_view_zoom_for_size_continuous):
6602
6603         Make the page cache aware of page orientation.
6604
6605 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6606
6607         * backend/ev-document-thumbnails.c:
6608         (ev_document_thumbnails_get_thumbnail):
6609         * backend/ev-document-thumbnails.h:
6610         * backend/ev-document.c:
6611         * backend/ev-document.h:
6612         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6613         * backend/ev-ps-exporter.h:
6614         * pdf/ev-poppler.cc:
6615         * ps/ps-document.c: (ps_document_document_iface_init),
6616         (ps_document_ps_export_do_page):
6617         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6618         * shell/ev-jobs.h:
6619         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6620         (ev_page_cache_get):
6621         * shell/ev-page-cache.h:
6622         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6623         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6624         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6625         * shell/ev-pixbuf-cache.h:
6626         * shell/ev-print-job.c: (idle_print_handler):
6627         * shell/ev-sidebar-thumbnails.c: (add_range):
6628         * shell/ev-view.c: (view_update_range_and_current_page),
6629         (get_page_extents), (ev_view_size_request_dual_page),
6630         (ev_view_size_request_single_page), (draw_one_page),
6631         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6632         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6633         (ev_view_zoom_for_size_dual_page),
6634         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6635         (ev_view_select_all):
6636         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6637         * tiff/tiff-document.c: (tiff_document_get_page_size),
6638         (tiff_document_get_orientation), (rotate_pixbuf),
6639         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6640         (tiff_document_thumbnails_get_thumbnail),
6641         (tiff_document_ps_export_do_page), (tiff_document_init):
6642
6643         Really make use of the orientation bit of the render context.
6644         Use the render context in a few more places in the backend API.
6645         This regress orientation, but now it's done right. Will try to
6646         fix it up asap...
6647
6648 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6649
6650         * shell/ev-view.c: (ensure_rectangle_is_visible):
6651
6652         Patch by Nickolay V. Shmyrev to fix find flickering
6653
6654 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6655
6656         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6657         duplex parameters to ::begin.
6658
6659         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6660         * shell/ev-print-job.c (idle_print_handler): 
6661         * ps/ps-document.c (ps_document_ps_export_begin): 
6662         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6663         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6664         implementations. Poppler backend needs poppler cvs. Rest has
6665         unchanged behavior.
6666
6667 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6668
6669         * shell/ev-window.c (using_pdf_printer): new function.
6670         (ev_window_print_range): print a less techy message if someone
6671         tries to print to PDF.
6672
6673 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6674
6675         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6676         from "unknown font" string. Bug #311431
6677
6678 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6679
6680         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6681
6682 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6683
6684         Bug #311280
6685         
6686         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6687         name for PopplerFontTypes
6688         (pdf_document_fonts_fill_model): add font type to the detail column
6689
6690         * backend/ev-document-fonts.h: added
6691         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6692
6693         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6694         font name and font details, add a little markup.
6695         (ev_properties_fonts_init): use the new cell data func, specify ypad
6696         property for the cell renderer.
6697         (ev_properties_fonts_set_document): add the details column.
6698
6699 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6700
6701         * configure.ac: Added "pl" to ALL_LINGUAS.
6702
6703 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6704
6705         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6706
6707 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6708
6709         * help/ChangeLog: Started this for translations of manual.
6710         * configure.ac, autogen.sh, .cvsignore: Migrated to
6711         gnome-doc-utils. Patch in bug #311222.
6712
6713 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6714
6715         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6716         #ifdef this away to fix an unused-function warning.
6717
6718 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6719
6720         * configure.ac: Added 'gl' to ALL_LINGUAS.
6721
6722 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6723
6724         * configure.ac: Added ne in ALL_LINGUAS
6725         
6726 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * shell/ev-view.c: (ev_view_leave_notify_event):
6729         
6730         Clear status message when pointer leaves view. Fix for bug
6731         #310818 
6732
6733 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6734
6735         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6736
6737 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6738
6739         * shell/ev-view.c: (ev_view_leave_notify_event),
6740         (ev_view_class_init):
6741         
6742         Set cursor to normal then leaving view.
6743
6744 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6745
6746         * configure.ac:
6747         
6748         Fix required djvulibre version.
6749
6750 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6751
6752         *configure.ac: Hindi (hi) language added
6753
6754 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6755
6756         *configure.ac: Punjabi (pa) Language added
6757
6758 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6759
6760         * data/evince-ui.xml, shell/ev-window.c:
6761         
6762         Add keypad accelerators for zooming. Fix for bug 308128.
6763
6764 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6765
6766         * Makefile.am:
6767         * backend/Makefile.am:
6768         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6769         * configure.ac:
6770         * shell/ev-document-types.c: (ev_document_types_add_filters):
6771
6772         Allow to enable/disable the pixbuf backend.
6773         Default to off for now. If we want it enabled we should
6774         really put mime types in the desktop, implement properties etc.
6775
6776         * properties/evince-properties.c:
6777
6778         Initialize error to NULL.
6779         Check error is not NULL before freeing.
6780
6781 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6782
6783         * shell/ev-window.c:
6784
6785         Use F5 as presentation accell
6786
6787 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6788
6789         * shell/ev-window.c: (update_chrome_visibility),
6790         (ev_window_create_fullscreen_popup), (ev_window_init):
6791
6792         Do not leak the fullscreen toolbar
6793
6794 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6795
6796         * shell/ev-window.c: (view_actions_focus_in_cb),
6797         (view_actions_focus_out_cb):
6798
6799         These has a return value! Fix totally random focus
6800         issues we was seeing.
6801
6802 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6803
6804         * shell/main.c: (load_files_remote):
6805
6806         Allow open more than one file
6807
6808 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6809
6810         * shell/main.c: (load_files_remote):
6811
6812         Fix for dbus 0.33. bug #309975
6813
6814 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6815
6816         * properties/ev-properties-main.c: (ev_properties_get_pages):
6817
6818         Actually return NULL for types we dont support
6819
6820 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6821
6822         * po/POTFILES.in:
6823
6824         Remove empty lines.
6825
6826 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6827
6828         * backend/ev-document-factory.c:
6829         (ev_document_factory_get_document):
6830
6831         Do not try to create the object if type
6832         is invalid.
6833
6834 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6835
6836         * ps/ps-document.c: (ps_document_dispose),
6837         (ps_async_renderer_render_pixbuf):
6838         * ps/ps-document.h:
6839
6840         Do not leak the target window
6841
6842 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6843
6844         * shell/ev-application.c: (ev_application_init):
6845
6846         Let tbe check file existence for us.
6847         Add a comment about eggrecent mime filter.
6848
6849 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6850
6851         * data/evince-ui.xml:
6852         * shell/ev-application.c: (ev_application_shutdown),
6853         (ev_application_init), (ev_application_get_toolbars_model),
6854         (ev_application_get_recent_model),
6855         (ev_application_save_toolbars_model):
6856         * shell/ev-application.h:
6857         * shell/ev-window.c: (ev_window_add_recent),
6858         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6859         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6860         (ev_window_init):
6861
6862         Use common toolbar and recent models for all windows.
6863         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6864
6865 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6866
6867         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6868         successfully check for gtk_icon_view_get_visible_range.
6869
6870 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * djvu/Makefile.am:
6873         * dvi/Makefile.am:
6874         
6875         Fix djvu and dvi backend build.
6876
6877 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6878
6879         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6880         (new_separator_pixbuf):
6881
6882         Don't leak windows.
6883
6884 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6885
6886         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6887
6888         HIGification of toolbar editor dialogue.
6889
6890 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6891
6892         * configure.ac:
6893         * shell/Makefile.am:
6894
6895         Ever build metadata manager since it's just
6896         disabled at runtime now.
6897
6898 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6899
6900         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6901         (ev_metadata_manager_get), (ev_metadata_manager_set):
6902         * shell/ev-metadata-manager.h:
6903
6904         Add an _init functions that enabled metadata management
6905         at runtime.
6906
6907         * shell/ev-window.c: (page_changed_cb),
6908         (setup_document_from_metadata), (ev_window_setup_document),
6909         (setup_view_from_metadata), (ev_window_open_uri),
6910         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6911         (ev_window_run_presentation), (ev_window_stop_presentation),
6912         (save_sizing_mode), (ev_window_zoom_changed_cb),
6913         (ev_window_continuous_changed_cb),
6914         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6915         (window_configure_event_cb):
6916
6917         Remove all ugly metadata define since we deal with it
6918         at runtime now.
6919
6920         * shell/main.c: (load_files_remote), (main):
6921
6922         Add support for dbus cvs head. Hopefully didnt break one
6923         of the other versions now!
6924
6925         If we dont get a response from the dbus server just
6926         give up with it and not enable metadata.
6927
6928 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6929
6930         * Makefile.am:
6931         * backend/Makefile.am:
6932         * configure.ac:
6933         * cut-n-paste/recent-files/Makefile.am:
6934         * cut-n-paste/toolbar-editor/Makefile.am:
6935         * cut-n-paste/zoom-control/Makefile.am:
6936         * lib/Makefile.am:
6937         * pdf/Makefile.am:
6938         * pixbuf/Makefile.am:
6939         * properties/Makefile.am:
6940         * ps/Makefile.am:
6941         * shell/Makefile.am:
6942         * thumbnailer/Makefile.am:
6943         * tiff/Makefile.am:
6944
6945         Make frontends depend on just libev.
6946         Rework and group CFLAGS/LIBS definitions.
6947         Cleanups.
6948
6949 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6950
6951         * shell/ev-window:
6952
6953         do not unnecessarily save zoom
6954
6955         * configure.ac:
6956         * lib/ev-file-helpers.c: (ev_dot_dir):
6957         * shell/Makefile.am:
6958         * shell/dummy.cc:
6959
6960         Some cleanups
6961
6962 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6963
6964         * configure.ac:
6965         
6966         Remove unnecessary dependencies
6967
6968 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6969
6970         * properties/Makefile.am:
6971         * thumbnailer/Makefile.am:
6972         * tiff/Makefile.am:
6973
6974         Some more cleanups. Was really necessary
6975         but I probably introduced bugs, feel free
6976         to flame :)
6977
6978 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6979
6980         * backend/Makefile.am:
6981         * configure.ac:
6982         * cut-n-paste/recent-files/Makefile.am:
6983         * cut-n-paste/toolbar-editor/Makefile.am:
6984         * cut-n-paste/zoom-control/Makefile.am:
6985         * lib/Makefile.am:
6986         * pdf/Makefile.am:
6987         * pixbuf/Makefile.am:
6988         * properties/Makefile.am:
6989         * ps/Makefile.am:
6990         * shell/Makefile.am:
6991         * thumbnailer/Makefile.am:
6992         * tiff/Makefile.am:
6993
6994         Use gnome-common macros when possible.
6995         Cleanup dependencies.
6996         Actually disable deprecated where possible.
6997
6998 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6999
7000         * Makefile.am:
7001         * backend/Makefile.am:
7002         * properties/Makefile.am:
7003         * shell/Makefile.am:
7004         * thumbnailer/Makefile.am:
7005
7006         This should solve the circular dep without
7007         requiring dir reorg!
7008
7009         * shell/ev-window.c: (setup_view_from_metadata):
7010
7011         Never restore window size/position when the
7012         window is already visible.
7013
7014 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7015
7016         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7017
7018         Return a boolean from timeout func. Fix ported from gedit.
7019
7020 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7021
7022         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7023
7024 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7025
7026         * shell/ev-document-types.c: set "All Documents" as default filter in
7027         open dialog
7028
7029 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7030
7031         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7032         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7033         (ev_metadata_manager_set_boolean): fix value/val thinko.
7034
7035 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * shell/ev-window.c: (setup_view_from_metadata),
7038         (window_state_event_cb), (window_configure_event_cb),
7039         (ev_window_init):
7040
7041         Remember window position and maximized state
7042
7043 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7044
7045         * configure.ac:
7046
7047         Fix DBUS configure checks.
7048
7049         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7050         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7051         (ev_metadata_manager_set_boolean):
7052
7053         Plug mem leaks.
7054
7055         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7056         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7057         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7058         (ev_window_continuous_changed_cb),
7059         (ev_window_dual_mode_changed_cb), (ev_window_new):
7060
7061         Fix the build without DBUS.
7062
7063 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7064
7065         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7066         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7067         (ev_metadata_manager_set_string),
7068         (ev_metadata_manager_set_boolean):
7069         * shell/ev-metadata-manager.h:
7070
7071         Add support for some more types
7072
7073         * shell/ev-view.c: (scroll_to_current_page),
7074         (ev_view_get_continuous), (ev_view_set_continuous),
7075         (ev_view_get_dual_page):
7076         * shell/ev-view.h:
7077         * shell/ev-window.c: (page_changed_cb),
7078         (setup_document_from_metadata), (ev_window_setup_document),
7079         (setup_view_from_metadata), (ev_window_open_uri),
7080         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7081         (ev_window_run_presentation), (ev_window_stop_presentation),
7082         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7083         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7084         (ev_window_update_dual_page_action),
7085         (ev_window_continuous_changed_cb),
7086         (ev_window_dual_mode_changed_cb), (ev_window_init):
7087
7088         Remember a bunch of view/document properties. Prolly some
7089         are still missing but it's getting interesting.
7090
7091 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7092
7093         * configure.ac: check if dbus-binding-tool is installed. Not the
7094         case on current Ubuntu breezy, it seems.
7095
7096 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7097
7098         * data/evince.desktop.in.in:
7099         
7100         Allow open uri lists and add TryExec field.
7101
7102 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * configure.ac:
7105
7106         Enable dbus when available, do not require a configure
7107         option.
7108
7109 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7110
7111         * configure.ac:
7112
7113         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7114         disabled.
7115
7116 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7117         Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7120         
7121         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7122         functions to the format required by dbus
7123
7124         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7125         errors. Use the RPC parameters in the expected way
7126
7127 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7128
7129         * Makefile.am:
7130         * properties/Makefile.am:
7131         * properties/ev-properties-main.c: (ev_properties_get_pages):
7132
7133         Support all mime types
7134
7135         * shell/Makefile.am:
7136         * thumbnailer/Makefile.am:
7137         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7138         (evince_thumbnail_pngenc_get):
7139
7140         Use the document factory
7141
7142 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7143
7144         * backend/Makefile.am:
7145         * backend/ev-document-factory.c:
7146         (mime_type_supported_by_gdk_pixbuf),
7147         (ev_document_type_get_from_mime),
7148         (ev_document_factory_get_document),
7149         (ev_document_factory_get_backend),
7150         (ev_document_factory_get_mime_types),
7151         (ev_document_factory_get_all_mime_types):
7152         * backend/ev-document-factory.h:
7153         * shell/Makefile.am:
7154         * shell/ev-document-types.c: (get_document_from_uri),
7155         (ev_document_types_get_document),
7156         (file_filter_add_mime_list_and_free),
7157         (ev_document_types_add_filters):
7158         * shell/ev-document-types.h:
7159         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7160         * shell/ev-properties-dialog.c:
7161         (ev_properties_dialog_set_document):
7162         * shell/ev-window.c: (ev_window_cmd_file_open),
7163         (ev_window_cmd_save_as):
7164         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7165
7166         Rework document types managing to avoid code duplication
7167         and actually abstract from backend implementations.
7168         Also provide a minimal factory api that can be used by
7169         thumbnailer/properties.
7170
7171 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7172
7173         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7174         Plug a mem leak.
7175         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7176         HIG spacings.
7177
7178 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7179
7180         * shell/ev-properties-dialog.c
7181         (ev_properties_dialog_set_document): only call
7182         ev_properties_fonts_set_document() if the document implements the
7183         fonts interface
7184
7185 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7186
7187         * configure.ac:
7188         * properties/Makefile.am:
7189         * properties/ev-properties-view.c:
7190         (ev_properties_view_register_type):
7191         * properties/ev-properties-view.h:
7192         * properties/ev-properties-main.h:
7193
7194         Implement nautilus plugin for properties.
7195         Works only for pdf atm, I need to rework the
7196         document types stuff to get this to work
7197         for all backends...
7198
7199 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7200
7201         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7202         (ev_properties_fonts_set_document): use
7203         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7204
7205 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7206
7207         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7208         them
7209         (PlaceImage, tiff2ps_process_page): use
7210         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7211
7212
7213 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7214
7215         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7216         (main): to call gnome_authentication_manager_init. Should fix
7217         Bug #308510
7218
7219         * configure.ac: that requires libgnomeui 2.6.0.
7220
7221 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7222
7223         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7224         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7225         use the new tiff2ps interfaces
7226
7227         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7228         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7229
7230         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7231         structure instead of global variables.  Remove use of static
7232         variables in functions.
7233
7234 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7235
7236         * shell/ev-page-action.c: unref the completion after setting it to the
7237         entry
7238
7239 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7240
7241         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7242         postscript files
7243
7244 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7245
7246         * shell/ev-window.c (update_action_sensitivity): disable
7247         File->Print if the document does not implement the ps exporter
7248         interface
7249
7250 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7251
7252         * Makefile.am:
7253         * configure.ac:
7254         * data/evince-properties.glade:
7255         * properties/.cvsignore:
7256         * properties/Makefile.am:
7257         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7258         (ev_properties_view_class_init), (ev_properties_view_format_date),
7259         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7260         (ev_properties_view_init), (ev_properties_view_new):
7261         * properties/ev-properties-view.h:
7262         * shell/Makefile.am:
7263         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7264         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7265         (ev_properties_dialog_new):
7266         * shell/ev-properties-dialog.h:
7267         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7268         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7269         (update_progress_label), (job_fonts_finished_cb),
7270         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7271         * shell/ev-properties-fonts.h:
7272         * shell/ev-properties.c:
7273         * shell/ev-properties.h:
7274         * shell/ev-window.c: (ev_window_setup_document),
7275         (ev_window_cmd_file_properties):
7276
7277         Split the properties pages in two different objects, depend
7278         only on the backend where possible, use widgets instead
7279         of gobject for the glade part, reimplement the dialog
7280         itself with gtk.
7281         I need this to implement nautilus properties page.
7282
7283 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7284
7285         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7286         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7287         (tiff_document_document_ps_exporter_iface_init): implement the ps
7288         exporter interface for tiff documents
7289
7290         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7291         libtiff to implement TIFF postscript export
7292
7293         * tiff/tiff2ps.h: added a header file for external tiff2ps
7294         functions.
7295
7296         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7297         tiff2ps.h
7298
7299 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7300
7301         * shell/ev-view.c: (scroll_to_current_page),
7302         (ev_view_set_fullscreen), (ev_view_set_presentation):
7303         
7304         Scroll to current page when exit from presentation
7305
7306 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * shell/ev-window.c: (update_document_mode),
7309         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7310         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7311         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7312         
7313         Exit from fullscreen mode when switch to presentation. Fix for
7314         bug 309365
7315
7316 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7317
7318         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7319         return NULL if the document does not implement the selection
7320         interface.
7321
7322 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7323
7324         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7325         reported height by using the resolution aspect ratio
7326         (tiff_document_render_pixbuf): scale the pixbuf using the
7327         resolution aspect ratio
7328
7329 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * configure.ac:
7332         
7333         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7334         <kiltedaco@gmail.com>
7335         
7336         * djvu/djvu-document.c: (djvu_document_get_orientation),
7337         (djvu_document_set_orientation), (djvu_document_get_page_size),
7338         (rotate_pixbuf), (djvu_document_render_pixbuf),
7339         (djvu_document_document_iface_init):
7340         * dvi/dvi-document.c: (dvi_document_get_orientation),
7341         (dvi_document_set_orientation), (dvi_document_get_page_size),
7342         (rotate_pixbuf), (dvi_document_render_pixbuf),
7343         (dvi_document_document_iface_init):
7344         
7345         Dvi and djvu backends are ported to new API
7346
7347 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7348
7349         * backend/ev-selection.c: (ev_selection_get_selection_region),
7350         (ev_selection_get_selection_map):
7351         * backend/ev-selection.h:
7352         * pdf/ev-poppler.cc:
7353         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7354         * shell/ev-jobs.h:
7355         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7356         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7357         (ev_pixbuf_cache_get_text_mapping):
7358         * shell/ev-pixbuf-cache.h:
7359         * shell/ev-view.c: (location_in_text),
7360         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7361         support to EvView.  Now we can see where we can select!  Sweet!
7362
7363 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7364
7365         * shell/ev-view.c (ev_view_button_press_event): Fix
7366         event->y + view->scroll_x typo.
7367
7368 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7369
7370         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7371         sub-GdkPixbuf instead of passing dest_x and dest_y.
7372         
7373         * shell/ev-view.c: (view_point_to_doc_point),
7374         (view_rect_to_doc_rect), (ev_view_button_press_event),
7375         (ev_view_motion_notify_event), (compute_new_selection_rect),
7376         (gdk_rectangle_point_in), (compute_new_selection_text),
7377         (compute_selections): Update selection code to keep the selection
7378         around as two points and not as a normalized rectangle, and fix
7379         page level selection in two-column mode.
7380
7381 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7382
7383         * shell/ev-window.c: (window_configure_event_cb): 
7384         
7385         Fix compilation
7386         
7387 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7388
7389         * pdf/ev-poppler.cc:
7390
7391         Fix compilation
7392
7393 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7394
7395         * shell/Makefile.am:
7396         * shell/ev-metadata-manager.c: (item_free),
7397         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7398         (parse_value), (parseItem), (load_values),
7399         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7400         (save_values), (save_item), (get_oldest), (resize_items),
7401         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7402         * shell/ev-metadata-manager.h:
7403
7404         Metadata manager from gedit but modified to use GValue, so that
7405         we dont need to keep converting from strings.
7406
7407         * configure.ac:
7408
7409         ENABLE_METADATA conditional, on when dbus is on
7410
7411         * shell/ev-application.c: (ev_application_open_uri):
7412
7413         Show the window after load so that we can initialize
7414         window size before it's showed.
7415
7416         * shell/ev-window.c: (ev_window_setup_from_metadata),
7417         (ev_window_open_uri), (window_configure_event_cb),
7418         (ev_window_init):
7419
7420         Save and load metadata information about window size.
7421         Not yet keeping states in account.
7422
7423         * shell/main.c: (main):
7424
7425         Shutdown metadata manager.
7426
7427 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7428
7429         * shell/ev-application-service.xml:
7430         * configure.ac:
7431         * shell/Makefile.am:
7432         * shell/ev-application.c:
7433         * shell/ev-application.h:
7434         * shell/ev-window.c:
7435         * shell/ev-window.h:
7436         * shell/main.c:
7437
7438         Add an optional dbus interface (--enable-dbus).
7439         Rework application code, mainly to be easier to
7440         use "remotely".
7441         Do not open multiple windows with the same document,
7442         spatial evince!
7443
7444 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7445
7446         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7447         pixbuf iff it exists.
7448
7449 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7450
7451         * shell/*:
7452         * backend/ev-render-context.[ch]:
7453         * backend/ev-selection.[ch]:
7454
7455         Massive changes.  We now support text selection of pdfs, and not
7456         just rectangular selection.  This is pretty broken still, but I
7457         want to get something into CVS.
7458
7459 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7460
7461         * pdf/ev-poppler.cc:
7462         
7463         Fix for Bug 309080: crash on window close.
7464         
7465         * shell/ev-page-action.c: (page_changed_cb):
7466         
7467         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7468         jensgr@gmx.net (Jens Granseuer).
7469
7470 2005-06-25  Marcel Telka  <marcel@telka.sk>
7471
7472         * configure.in (ALL_LINGUAS): Added sk.
7473
7474 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7475
7476         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7477         not a document open
7478
7479 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7480
7481         * NEWS:
7482         * configure.ac:
7483
7484         Release 0.3.2
7485
7486         * cut-n-paste/recent-files/Makefile.am:
7487
7488         Fix make distcheck
7489
7490 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7491
7492         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7493         (pixbuf_document_set_orientation), (rotate_pixbuf),
7494         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7495         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7496
7497         Implement rotation and cleanup the code a bit.
7498
7499         * tiff/tiff-document.c: (tiff_document_get_page_size),
7500         (tiff_document_get_orientation), (tiff_document_set_orientation),
7501         (rotate_pixbuf), (tiff_document_render_pixbuf),
7502         (tiff_document_document_iface_init), (tiff_document_init):
7503
7504         Implement rotation. Was the quicker solution for the release
7505         but we really need to share this code in the shell.
7506
7507 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7508
7509         * pdf/ev-poppler.cc:
7510
7511         Enable rotation, require poppler cvs. Fix a leak.
7512
7513 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7514
7515         * shell/ev-window.c: (update_action_sensitivity):
7516         
7517         Make properties unsensitive if document backend doesn't provide
7518         any info
7519
7520 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7523         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7524         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7525         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7526         (bitmap_flip_rotate_counter_clockwise):
7527         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7528         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7529         (buff_gets):
7530         * dvi/mdvi-lib/common.h:
7531         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7532         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7533         (opendvi), (mdvi_reload), (mdvi_init_context),
7534         (mdvi_destroy_context), (mdvi_dopage), (special):
7535         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7536         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7537         (file_hash_free), (register_encoding), (parse_spec),
7538         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7539         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7540         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7541         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7542         (mdvi_register_font_type), (mdvi_unregister_font_type),
7543         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7544         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7545         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7546         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7547         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7548         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7549         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7550         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7551         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7552         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7553         (mdvi_unregister_special), (mdvi_flush_specials):
7554         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7555         (t1_font_remove):
7556         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7557         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7558         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7559         (free_font_metrics), (flush_font_metrics):
7560         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7561         (tt_font_remove):
7562         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7563         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7564         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7565         (dstring_insert), (dstring_new), (dstring_reset):
7566         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7567         
7568         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7569         avoid conflict with libtool on FC4
7570         
7571         * shell/ev-window.c: (ev_window_cmd_help_about):
7572         
7573         Update copyright year. Fix for bug 308828.
7574
7575 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * shell/ev-view.c: (add_scroll_binding_keypad),
7578         (ev_view_binding_activated), (ev_view_class_init),
7579         (on_adjustment_value_changed):
7580         
7581         Bug 170874: Arrow keys switch pages in presentation mode
7582
7583 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7586         
7587         Fix for Bug 308265: Sidebar dissappears coming out of 
7588         Presentation mode
7589
7590 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * shell/ev-application.c: (ev_application_open):
7593         * shell/ev-document-types.c: (ev_document_types_add_filters),
7594         (ev_document_types_add_filters_for_type):
7595         * shell/ev-document-types.h:
7596         * shell/ev-window.c: (ev_window_cmd_save_as):
7597         
7598         Suggest basename as template when saving, provide filters
7599         for save dialog. It's bug 308402
7600
7601 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7602
7603         * pdf/ev-poppler.cc:
7604         * shell/ev-sidebar-links.c: (job_finished_callback):
7605         * shell/ev-view.c: (update_find_status_message):
7606         
7607         Some leaks fixed
7608
7609 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7610
7611         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7612         (egg_recent_view_uimanager_set_list):
7613
7614         Fix buglet in !show_numbers case.
7615
7616 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7617
7618         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7619         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7620
7621         Use pango ellipsisation.
7622
7623         * pdf/ev-poppler.cc:
7624
7625         Fix refcount leak, from nsh.
7626
7627 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7628
7629         * cut-n-paste/recent-files/Makefile.am:
7630         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7631         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7632         
7633         Removed EggRecentViewGtk
7634         
7635         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7636         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7637         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7638         (ev_window_setup_recent):
7639         
7640         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7641         with other projects
7642
7643 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7646         (egg_recent_view_gtk_finalize):
7647
7648         Fix memory leak
7649
7650         * cut-n-paste/toolbar-editor/Makefile.am:
7651         
7652         Fix location of cursor icon.
7653         
7654         * pdf/ev-poppler.cc:
7655         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7656         (display_completion_text), (match_completion):
7657         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7658         (selection_changed_callback), (create_loading_model),
7659         (print_section_cb), (links_page_num_func),
7660         (update_page_callback_foreach):
7661         * shell/ev-window.c: (ev_window_dispose):
7662         
7663         Small memory fixes. Links model now store objects instead
7664         of pointers to improve memory management. 
7665
7666 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7667
7668         * shell/ev-window.c: (zoom_control_changed_cb):
7669         
7670         Fix update of zoom control (bug 308268).
7671
7672 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7673
7674         * shell/ev-properties.c (set_property): escape the text correctly.
7675         Handles non-UTF-8 properties and escaped properties.  Also, sets
7676         the text to "<i>None</i>" if the property isn't set.
7677
7678         * data/evince-properties.glade: Change the label to be ellipsized,
7679         and give it a minimum size.
7680
7681 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7682
7683         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7684         * shell/ev-sidebar-links.c: (create_loading_model):
7685         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7686         * shell/ev-view.c: (ev_view_set_document):
7687         * shell/ev-window.c: (ev_window_dispose):
7688         
7689         Various small fixes, mostly memory leaks. Thanks to valgrind.
7690
7691 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7692
7693         * ps/ps-document.c: remove the locale.h include again ;-). And
7694         kill the (bogus) setlocale/savelocale business.
7695
7696 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7697
7698         * ps/ps-document.c:
7699         
7700         Include locale.h to fix build
7701         
7702         * shell/ev-sidebar.c:
7703         
7704         Remove unnecessary includes
7705
7706 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7707
7708         * dvi/dvi-document.c: (dvi_document_load):
7709         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7710         * po/POTFILES.in:
7711         
7712         Check for incorrect dvi files. Fix parsing dvi on AMD64
7713         platform. Thanks to tester@tester.ca (Olivier Crete).
7714
7715 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7716
7717         * shell/ev-page-action.c: (match_selected_cb),
7718         (display_completion_text), (match_completion), (update_model):
7719         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7720         (expand_open_links):
7721         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7722         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7723         (ev_sidebar_set_document):
7724         * shell/ev-window.c: (ev_window_xfer_job_cb),
7725         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7726         
7727         Fixed lot's of memory leaks, for example, memory leak on reload, 
7728         described in bug 307793.
7729
7730 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7731
7732         * pdf/ev-poppler.cc:
7733         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7734         (update_visible_range), (adjustment_changed_cb),
7735         (ev_sidebar_thumbnails_fill_model),
7736         (ev_sidebar_thumbnails_refresh),
7737         (ev_sidebar_tree_selection_changed),
7738         (ev_sidebar_icon_selection_changed),
7739         (ev_sidebar_thumbnails_use_icon_view),
7740         (ev_sidebar_thumbnails_set_document):
7741         * shell/ev-sidebar-thumbnails.h:
7742         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7743         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7744
7745         Refresh thumbnails when changing orientation. Not fully
7746         working yet becuase of a sidebar bug.
7747
7748         Set page orientation to poppler page everywhere. This sucks
7749         really need to fix poppler.
7750
7751 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7754         (egg_recent_view_gtk_new_menu_item),
7755         (egg_recent_view_gtk_set_property),
7756         (egg_recent_view_gtk_get_property),
7757         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7758         (egg_recent_view_gtk_set_tooltip_func),
7759         (egg_recent_view_gtk_set_label_width),
7760         (egg_recent_view_gtk_get_label_width):
7761         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7762
7763         Sync with libegg (ellipsize labels)
7764
7765 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7766
7767         * data/evince-ui.xml:
7768         * shell/ev-window.c: (ev_window_cmd_go_forward),
7769         (ev_window_cmd_go_backward):
7770         
7771         Shift + PageUp moves 10 Pages. Fix for 306125
7772
7773 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7774
7775         * pdf/ev-poppler.cc:
7776
7777         Add a flag to check if orientation has been overriden
7778
7779 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7780
7781         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7782         field if necessary.
7783
7784         * ps/ps.h: add creator field to document.
7785
7786         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7787         set creator field.
7788
7789 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7790
7791         * data/evince-properties.glade:
7792         * shell/ev-properties.c: (ev_properties_set_document):
7793
7794         s/PDF Version/Format
7795
7796 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7797
7798         * shell/ev-properties.c: (ev_properties_set_document):
7799
7800         Remove unnecessary translations
7801
7802 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7803
7804         * cut-n-paste/toolbar-editor/Makefile.am:
7805
7806         Correct library name    
7807
7808 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * configure.ac:
7811         * cut-n-paste/recent-files/egg-recent-model.c:
7812         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7813         (egg_recent_model_unlock_file):
7814         * cut-n-paste/recent-files/egg-recent-util.c:
7815         (egg_recent_util_get_unique_id):
7816         * cut-n-paste/recent-files/update-from-egg.sh:
7817         * cut-n-paste/toolbar-editor/Makefile.am:
7818         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7819         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7820         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7821         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7822         (egg_toolbars_model_get_type):
7823         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7824
7825         Better makefile for toolbar editor and update everything
7826         to latest libegg.
7827
7828 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * shell/ev-window.c: (update_document_mode):
7831
7832         Prefer presentation mode when the document
7833         require fullscreen.
7834
7835 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7836
7837         * data/evince-ui.xml:
7838         * shell/ev-window.c:
7839
7840         Add control-equal for zooming
7841
7842 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7843
7844         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7845
7846 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7847
7848         * backend/ev-document.c: (ev_document_get_orientation):
7849         * backend/ev-document.h:
7850         * pdf/ev-poppler.cc:
7851         * ps/ps-document.c: (ps_document_get_orientation),
7852         (ps_document_set_orientation), (ps_document_document_iface_init):
7853
7854         Add a get_orientation api. Improve set_orientation.
7855
7856         * data/evince-ui.xml:
7857         * shell/ev-view.c: (ev_view_set_orientation),
7858         (ev_view_rotate_right), (ev_view_rotate_left):
7859         * shell/ev-view.h:
7860         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7861         (ev_window_cmd_edit_rotate_right):
7862
7863         Better ui for changing document orientation
7864
7865 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7866
7867         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7868         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7869         * shell/ev-sidebar-links.h:
7870         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7871         (ev_sidebar_page_iface_init):
7872         * shell/ev-sidebar-page.h:
7873         * shell/ev-sidebar-thumbnails.c:
7874         (ev_sidebar_thumbnails_get_property),
7875         (ev_sidebar_thumbnails_class_init),
7876         (ev_sidebar_thumbnails_set_document):
7877         * shell/ev-sidebar-thumbnails.h:
7878         * shell/ev-view.c: (ev_view_motion_notify_event):
7879         * shell/ev-window.c: (update_chrome_visibility),
7880         (ev_window_cmd_focus_page_selector),
7881         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7882         (sidebar_page_main_widget_update_cb), (ev_window_init):
7883         
7884         Autoraise toolbar on GoToPage binding and fix bindings in
7885         EvSidebarThumbnails page.
7886
7887 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7888
7889         * shell/ev-properties.c: (update_progress_label):
7890
7891         Hide the progress label when finished; bug #307697.
7892
7893 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7894
7895         * pdf/ev-poppler.cc:
7896
7897         Enable is_open for links, you will need poppler cvs
7898
7899         * shell/ev-properties.c: (job_fonts_finished_cb):
7900
7901         Get a lock on the document when filling the tree view
7902
7903 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7904
7905         * backend/ev-document-links.h:
7906         * pdf/ev-poppler.cc:
7907         * shell/ev-sidebar-links.c: (create_loading_model),
7908         (expand_open_links), (job_finished_callback):
7909
7910         Expand links when specified by the document.
7911         Depend on a poppler api (defined out for now)
7912
7913 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7914
7915         * shell/ev-properties.c: (ev_properties_dispose),
7916         (ev_properties_class_init), (dialog_destroy_cb),
7917         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7918         (ev_properties_set_document), (ev_properties_new),
7919         (ev_properties_show):
7920         * shell/ev-properties.h:
7921
7922         Make it an object, cleanup the code, api to show it as transient
7923         and to set the document.
7924
7925         * shell/ev-window.c: (ev_window_setup_document),
7926         (ev_window_cmd_file_properties):
7927
7928         Adapt to EvProperties changes, do not show multiple
7929         times, update it when document changes.
7930
7931 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7932
7933         * ps/gstypes.h:
7934         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7935         (ps_document_set_orientation), (ps_document_document_iface_init):
7936         * ps/ps-document.h:
7937
7938         Implement orientation here too
7939
7940         * shell/ev-properties.c: (ev_properties_new):
7941         * data/evince-properties.glade:
7942
7943         Hide the fonts page for backends that doesnt
7944         support it.     
7945
7946 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7947
7948         * backend/ev-document.c: (ev_document_set_orientation):
7949         * backend/ev-document.h:
7950         * pdf/ev-poppler.cc:
7951
7952         Add orientation api. Currently poppler api is not optimal,
7953         we need to set orientation every time we _get a page.
7954         I will try to fix that at some point.
7955
7956         * data/evince-ui.xml:
7957         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7958         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7959
7960         Add orientation menu items
7961
7962         * shell/ev-page-cache.c: (ev_page_cache_clear):
7963         * shell/ev-page-cache.h:
7964
7965         Add api to clear the cache
7966
7967         * shell/ev-view.c: (setup_caches), (clear_caches),
7968         (ev_view_set_document), (ev_view_zoom_out),
7969         (ev_view_set_orientation):
7970         * shell/ev-view.h:
7971
7972         Implement orientation changing
7973
7974 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7975
7976         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7977         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7978         * backend/ev-document-fonts.h:
7979
7980         Separate scan and fill so that we can incrementally fill from
7981         the main thread. Add a progress api.
7982
7983         * data/evince-properties.glade:
7984         * pdf/ev-poppler.cc:
7985         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7986         * shell/ev-jobs.h:
7987         * shell/ev-properties.c: (update_progress_label),
7988         (job_fonts_finished_cb), (setup_fonts_view):
7989
7990         Incrementally feel the list and show the progress
7991         percentage in a label like acrobat does.
7992
7993         You are going to need poppler cvs
7994
7995 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7996
7997         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7998         * backend/ev-document-fonts.h:
7999         * pdf/ev-poppler.cc:
8000
8001         Make fonts model fill incrementally.
8002
8003         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8004         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8005         (ev_job_queue_remove_job):
8006         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8007         (ev_job_fonts_new), (ev_job_fonts_run):
8008         * shell/ev-jobs.h:
8009
8010         New job for fonts scanning
8011
8012         * shell/ev-properties.c: (job_fonts_finished_cb),
8013         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8014         * shell/ev-properties.h:
8015         * shell/ev-window.c: (ev_window_cmd_file_properties):
8016
8017         Incrementally feel the treeview using the new job. Show Loading...
8018         message until scanning is completed.
8019
8020         Hopefully I didnt break the build without the poppler patch.
8021
8022 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8023
8024         * shell/ev-application.c: (ev_application_open):
8025         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8026         (ev_document_type_get_type), (ev_document_type_lookup):
8027         * shell/ev-document-types.h:
8028         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8029         * shell/ev-job-xfer.h:
8030         * shell/ev-window.c: (ev_window_clear_local_uri),
8031         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8032         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8033         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8034         
8035         Transfer remote documents to tmp directory to display them later.
8036
8037 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8038
8039         * backend/ev-document-info.h:
8040         * shell/ev-properties.c: (ev_properties_new):
8041
8042         s/GTime*/GTime. Not sure why we was using a pointer
8043         at all there!
8044
8045 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8046
8047         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8048         situations.  That situation is that you're using GTK+-HEAD with
8049         the patch at #306726 is applied, and you have a document with <
8050         1500 pages in it.  It's not quite as uniformly nice as the
8051         TreeView, but should be better in the long run.
8052
8053         I'm pretty sure I guarded against breaking compilation with
8054         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8055         I missed some.
8056
8057         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8058         widget yet, so I commented that code out
8059         enable_view_actions_for_widget() for now.  Need to figure this
8060         out.
8061
8062         * shell/ev-page-action.c (match_selected_cb): emit the right
8063         signals.  Our cool C-l completion now works.
8064
8065 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * backend/Makefile.am:
8068         * backend/ev-document-fonts.c:
8069         * backend/ev-document-links.c:
8070         * backend/ev-document.c: (ev_document_load):
8071         * backend/ev-document.h:
8072         * backend/ev-job-queue.c:
8073         * backend/ev-job-queue.h:
8074         * backend/ev-jobs.c:
8075         * backend/ev-jobs.h:
8076         * backend/ev-page-cache.c:
8077         * backend/ev-page-cache.h:
8078
8079         EvPageCache and EvJobs are moved to shell.
8080
8081         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8082         (ev_tmp_filename):
8083         * lib/ev-file-helpers.h:
8084         
8085         New helper to work with temporary files
8086         
8087         * shell/Makefile.am:
8088         * shell/ev-application.c: (ev_application_open):
8089         * shell/ev-application.h:
8090         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8091         (remove_job_from_async_queue), (add_job_to_async_queue),
8092         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8093         (handle_job), (search_for_jobs_unlocked),
8094         (no_jobs_available_unlocked), (ev_render_thread),
8095         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8096         (ev_job_queue_add_job), (move_job_async), (move_job),
8097         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8098         * shell/ev-job-queue.h:
8099         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8100         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8101         * shell/ev-job-xfer.h:
8102         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8103         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8104         (ev_job_links_class_init), (ev_job_render_init),
8105         (ev_job_render_dispose), (ev_job_render_class_init),
8106         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8107         (ev_job_thumbnail_class_init), (ev_job_load_init),
8108         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8109         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8110         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8111         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8112         * shell/ev-jobs.h:
8113         * shell/ev-page-action.c: (ev_page_action_set_document):
8114         * shell/ev-page-cache.c: (ev_page_cache_init),
8115         (ev_page_cache_class_init), (ev_page_cache_finalize),
8116         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8117         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8118         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8119         (ev_page_cache_get_title), (ev_page_cache_get_size),
8120         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8121         (ev_page_cache_get_height_to_page),
8122         (ev_page_cache_get_max_label_chars),
8123         (ev_page_cache_get_page_label),
8124         (ev_page_cache_has_nonnumeric_page_labels),
8125         (ev_page_cache_get_info), (ev_page_cache_next_page),
8126         (ev_page_cache_prev_page), (ev_page_cache_get):
8127         * shell/ev-page-cache.h:
8128         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8129         (ev_pixbuf_cache_clear_job_sizes),
8130         (ev_pixbuf_cache_add_jobs_if_needed),
8131         (ev_pixbuf_cache_set_page_range):
8132         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8133         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8134         * shell/ev-sidebar-thumbnails.c:
8135         (ev_sidebar_tree_selection_changed),
8136         (ev_sidebar_thumbnails_set_document):
8137         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8138         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8139         (ev_statusbar_get_context_id), (ev_statusbar_push),
8140         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8141         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8142         (ev_statusbar_set_progress):
8143         * shell/ev-statusbar.h:
8144         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8145         (ev_view_find_previous):
8146         * shell/ev-window.c: (ev_window_is_empty),
8147         (ev_window_setup_document), (password_dialog_response),
8148         (ev_window_clear_jobs), (ev_window_load_job_cb),
8149         (ev_window_xfer_job_cb), (ev_window_open_uri),
8150         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8151         (ev_window_print), (ev_window_print_range),
8152         (ev_window_state_event), (ev_window_cmd_view_reload),
8153         (menu_item_select_cb), (menu_item_deselect_cb),
8154         (view_status_changed_cb), (ev_window_dispose),
8155         (drag_data_received_cb), (ev_window_init):
8156         * shell/ev-window.h:
8157         * shell/main.c: (load_files):
8158         
8159         New statusbar to show progress on idle. Two new jobs - 
8160         xfer job and load job to load document in background. And update
8161         of page_cache clients to new location of code.
8162
8163 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8164   
8165         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8166         selection in open dialog. It also remembers the last visited directory 
8167         in the current session.
8168
8169 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8170
8171         * shell/ev-properties.c: (ev_properties_new):
8172         * shell/ev-properties.h:
8173         * shell/ev-window.c: (ev_window_cmd_file_properties):
8174         
8175         Get document info from page cache instead of document itself.
8176         This should fix crash related to race conditions described in
8177         bug 306545.
8178
8179 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8180
8181         * ps/ps-document.c: (ps_document_init),
8182         (send_ps), (get_page_box), (output), (catchPipe), (input),
8183         (stop_interpreter), (file_length), (file_readable),
8184         (check_filecompressedb), (ps_document_enable_interpreter),
8185         (document_load), (ps_async_renderer_render_pixbuf):
8186         * ps/ps-document.h:
8187
8188         Big cleanup of the ps code
8189
8190 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8191
8192         * backend/Makefile.am:
8193         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8194         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8195         * backend/ev-async-renderer.h:
8196
8197         Add an async renderer interface (method + callback) which
8198         is useful for backends like ps.
8199
8200         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8201         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8202         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8203         (ev_job_queue_add_job), (move_job_async), (move_job),
8204         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8205
8206         Add queues for async renderer, these are executed on the
8207         main thread.
8208
8209         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8210         (ev_job_render_run):
8211         * backend/ev-jobs.h:
8212
8213         If the backend support async renderer interface use it.
8214
8215         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8216         (setup_pixmap), (ps_document_get_type),
8217         (ps_async_renderer_render_pixbuf),
8218         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8219
8220         Implement async renderer interface.
8221
8222 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8223
8224         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8225
8226         Cleanup links job on exit.
8227
8228 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8229
8230         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8231         (drag_data_get_cb), (drag_data_received_cb):
8232         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8233         (drag_data_get_cb), (parse_item_list),
8234         (egg_toolbar_editor_load_actions):
8235         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8236         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8237         (parse_item_list), (parse_toolbars):
8238         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8239         (dvi_pixbuf_put_pixel):
8240         
8241         Fix gcc 4.0 warnings
8242
8243 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8244
8245         * ps/ps-document.c: (start_interpreter):
8246
8247         Fix warning when loading ps
8248
8249 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8250
8251         * ps/ps-document.c: (output):
8252
8253         Fix crash when priting gs error messages.
8254
8255 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8256
8257         * backend/ev-page-cache.c: (_ev_page_cache_new):
8258         * backend/ev-page-cache.h:
8259
8260         Use a const to return title so that we dont double
8261         free it. Small cleanup and fix a leak.
8262
8263         * shell/ev-window.c: (update_window_title):
8264
8265         strdup value from get_title.
8266
8267 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8268
8269         * shell/ev-sidebar-links.c: (job_finished_callback),
8270         (ev_sidebar_links_set_document):
8271
8272         Cleanup the old job when changing document
8273
8274 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8275
8276         * shell/ev-stock-icons.c:
8277         * shell/ev-stock-icons.h:
8278         * shell/ev-window.c:
8279         
8280         Add stock icons for actions that can appear in toolbar. Fix for
8281         bug 306566.
8282
8283 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8284
8285         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8286         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8287         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8288         * backend/ev-page-cache.h:
8289         * shell/ev-view.c: (scroll_to_current_page),
8290         (view_update_range_and_current_page), (get_page_y_offset),
8291         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8292         (ev_view_size_request_continuous),
8293         (ev_view_zoom_for_size_continuous_and_dual_page),
8294         (ev_view_zoom_for_size_continuous):
8295         
8296         More compact EvView layout in document with pages of different size.
8297
8298 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8299
8300         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8301         compilation.
8302
8303 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8304
8305         * shell/ev-view.c: (view_set_adjustment_values):
8306         * shell/ev-window.c: (ev_window_cmd_file_properties):
8307         
8308         A bit different fix for rounding problem but it has no
8309         problems on startup. Make properties window transient to parent.
8310
8311 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8312
8313         * pdf/ev-poppler.cc:
8314         
8315         More commenting of font stuff.
8316
8317 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8318
8319         * pdf/ev-poppler.cc:
8320
8321         Comment out some more fonts stuff. Should really
8322         work without the poppler patch now.
8323
8324 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8325
8326         * pdf/ev-poppler.cc:
8327
8328         Adapt to api change
8329
8330 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8331
8332         * data/evince-properties.glade:
8333         * pdf/ev-poppler.cc:
8334         * shell/ev-properties.c: (setup_fonts_view):
8335
8336         Set the column title. Show the dialog only
8337         once everything is setup.
8338         Getting font info can be very slow... will
8339         prolly need to make this threaded too.
8340
8341 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8342
8343         * backend/Makefile.am:
8344         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8345         (ev_document_fonts_get_fonts_model):
8346         * backend/ev-document-fonts.h:
8347         * data/evince-properties.glade:
8348         * pdf/ev-poppler.cc:
8349         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8350         * shell/ev-properties.h:
8351         * shell/ev-window.c: (ev_window_cmd_file_properties):
8352
8353         Implement fonts list. Defined out for now, since it depends
8354         on a not yet committed poppler patch.
8355
8356 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8357
8358         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8359         page + 1.
8360
8361         * shell/ev-window.c: Make sure we add the timeout when we get a
8362         focus-in event.
8363
8364         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8365         adjustment->value before calculating the zoom factor to average
8366         out all of our rounding errors.  The page no longer 'drifts' when
8367         resizing.
8368
8369 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8370
8371         * data/evince-properties.glade:
8372         * shell/ev-properties.c: (ev_properties_format_date),
8373         (set_property):
8374         
8375         Labels don't expand when the dialogue is resized.
8376         strftime result needs to be converted to UTF-8. Thanks
8377         to Christian Persch <chpe@gnome.org>.
8378
8379 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8380
8381         * data/evince-properties.glade:
8382
8383         Hide the fonts tab
8384
8385 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8386
8387         * backend/ev-document-info.h:
8388         * backend/ev-document.c: (ev_document_info_free):
8389         * data/evince-properties.glade:
8390         * pdf/ev-poppler.cc:
8391         * ps/ps-document.c: (ps_document_get_info):
8392         * shell/ev-properties.c: (ev_properties_format_date),
8393         (set_property), (ev_properties_new):
8394         * shell/ev-properties.h:
8395         * shell/ev-window.c: (ev_window_cmd_file_properties):
8396
8397         Rework properties code to take only EvPropertyInfo
8398         in the constructor so that it can be useful for
8399         nautilus plugin too.
8400
8401         Deal with backends that doesnt support some properties.
8402         Make set property code generic.
8403
8404 2005-06-04  Christian Persch <chpe@gnome.org>
8405
8406         * data/evince-properties.glade:
8407
8408         fix spacings, make resizeable, and make data labels
8409         selectable + ellipsised
8410
8411 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8412
8413         * backend/ev-document-info.h:
8414         * data/Makefile.am:
8415         * data/evince-ui.xml:
8416         * pdf/ev-poppler.cc:
8417         * shell/Makefile.am:
8418         * shell/ev-window.c: (update_action_sensitivity),
8419         (ev_window_cmd_file_properties):
8420
8421         Initial go at file properties. Patch by
8422         Emil Soleyman-Zomalan <emil@soleyman.com>.
8423         Needs love see #169583
8424
8425 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8426
8427         * ps/ps-document.c: (output):
8428         * ps/ps.c: (psscan):
8429
8430         Try to render even if psscan fails.
8431
8432 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8433
8434         * ps/ps.c: (psscan), (pscopydoc):
8435
8436         Port buffered reading code from gv
8437
8438 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8439
8440         * ps/ps-document.c: (interpreter_message), (output):
8441
8442         Do not fail on interpreter messages
8443
8444 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8445
8446         * backend/ev-document-misc.c:
8447         (ev_document_misc_get_thumbnail_frame):
8448
8449         Pages can be 0 x 0, dont assert on this case
8450
8451 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8452
8453         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8454         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8455
8456         Correctly manage our reference on document. Finally the reload
8457         huge leak is gone...
8458
8459 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8460
8461         * ps/ps-document.c: (ps_document_dispose):
8462
8463         Forgot to chain it to the parent. Thanks chpe.
8464
8465 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8466
8467         * ps/ps-document.c: (ps_document_dispose),
8468         (ps_document_class_init), (stop_interpreter), (document_load):
8469
8470         Cleanup dispose a bit. Dont leak the whole pixmap.
8471
8472 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8473
8474         * pdf/ev-poppler.cc:
8475
8476         Release the poppler document on dispose
8477
8478 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8479
8480         * shell/ev-view.c: (ev_view_set_document):
8481
8482         Release ref on the pixbuf cache when changing
8483         document.
8484
8485 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8486
8487         * ps/ps-document.c: (ps_document_get_info):
8488
8489         Fix a double free
8490
8491 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8492
8493         * backend/ev-page-cache.c: (ev_page_cache_init),
8494         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8495         * backend/ev-page-cache.h:
8496         * shell/ev-page-action.c: (page_changed_cb):
8497         
8498         Set page action entry width depending on labels width. Fix
8499         for bug 305202.
8500
8501 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * backend/ev-link.c: (ev_link_class_init):
8504
8505         Allow -1 as page value (error)
8506
8507 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8508
8509         * shell/ev-sidebar-thumbnails.c:
8510         (ev_sidebar_thumbnails_set_document):
8511         * shell/ev-view.c: (scroll_to_current_page),
8512         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8513         (page_changed_cb), (on_adjustment_value_changed),
8514         (ev_view_set_document):
8515
8516         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8517         Fix bug 305377
8518
8519 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8520
8521         * configure.ac:
8522         * djvu/djvu-document.c: (djvu_document_get_page_size):
8523
8524         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8525         bug 301993.
8526
8527 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8528
8529         * shell/ev-view.c (draw_one_page): modify the expose handling to
8530         get the shadows.
8531
8532         * shell/ev-window.c (update_action_sensitivity): Respect
8533         permissions field.  Kowtow to the man.
8534
8535         * pdf/ev-poppler.cc: Get the permissions field.
8536
8537         * tiff/*c: Make a tiny bit more robust.
8538
8539 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8540
8541         * djvu/djvu-document.c:
8542         
8543         Pop messages from djvu context message queue.
8544
8545 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8546
8547         * configure.ac, Makefile.am, shell/Makefile.am:
8548         * tiff/Makefile.am, shell/ev-document-types.c:
8549         
8550         Cleanup tiff configure checks. Fix for bug 305218.
8551
8552 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8553
8554         * configure.ac: Added "uk" to ALL_LINGUAS.
8555
8556 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8557
8558         * cut-n-paste/zoom-control/ephy-zoom.c:
8559         (ephy_zoom_get_changed_zoom_level):
8560         * cut-n-paste/zoom-control/ephy-zoom.h:
8561         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8562         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8563         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8564         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8565         (zoom_control_changed_cb), (ev_window_init):
8566         
8567         Fix minor points related to moving best fit up. Introduce
8568         "zoom" property and make zoom control change it's value on
8569         notify::zoom signals. Fix for 305080.
8570
8571 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8572
8573         * data/evince-ui.xml:
8574         * shell/ev-window.c: (set_view_actions_sensitivity):
8575         
8576         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8577
8578 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8579
8580         * configure.ac:
8581
8582         Depends on poppler 0.3.2
8583
8584 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8585
8586         * cut-n-paste/recent-files/egg-recent-item.c:
8587         (egg_recent_item_get_short_name):
8588         * cut-n-paste/toolbar-editor/Makefile.am:
8589         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8590         (new_pixbuf_from_widget):
8591         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8592         * cut-n-paste/toolbar-editor/egg-marshal.c:
8593         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8594         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8595
8596         Sync
8597
8598 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8599
8600         * tiff/tiff-document.c: Rough TIFF backend.
8601
8602 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8603
8604         * NEWS:
8605         * configure.ac:
8606         * cut-n-paste/toolbar-editor/Makefile.am:
8607
8608         Release 0.3.1
8609
8610 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8613         (ev_view_find_next), (ev_view_find_previous):
8614
8615         Remove the locks around get_n_results   
8616
8617 2005-05-21  Juerg Billeter  <j@bitron.ch>
8618
8619         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8620
8621         Pass correct number of pages to poppler.
8622
8623 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8624
8625         * configure.ac:
8626         * data/Makefile.am:
8627         * data/evince.desktop.in: 
8628         * data/evince.desktop.in.in:
8629         * po/POTFILES.in:
8630         
8631         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8632
8633 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8634
8635         * shell/ev-view.c: (view_update_adjustments),
8636         (view_set_adjustment_values): cast adjustmen->value to (int)
8637         before using it.  Otherwise, we get off by a pixel in some
8638         situations.
8639
8640         (draw_one_page): Draw the border on expose.
8641
8642 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8643
8644         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8645         adjustment when the mode changes, #304923
8646
8647 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8648
8649         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8650         flickering on resize but still use gdk_window_scroll on
8651         scrolling
8652
8653 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8654
8655         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8656         option, #170458
8657
8658 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8659
8660         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8661         second page on page_changed if possible, #304669
8662
8663 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8664
8665         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8666         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8667
8668 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8669
8670         * .cvsignore:
8671         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8672         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8673         (ev_view_zoom_for_size_presentation),
8674         (ev_view_zoom_for_size_continuous_and_dual_page),
8675         (ev_view_zoom_for_size_continuous),
8676         (ev_view_zoom_for_size_dual_page),
8677         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8678         * shell/ev-view.h:
8679         * shell/ev-window.c: (update_view_size),
8680         (ev_window_sizing_mode_changed_cb):
8681
8682         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8683         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8684         an infinite loop, #304769
8685
8686
8687 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8688
8689         * data/evince-ui.xml:
8690         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8691         * shell/ev-window.c: (set_view_actions_sensitivity):
8692
8693         Make PgUp/Down behave like Space
8694
8695 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8696
8697         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8698         * backend/ev-ps-exporter.h:
8699         * pdf/ev-poppler.cc:
8700         * ps/ps-document.c: (ps_document_ps_export_begin):
8701         * shell/ev-print-job.c: (idle_print_handler):
8702
8703         Adapt to new poppler api
8704
8705 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8706
8707         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8708         (ephy_zoom_control_init):
8709
8710         Translate zoom levels
8711
8712 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8713
8714         * cut-n-paste/zoom-control/ephy-zoom.c:
8715         (ephy_zoom_get_zoom_level_index):
8716
8717         Fix current zoom -> zoom control match
8718
8719 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8720
8721         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8722         rather than the scrolled_window that it's in. Fixes bug #304655.
8723
8724 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8725
8726         * shell/ev-view.c: (view_update_adjustments),
8727         (view_set_adjustment_values), (view_update_range_and_current_page),
8728         (view_scroll_to_page), (set_scroll_adjustment),
8729         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8730         (ev_view_scroll), (ev_view_scroll_view),
8731         (ensure_rectangle_is_visible), (find_page_at_location),
8732         (get_link_at_location), (go_to_link), (status_message_from_link),
8733         (ev_view_size_request_continuous_dual_page),
8734         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8735         (ev_view_unrealize), (ev_view_expose_event),
8736         (ev_view_button_press_event), (ev_view_motion_notify_event),
8737         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8738         (draw_rubberband), (highlight_find_results), (draw_one_page),
8739         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8740         (ev_view_init), (find_changed_cb), (page_changed_cb),
8741         (on_adjustment_value_changed), (ev_view_new),
8742         (ev_view_set_document), (ev_view_set_zoom),
8743         (ev_view_set_continuous), (ev_view_set_dual_page),
8744         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8745         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8746         (ev_view_zoom_for_size_presentation),
8747         (ev_view_zoom_for_size_continuous_dual_page),
8748         (ev_view_zoom_for_size_continuous),
8749         (ev_view_zoom_for_size_dual_page),
8750         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8751         (ev_view_get_status), (ev_view_set_status),
8752         (update_find_status_message), (ev_view_get_find_status),
8753         (ev_view_set_find_status), (jump_to_find_result),
8754         (jump_to_find_page), (compute_selections), (clear_selection),
8755         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8756         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8757         (ev_view_update_primary_selection),
8758         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8759         * shell/ev-view.h:
8760         * shell/ev-window.c: (ev_window_open_page_label),
8761         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8762         (ev_window_init):
8763         * shell/ev-window.h:
8764         * shell/main.c: (load_files):
8765
8766         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8767         when resizing.  Remove the bin_window().  Also, patch from James
8768         Bowes to fix command line page, #300641
8769         
8770 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8771
8772         * data/evince-ui.xml:
8773         * shell/ev-view.c:
8774         * shell/ev-view.h:
8775         * shell/ev-window.c: (update_action_sensitivity):
8776
8777         Get rid of View->Normal Size, it's just confusing
8778
8779 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8780
8781         * backend/ev-document-info.h:
8782         * backend/ev-document.c: (ev_document_info_free): Free the
8783         EvDocumentInfo.
8784
8785         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8786         (clear_range), (add_range), (update_visible_range),
8787         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8788         (ev_sidebar_thumbnails_set_document):
8789         * shell/ev-window.c: (ev_window_setup_document): Only render the
8790         visible thumbnails.  It takes an instant to render, but it uses
8791         much less memory.
8792
8793 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * shell/ev-sidebar-links.c: (popup_menu_cb):
8796
8797         Select first item
8798
8799 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * lib/Makefile.am:
8802         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8803         (button_press_cb), (ev_sidebar_links_construct):
8804
8805         Show the popup menu also on keybindings
8806
8807 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8810         * shell/ev-window.h:
8811
8812         Expose api to print a range (with dialog). Make private _print use
8813         it.
8814
8815         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8816         (ev_sidebar_links_construct):
8817
8818         Show a print context menu on linkx, it prints the selected
8819         section.
8820
8821 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8822
8823         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8824         button.
8825
8826 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8827
8828         * AUTHORS:
8829
8830         Update
8831
8832         * shell/ev-window.c: (build_comments_string),
8833         (ev_window_cmd_help_about):
8834
8835         Show poppler version/backend and authors
8836
8837 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8838
8839         * cut-n-paste/zoom-control/ephy-zoom.c:
8840         (ephy_zoom_get_zoom_level_index):
8841         * cut-n-paste/zoom-control/ephy-zoom.h:
8842
8843         Move the best fit items at the top of the list
8844
8845 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8846
8847         * shell/ev-marshal.list:
8848         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8849         (activate_cb), (match_selected_cb), (activate_link_cb),
8850         (connect_proxy), (ev_page_action_class_init):
8851         * shell/ev-page-action.h:
8852
8853         Use signals to notify action activation. Hopefully
8854         I did not break completion since I cant test...
8855
8856         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8857         (register_custom_actions):
8858
8859         Connect to page selector actions and also grab focus on
8860         the view when activated.
8861
8862 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8863
8864         * pdf/ev-poppler.cc:
8865         * backend/ev-page-cache.c: make page size calculation consistent
8866         and set it to (int)( width * scale + 0.5).  This makes the weird
8867         line going through the middle of the page go away.
8868
8869         * shell/ev-view.c: move painting the background page after
8870         checking the expose area covers us.
8871
8872 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8873
8874         * data/evince-password.glade:
8875         
8876         Mark labels as not translatable. Fix for bug 302842.
8877
8878 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8879
8880         * configure.ac: Added "es" to ALL_LINGUAS.
8881
8882 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8883
8884         * data/evince-toolbar.xml:
8885         * shell/ev-window.c: (update_action_sensitivity),
8886         (ev_window_setup_document), (ev_window_set_page_mode),
8887         (ev_window_init):
8888
8889         Remove some leftover code from jrb first continous
8890         attempt. Use the new actions, we still need good icons
8891         though...
8892
8893 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8894
8895         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8896
8897         Update label when connecting proxy. Fix a warning with NULL
8898         page_cache.
8899
8900 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * data/evince-ui.xml:
8903         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8904         * shell/ev-page-action.h:
8905         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8906
8907         Add mnemonic for edit toolbar.
8908         ctrl+l focus the page entry.
8909
8910 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8911
8912         * lib/Makefile.am:
8913         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8914         (ev_window_init):
8915         * shell/main.c: (main):
8916
8917         Put the toolbar xml in evince own dot dir
8918
8919 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * shell/ev-window.c: (ev_window_init):
8922
8923         Make the toolbar not removable
8924
8925 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * data/evince-ui.xml:
8928         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8929         * shell/ev-sidebar-links.h:
8930         * shell/ev-sidebar-thumbnails.c:
8931         (ev_sidebar_thumbnails_get_treeview):
8932         * shell/ev-sidebar-thumbnails.h:
8933         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8934         (ev_view_class_init):
8935         * shell/ev-view.h:
8936         * shell/ev-window.c: (update_action_sensitivity),
8937         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8938         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8939         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8940         (ev_window_init):
8941
8942         This is evil... Make space/backspace global accelerators but
8943         enable them only for some widgets (sidebars and view).
8944         I dont like it, but I dont know a better way... :/
8945
8946 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8947
8948         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8949         (ev_page_action_widget_finalize),
8950         (ev_page_action_widget_class_init), (update_page_cache):
8951
8952         Keep a weak reference on proxy->page_cache so that we
8953         dont try to disconnect the signal if the object is already
8954         gone. Maybe there is a better way to cleanup reference handling
8955         in page action though...
8956
8957 2005-05-10  Juerg Billeter  <j@bitron.ch>
8958
8959         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8960         * backend/ev-ps-exporter.h:
8961         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8962         * ps/ps-document.c: (ps_document_ps_export_begin):
8963         
8964         Change api to pass print range to ps_exporter_begin. The pdf backend
8965         requires this information.
8966         
8967         * shell/ev-print-job.c: (idle_print_handler):
8968         
8969         Adapt to api change
8970
8971 2005-05-10  Juerg Billeter  <j@bitron.ch>
8972
8973         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8974         (idle_print_handler)
8975         * shell/ev-window.c: (ev_window_print):
8976
8977         Support printing page range, based on patch by Amaury Jacquot
8978
8979 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8980
8981         * data/evince-toolbar.xml:
8982
8983         Add zoom control to available items
8984
8985 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8986
8987         * shell/ev-window.c: (update_action_sensitivity):
8988
8989         Set slash action insensitive when appropriate
8990
8991 2005-05-10  Christian Persch <chpe@gnome.org>
8992
8993         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8994
8995         Fix warning on the overflow menu
8996
8997 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8998
8999         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9000
9001         Check for uri correctness/existence
9002
9003 2005-05-09  Juerg Billeter  <j@bitron.ch>
9004
9005         * shell/ev-window.c: (using_postscript_printer):
9006
9007         LPD printers use postscript, too
9008
9009 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9010
9011         * shell/ev-window.c: (register_custom_actions):
9012
9013         The zoom one is actually sort of useful,
9014         put it back
9015
9016 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9017
9018         * shell/ev-window.c: (register_custom_actions):
9019
9020         Hide page/zoom controls from overflow, they
9021         are useless.
9022
9023 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9024
9025         * cut-n-paste/update-from-egg.sh:
9026         
9027         Share it between all cut-n-paste subdirs
9028
9029         * cut-n-paste/recent-files/Makefile.am:
9030
9031         Fix to use "global" update-from-egg.sh
9032
9033         * cut-n-paste/recent-files/egg-recent-model.c:
9034         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9035         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9036         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9037         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9038
9039         Update from libegg
9040
9041         * cut-n-paste/toolbar-editor/Makefile.am:
9042
9043         Fix to use "global" update-from-egg.sh
9044
9045         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9046
9047         Update from libegg
9048
9049 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9050
9051         * configure.ac:
9052         * cut-n-paste/Makefile.am:
9053         * cut-n-paste/recent-files/Makefile.am:
9054         * cut-n-paste/toolbar-editor/.cvsignore:
9055         * cut-n-paste/toolbar-editor/Makefile.am:
9056         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9057         (egg_editable_toolbar_get_type), (get_toolbar_position),
9058         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9059         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9060         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9061         (set_item_drag_source), (create_item_from_action), (create_item),
9062         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9063         (popup_toolbar_context_menu_cb), (free_dragged_item),
9064         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9065         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9066         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9067         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9068         (item_added_cb), (item_removed_cb),
9069         (egg_editable_toolbar_construct),
9070         (egg_editable_toolbar_disconnect_model),
9071         (egg_editable_toolbar_deconstruct),
9072         (egg_editable_toolbar_set_model),
9073         (egg_editable_toolbar_set_ui_manager),
9074         (egg_editable_toolbar_set_property),
9075         (egg_editable_toolbar_get_property),
9076         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9077         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9078         (egg_editable_toolbar_new_with_model),
9079         (egg_editable_toolbar_get_edit_mode),
9080         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9081         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9082         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9083         (new_pixbuf_from_widget), (new_separator_pixbuf),
9084         (update_separator_image), (style_set_cb),
9085         (_egg_editable_toolbar_new_separator_image),
9086         (egg_editable_toolbar_get_model):
9087         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9088         * cut-n-paste/toolbar-editor/egg-marshal.c:
9089         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9090         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9091         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9092         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9093         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9094         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9095         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9096         (editor_drag_data_delete_cb), (drag_data_get_cb),
9097         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9098         (editor_create_item), (update_editor_sheet), (setup_editor),
9099         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9100         (parse_item_list), (model_has_action), (update_actions_list),
9101         (egg_toolbar_editor_load_actions):
9102         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9103         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9104         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9105         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9106         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9107         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9108         (egg_toolbars_model_add_separator), (impl_add_item),
9109         (parse_item_list), (egg_toolbars_model_add_toolbar),
9110         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9111         (impl_get_item_data), (impl_get_item_type),
9112         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9113         (egg_toolbars_model_init), (free_toolbar),
9114         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9115         (egg_toolbars_model_remove_toolbar),
9116         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9117         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9118         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9119         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9120         (egg_toolbars_model_get_item_data),
9121         (egg_toolbars_model_get_item_type):
9122         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9123         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9124         * data/Makefile.am:
9125         * data/evince-toolbar.xml:
9126         * data/evince-ui.xml:
9127         * data/hand-open.png:
9128         * po/POTFILES.in:
9129         * shell/Makefile.am:
9130         * shell/ev-window.c: (update_chrome_visibility),
9131         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9132         (ev_window_dispose), (ev_window_init):
9133
9134         Implement epiphany like toolbar editor. Based on patch by
9135         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9136
9137 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9138
9139         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9140
9141         Use set_cursor instead of set_selection, so that
9142         the keyboard focus moves too.
9143
9144 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9145
9146         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9147
9148         Fix infinite loop when loading Type1 fonts
9149
9150 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9151
9152         * data/evince-ui.xml:
9153         * shell/ev-window.c:
9154
9155         Slash -> Find
9156
9157 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9158
9159         * configure.ac:
9160
9161         Make --disable really disable
9162
9163 2005-05-07  Juerg Billeter  <j@bitron.ch>
9164
9165         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9166
9167         Compare page labels even without has_labels set, fixes setting page
9168         with entry
9169
9170 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9171
9172         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9173         (ev_view_set_cursor), (ev_view_button_press_event),
9174         (ev_view_motion_notify_event), (ev_view_button_release_event),
9175         (ev_view_init):
9176
9177         Implement middle button scrolling. Based on a patch
9178         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9179
9180 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * shell/ev-document-types.c: (get_slow_mime_type),
9183         (get_document_type_from_mime), (ev_document_type_lookup):
9184         * shell/ev-document-types.h:
9185
9186         Change api to lookup from uri. Do fast lookup first, if the
9187         type is unknown try with data sniffing.
9188
9189         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9190         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9191
9192         Adapt to api change
9193
9194 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9195
9196         * thumbnailer/Makefile.am:
9197
9198         Fix distcheck
9199
9200 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9201
9202         * NEWS:
9203         * configure.ac:
9204
9205         Release 0.3.0
9206
9207         * data/evince-ui.xml:
9208
9209         Hide presentation mode for now
9210
9211         * shell/ev-view.c: (highlight_find_results):
9212
9213         Show current find selection only on current page
9214
9215 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9216
9217         * shell/ev-view.c: (ev_view_select_all):
9218
9219         Compute size of the actual page, not of
9220         the current one.
9221
9222 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9223
9224         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9225         (view_rect_to_doc_rect), (compute_selections),
9226         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9227         (ev_view_copy), (ev_view_primary_get_cb),
9228         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9229         (ev_view_button_press_event), (ev_view_motion_notify_event),
9230         (ev_view_button_release_event), (page_changed_cb):
9231
9232         Fix text selection
9233
9234 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9235
9236         * shell/ev-view.c: (compute_border), (get_page_extents),
9237         (doc_rect_to_view_rect), (highlight_find_results),
9238         (ev_view_bin_expose), (ev_view_select_all),
9239         (ev_view_motion_notify_event), (update_find_status_message),
9240         (jump_to_find_result), (jump_to_find_page):
9241
9242         First go at fixing search, still buggy
9243
9244 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9245
9246         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9247         dropdown box and button at the top of the sidebar.
9248
9249 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9250
9251         * configure.ac: Output zoom-control Makefile.
9252         * cut-n-paste/Makefile.am: build zoom-control subdir.
9253         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9254         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9255         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9256         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9257         * cut-n-paste/zoom-control/ephy-zoom.c:
9258         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9259         from epiphany, and modified to add a separator into the menu.
9260         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9261         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9262         zoom-control action.
9263         * shell/Makefile.am: Include zoom-control flags.
9264         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9265         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9266         (ev_view_zoom_for_size_presentation),
9267         (ev_view_zoom_for_size_continuous_and_dual_page),
9268         (ev_view_zoom_for_size_continuous),
9269         (ev_view_zoom_for_size_dual_page),
9270         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9271         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9272         ev_view_get_zoom and ev_view_get_sizing_mode.
9273         * shell/ev-view.h:
9274         * shell/ev-window.c: (update_action_sensitivity),
9275         (update_sizing_buttons), (zoom_control_changed_cb),
9276         (register_custom_actions): Initialize and use the zoom-control 
9277         widget.
9278
9279 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9280
9281         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9282         preview cache back to 1.  Don't know when it got set to 0.
9283         
9284         * shell/ev-view.c: (compute_border), (ev_view_realize),
9285         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9286         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9287         (ev_view_get_fullscreen), (ev_view_set_presentation),
9288         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9289         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9290         * shell/ev-view.h:
9291         * shell/ev-window.c:
9292         (update_chrome_visibility),
9293         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9294         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9295         (update_document_mode), (ev_window_update_fullscreen_action),
9296         (ev_window_fullscreen), (ev_window_unfullscreen),
9297         (ev_window_cmd_view_fullscreen),
9298         (ev_window_update_presentation_action),
9299         (ev_window_run_presentation), (ev_window_stop_presentation),
9300         (ev_window_cmd_view_presentation), (ev_window_state_event),
9301         (ev_window_focus_in_event), (ev_window_focus_out_event),
9302         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9303         * data/evince-ui.xml: Initial presentation mode.  We should
9304         probably hide this until it's done, as it's quite rough.  Also,
9305         change full-screen to fullscreen and add two getters to EvView.
9306
9307 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9308
9309         * shell/ev-page-action.c: (update_page_cache),
9310         (ev_page_action_dispose):
9311         * shell/ev-window.c: (destroy_fullscreen_popup),
9312         (ev_window_create_fullscreen_popup):
9313
9314         Use connect_object rather than explicitly
9315         disconnect on dispose.
9316
9317 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9318
9319         * shell/ev-page-action.c: (update_page_cache),
9320         (ev_page_action_dispose):
9321
9322 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9323
9324         * backend/ev-page-cache.c: (_ev_page_cache_new),
9325         (ev_page_cache_set_page_label),
9326         (ev_page_cache_has_nonnumeric_page_labels):
9327         * backend/ev-page-cache.h:
9328         * shell/ev-page-action.c: (update_pages_label):
9329         
9330         If all page labels are numeric, fallback to default
9331         way to display number of pages. See bug 173185.
9332
9333 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9334
9335         * shell/ev-page-action.c: (ev_page_action_dispose):
9336         * shell/ev-view.c: (view_update_range_and_current_page):
9337         * shell/ev-window.c: (ev_window_dispose):
9338         
9339         Set page on scroll in continuous mode. Fixes bug 301986.
9340         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9341
9342 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9343
9344         * configure.ac:
9345
9346         Require poppler 0.3.0
9347
9348 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9349         
9350         * shell/Makefile.am, configure.ac: Fix build problems
9351         with t1lib. Bug 301996.
9352
9353 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9354
9355         * shell/ev-view.c: (ev_view_scroll_event):
9356         
9357         Scroll up increase zoom
9358
9359 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9360
9361         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9362         (ev_view_set_sizing_mode),
9363         (ev_view_zoom_for_size_continuous_and_dual_page),
9364         (ev_view_zoom_for_size_continuous):
9365         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9366         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9367         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9368         (ev_window_init):
9369
9370         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9371         Fix for 165473 and 165472.
9372
9373 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9374
9375         * po/POTFILES.in:
9376         * thumbnailer/Makefile.am:
9377         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9378         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9379         * thumbnailer/evince-thumbnailer.schemas.in:
9380         
9381         Make thumbnailer schemas translatable. Fix for bug 301773
9382         
9383         * thumbnailer/evince-thumbnailer-djvu.schemas:
9384         * thumbnailer/evince-thumbnailer-dvi.schemas:
9385         * thumbnailer/evince-thumbnailer.schemas:
9386
9387         Removed files
9388
9389 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9390
9391         * shell/ev-view.c (ev_view_init): forgot to set this.
9392
9393 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9394
9395         * shell/ev-view.c: (find_page_at_location),
9396         (get_link_at_location),
9397         (ev_view_set_show_border), (ev_view_set_spacing),
9398         (ev_view_zoom_for_size_continuous_and_dual_page),
9399         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9400         Also, add a quick fix measuring of widths.  Also, removed
9401         ev_view_set_spacing and ev_view_set_show_border.
9402         
9403         * shell/ev-window.c: (ev_window_unfullscreen),
9404         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9405
9406 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9407
9408         * shell/ev-view.c: (view_update_range_and_current_page),
9409         (page_changed_cb):
9410         
9411         Fix crash on exit and scrolling to page in continuous view.
9412
9413 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9414
9415         * TODO:
9416         * backend/ev-page-cache.c: (_ev_page_cache_new),
9417         (ev_page_cache_get_max_width_size),
9418         (ev_page_cache_get_max_height_size):
9419         * backend/ev-page-cache.h:
9420         * data/evince-ui.xml:
9421         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9422         * shell/ev-view.c: (view_update_adjustments),
9423         (view_update_range_and_current_page), (get_bounding_box_size),
9424         (ev_view_size_request_continuous_and_dual_page),
9425         (ev_view_size_request_continuous),
9426         (ev_view_size_request_dual_page),
9427         (ev_view_size_request_single_page), (ev_view_size_request),
9428         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9429         (ev_view_bin_expose), (ev_view_expose_event),
9430         (ev_view_set_property), (ev_view_get_property),
9431         (ev_view_class_init), (ev_view_init), (ev_view_new),
9432         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9433         (ev_view_set_dual_page), (ev_view_set_full_screen),
9434         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9435         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9436         (ev_view_zoom_out), (zoom_for_size_fit_width),
9437         (zoom_for_size_best_fit),
9438         (ev_view_zoom_for_size_continuous_and_dual_page),
9439         (ev_view_zoom_for_size_continuous),
9440         (ev_view_zoom_for_size_dual_page),
9441         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9442         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9443         * shell/ev-view.h:
9444         * shell/ev-window.c: (update_action_sensitivity),
9445         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9446         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9447         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9448         (ev_window_cmd_view_zoom_out), (update_view_size),
9449         (ev_window_set_sizing_mode), (ev_window_init):
9450
9451         Add Continuous and Dual page modes.
9452
9453 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9454
9455         * dvi/dvi-document.c: (dvi_document_load),
9456         (dvi_document_thumbnails_get_thumbnail),
9457         (dvi_document_init_params): Fix up some mixups between
9458         width and height to correct thumbnail rendering.
9459
9460 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9461
9462         * dvi/mdvi-lib/private.h:
9463         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9464         
9465         Suppess output for kpathsea during font generation. Thanks to
9466         James Bowes
9467
9468 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9469
9470         * NEWS:
9471         * configure.ac:
9472
9473         Release 0.2.1
9474
9475         * Makefile.am: fix distcheck.
9476
9477 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9478
9479         * shell/ev-sidebar-links.c: (selection_changed_callback),
9480         (update_page_callback), (row_activated_callback),
9481         (job_finished_callback), (ev_sidebar_links_set_document):
9482         
9483         Fix for bug #169901. Double click on links expands tree.
9484
9485 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9486
9487         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9488         hard-coded style. Fix for bug 170111
9489
9490 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9491
9492         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9493         locking.
9494
9495 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9496
9497         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9498
9499 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9500
9501         * pdf/ev-poppler.cc:
9502         * shell/ev-view.c: (highlight_find_results):
9503
9504         Fix find on single page documents
9505
9506 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9507
9508         * data/evince.schemas.in: fix for bug 301390
9509
9510 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9511
9512         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9513         (ev_view_zoom_out), (ev_view_zoom_normal):
9514         * shell/ev-view.h:
9515         * shell/ev-window.c: (update_action_sensitivity),
9516         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9517         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9518         (ev_window_cmd_view_normal_size):
9519
9520         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9521         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9522         better than oom. 
9523
9524 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9525
9526         * configure.ac:
9527
9528         Depend on 2.57, 2.59 doesnt seem to be necessary
9529
9530 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9531
9532         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9533         (create_tool_item):
9534
9535         Put back total number of pages as (1 of 1234)
9536
9537 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9538
9539         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9540         remove the job.
9541
9542         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9543         function.  This helps debugging.
9544
9545 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9546
9547         * djvu/djvu-document.c: (djvu_document_class_init),
9548         (djvu_document_get_info), (djvu_document_document_iface_init):
9549         * dvi/dvi-document.c: (dvi_document_class_init),
9550         (dvi_document_get_info), (dvi_document_document_iface_init):
9551
9552         Dummy implementation of get_info method for dvi and
9553         djvu. Fix crashes with those backends
9554
9555 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9556
9557         * data/evince.desktop.in:
9558
9559         Add application/x-gzpostscript
9560
9561 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9562
9563         * data/evince.schemas.in: Added real long descriptions, 
9564         closes bug 172496 
9565
9566         * README: Added actual text, closes bug 171869
9567
9568 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9569
9570         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9571
9572         Thumbnail page 0
9573
9574 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9575
9576         * backend/ev-document-info.h:
9577
9578         s/GDate */GDate so we can just use g_free
9579
9580 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9581
9582         * shell/ev-window.c: (update_document_mode),
9583         (ev_window_setup_document):
9584
9585         Show the window in fullscreen when specified by
9586         the document
9587
9588 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9589
9590         * backend/ev-document.c: (ev_document_class_init),
9591         (ev_document_get_info), (ev_document_render_pixbuf):
9592         * backend/ev-document.h:
9593         * backend/ev-page-cache.c: (_ev_page_cache_new):
9594         * pdf/ev-poppler.cc:
9595         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9596         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9597         * ps/ps-document.c: (ps_document_class_init), (document_load),
9598         (ps_document_get_info), (ps_document_document_iface_init):
9599
9600         Remove get_title from the interface, we can just use document info
9601
9602 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9603
9604         * backend/Makefile.am:
9605         * backend/ev-document.c: (ev_document_render_get_info):
9606         * backend/ev-document.h:
9607         * pdf/ev-poppler.cc:
9608
9609         Initial support for document info. Based on jrb patch.
9610
9611 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9612
9613         * shell/ev-window.c: (ev_window_state_event),
9614         (ev_window_class_init), (ev_window_init):
9615         
9616         Doesn't show resize grip when maximized. See bug #301053
9617
9618 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9619
9620         * po/POTFILES.in:
9621         
9622         ev-sidebar-thumbnails now has translatable labels
9623         
9624         * shell/Makefile.am:
9625         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9626         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9627         (ev_sidebar_links_page_iface_init):
9628         * shell/ev-sidebar-links.h:
9629         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9630         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9631         (ev_sidebar_page_get_label):
9632         * shell/ev-sidebar-page.h:
9633         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9634         (ev_sidebar_thumbnails_set_document),
9635         (ev_sidebar_thumbnails_support_document),
9636         (ev_sidebar_thumbnails_get_label),
9637         (ev_sidebar_thumbnails_page_iface_init):
9638         * shell/ev-sidebar-thumbnails.h:
9639         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9640         (ev_sidebar_set_document):
9641         * shell/ev-sidebar.h:
9642         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9643         
9644         Small rework of sidebar code. Now sidebar pages should implement
9645         EvSidebarPage interface. That makes page management in EvSidebar
9646         easier. See bug #164811 for details
9647
9648 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9649
9650         * shell/ev-application.c: (ev_application_open):
9651         * shell/ev-document-types.c:
9652         
9653         Fix build error and small problem with application exit
9654
9655 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9656
9657         * thumbnailer/Makefile.am:
9658         * thumbnailer/evince-thumbnailer-djvu.schemas:
9659         * thumbnailer/evince-thumbnailer-dvi.schemas:
9660         
9661         Conditionally install schemas for djvu/dvi thumbnailer
9662
9663 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9664
9665         * shell/ev-document-types.h: 
9666         * shell/ev-document-types.c: 
9667         New files, handling the mapping from mimetypes to backends
9668         
9669         * shell/ev-window.c: 
9670         * thumbnailer/evince-thumbnailer.c:     
9671         Use the ev-document-types code
9672         
9673         * shell/Makefile.am: 
9674         Added new convenience library libevbackendfactory_la, containing
9675         the new mimetype->backend logic; moved the backends into it.
9676
9677         * thumbnailer/Makefile.am:
9678         Make the thumbnailer link with the libevbackend.la convenience
9679         library, rather than having a duplicate of the backend logic here.
9680
9681 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9682
9683         * shell/ev-stock-icons.c: constify some vars.
9684         * shell/ev-window.c: ditto.
9685
9686 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9687
9688         * ps/ps-document.c (get_page_orientation):
9689
9690         Respect document orientation 
9691
9692 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9693
9694         * djvu/Makefile.am:
9695         * dvi/Makefile.am:
9696         * shell/Makefile.am:
9697         
9698         Move library dependencies to components.
9699         
9700         * shell/ev-window.c: (update_window_title),
9701         (start_loading_document):
9702         
9703         Fix display of uris with spaces. Bug 168358.
9704
9705 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9706
9707         * shell/ev-sidebar-links.c: (selection_changed_cb):
9708         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9709         (ev_view_button_release_event), (ev_view_set_document):
9710         * shell/ev-view.h:
9711         * shell/ev-window.c: (find_bar_search_changed_cb):
9712         * shell/ev-window.h: Minor cleanups removing some dead code.
9713
9714 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9715
9716         * backend/ev-page-cache.c: (_ev_page_cache_new):
9717         
9718         Set current page to 0 if document has pages.
9719
9720 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9721
9722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9723
9724         Initialize GError to NULL, fix a crash when loading fails.
9725
9726 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9727
9728         * shell/ev-window.c: (update_view_size):
9729
9730         Calculate shadow size only when there is actually
9731         a shadow.
9732
9733 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9734
9735         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9736         * shell/ev-view.h:
9737
9738         Allow setting view spacing, default to 0
9739
9740         * shell/ev-window.c: (ev_window_unfullscreen),
9741         (ev_window_cmd_view_fullscreen), (ev_window_init):
9742
9743         Remove spacing in fullscreen mode
9744
9745 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9746
9747         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9748         (ev_view_size_request), (expose_bin_window),
9749         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9750         * shell/ev-view.h:
9751         * shell/ev-window.c: (ev_window_unfullscreen),
9752         (ev_window_cmd_view_fullscreen):
9753
9754         Do not draw the border in fulscreen
9755
9756 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9757
9758         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9759         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9760         (find_page_at_location), (page_changed_cb):
9761
9762         Rework border calculation, so that I can more easily disable it.
9763         Code somewhat cleaner too.
9764
9765 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9766
9767         * backend/ev-page-cache.c: (ev_page_cache_init),
9768         (_ev_page_cache_new):
9769
9770         Remove some assertions, documents can have 0 pages.
9771         Make initial current page -1.
9772
9773         * shell/ev-page-action.c: (page_changed_cb):
9774
9775         Show "" if current page is -1
9776
9777         * shell/ev-window.c: (update_action_sensitivity),
9778         (ev_window_setup_document):
9779
9780         When document has 0 pages do not set the view
9781         and make nearly everything insensitive.
9782
9783 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9784
9785         * shell/ev-page-view.c:
9786         * shell/ev-page-view.h:
9787
9788         Remove unused files.
9789         
9790         * shell/ev-sidebar-thumbnails.c:
9791         (ev_sidebar_thumbnails_set_document):
9792         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9793         (ev_sidebar_supports_document):
9794         * shell/ev-sidebar.h:
9795         * shell/ev-window.c: (ev_window_setup_document):
9796         
9797         Doesn't show thumbnails if document has 1 page. Make
9798         sidebar menu entries sensitive only if if they have 
9799         sense. Fix bug 164811. 
9800
9801 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9802
9803         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9804         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9805         (ev_view_zoom_out), (ev_view_set_size):
9806
9807         Rework sizing to deal with documents with not uniform page
9808         size.
9809
9810 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * backend/ev-page-cache.c: (_ev_page_cache_new):
9813
9814         Fix several page size caching bugs
9815
9816 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9817
9818         * shell/ev-window.c: (set_action_properties):
9819
9820         Make all toolbar items translatable
9821
9822 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9823
9824         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9825         (save_page_list), (ps_document_save),
9826         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9827         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9828         (ps_document_ps_exporter_iface_init):
9829         * ps/ps-document.h:
9830
9831         Based on a patch by J�rg Billeter <j@bitron.ch>
9832         
9833         Implement print and save a copy for the ps backend.
9834
9835 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9836
9837         * backend/ev-document.h:
9838         * djvu/djvu-document.c: (djvu_document_can_get_text),
9839         (djvu_document_document_iface_init):
9840         * dvi/dvi-document.c: (dvi_document_can_get_text),
9841         (dvi_document_document_iface_init):
9842         * pdf/ev-poppler.cc:
9843         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9844         (pixbuf_document_document_iface_init):
9845         * ps/ps-document.c: (ps_document_can_get_text),
9846         (ps_document_document_iface_init):
9847         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9848         * shell/ev-window.c: (update_action_sensitivity):
9849
9850         Fix the crash when trying to copy in backends that doesnt
9851         support it. We can implement a better solution once we
9852         do real text selection.
9853
9854 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9855
9856         * data/evince-ui.xml:
9857         * shell/ev-window.c: (ev_window_cmd_escape):
9858         
9859         Work around the Escape conflict (find bar and unfullscreen)
9860
9861 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9862
9863         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9864         
9865         Fix for #300233. Next page correctly handles document end.
9866         
9867         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9868         (ev_sidebar_thumbnails_class_init),
9869         (ev_sidebar_thumbnails_set_document),
9870         (ev_sidebar_thumbnails_clear_job),
9871         (ev_sidebar_thumbnails_clear_model):
9872         
9873         Cleanup thumbnail jobs on document changes.
9874         
9875         * shell/ev-view.c: (add_scroll_binding_keypad),
9876         (add_scroll_binding_shifted), (ev_view_class_init):
9877         
9878         Shift + Space scrolls up. Fix for #173184
9879         
9880         * shell/ev-window.c: (ev_window_open_page),
9881         (ev_window_cmd_view_reload):
9882         
9883         Fix reload (Bug #300094)
9884
9885 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9886
9887         
9888         * dvi/mdvi-lib/assoc.c:
9889         * dvi/mdvi-lib/assoc.h: Removed garbage files
9890         
9891         * dvi/mdvi-lib/bitmap.c:
9892         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9893         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9894         * dvi/mdvi-lib/color.h: Antialias of rules
9895         
9896         * dvi/mdvi-lib/common.h:
9897         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9898         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9899         * dvi/mdvi-lib/files.c:
9900         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9901         * dvi/mdvi-lib/mdvi.h:
9902         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9903         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9904         * dvi/mdvi-lib/util.c: Fix compile warnings
9905         
9906         * dvi/dvi-document.c:
9907         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9908         (dvi_document_thumbnails_get_thumbnail),
9909         (dvi_document_document_thumbnails_iface_init):
9910         * dvi/mdvi-lib/Makefile.am:
9911         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9912         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9913         
9914         Dvi backend now renders thumbnails
9915
9916 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9917
9918         * shell/main.c: (main): 
9919         
9920         Save accelerators on exit. Fixes bug #172095.
9921
9922 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9923
9924         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9925         update priority" comment.
9926
9927         * backend/ev-job-queue.c: Give a way to change priority.
9928
9929 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9930
9931         * shell/ev-page-action.c: Fix logic.
9932
9933 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * shell/ev-view.c: (ev_view_can_find_next):
9936         * shell/ev-window.c: (ev_window_setup_document):
9937
9938         Check that the document supports find
9939
9940 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9941
9942         * data/evince-ui.xml:
9943         * shell/ev-view.c: (ev_view_can_find_next):
9944         * shell/ev-view.h:
9945         * shell/ev-window.c: (update_action_sensitivity),
9946         (find_changed_cb), (ev_window_setup_document),
9947         (ev_window_cmd_edit_find_next):
9948
9949         Add Edit->Find Next
9950
9951 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9952
9953         * pdf/ev-poppler.cc:
9954         * shell/ev-print-job.c: (idle_print_handler):
9955
9956         Make printing work again
9957
9958 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9959
9960         * shell/ev-page-action.h:
9961         * shell/ev-page-action.c: (ev_page_action_widget_init),
9962         (ev_page_action_widget_class_init), (page_changed_cb),
9963         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9964         (get_filter_model_from_model), (match_selected_cb),
9965         (display_completion_text), (match_completion), (update_model),
9966         (connect_proxy), (ev_page_action_set_property),
9967         (ev_page_action_get_property), (ev_page_action_set_document),
9968         (ev_page_action_set_model), (ev_page_action_class_init): Big
9969         reworking to make completions work iff we have >= GTK-2.7.0
9970                 
9971         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9972         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9973         (job_finished_cb): We now have a 'model' property that is set when
9974         the links are loaded.  This can be caught with "notify::model"
9975
9976         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9977         listen for the model to be set, and propagate it to the action.
9978
9979 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9980
9981         * cut-n-paste/recent-files/egg-recent-item.c:
9982         (egg_recent_item_set_uri), (make_valid_utf8),
9983         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9984         * cut-n-paste/recent-files/egg-recent-item.h:
9985         
9986         Update egg-recent from libegg. This should fix long
9987         startup problem. For details see
9988         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9989
9990 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9991
9992         * cut-n-paste/recent-files/Makefile.am:
9993         * data/evince-ui.xml, shell/Makefile.am:
9994         * shell/ev-application.c, shell/ev-application.h:
9995         * shell/ev-window.c: Recent files support.
9996         
9997         * configure.ac: Added "ru" to ALL_LINGUAS.
9998         
9999         * dvju: new backend to support DJVU files.
10000         * dvi: new backend to support DVI.
10001
10002         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10003         * ev-application.c: Support for new backends.
10004         
10005         * help, ev-window.c, main.c shell/Makefile.am: 
10006         Evince user documentation.
10007
10008 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10009
10010         * po/POTFILES.in:
10011         * shell/ev-window.c:
10012         * thumbnailer/evince-thumbnailer.c:
10013
10014         s/pdf-document/ev-poppler
10015
10016 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10017
10018         * NEWS:
10019         * configure.ac:
10020
10021         Release 0.2.0
10022
10023         * ps/ps-document.c: (setup_pixmap):
10024
10025         Remove debug code
10026
10027 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10028
10029         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10030         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10031         (ev_window_cmd_go_first_page): Fix of by one errors.
10032
10033 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10034
10035         * ps/ps-document.c: (get_page_box):
10036
10037         Fix page size calculation
10038
10039 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10040
10041         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10042         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10043         (get_page_orientation), (setup_page), (document_load),
10044         (ps_document_get_page_size), (render_pixbuf_idle):
10045         * ps/ps-document.h:
10046
10047         More refactoring to adapt to EvDocument changes
10048
10049 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10050
10051         * ps/ps-document.c: (start_interpreter):
10052
10053         Actually add alpha args
10054
10055 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10056
10057         * pdf/ev-poppler.cc:
10058
10059         Make clipboard work again
10060
10061 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10062
10063         Make searching work again.
10064         
10065         * backend/ev-document.c:
10066         * backend/ev-document.h:
10067         * backend/ev-document-find.c:
10068         * backend/ev-document-find.h: Change EvDocumentIface so we no
10069         longer store the current page or zoom level in the document.  The
10070         consequence is that all calls that operate on the current page now
10071         instead take the page number as an extra argument, and all
10072         coordinates are now doubles in document coordinate system.
10073
10074         * pdf/ev-poppler.cc:
10075         * pixbuf/pixbuf-document.c:
10076         * ps/ps-document.c: Update backends accordingly.
10077
10078 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10079
10080         * autogen.sh:
10081
10082         Add required gettext version
10083
10084 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10085
10086         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10087         make F1 bring up non-existent help.
10088
10089         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10090         epiphany's find bar, #167477
10091
10092         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10093         <emil@nishra.com> to add space-bar scrolling, 
10094
10095         * shell/ev-window.c (static GtkActionEntry entries): add default
10096         keybinding for Help (F1)
10097         Fixes #171068
10098
10099         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10100         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10101         170110
10102
10103 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10104
10105         * Makefile.am: 
10106         * pixbuf/pixbuf-document.c: 
10107
10108         Got pixbuf backend working again
10109
10110 2005-04-01  Steve Murphy  <murf@e-tools.com>
10111
10112         * configure.in: Added "rw" to ALL_LINGUAS.
10113
10114 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10115
10116         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10117         model types, noticed by Martin Kretzschmar.
10118
10119 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10120
10121         * pdf/ev-poppler.cc: Implement search based on
10122         poppler_page_find_text().  Currently a bit crude since we remember
10123         all matches from all pages.  Also, we grab the big document lock
10124         when we search since searching changes the underlying stream and
10125         thus conflicts with the rendering thread.
10126         
10127         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10128         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10129         (ev_view_find_previous): Fix some page indexes to be 0 based,
10130         offset rubber band by view offset,
10131
10132 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10133
10134         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10135
10136 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10137
10138         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10139         completely because I didn't understand GtkActions.  I should
10140         read Marco's code more carefully in the future.
10141
10142         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10143         function
10144
10145 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10146
10147         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10148         PopplerRectangle change from poppler CVS.
10149
10150 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10151
10152         * backend/ev-document.c: (ev_document_get_page_label):
10153         * backend/ev-document.h:
10154         * backend/ev-page-cache.c: (_ev_page_cache_new),
10155         (ev_page_cache_get_page_label):
10156         * backend/ev-page-cache.h:
10157         * pdf/ev-poppler.cc:
10158         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10159         (links_page_num_func):
10160         * shell/ev-sidebar-thumbnails.c:
10161         (ev_sidebar_thumbnails_set_document):
10162         * shell/ev-view.c: (status_message_from_link),
10163         (ev_view_motion_notify_event):
10164         * shell/ev-window.c: (document_supports_sidebar): Add in page
10165         label support.  It's not perfect yet, but it's the first 'feature'
10166         in a while.
10167         Also, fix a bogus comment noticed by crispin. 
10168
10169 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10170
10171         * Makefile.am: Remove pixbuf backend for now
10172
10173         * configure.ac: Require poppler-glib instead of just poppler.
10174
10175         * backend/ev-document-thumbnails.h: Add a comment
10176
10177         * backend/ev-document.h:
10178         * backend/ev-document.c: (ev_document_class_init),
10179         (ev_document_load), (ev_document_get_link),
10180         (ev_document_get_links): Remove 3 methods and add get_links.
10181         Also, made 0 based.
10182
10183         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10184         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10185
10186         * backend/ev-link.c: (ev_link_set_title),
10187         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10188         (ev_link_mapping_find):
10189         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10190         
10191         * backend/ev-page-cache.c: (ev_page_cache_init),
10192         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10193         (ev_page_cache_get_size), (ev_page_cache_next_page),
10194         (ev_page_cache_prev_page): Fix to be 0 based.
10195
10196         * pdf/Makefile.am: 
10197         * pdf/ev-poppler.h:
10198         * pdf/ev-poppler.cc: New backend.
10199         
10200         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10201         (ps_document_get_page), (ps_document_document_iface_init):
10202
10203         * shell/ev-pixbuf-cache.h:
10204         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10205         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10206         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10207         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10208         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10209         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10210         based.
10211         
10212         * shell/ev-sidebar-thumbnails.c:
10213         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10214         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10215
10216         * shell/ev-view.c: (status_message_from_link),
10217         (find_page_at_location), (get_link_at_location),
10218         (ev_view_motion_notify_event), (ev_view_button_release_event),
10219         (ev_view_init): Use the new link code.  Fix to be 0 based.
10220
10221         * shell/ev-window.c: (update_action_sensitivity),
10222         (document_supports_sidebar): 0 based.
10223
10224 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10225
10226         * pdf/pdf-document.cc: Patch from Fernando Herrera
10227         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10228         *blush*
10229
10230 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10231
10232         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10233         1 to the page, as this seems to be 1 based.  I thought we has this
10234         fixed.  grump.
10235
10236 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10237
10238         * TODO:
10239         * backend/Makefile.am:
10240         * backend/ev-document-links.c:
10241         (ev_document_links_has_document_links),
10242         (ev_document_links_get_links_model):
10243         * backend/ev-document-links.h:
10244         * backend/ev-document.c: (ev_document_get_page_cache),
10245         (ev_document_get_doc_mutex), (ev_document_load),
10246         (ev_document_save), (ev_document_get_title),
10247         (ev_document_get_n_pages), (ev_document_set_page),
10248         (ev_document_get_page), (ev_document_set_target),
10249         (ev_document_set_scale), (ev_document_set_page_offset),
10250         (ev_document_get_page_size), (ev_document_get_text),
10251         (ev_document_get_link), (ev_document_render),
10252         (ev_document_render_pixbuf), (ev_document_scale_changed):
10253         * backend/ev-document.h:
10254         * backend/ev-job-queue.c: (remove_object_from_queue),
10255         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10256         (no_jobs_available_unlocked), (ev_render_thread),
10257         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10258         (ev_job_queue_remove_job):
10259         * backend/ev-job-queue.h:
10260         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10261         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10262         (ev_job_links_class_init), (ev_job_render_init),
10263         (ev_job_render_dispose), (ev_job_render_class_init),
10264         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10265         (ev_job_thumbnail_class_init), (ev_job_finished),
10266         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10267         (ev_job_render_run), (ev_job_thumbnail_new),
10268         (ev_job_thumbnail_run):
10269         * backend/ev-jobs.h:
10270         * backend/ev-link.c:
10271         * backend/ev-link.h:
10272         * backend/ev-page-cache.c: (ev_page_cache_init),
10273         (ev_page_cache_class_init), (ev_page_cache_finalize),
10274         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10275         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10276         (ev_page_cache_set_link), (ev_page_cache_get_title),
10277         (ev_page_cache_get_size), (ev_page_cache_next_page),
10278         (ev_page_cache_prev_page):
10279         * backend/ev-page-cache.h:
10280         * pdf/pdf-document.cc:
10281         * ps/gsdefaults.c:
10282         * ps/gsdefaults.h:
10283         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10284         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10285         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10286         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10287         (is_interpreter_ready), (output), (catchPipe), (input),
10288         (start_interpreter), (check_filecompressed), (compute_dimensions),
10289         (ps_document_enable_interpreter), (document_load),
10290         (ps_document_next_page), (render_page), (ps_document_set_page),
10291         (ps_document_set_scale), (render_pixbuf_idle),
10292         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10293         * ps/ps-document.h:
10294         * shell/Makefile.am:
10295         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10296         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10297         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10298         (ev_pixbuf_cache_new), (job_finished_cb),
10299         (check_job_size_and_unref), (move_one_job),
10300         (ev_pixbuf_cache_update_range), (find_job_cache),
10301         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10302         (ev_pixbuf_cache_add_jobs_if_needed),
10303         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10304         * shell/ev-pixbuf-cache.h:
10305         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10306         (idle_print_handler):
10307         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10308         (selection_changed_cb), (create_loading_model),
10309         (ev_sidebar_links_construct), (links_page_num_func),
10310         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10311         (update_page_callback), (job_finished_cb),
10312         (ev_sidebar_links_set_document):
10313         * shell/ev-sidebar-thumbnails.c:
10314         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10315         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10316         (page_changed_cb), (thumbnail_job_completed_callback),
10317         (ev_sidebar_thumbnails_set_document):
10318         * shell/ev-sidebar-thumbnails.h:
10319         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10320         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10321         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10322         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10323         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10324         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10325         (ev_view_button_release_event), (ev_view_scroll_view),
10326         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10327         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10328         (ev_view_new), (job_finished_cb), (page_changed_cb),
10329         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10330         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10331         (ev_view_find_previous):
10332         * shell/ev-view.h:
10333         * shell/ev-window.c: (update_action_sensitivity),
10334         (ev_window_open_page), (update_window_title), (update_total_pages),
10335         (page_changed_cb), (ev_window_setup_document),
10336         (password_dialog_response), (ev_window_cmd_save_as),
10337         (ev_window_print), (ev_window_cmd_go_previous_page),
10338         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10339         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10340         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10341         * shell/main.c: (main):
10342
10343         Merge evince-threads branch
10344
10345 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10346
10347         * configure.ac: Added "lt" to ALL_LINGUAS.
10348
10349 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * NEWS:
10352         * configure.ac:
10353
10354         Release 0.1.9
10355
10356 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10357
10358         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10359
10360         Fix here also the thumbnails 1-basedness :)
10361
10362 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10363
10364         * NEWS:
10365         * configure.ac:
10366
10367         Release 0.1.8
10368
10369 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10370
10371         * pdf/pdf-document.cc:
10372         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10373         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10374
10375         Fix the mess we did with thumbnails and 1-basedness
10376
10377 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10378
10379         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10380
10381 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10382
10383         * NEWS:
10384         * configure.ac:
10385
10386         Release 0.1.7
10387
10388 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10389
10390         * ps/Makefile.am:
10391         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10392         (gtk_gs_defaults_get_alpha_parameters),
10393         (gtk_gs_defaults_get_ungzip_cmd),
10394         (gtk_gs_defaults_get_unbzip2_cmd):
10395         * ps/gsdefaults.h:
10396         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10397         (ps_document_get_orientation), (document_load),
10398         (ps_document_goto_page), (ps_document_set_page_size):
10399         * ps/ps-document.h:
10400
10401         Some more sanitization of the ps backend. Remove a lot
10402         of unused code and do not base our defaults on ggv
10403         preferences (ugh!)
10404
10405 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10406
10407         * thumbnailer/evince-thumbnailer.schemas:
10408         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10409         (main): add -s option for thumbnail size.
10410
10411 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10412
10413         * configure.ac:
10414
10415         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10416         remove it.
10417
10418 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10419
10420         * pdf/pdf-document.cc:
10421
10422         Remove 4 pixels of useless border from the
10423         thumbnail.
10424
10425 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10426
10427         * backend/ev-document-thumbnails.c:
10428         (ev_document_thumbnails_get_thumbnail):
10429         * backend/ev-document-thumbnails.h:
10430
10431         Rework API a bit. Add a border flag and
10432         change sizing logic (now the size we specify
10433         applies to the bigger dimension).
10434
10435         * pdf/pdf-document.cc:
10436         * pixbuf/pixbuf-document.c:
10437         (pixbuf_document_thumbnails_get_thumbnail):
10438         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10439         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10440
10441         Adapt to the new API and do not draw a border for nautilus
10442         thumbnailer.
10443
10444 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10445
10446         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10447         take thumbnails from page "0" instead of "1". Added a copyright header.
10448
10449 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10450
10451         * ps/ps-document.c: (set_up_page), (start_interpreter):
10452
10453         Make it C89 compliant
10454
10455 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10456
10457         * Makefile.am:
10458         * configure.ac:
10459         * pdf/.cvsignore:
10460         * pdf/pdf-document.cc:
10461         * thumbnailer/Makefile.am:
10462         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10463         (main):
10464         * thumbnailer/evince-thumbnailer.schemas:
10465         * thumbnailer/pdf-icon.png:
10466
10467         Add a nautilus thumbnailer.
10468         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10469
10470 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10471
10472         * NEWS:
10473         * configure.ac:
10474         * po/POTFILES.in:
10475
10476         Release 0.1.6
10477
10478 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10479
10480         Use poppler instead of including xpdf source code.  Poppler is a
10481         fork of xpdf to build it as a shared library. See
10482         http://freedesktop.org/wiki/Software/poppler.
10483
10484         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10485         xpdf fork.
10486         
10487         * pdf/Makefile.am: Build libpdfdocument.a here.
10488         
10489         * pdf/GDKSplashOutputDev.cc:
10490         * pdf/GDKSplashOutputDev.h:
10491         * pdf/GnomeVFSStream.cc:
10492         * pdf/GnomeVFSStream.h:
10493         * pdf-document.cc:
10494         * pdf-document.h:
10495         * test-gdk-output-dev.cc
10496         * Thumb.cc:
10497         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10498         against poppler.
10499
10500 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10501
10502         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10503
10504         Clear idle stack before unsetting the document
10505
10506 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10507
10508         * ps/ps-document.c: (ps_document_widget_event),
10509         (ps_document_set_target), (ps_document_finalize),
10510         (ps_document_get_page):
10511
10512         Disconnect the widget event signal on finalize.
10513         Some code cleanups.
10514
10515 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10516
10517         * ps/ps-document.c: (set_up_page):
10518
10519         If there is no bpixmap create one, even if size
10520         is not changed.
10521
10522 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10523
10524         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10525         (set_up_page), (document_load), (ps_document_set_zoom):
10526
10527         Default page is 0. Calculate size even when we have no
10528         target yet.
10529
10530 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10531
10532         * shell/ev-sidebar.c: expand the selection widget to be always as
10533         wide as the sidebar
10534
10535 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10536
10537         * shell/ev-sidebar-thumbnails.c:
10538         (ev_sidebar_thumbnails_set_document):
10539
10540         Clear the list store when setting document
10541
10542 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10543
10544         * shell/ev-page-action.c: (update_entry), (sync_entry),
10545         (activate_cb), (entry_size_request_cb), (create_tool_item),
10546         (connect_proxy):
10547
10548         Use an entry for the page control instead of spinbuttons
10549
10550 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10551
10552         * data/evince.schemas.in:
10553
10554         Correct confusing string
10555
10556 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10557
10558         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10559         for real.  Gosh, how long has this been broken.
10560
10561         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10562         check for a NULL link.  We crash otherwise.
10563
10564 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10565
10566         * NEWS:
10567         * configure.ac:
10568
10569         Release 0.1.5
10570
10571 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10572
10573         * configure.ac: add the french translation.
10574
10575 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10576
10577         * shell/ev-window.c:
10578
10579         Remove unused header -> fix distcheck
10580
10581 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10582
10583         * shell/ev-window.c: (update_window_title),
10584         (ev_window_popup_password_dialog):
10585
10586         Unescape filename for display
10587
10588 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10589
10590         * pdf/xpdf/pdf-document.cc:
10591
10592         In get_page_size deal with rotation. Also
10593         cleanup the function a bit.
10594
10595 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10596
10597         * pdf/xpdf/pdf-document.cc:
10598
10599         Fix crash when opening in new window
10600
10601 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10602
10603         * configure.ac:
10604
10605         Check ghostscript >= 7
10606
10607 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10608
10609         * shell/ev-window.c:
10610
10611         Make page width the default sizing mode
10612
10613 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10614         Marco Pesenti Gritti <marco@gnome.org>
10615
10616         * shell/ev-window.c: Remember the sidebar size
10617
10618         * data/evince.schemas.in: Add a new gconf key to store the size of
10619         the sidebar
10620
10621 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10622
10623         * data/evince-ui.xml:
10624         * shell/ev-window.c: (update_action_sensitivity),
10625         (ev_window_cmd_view_reload):
10626         
10627         Add a "Reload" action and menu entry
10628
10629 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10630
10631         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10632         iff the type doesn't support thumbnailing and indexing.
10633
10634 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10635
10636         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10637
10638 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10639
10640         * pdf/splash/Splash.cc:
10641
10642         Port fix for a crasher from kde bug
10643         http://bugs.kde.org/show_bug.cgi?id=97131
10644
10645 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10646
10647         * pdf/xpdf/pdf-document.cc:
10648
10649         Return a link even if it's of an unrecognized
10650         type. Otherwise we go in an infinte cycle.
10651
10652 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10653
10654         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10655         (size_allocate_cb), (ev_window_set_sizing_mode):
10656
10657         Update size when switching mode
10658
10659 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10660
10661         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10662         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10663         (ev_window_cmd_view_normal_size):
10664
10665         Fix size toggle buttons behavior
10666
10667 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10668
10669         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10670         (doc_rect_to_view_rect), (ev_view_size_allocate),
10671         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10672         (scale_changed_callback):
10673
10674         Do not cache offsets in size_allocate.
10675
10676 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10677
10678         * shell/ev-view.c: (ev_view_size_allocate):
10679
10680         Calculate offsets before calling the parent
10681         class (which does a redraw)
10682
10683 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10684
10685         * pdf/xpdf/pdf-document.cc:
10686
10687         Fix a crasher on exit. Unused code, put a TODO
10688
10689 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10690
10691         * backend/ev-document.c: (ev_document_class_init),
10692         (ev_document_page_changed), (ev_document_scale_changed):
10693         * backend/ev-document.h:
10694
10695         Separate page/scale notifications
10696
10697         * pdf/xpdf/pdf-document.cc:
10698
10699         Emit the new signals.
10700         Do not display the pdf page in _render, do it
10701         when scale/page are requested.
10702
10703         * ps/ps-document.c: (ps_document_set_zoom),
10704         (ps_document_widget_event):
10705         * ps/ps-document.h:
10706
10707         Emit the new signals.
10708
10709         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10710         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10711         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10712         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10713         * shell/ev-view.h:
10714         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10715         (ev_window_cmd_view_page_width), (size_allocate_cb),
10716         (ev_window_set_sizing_mode):
10717
10718         Rework sizing to be pixel based.
10719         There are bugs but should be already way better.
10720
10721 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10722
10723         * shell/ev-window.c: (ev_window_init):
10724
10725         Do not allow to shrink sidebar smaller then
10726         child requisition
10727
10728 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10729
10730         * shell/ev-sidebar.[ch]
10731         * shell/ev-window.c:
10732
10733         Improved sidebar widget. Fixes #166683
10734
10735 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10736
10737         * shell/ev-view.c (update_find_status_message): Give translators
10738         more flexibility with ngettext plural handling.
10739
10740 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10741
10742         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10743         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10744         page when we get the page size.
10745
10746 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10747
10748         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10749
10750         ps pages are 0 based, convert 
10751
10752 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10753
10754         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10755
10756         Initialize correct parent class. Set GError on document load
10757
10758 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10759
10760         * pdf/xpdf/pdf-document.cc:
10761
10762         Fixup selection offset calculation
10763
10764         * shell/ev-view.c: (view_rect_to_doc_rect),
10765         (doc_rect_to_view_rect), (ev_view_size_allocate),
10766         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10767         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10768
10769         Store selection as document relative, so that zooming
10770         and offset changing doesnt break it.
10771
10772 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10773
10774         * shell/ev-view.c: (ev_view_best_fit):
10775
10776         Do not try to best fit if the view is not realized
10777
10778 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10779           
10780         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10781
10782 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10783
10784         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10785
10786 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10787
10788         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10789         the popup window.  That prevents it resizing when in full screen
10790         mode.
10791
10792         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10793         multiple rerenders.  This pretty much sucks.
10794
10795         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10796         rest of the toolbar.
10797
10798 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10799
10800         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10801
10802 2005-02-17  Alexander Shopov  <ash@contact.bg>
10803
10804         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10805
10806 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10807
10808         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10809
10810 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10811
10812         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10813         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10814         (set_document_page), (document_changed_callback),
10815         (ev_view_set_document), (ev_view_find_previous),
10816         (ev_view_hide_cursor), (ev_view_show_cursor):
10817         * shell/ev-view.h:
10818         * shell/ev-window.c: (update_chrome_visibility),
10819         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10820         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10821         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10822         (ev_window_unfullscreen):
10823         * shell/main.c: (main):
10824
10825         Automatically hide the fullscreen button.
10826         Patch by Kristian Høgsberg <krh@redhat.com>
10827
10828 2005-02-16  Vincent Noel  <vnoel@cox.net>
10829
10830         * shell/main.c (main): Specify an icon for the window. Patch by
10831         Jaap A. Haitsma. Fixes #166177.
10832
10833 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10834
10835         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10836
10837 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10838
10839         * backend/ev-document-misc.h:
10840         * backend/ev-document-misc.c:
10841         (ev_document_misc_get_page_border_size),
10842         (ev_document_misc_paint_one_page): New function to canonicalize
10843         sizing/painting a border.
10844
10845         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10846         used.
10847
10848         * pdf/xpdf/pdf-document.cc: use new function
10849
10850         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10851         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10852         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10853         shell/ev-window.c: (update_sizing_buttons),
10854         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10855         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10856         (ev_window_cmd_view_page_width), (size_allocate_cb),
10857         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10858         and "fit width" values act as toggle buttons so they stay
10859         toggled.  It's not 100% perfect, and it's a little slow, but it's
10860         good enough to commit I think.
10861
10862 2005-02-15  David Lodge  <dave@cirt.net>
10863
10864         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10865
10866 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10867
10868         * shell/ev-window.c (update_window_title): replace newlines in
10869         the title by spaces. Bug #166107.
10870
10871 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10872
10873         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10874         parameters providing allocation width and height without
10875         scrollbars and width of a possible vertical scrollbar. With this
10876         additional information the functions can work as
10877         intended. Unfortunately they're not idempotent. We should
10878         transform these commands to toggles. Fixes Bug #164976
10879         Initial patch by Stephane Loeuillet, then heavily modified.
10880
10881         * shell/ev-view.h: update prototypes.
10882
10883         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10884         (ev_window_cmd_view_page_width): provide EvView fit functions with
10885         all the information they need. Formulas to calculate this
10886         information taken from GtkScrolledWindow.
10887
10888 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10889
10890         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10891         created a thumbnail, the list store is updated to know
10892         that the thumbnail is set. Fixes bug #166792
10893
10894 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10895
10896         * shell/ev-window.c: fixed typo, closes bug 166897
10897
10898         * TODO: updated TODO with bug numbers that are relevant
10899
10900 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10901
10902         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10903
10904 2005-02-09  Vincent Noel  <vnoel@cox.net>
10905
10906         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10907         and "Next" toolbar buttons as important to make them stand out.
10908
10909 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10910
10911         * lib/ev-debug.c:
10912         * lib/ev-debug.h:
10913         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10914         (start_interpreter), (stop_interpreter), (document_load),
10915         (ps_document_next_page), (ps_document_goto_page),
10916         (ps_document_set_page_size), (ps_document_widget_event),
10917         (ps_document_render):
10918         * shell/ev-page-view.c: (ev_page_view_dispose):
10919         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10920
10921         Fix compilation on non-gcc platforms
10922
10923 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10924
10925         * NEWS:
10926         * configure.ac:
10927
10928         Release 0.1.4
10929
10930         * pdf/xpdf/Catalog.cc:
10931         * pdf/xpdf/XRef.cc:
10932
10933         Fix the fix for CAN-2004-0888
10934
10935 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10936
10937         * data/Makefile.am:
10938         * data/evince-ui.xml:
10939         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10940         * shell/ev-stock-icons.h:
10941         * shell/ev-window.c: (update_action_sensitivity),
10942         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10943         (set_action_properties):
10944
10945         Improve toolbar layout/icons
10946
10947 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10948
10949         * pdf/xpdf/pdf-document.cc:
10950
10951         Add warnings about unimplemented/unknown link
10952         types.
10953
10954 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10955
10956         * ps/ps-document.c: (set_up_page):
10957
10958         Log gs property
10959
10960 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10961
10962         * ps/ps-document.c: (start_interpreter):
10963
10964         Log gs env var
10965
10966 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10967
10968         * shell/ev-page-view.c: (ev_page_view_dispose):
10969         * shell/ev-view.c: (ev_view_finalize):
10970         * shell/ev-window.c: (ev_window_setup_document),
10971         (ev_window_dispose), (ev_window_init):
10972
10973         Solve more refs issues.
10974
10975         I commented out the page_view initialization for now:
10976         it was never destroyed (because it's never added
10977         to a container). Because of that we was leaking
10978         gs processes. Couldnt think to a clean fix.
10979         We need to figure this out, password view has the
10980         same issue probably.
10981
10982 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10983
10984         * ps/ps-document.c: (ps_document_finalize),
10985         (ps_document_get_n_pages), (ps_document_get_page):
10986
10987         Some cleanups, stop the interpreter on finalize
10988
10989         * shell/ev-page-view.c: (ev_page_view_dispose),
10990         (ev_page_view_class_init):
10991
10992         Release our reference on the document
10993
10994 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * Makefile.am:
10997         * configure.ac:
10998         * doc/debugging.txt:
10999         * lib/.cvsignore:
11000         * lib/Makefile.am:
11001         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11002         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11003         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11004         * lib/ev-debug.h:
11005
11006         Add debugging helpers
11007
11008         * ps/Makefile.am:
11009         * ps/ps-document.c: (set_up_page), (start_interpreter),
11010         (stop_interpreter), (document_load), (ps_document_next_page),
11011         (ps_document_goto_page), (ps_document_set_page_size),
11012         (ps_document_widget_event), (ps_document_render):
11013         * shell/Makefile.am:
11014         * shell/ev-view.c: (expose_bin_window):
11015         * shell/main.c: (main):
11016
11017         Add some logs
11018         
11019 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11020
11021         * ps/ps-document.c: (ps_document_widget_event):
11022
11023         Initialize message_window, this should make ps
11024         rendering really work! (Never noticed because I was
11025         testing with a ps that is causing gs to exit every time!)
11026
11027 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11028
11029         * data/evince.schemas.in: updated simple error in applyto closing tag
11030
11031 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11032
11033         * Makefile.am:
11034         * configure.ac:
11035         * data/.cvsignore:
11036         * data/Makefile.am:
11037         * data/evince-ui.xml:
11038         A data/evince.schemas.in:
11039         * po/POTFILES.in:
11040         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11041         * shell/ev-stock-icons.h:
11042         * shell/ev-window.c: (update_chrome_visibility),
11043         (update_chrome_flag), (ev_window_cmd_edit_find),
11044         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11045         (ev_window_unfullscreen), (ev_window_focus_in_event),
11046         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11047         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11048         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11049         (ev_window_dispose), (ev_window_class_init),
11050         (set_action_properties), (set_chrome_actions), (load_chrome),
11051         (ev_window_init):
11052
11053         Implement fullscreen mode changes from bug #164776.
11054         Also implement persistent chrome toggles.
11055
11056 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11057
11058         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11059
11060 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11061
11062         * NEWS:
11063         * configure.ac:
11064         * shell/ev-view.c:
11065
11066         Add another check for find interface
11067
11068         Release 0.1.3
11069
11070 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11071
11072         * shell/ev-application.c: (ev_application_open):
11073         * shell/ev-window.c: (ev_window_open):
11074
11075         Open gzipped ps documents
11076
11077 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11078
11079         * TODO:
11080         * shell/ev-view.c: (set_document_page):
11081
11082         Clamp page number, dont try to move to
11083         not existant pages.
11084
11085 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11086
11087         * backend/ev-document-find.c: (ev_document_find_changed):
11088         * backend/ev-document-find.h:
11089         * pdf/xpdf/pdf-document.cc:
11090         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11091         * shell/ev-window.c: (find_bar_search_changed_cb):
11092
11093         Fix several bugs with find
11094
11095 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11096
11097         * shell/ev-sidebar-thumbnails.c
11098         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11099         document. Prevents warning from scroll_to_cell.
11100
11101 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11102
11103         * configure.ac: Add «nb» to ALL_LINGUAS too.
11104
11105 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11106
11107         * NOTES: New file with some random thoughts.
11108
11109         * TODO: Update.
11110
11111         * backend/ev-document-misc.c:
11112         (ev_document_misc_get_page_border_size): New function to
11113         canonicalize shadow drawing sizes.  Possibly goofy.
11114
11115         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11116         (ev_view_best_fit), (ev_view_fit_width):
11117         * pdf/xpdf/pdf-document.cc:
11118         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11119         * ps/ps-document.c: (ps_document_get_page_size):
11120         * backend/ev-document-misc.h:
11121         * backend/ev-document.c: (ev_document_get_page_size):
11122         * backend/ev-document.h: get_page_size now takes a page number
11123         parameter.  Made all the backends/frontends honor it.
11124
11125         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11126         see.  Doesn't work yet.
11127
11128         * shell/Makefile.am:
11129         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11130         Doesn't do anything yet.
11131
11132         * shell/ev-sidebar-thumbnails.c:
11133         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11134         [0..n_pages-1]
11135
11136         * shell/ev-window.c: (update_action_sensitivity),
11137         (ev_window_setup_document), (ev_window_set_page_mode),
11138         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11139         view-swapping code a bit so we can have multiple views on a
11140         document.  Add the multi-page view, though it can't be turned on
11141         yet.
11142
11143 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11144
11145         * shell/ev-application.c: (ev_application_open):
11146         * shell/ev-view.c: (expose_bin_window):
11147         * shell/ev-window.c: (ev_window_open):
11148
11149         Support eps and check document supports find
11150         before drawing highlightings in expose.
11151
11152 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11153
11154         * pixbuf/pixbuf-document.c:
11155         (pixbuf_document_thumbnails_get_dimensions),
11156         (pixbuf_document_document_thumbnails_iface_init):
11157
11158         implement get_dimensions
11159
11160 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11161
11162         * NEWS:
11163         * configure.ac:
11164
11165         Release 0.1.2
11166
11167 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11168
11169         * shell/ev-view.c: (set_document_page):
11170
11171         Scroll at the top of the page when changing page
11172
11173 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11174
11175         * shell/ev-view.c: (ev_view_motion_notify_event):
11176
11177         Do not redraw unnecessarily
11178
11179 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11180
11181         * pdf/xpdf/pdf-document.cc:
11182         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11183         (expose_bin_window), (find_changed_cb):
11184
11185         Yay! find works now... Now to find bugs...
11186
11187 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11188
11189         * backend/ev-document-find.c: (ev_document_find_base_init),
11190         (ev_document_find_changed):
11191         * backend/ev-document-find.h:
11192         * pdf/xpdf/pdf-document.cc:
11193         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11194         (expose_bin_window), (ev_view_init), (set_document_page),
11195         (ensure_rectangle_is_visible), (jump_to_find_result),
11196         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11197         (ev_view_find_next), (ev_view_find_previous):
11198         * shell/ev-view.h:
11199         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11200
11201         More work on find implementation, mostly there now
11202
11203 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * backend/ev-backend-marshalers.list:
11206         * backend/ev-document-find.c: (ev_document_find_base_init),
11207         (ev_document_find_cancel), (ev_document_find_page_has_results),
11208         (ev_document_find_get_n_results), (ev_document_find_get_result),
11209         (ev_document_find_get_progress), (ev_document_find_changed):
11210         * backend/ev-document-find.h:
11211
11212         Enanche the find interface to be really able to do
11213         multi page find.
11214
11215         * pdf/xpdf/pdf-document.cc:
11216
11217         Implement
11218
11219         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11220         (expose_bin_window), (ev_view_init),
11221         (ev_view_get_find_status_message), (find_changed_cb),
11222         (ev_view_set_document), (set_document_page):
11223
11224         Adapt to the new interface. A few things are regressed sorry,
11225         I will finish it soon.
11226
11227 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11228
11229         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11230         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11231         ev_sidebar_thumbnails_parent_class variable, don't define another
11232         parent_class variable.
11233
11234         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11235         (ev_page_action_class_init): ditto.
11236
11237         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11238         (pixbuf_document_class_init): ditto.
11239
11240         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11241         ditto.
11242
11243         * .cvsignore: ignore various valgrind output files.
11244
11245 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11246
11247         * data/evince-ui.xml:
11248         * shell/Makefile.am:
11249         * shell/ev-history.c:
11250         * shell/ev-history.h:
11251         * shell/ev-navigation-action.c:
11252         * shell/ev-navigation-action.h:
11253         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11254         (ev_view_set_page), (ev_view_fit_width):
11255         * shell/ev-view.h:
11256         * shell/ev-window.c: (update_action_sensitivity),
11257         (ev_window_setup_document), (register_custom_actions):
11258
11259         Kill session history
11260
11261 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11262
11263         * shell/ev-window.c: (update_action_sensitivity):
11264
11265         Fix inverted up/down buttons
11266
11267 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11268
11269         * shell/ev-sidebar-thumbnails.c
11270         (ev_sidebar_thumbnails_select_page): make sure the selected
11271         thumbnail stays visible.
11272
11273 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11274
11275         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11276         scrolled window for Federico.
11277
11278 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11279
11280         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11281
11282 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11283
11284         * configure.ac:
11285         * pdf/splash/SplashFTFontEngine.cc:
11286
11287         Fix CID fonts with freetype 2.1.9
11288
11289 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11290
11291         * TODO: added item for desktop icon thumbnailer
11292
11293 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11294
11295         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11296         unloaded docs when the title is accessed.
11297
11298         * shell/ev-password-view.[hc]: New widget for displaying password
11299         state.
11300
11301         * shell/ev-window.[ch]: Refactor password handling code to handle
11302         the new view.
11303
11304 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11305
11306         * NEWS:
11307         * configure.ac:
11308         * data/Makefile.am:
11309
11310         Release 0.1.1
11311
11312 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11313
11314         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11315         ignore page offset here, to make search results independent of it,
11316
11317         * shell/ev-view.c (expose_bin_window): but take offsets into
11318         account here. Bug #164932
11319
11320         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11321         scale at the right time. Bug #164996
11322
11323 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11324
11325         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11326         fix the problem. Now I just removed the Adobe font names and hope
11327         that the URW fonts are always in outline format. Bug #164934
11328
11329         * shell/ev-window.c (update_window_title): empty titles are
11330         useless, use filename in that case too.
11331
11332         * NEWS: Add some content.
11333
11334 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11335
11336         * TODO: added one more TODO item and a TODONE section :)
11337
11338 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11339
11340         * ps/ps-document.h: add page_[xy]_offset fields.
11341
11342         * ps/ps-document.c (ps_document_set_page_offset)
11343         (ps_document_render): Keep offset in consideration in a few
11344         places. Bug #164752 "postscript documents are not centered in
11345         window"
11346
11347         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11348         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11349
11350         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11351         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11352         stub out missing methods for complete EvDocument implementation.
11353         Fixes segfaults with Save A Copy and Copy actions.
11354
11355         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11356         (ps_document_document_iface_init): ditto.
11357         
11358 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11359
11360         * data/.cvsignore:
11361         * data/Makefile.am:
11362         * data/evince.desktop.in:
11363
11364         Add desktop file
11365
11366 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11367
11368         * shell/ev-view.c: (ev_view_button_press_event),
11369         (ev_view_motion_notify_event):
11370
11371         Make selection work in any direction
11372
11373 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11374
11375         * TODO:
11376         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11377
11378         Use shorter labels for some of the toolbars items
11379
11380 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11381
11382         * pdf/xpdf/pdf-document.cc:
11383
11384         Check the links info is initialized before
11385         using it. Should fix a crash on startup.
11386
11387 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11388
11389         * pixbuf/pixbuf-document.c
11390         (pixbuf_document_thumbnails_get_dimensions): force floating point
11391         division to calculate page_ratio. Fixes crash with landscape
11392         format pixbufs.
11393
11394 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11395
11396         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11397
11398 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11399
11400         * shell/ev-view.c (set_document_page): unset has_selection when
11401         the page changes.
11402         (set_document_page): handle paper size changes when the page
11403         changes (test with Free Culture, page 2).
11404
11405 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11406
11407         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11408         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11409
11410         Use normal style color for the widget background and
11411         draw a black box around the page.
11412
11413 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11414
11415         * pdf/xpdf/pdf-document.cc:
11416
11417         Keep offset in consideration in a few places
11418
11419         * shell/ev-view.c: (expose_bin_window):
11420
11421         Set the offsets so that the document is ever centered
11422
11423 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11424
11425         * TODO: Added TODO items and finished off the first todo item
11426
11427         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11428         reflect current authors
11429
11430 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11431
11432         * pdf/xpdf/pdf-document.cc:
11433         * shell/ev-view.c: (ev_view_set_cursor),
11434         (ev_view_motion_notify_event), (document_changed_callback),
11435         (set_document_page):
11436
11437         Show a wait cursor while the page is rendering
11438
11439 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11440
11441         * shell/ev-sidebar-thumbnails.c:
11442         (ev_sidebar_tree_selection_changed),
11443         (ev_sidebar_thumbnails_select_page):
11444         * shell/ev-sidebar-thumbnails.h:
11445         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11446         (ev_view_can_go_forward):
11447         * shell/ev-window.c: (ev_window_open_page),
11448         (ev_window_setup_document), (update_current_page),
11449         (view_page_changed_cb), (ev_window_init):
11450         * shell/ev-window.h:
11451
11452         Ensure thumbnails selection, toolbar page control and
11453         current page are in sync.
11454
11455 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11456
11457         * pdf/xpdf/XRef.cc:
11458
11459         Fix CAN-2005-0064
11460
11461 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11462
11463         * backend/Makefile.am:
11464         * backend/ev-document-links.h:
11465         * backend/ev-document-security.c: (ev_document_security_get_type),
11466         (ev_document_security_has_document_security),
11467         (ev_document_security_set_password):
11468         * backend/ev-document-security.h:
11469         * backend/ev-document.c: (ev_document_error_quark):
11470         * backend/ev-document.h:
11471         * data/Makefile.am:
11472         * data/evince-password.glade:
11473         * pdf/xpdf/pdf-document.cc:
11474         * shell/Makefile.am:
11475         * shell/ev-password.c: (ev_password_set_bad_password_label),
11476         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11477         (ev_password_dialog_get_password),
11478         (ev_password_dialog_set_bad_pass):
11479         * shell/ev-password.h:
11480         * shell/ev-window.c: (ev_window_get_attribute),
11481         (ev_window_set_property), (update_action_sensitivity),
11482         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11483         (ev_window_setup_document), (ev_window_get_password),
11484         (ev_window_open), (ev_window_cmd_save_as),
11485         (using_postscript_printer), (ev_window_print),
11486         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11487         (update_fullscreen_popup), (ev_window_fullscreen),
11488         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11489         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11490         (menu_item_select_cb), (find_bar_search_changed_cb),
11491         (ev_window_dispose), (ev_window_init):
11492
11493         Add initial support for password-supported dialogs.  This could be
11494         a lot cooler, but it'll do for now.
11495
11496 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * pdf/xpdf/pdf-document.cc:
11499         * shell/ev-view.c: (status_message_from_link),
11500         (ev_view_set_status), (ev_view_set_cursor),
11501         (ev_view_motion_notify_event), (ev_view_init):
11502         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11503
11504         Fix bugs in the links implementation and change cursor
11505         when hovering a link.
11506
11507 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11508
11509         * viewer/.cvsignore: added cvsignore file for viewer directory
11510
11511         * TODO: created TODO document
11512
11513 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11514
11515         * shell/ev-view.h:
11516         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11517         new functions to help with implementation of sensitivity code
11518         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11519         of all actions that might require it.  Fixes a crash when you
11520         click on the Zoom actions in a window lacking a document.
11521
11522 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11523
11524         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11525         of the Find action
11526
11527 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11528
11529         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11530         (pixbuf_document_document_iface_init):
11531         * ps/ps-document.c: (ps_document_get_link),
11532         (ps_document_document_iface_init):
11533         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11534         (status_message_from_link), (ev_view_set_status),
11535         (ev_view_set_find_status), (ev_view_motion_notify_event),
11536         (ev_view_button_release_event), (ev_view_set_property),
11537         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11538         (ev_view_get_find_status_message), (update_find_results),
11539         (ev_view_get_status), (ev_view_get_find_status):
11540         * shell/ev-view.h:
11541         * shell/ev-window.c: (view_status_changed_cb),
11542         (view_find_status_changed_cb), (ev_window_init):
11543
11544         View status message support, use it to show the links.
11545         Needs work...
11546
11547 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11548
11549         * backend/ev-document.c: (ev_document_get_link):
11550         * backend/ev-document.h:
11551         * pdf/xpdf/pdf-document.cc:
11552         * shell/ev-application.c: (ev_application_open):
11553         * shell/ev-application.h:
11554         * shell/ev-sidebar-links.c: (selection_changed_cb):
11555         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11556         (ev_view_go_to_link):
11557
11558         Add support for document links
11559
11560 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11561
11562         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11563         (create_tool_item):
11564         Set the spin button limits correctly.
11565         
11566         * shell/ev-sidebar-thumbnails.c:
11567         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11568         Support changing pages by clicking on the thumbnails.
11569         
11570 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11571
11572         * pixbuf/pixbuf-document.c:
11573         (pixbuf_document_thumbnails_get_dimensions),
11574         (pixbuf_document_document_thumbnails_iface_init):
11575
11576         implement get_dimensions
11577
11578 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * ps/ps-document.c: (ps_document_goto_page):
11581
11582         Fix page switching on multipage documents
11583
11584 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11585
11586         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11587         
11588         check for NULL before assigning to width and height parameters
11589
11590 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11591
11592         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11593         (pixbuf_document_set_property), (pixbuf_document_get_property):
11594
11595         implement get/set properties
11596
11597 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11598
11599         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11600         
11601         return NULL instead of "Unknown", letting the title get set to
11602         the filename when the pdf has no title.
11603
11604 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * ps/ps-document.c: (ps_document_get_page_count),
11607         (ps_document_goto_page):
11608
11609 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11610
11611         * shell/ev-history.c: (ev_history_get_property),
11612         (ev_history_set_property), (ev_history_class_init),
11613         (ev_history_add_page), (ev_history_set_current_index):
11614         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11615         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11616         (ev_navigation_action_finalize):
11617         * shell/ev-navigation-action.h:
11618         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11619         (ev_view_go_forward), (ev_view_get_find_status_message),
11620         (history_index_changed_cb), (ev_view_set_history):
11621         * shell/ev-view.h:
11622         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11623         (update_current_page), (register_custom_actions):
11624
11625         Implement history dropdowns
11626
11627 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11628
11629         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11630         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11631         (ev_view_go_forward):
11632         * shell/ev-window.c: (register_custom_actions):
11633
11634         Fix several history bugs
11635
11636 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11637
11638         * configure.ac: Add «nb» to ALL_LINGUAS.
11639
11640 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11641
11642         * backend/Makefile.am:
11643         * backend/ev-bookmark.c:
11644         * backend/ev-bookmark.h:
11645         * backend/ev-document-bookmarks.c:
11646         * backend/ev-document-bookmarks.h:
11647         * backend/ev-document-links.c: (ev_document_links_get_type),
11648         (ev_document_links_has_document_links),
11649         (ev_document_links_begin_read), (ev_document_links_get_link),
11650         (ev_document_links_get_child), (ev_document_links_next),
11651         (ev_document_links_free_iter):
11652         * backend/ev-document-links.h:
11653         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11654         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11655         (ev_link_get_link_type), (ev_link_set_link_type),
11656         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11657         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11658         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11659         (ev_link_new_external):
11660         * backend/ev-link.h:
11661         * pdf/xpdf/pdf-document.cc:
11662         * shell/Makefile.am:
11663         * shell/ev-application.c: (ev_application_open_link):
11664         * shell/ev-application.h:
11665         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11666         (ev_history_get_link_nth):
11667         * shell/ev-history.h:
11668         * shell/ev-sidebar-bookmarks.c:
11669         * shell/ev-sidebar-bookmarks.h:
11670         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11671         (ev_sidebar_links_class_init), (selection_changed_cb),
11672         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11673         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11674         (do_one_iteration), (populate_links_idle),
11675         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11676         * shell/ev-sidebar-links.h:
11677         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11678         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11679         (go_to_index):
11680         * shell/ev-view.h:
11681         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11682         * shell/ev-window.h:
11683
11684         Rename bookmark to link, and use "Index" for the sidebar panel.
11685
11686 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11687
11688         * shell/Makefile.am:
11689         * shell/ev-application.c: (ev_application_open_bookmark):
11690         * shell/ev-application.h:
11691         * shell/ev-history.c: (ev_history_init), (free_links_list),
11692         (ev_history_finalize), (ev_history_class_init),
11693         (ev_history_add_link), (ev_history_add_page),
11694         (ev_history_get_link_nth), (ev_history_get_n_links),
11695         (ev_history_get_current_index), (ev_history_set_current_index),
11696         (ev_history_new):
11697         * shell/ev-history.h:
11698         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11699         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11700         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11701         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11702         (ev_view_set_page):
11703         * shell/ev-view.h:
11704         * shell/ev-window.c: (ev_window_open_bookmark),
11705         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11706         (goto_page_cb), (register_custom_actions):
11707         * shell/ev-window.h:
11708
11709         Initial history implementation. Needs work.
11710
11711 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11712
11713         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11714
11715 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11716
11717         * cut-n-paste/recent-files/egg-recent-item.c:
11718         * cut-n-paste/recent-files/egg-recent-item.h:
11719         * cut-n-paste/recent-files/egg-recent-model.c:
11720         * cut-n-paste/recent-files/egg-recent-util.c:
11721         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11722         * cut-n-paste/recent-files/egg-recent-view.c:
11723
11724         Update
11725
11726 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11727
11728         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11729         (fillGlyph, fillImageMask, drawImage):
11730         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11731         pdf/splash/SplashTypes.h:
11732         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11733         packed mode for Splash.
11734
11735         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11736         RGB8 packed mode, eliminates the pixbuf data creation loop.
11737
11738         * shell/ev-print-job.c (ev_print_job_finalize)
11739         (ev_print_job_set_property, ev_print_job_get_property)
11740         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11741         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11742         (print_closure_finalize, ev_print_job_print): implement
11743         printing (for backends with EvPsExporter)
11744
11745         * shell/ev_print_job.h: update prototypes.
11746
11747         * shell/ev-window.c (ev_window_print): unref print job after
11748         printing.
11749
11750         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11751         unless the document implements the EvDocumentFind interface.
11752
11753 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11754
11755         * configure.ac: Added ja to ALL_LINGUAS.
11756
11757 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * pdf/xpdf/pdf-document.cc:
11760
11761         add a FIXME. We should probably not allocate
11762         a bookmark object every time
11763
11764 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11765
11766         * shell/ev-application.c: (ev_application_open),
11767         (ev_application_open_bookmark):
11768         * shell/ev-application.h:
11769         
11770         Add a way to open bookmarks
11771
11772         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11773         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11774         (ev_bookmark_set_property), (ev_bookmark_class_init),
11775         (ev_bookmark_new_title), (ev_bookmark_new_link),
11776         (ev_bookmark_new_external):
11777
11778         Support for external uris, better constructors.
11779
11780         * backend/ev-bookmark.h:
11781         * pdf/xpdf/pdf-document.cc:
11782         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11783
11784         Handle external uris
11785
11786 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11787
11788         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11789         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11790
11791         Hook up bookmarks navigation
11792
11793 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11794
11795         * backend/Makefile.am:
11796         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11797         (ev_bookmark_get_title), (ev_bookmark_set_title),
11798         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11799         (ev_bookmark_get_page), (ev_bookmark_set_page),
11800         (ev_bookmark_get_property), (ev_bookmark_set_property),
11801         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11802         (ev_bookmark_new):
11803         * backend/ev-bookmark.h:
11804         * backend/ev-document-bookmarks.c:
11805         (ev_document_bookmarks_get_bookmark):
11806         * backend/ev-document-bookmarks.h:
11807         * pdf/xpdf/pdf-document.cc:
11808         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11809
11810         Add a bookmark object to the backend and use it instead of get_values
11811
11812 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11813
11814         * data/evince-ui.xml:
11815
11816         Cleanup and add select all.
11817
11818         * shell/ev-view.c: (ev_view_select_all),
11819         (ev_view_button_press_event):
11820         * shell/ev-view.h:
11821         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11822
11823         Add select all.
11824         Clear selection on click.
11825
11826 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11827
11828         * shell/ev-sidebar-thumbnails.c
11829         (ev_sidebar_thumbnails_set_document): forgot to unref the
11830         loading_icon.
11831
11832 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11833
11834         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11835         at the visible page, not just linearly.  This makes it look fast.
11836
11837 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11838
11839         * backend/ev-document-misc.c
11840         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11841         white.
11842         * backend/ev-document-thumbnails.h: New interface to get the size
11843         of a page.
11844
11845 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11846
11847         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11848         make dist works
11849
11850 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11851
11852         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11853         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11854         things up a bit.
11855
11856         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11857
11858 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11859
11860         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11861         fonts. Should fix font problems on systems that have the base
11862         fonts in bitmap format. Reported by James Henstridge
11863         <james@jamesh.id.au>.
11864
11865 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11866
11867         * pdf/xpdf/Gfx.cc:
11868         * pdf/xpdf/GfxState.cc:
11869
11870         Fix for CAN-2004-1125
11871
11872 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11873
11874         * shell/ev-view.c: (ev_view_copy):
11875         * shell/ev-view.h:
11876         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11877
11878         Implement Edit->Copy
11879
11880 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11881
11882         * backend/ev-document.c: (ev_document_get_text):
11883         * backend/ev-document.h:
11884         * pdf/xpdf/pdf-document.cc:
11885         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11886         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11887         (ev_view_update_primary_selection), (ev_view_button_press_event),
11888         (ev_view_motion_notify_event), (ev_view_button_release_event):
11889
11890         Beginnings of clipboard support. Incomplete but primary sort
11891         of work.
11892
11893 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11894
11895         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11896         (expose_bin_window):
11897
11898         Nicer rubberband drawing, from GtkIconView.
11899
11900 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * backend/ev-document.c: (ev_document_save):
11903         * backend/ev-document.h:
11904         * data/evince-ui.xml:
11905         * pdf/xpdf/pdf-document.cc:
11906         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11907
11908         Implement "Save a copy..." menu item
11909
11910 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11911
11912         * shell/ev-view.c: (ev_view_zoom):
11913
11914         Queue a resize when zoom changes
11915
11916 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11917
11918         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11919         shadows.
11920
11921         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11922         thumbnails..
11923
11924 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11925
11926         * pdf/xpdf/pdf-document.cc
11927         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11928
11929 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11930
11931         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11932         It's slow, but I'll speed it up next!
11933
11934 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11935
11936         * shell/main.c (load_files):
11937
11938         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11939         from the command line and because it seems more appropriate.
11940
11941 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11942
11943         * data/evince-ui.xml:
11944         * shell/ev-window.c: (update_action_sensitivity),
11945         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11946
11947         s/next page/page down
11948         s/previous page/page up
11949
11950 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * data/evince-ui.xml:
11953
11954         Change the layout to match clarkbw design.
11955
11956         * shell/Makefile.am:
11957         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11958         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11959         (ev_navigation_action_finalize),
11960         (ev_navigation_action_set_property),
11961         (ev_navigation_action_get_property),
11962         (ev_navigation_action_class_init):
11963         * shell/ev-navigation-action.h:
11964
11965         Implement clarkbw toolbar navigation controls (incomplete)
11966
11967         * shell/ev-page-action.c: (update_label), (update_spin),
11968         (value_changed_cb), (create_tool_item), (connect_proxy),
11969         (ev_page_action_init), (ev_page_action_finalize),
11970         (ev_page_action_set_property), (ev_page_action_get_property),
11971         (ev_page_action_set_current_page),
11972         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11973         * shell/ev-page-action.h:
11974
11975         Implement a page switcher in the toolbar
11976
11977         * shell/ev-view.c: (ev_view_scroll_view):
11978         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11979         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11980         (register_custom_actions), (ev_window_init):
11981
11982         Change page on PageUp/Down.
11983
11984 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11985
11986         * pdf/xpdf/pdf-document.cc
11987         (pdf_document_thumbnails_get_thumbnail): initial stab at
11988         implementing thumbnail support for pdfs.  It only does documents
11989         with precached pdfs now.
11990
11991 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11992
11993         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11994         thumbnail code into a time-based idle as well.  Also, turn off the
11995         shadow temporarily as it's really slow.
11996
11997 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11998
11999         * backend/ev-document.c: (ev_document_class_init):
12000         * pdf/xpdf/pdf-document.cc:
12001         * shell/ev-window.c: (ev_window_open):
12002
12003         Fix document title bugs and fallback to
12004         filename when not available.
12005
12006 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12007
12008         * backend/ev-document.c: (ev_document_get_type),
12009         (ev_document_class_init), (ev_document_load),
12010         (ev_document_get_title):
12011         * backend/ev-document.h:
12012         * pdf/xpdf/pdf-document.cc:
12013         * ps/ps-document.c: (ps_document_set_property),
12014         (ps_document_get_property), (ps_document_class_init),
12015         (document_load):
12016         * ps/ps-document.h:
12017         * ps/ps.h:
12018         * shell/ev-window.c: (update_window_title), (ev_window_open),
12019         (ev_window_init):
12020
12021         Initial support for document title. Not working yet.
12022
12023 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12024
12025         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12026
12027         Grab focus on the view when clicking it
12028
12029 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12030
12031         * shell/ev-marshal.list:
12032         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12033         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12034
12035         Add key bindings to the view. Now if the focus would work
12036         right...
12037
12038 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12039
12040         * Makefile.am:
12041         * backend/Makefile.am:
12042         * data/Makefile.am:
12043         * dvi/Makefile.am:
12044         * dvi/dvilib/Makefile.am:
12045         * pdf/xpdf/Makefile.am:
12046         * po/POTFILES.in:
12047         * ps/Makefile.am:
12048
12049         Fix distcheck
12050
12051 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12052
12053         * shell/ev-view.c: (ev_view_realize):
12054
12055         Fix mouse wheel scrolling
12056
12057 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * ps/Makefile.am:
12060         * ps/gstypes.h:
12061         * ps/gtkgs.c:
12062         * ps/gtkgs.h:
12063         * ps/ps-document.c: (catchPipe), (ps_document_init),
12064         (ps_document_class_init), (ps_document_cleanup),
12065         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12066         (set_up_page), (close_pipe), (is_interpreter_ready),
12067         (interpreter_failed), (output), (input), (start_interpreter),
12068         (stop_interpreter), (file_length), (file_readable),
12069         (check_filecompressed), (check_pdf), (compute_xdpi),
12070         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12071         (ps_document_get_type), (ps_document_emit_error_msg),
12072         (document_load), (ps_document_next_page),
12073         (ps_document_get_current_page), (ps_document_get_page_count),
12074         (ps_document_goto_page), (ps_document_set_page_size),
12075         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12076         (ps_document_load), (ps_document_get_n_pages),
12077         (ps_document_set_page), (ps_document_get_page),
12078         (ps_document_widget_event), (ps_document_set_target),
12079         (ps_document_set_scale), (ps_document_set_page_offset),
12080         (ps_document_get_page_size), (ps_document_render),
12081         (ps_document_document_iface_init):
12082         * ps/ps-document.h:
12083         * ps/ps.c:
12084         * shell/ev-window.c: (ev_window_open):
12085
12086         Rename GtkGS to PSDocument
12087
12088 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12089
12090         * ps/gtkgs.c: (gtk_gs_class_init):
12091         * ps/gtkgs.h:
12092
12093         Some more leftover...
12094
12095 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12096
12097         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12098         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12099         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12100         * ps/gtkgs.h:
12101
12102         Remove unused code and make a lot of stuff private
12103
12104 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12105
12106         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12107         (gtk_gs_defaults_changed):
12108         * ps/gsdefaults.h:
12109         * ps/gtkgs.c:
12110         * ps/gtkgs.h:
12111         * ps/ps.h:
12112
12113         Cleanup headers dependencies
12114
12115 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12116
12117         * ps/Makefile.am:
12118         * ps/ggvutils.c:
12119         * ps/ggvutils.h:
12120         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12121         * ps/gsdefaults.h:
12122         * ps/gtkgs.c: (file_length), (file_readable),
12123         (check_filecompressed), (check_pdf), (gtk_gs_load),
12124         (gtk_gs_get_postscript):
12125
12126         Get rid of ggvutils
12127
12128 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12129
12130         * ps/ggvutils.c:
12131         * ps/ggvutils.h:
12132         * ps/gsio.h:
12133         * ps/gtkgs.c: (gtk_gs_set_zoom):
12134
12135         Cleanups
12136
12137 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12138
12139         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12140
12141         Ensure the page is rerendered when changing zoom
12142
12143 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12144
12145         * backend/ev-document.c: (ev_document_base_init),
12146         (ev_document_changed):
12147         * backend/ev-document.h:
12148
12149         Add a changed event that is emitted when the page content
12150         changes. This is necessary to deal with the fact that
12151         in ps backend rendering happen asycrounously.
12152         This makes the ps backend mostly work.
12153
12154         * pdf/xpdf/pdf-document.cc:
12155
12156         Emit changed event
12157
12158         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12159         (ps_document_set_target):
12160
12161         Emit changed event
12162
12163         * shell/ev-view.c: (document_changed_callback),
12164         (ev_view_set_document), (ev_view_set_page):
12165
12166         Redraw on the changed signal
12167
12168 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12169
12170         * configure.ac: Added pt_BR to ALL_LINGUAS.
12171
12172 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12173
12174         * backend/ev-document-bookmarks.c:
12175         (ev_document_bookmarks_get_child): *
12176         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12177         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12178         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12179         (ev_sidebar_bookmarks_destroy),
12180         (ev_sidebar_bookmarks_class_init),
12181         (ev_sidebar_bookmarks_construct), (stack_data_free),
12182         (do_one_iteration), (populate_bookmarks_idle),
12183         (ev_sidebar_bookmarks_clear_document),
12184         (ev_sidebar_bookmarks_set_document): *
12185         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12186         (ev_sidebar_add_page),
12187         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12188         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12189         it displays both the topics and the page numbers.
12190
12191 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12192
12193         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12194         toggle.
12195         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12196         visible.
12197
12198 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12199
12200         * configure.ac: Added en_CA to ALL_LINGUAS.
12201
12202 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12203
12204         * ChangeLog: replace bottom of this ChangeLog (merged history of
12205         ggv and gpdf; where all paths were wrong and most of the files are
12206         not even in this tree) with ChangeLog (from arch) of the shell
12207         code.
12208
12209 2004-12-23  Havoc Pennington  <hp@redhat.com>
12210
12211         * shell/ev-window.c: hook up potentially-questionable "find
12212         results status text" feature - something involving the sidebar or
12213         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12214         might be better in the end.
12215
12216         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12217         with corresponding signal when it should be updated
12218
12219         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12220
12221 2004-12-22  Havoc Pennington  <hp@redhat.com>
12222
12223         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12224         find stuff on other pages, sort of (only returns one result on
12225         invisible pages, to show they have results; updates full results
12226         for a page when you view it). Currently repaints the current page
12227         every time a new result is found on any page, which isn't so nice.
12228
12229 2004-12-22  Havoc Pennington  <hp@redhat.com>
12230
12231         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12232         the document doesn't support find (better ideas?)
12233         (find_bar_search_changed_cb): handle missing document or document
12234         that doesn't support find
12235
12236         * pdf/xpdf/pdf-document.cc: port to implement the new
12237         EvDocumentFindIface
12238
12239         * backend/ev-document-find.c: create a new interface for searching
12240
12241         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12242
12243 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12244
12245         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12246         libevbackend.la.
12247
12248         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12249         EvPrintJob constructor arguments.
12250
12251         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12252         for documents that can export PostScript (page by page).
12253
12254         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12255         
12256         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12257         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12258         (pdf_document_ps_exporter_iface_init:
12259         Implement EvPSExporter.
12260
12261         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12262
12263 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12264
12265         * backend/Makefile.am:
12266         * backend/ev-document-thumbnails.c:
12267         (ev_document_thumbnails_get_type),
12268         (ev_document_thumbnails_get_thumbnail):
12269         * backend/ev-document-thumbnails.h:
12270         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12271         (pixbuf_document_thumbnails_get_thumbnail),
12272         (pixbuf_document_document_thumbnails_iface_init):
12273         * shell/Makefile.am:
12274         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12275         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12276         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12277         * shell/ev-sidebar-thumbnails.h:
12278         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12279         (ev_sidebar_set_document):
12280         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12281         (create_shadow), (ev_pixbuf_add_shadow):
12282         * shell/ev-utils.h:
12283         Add thumbnail support.
12284         
12285 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12286
12287         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12288         (using_postscript_printer): Set up a print dialog for "PostScript
12289         injection" method.
12290
12291         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12292         EvPrintJob.
12293
12294         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12295
12296 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12297
12298         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12299         (ps_document_set_target), (ps_document_get_page_size),
12300         (ps_document_render):
12301         * ps/gtkgs.h:
12302
12303         Fix a few bugs
12304
12305 2004-12-22  Christian Rose  <menthos@menthos.com>
12306
12307         * configure.ac: Added "sv" to ALL_LINGUAS.
12308
12309 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12310
12311         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12312         document supports bookmarks.
12313
12314 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * ps/ggvutils.c: (ggv_file_readable):
12317         * ps/ggvutils.h:
12318         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12319         (gtk_gs_get_postscript):
12320
12321         Remove unused utils
12322
12323 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12324
12325         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12326         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12327         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12328         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12329         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12330         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12331         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12332         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12333         (gtk_gs_set_antialiasing), (ps_document_load),
12334         (ps_document_render):
12335         * ps/gtkgs.h:
12336
12337         Another check point for the ps backend. Now I can get it to show
12338         pages!
12339
12340 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12341
12342         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12343         document setting code.
12344
12345 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12346
12347         * shell/eggfindbar.c: (entry_activate_callback):
12348         Animate the next button when activate is pressed.
12349         
12350 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12351
12352         * shell/ev-window.c: (ev_window_cmd_edit_find),
12353         (update_fullscreen_popup), (ev_window_fullscreen),
12354         (ev_window_unfullscreen), (ev_window_state_event_cb),
12355         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12356         Fix bugs in fullscreen code.
12357         
12358 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12359
12360         * Makefile.am:
12361         * configure.ac:
12362         * pixbuf/Makefile.am:
12363         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12364         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12365         (pixbuf_document_set_page), (pixbuf_document_get_page),
12366         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12367         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12368         (pixbuf_document_render), (pixbuf_document_begin_find),
12369         (pixbuf_document_end_find), (pixbuf_document_finalize),
12370         (pixbuf_document_class_init),
12371         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12372         * pixbuf/pixbuf-document.h:
12373         * shell/Makefile.am:
12374         * shell/ev-application.c: (ev_application_open):
12375         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12376         (ev_window_open):
12377         Add pixbuf backend.
12378         
12379 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12380
12381         * Makefile.am: 
12382         * dvi/dvilib/Makefile.am:
12383         * dvi/Makefile.am:
12384         * configure.ac: Auto*ify dvi and dvi/dvilib
12385
12386         * dvi/Makefile: Remove from CVS
12387         
12388         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12389         confusion.
12390
12391         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12392         
12393         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12394         
12395 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12396
12397         * ps/Makefile.am:
12398         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12399         (gtk_gs_value_adjustment_changed), (compute_size),
12400         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12401         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12402         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12403         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12404         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12405         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12406         (ps_document_load), (ps_document_get_n_pages),
12407         (ps_document_set_page), (ps_document_get_page),
12408         (ps_document_set_target), (ps_document_set_scale),
12409         (ps_document_set_page_offset), (ps_document_get_page_size),
12410         (ps_document_render), (ps_document_begin_find),
12411         (ps_document_end_find), (ps_document_document_iface_init):
12412         * ps/gtkgs.h:
12413         * shell/Makefile.am:
12414         * shell/ev-window.c: (ev_window_open):
12415
12416         Some work to integrate gtkgs with EvDocument
12417
12418 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12419
12420         * shell/ev-window.c: (update_fullscreen_popup),
12421         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12422         (exit_fullscreen_button_clicked_cb),
12423         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12424         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12425         (ev_window_state_event_cb), (ev_window_init):
12426         Add fullscreen support from Epiphany.
12427         
12428 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12429
12430         * data/ev-stock-zoom-fit-width.png: fit-width
12431         stock icon from gpdf.
12432         
12433         * shell/ev-stock-icons.[ch]: copied from gpdf.
12434         
12435         * shell/main.c: (main): init stock icons.
12436         
12437         * shell/ev-window.c: use the fit-width icon.
12438         
12439         * data/evince-ui.xml: add zooming toolbar items.
12440
12441 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12442
12443         * shell/ev-view.c: 
12444         (ev_view_best_fit), (ev_view_fit_width): because
12445         get_page_size() returns the scaled page size, we
12446         need to calculate the scale factor relative to
12447         the previous scale factor. Should really just
12448         add get_real_page_size().
12449
12450 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12451
12452         * shell/ev-view.[ch]:
12453         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12454         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12455         add zooming.
12456         
12457         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12458         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12459         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12460         hook it up.
12461         
12462         * pdf/xpdf/pdf-document.cc:
12463         (pdf_document_begin_find),
12464         (pdf_document_end_find): make static.
12465
12466 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12467
12468         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12469
12470         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12471         names to fontconfig patterns.
12472         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12473
12474         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12475         setupBaseFontsFc.
12476
12477 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12478
12479         * Makefile.am:
12480         * configure.ac:
12481         * ps/Makefile.am:
12482         * ps/ggvutils.c:
12483         * ps/ggvutils.h:
12484         * ps/gsdefaults.c:
12485         * ps/gsdefaults.h:
12486         * ps/gsio.c:
12487         * ps/gsio.h:
12488         * ps/gtkgs.c:
12489         * ps/gtkgs.h:
12490         * ps/ps.c:
12491         * ps/ps.h:
12492
12493         Import ggv backend. Not hooked up yet.
12494
12495 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12496
12497         * shell/main.c: (load_files), (main): load files
12498         from the command line.
12499
12500 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12501
12502         * configure.ac: don't require bonobo.
12503         
12504         * cut-n-paste/recent-files/*: kill bonobo recent
12505         view.
12506
12507         * shell/ev-window.c:
12508         (ev_window_is_empty): upd.
12509         (unable_to_load), (ev_window_open): load backend
12510         based on the mime type.
12511
12512 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12513
12514         * backend/.cvsignore: ignore generated marshalers source.
12515
12516         * shell/main.c (main): this is not epiphany.
12517
12518 2004-12-22  Havoc Pennington  <hp@redhat.com>
12519
12520         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12521         (expose_bin_window): draw find highlights
12522
12523         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12524         
12525         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12526         (pdf_document_end_find): implement this interface
12527
12528         * backend/ev-document.c (ev_document_found): add this to emit
12529         signal
12530
12531 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12532
12533         * data/evince-ui.xml: Add a few more toolbar items.
12534
12535         * shell/ev-window.c: Hook up page navigation toolbar 
12536         items.
12537
12538         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12539         a page-changed signal.
12540
12541         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12542         Add ev_document_get_page().
12543
12544         * shell/ev-window.c: Sensitize/desensitize navigation
12545         actions.
12546
12547 2004-12-21  Havoc Pennington  <hp@redhat.com>
12548
12549         * backend/ev-backend-marshal.c,
12550         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12551         marshaler-generator thingy. I'm sure there's a better way to do
12552         this in the modern world.
12553
12554         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12555         end_find methods and "found" signal.
12556
12557         * configure.ac: find glib-genmarshal
12558
12559 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12560
12561         * shell/ev-sidebar.c: Construct an actual sidebar.
12562         * shell/ev-sidebar-bookmarks.[ch]:
12563         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12564
12565 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12566
12567         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12568         Redo size handling.
12569         
12570         * shell/ev-view.c: Track the size from the document.
12571
12572 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12573
12574         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12575         constructor assumes ownership of the string passed in.
12576         
12577         * shell/ev-window.c (ev_window_open): Destroy the error
12578         dialog once we've displayed it.
12579
12580 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12581
12582         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12583         a bit, it works! (sort of)
12584
12585         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12586         Move to .cc since we need to use C++ in the implementation.
12587
12588         * shell/dummy.cc: Add a CC file to force evince
12589         to be linked as a C++ program.
12590
12591 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12592
12593         * shell/ev-view.[ch]: Start of content-area widget.
12594
12595         * shell/ev-window.c: Create a EvView, update it
12596         as we change documents.
12597
12598         * shell/Makefile.am shell/ev-marshal.list: Add
12599         generated marshalers.
12600
12601 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12602
12603         * Makefile.am (SUBDIRS): move shell.
12604
12605 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12606
12607         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12608         .a to libtool convenience libraries.
12609
12610         * shell/ev-window.c (ev_window_open): Hard code loading
12611         a PDF document.
12612         
12613         * backend/ev-document.h: Add a boolean return to load(),
12614         fix GError * to GError **.
12615
12616         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12617         object for a PDF backend EvDocument.
12618
12619 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12620
12621         * dvi/*: New directory with the beginning of a .dvi backend.
12622
12623 2004-12-21  Havoc Pennington  <hp@redhat.com>
12624
12625         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12626         previous/next instead of back/forward
12627
12628 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12629
12630         * backend/ev-document.[ch]: Fix a couple of problems so
12631         it compile.
12632
12633 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12634
12635         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12636         to backend/ directory, rename EvViewer to EvDocument.
12637
12638 2004-12-21  Havoc Pennington  <hp@redhat.com>
12639
12640         * shell/ev-window.c: hook up the find bar widget; now we just need
12641         a document to find things in
12642
12643         * shell/eggfindbar.c: a find bar widget
12644
12645 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12646
12647         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12648
12649 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12650
12651         * pdf/**: Import of xpdf code from gpdf. 
12652
12653         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12654
12655         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12656         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12657         Fix FreeType includes.
12658
12659         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12660         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12661         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12662         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12663         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12664         Include xpdfconfig.h
12665         
12666 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12667
12668         * shell/ev-window.c (ev_window_dispose): dispose can be called
12669         multiple times.
12670
12671 2004-12-21  Havoc Pennington  <hp@redhat.com>
12672
12673         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12674         rather than Evince
12675
12676         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12677         items; really they should be synced with the strings, etc. from
12678         current gpdf, but just getting the boring typing out of the way 
12679
12680 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12681
12682         * po/POTFILES.in:
12683         * shell/ev-application.c: (window_destroy_cb):
12684         * shell/ev-window.c:
12685         * shell/main.c: (main):
12686
12687         Actually show the window...
12688
12689 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * Makefile.am:
12692         * shell/Makefile.am:
12693         * shell/ev-application.c: (ev_application_class_init):
12694         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12695
12696         Make it build again
12697
12698 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12699
12700         Import to gnome cvs.
12701         
12702         * Remove copies of gpdf and ggv trees.
12703         * Rip out all the recursive configure code.
12704         * Remove bonobo machinery.
12705         * viewer/*: GInterfaces that backends should/can implement.
12706
12707 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12708
12709         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12710         typo
12711
12712 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12713
12714         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12715         (ev_application_finalize, ev_application_class_init)
12716         (ev_application_init): use GType instance private data for priv.
12717
12718         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12719         (ev_window_finalize, ev_window_class_init)
12720         (ev_window_init): ditto.
12721
12722 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12723
12724         * shell/ev-application.c (ev_application_new_window): make public
12725         (ev_application_show_initial_window): kill.
12726
12727         * shell/ev-application.h: update prototypes.
12728
12729         * shell/main.cc (main): inline ev_application_show_initial_window.
12730
12731 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12732
12733         * shell/ev-application.c (ev_application_new_window): impl.
12734         (ev_application_show_initial_window): use it.
12735         (is_window_empty, ev_application_get_empty_window): returns an
12736         existing empty window or a new one.
12737         (ev_application_open): from ev_window_cmd_file_open.
12738
12739         * shell/ev-application.h: update prototypes
12740
12741         * shell/ev-window.c (ev_window_is_empty): impl.
12742         (ev_window_open): make public.
12743         (ev_window_cmd_file_open): use ev_application_open
12744
12745         * shell/ev-window.h: update prototypes, remove unused.
12746
12747 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12748
12749         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12750         move destroy handler out of here...
12751
12752         * shell/ev-application.c, shell/ev-application.h: ...into this new
12753         class. Also handles initial window creation.
12754
12755         * shell/main.cc (main): use EvApplication to create initial
12756         window.
12757
12758 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12759
12760         * Makefile.am (SUBDIRS): add cut-n-paste
12761
12762         * cut-n-paste/Makefile.am: add
12763
12764         * configure.ac: generate Makefiles in cut-n-paste
12765
12766 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12767
12768         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12769         (ev_window_class_init): install ev_window_dispose.
12770
12771 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12772
12773         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12774         char (gchar looks stupid).
12775
12776 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12777
12778         * po/de.po: updated German translation.
12779
12780 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12781
12782         * configure.ac: add more pkg-config library checks for gnome-vfs,
12783         bonobo etc.
12784
12785         * gpdf/configure.in: temporarily disable libpaper
12786         checks. Otherwise I'd have to add the checks for the shell, too.
12787
12788 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12789
12790         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12791         and * file filters to the file choose.
12792
12793 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12794
12795         * po/de.po: Updated German translation.
12796
12797 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12798
12799         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12800
12801 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12802
12803         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12804
12805         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12806         (ev_window_init): implement those menuitems.
12807
12808 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12809
12810         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12811
12812         * shell/ev-window.c (ev_window_init): use the toolbar.
12813
12814 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12815
12816         * shell/ev-window.c (ev_window_init): use menu translations
12817
12818 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12819
12820         * configure.ac: add "de" to ALL_LINGUAS.
12821
12822         * po/de.po: add German translation.
12823
12824 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12825
12826         * Makefile.am (SUBDIRS): add po
12827
12828         * configure.ac: check intltool, glib-gettext etc, generate
12829         po/Makefile.in
12830
12831         * po, po/POTFILES.in, po/POTFILES.skip: new.
12832
12833 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12834
12835         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12836         already use (#ifdef ENABLE_NLS)
12837
12838         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12839         pointer indirection thinko.
12840
12841         * shell/main.c: include gi18n.h for bindtextdomain etc.
12842
12843 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12844
12845         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12846         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12847         tooltips for menu items in the statusbar.
12848
12849 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12850
12851         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12852         pkgdatadir drop UIDIR
12853
12854 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12855
12856         * data/evince-ui.xml: Add File->Open menu item
12857
12858         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12859         chooser), hook it up in the ui manager.
12860
12861 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12862
12863         * shell/ev-window.c: fix Help->About tooltip.
12864
12865 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12866
12867         * configure.ac: set CFLAGS for libevprivate.
12868
12869         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12870         definitions, factory etc.
12871
12872         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12873
12874         * shell/Makefile.am: link against libevprivate.a.
12875
12876         * shell/ev-window.c (entries): add stock icon to Help->About.
12877
12878         * shell/main.c (main): init stock icon code.
12879
12880 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12881
12882         * lib/recent-files: egg recent files code
12883
12884         * lib/Makefile.am: add.
12885
12886         * Makefile.am: add lib subdir.
12887
12888         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12889         set CFLAGS for recent-files.
12890
12891 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12892
12893         * configure.ac: disable -ansi and -pedantic gcc flags. They
12894         disable POSIX stuff in stdio.h, but egg-recent uses them.
12895
12896 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12897
12898         * configure.ac: add --disable-deprecated flag (defaults to on in
12899         "cvs" builds).
12900
12901         * shell/Makefile.am (INCLUDES): use it.
12902
12903 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12904
12905         * shell/main.c: add missing #include.
12906
12907         * shell/ev-window.c: fix for pedantic gcc.
12908         (ev_window_cmd_help_about): split license into paragraphs for
12909         translators and pedantic compilers.
12910
12911 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12912
12913         * configure.ac: add more warning flags if compiling with gcc from
12914         cvs (or explicitly requested with --enable-more-warnings).
12915
12916 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12917
12918         * data/evince-ui.xml: add File and File->Close menu.
12919
12920         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12921         (ev_window_destroy): quit after destroy.
12922         (ev_window_class_init): override GtkObject::destroy.
12923         (entries): install close_window callback.
12924
12925 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12926
12927         * Makefile.am (SUBDIRS): add data subdir.
12928
12929         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12930         gtk+ 2.5.0 for GtkAboutDialog.
12931
12932         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12933         main window.
12934
12935         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12936
12937         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12938         manager.
12939         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12940
12941 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12942
12943         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12944
12945 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12946
12947         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12948
12949 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12950
12951         * shell/*: Added shell directory boilerplate, build it.
12952
12953 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12954
12955         * configure.ac, Makefile.am: Added top-level configure.ac and
12956         Makefile.am