]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Restore cursor after autoscrolling. Fixes bug #509958.
[evince.git] / ChangeLog
1 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4         (ev_view_button_press_event), (ev_view_motion_notify_event),
5         (ev_view_button_release_event):
6
7         Restore cursor after autoscrolling. Fixes bug #509958.
8         
9 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * configure.ac:
12         * backend/pdf/ev-poppler.cc:
13         (pdf_document_images_get_image_mapping),
14         (pdf_document_images_get_image),
15         (pdf_document_document_images_iface_init):
16         * libdocument/ev-document-images.[ch]:
17         (ev_document_images_get_image_mapping),
18         (ev_document_images_get_image):
19         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
20         (ev_image_get_id), (ev_image_save_tmp):
21         * shell/ev-jobs.c: (ev_job_render_run):
22         * shell/ev-view.c: (ev_view_drag_data_get):
23         * shell/ev-window.c: (image_save_dialog_response_cb),
24         (ev_view_popup_cmd_copy_image):
25
26         Do not render images when rendering the page but on demand. It
27         reduces the memory comsumption.
28         
29 2008-01-18  Marcelo Lira  <setanta@gmail.com>
30
31         * configure.a:
32         * shell/ev-password.c:
33
34         Make gnome-keyring optional. Fixes bug #509676.
35         
36 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * shell/ev-pixbuf-cache.c: (add_job):
39
40         Initialize include_images variable as FALSE instead of TRUE.
41         
42 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
43
44         * configure.ac:
45         * cut-n-paste/Makefile.am:
46         * cut-n-paste/fileformatchooser/Makefile.am:
47         * cut-n-paste/fileformatchooser/egg-macros.h:
48         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
49         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
50         * shell/Makefile.am:
51         * shell/ev-utils.c:
52         (file_chooser_dialog_add_writable_pixbuf_formats),
53         (get_gdk_pixbuf_format_by_extension):
54         * shell/ev-utils.h:
55         * shell/ev-window.c: (ev_window_error_message),
56         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
57         
58         Simplify image format selection on save.
59
60 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
61
62         * shell/ev-view.c: (ev_view_scroll_event):
63         
64         Repair gorizontal scrolling with shift. Fixes
65         bug #483412.
66
67 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
68         
69         * MAINTAINERS:
70
71         Fix formatting issues.
72         
73 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
74
75         * backend/comics/comics-document.c: (comics_regex_quote):
76         
77         Don't overquote special chars except of '. See bug 
78         502500. Thanks to Tom Parker.
79
80 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
81
82         * MAINTAINERS:
83         
84         Added Nickolay and Carlos, since they're doing most of
85         the releases nowadays.
86
87 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
88
89         * properties/Makefile.am:
90
91         Get the nautilus extension dir properly instead of using
92         a hack. Fixes bug #505359.
93
94 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
95
96         * properties/Makefile.am:
97         
98         Install nautilus extension into new place. See bug
99         #505359. Thanks to Matthias Clasen, Brian Pepple and
100         Damien Carbery.
101
102 2008-01-13   Djihed Afifi  <djihed@gmail.com>
103
104         * shell/ev-window.c: (ev_window_get_recent_file_label):
105         
106         RTL marker in recent file list. See bug #509076.
107
108 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
111         * shell/ev-window.c: (image_save_dialog_response_cb):
112
113         Fix compile warnings due to unused variables.
114         
115 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * configure.ac:
118         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
119         * backend/ps/ev-spectre.c: (ps_document_render):
120
121         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
122
123 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
124
125         * shell/ev-transition-animation.c (ev_transition_animation_fade)
126         (ev_transition_animation_paint): Implement "fade" effect.
127
128 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
129
130         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
131         (ev_transition_animation_paint): Implement "uncover" effect.
132
133 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
134
135         * shell/ev-transition-animation.c (ev_transition_animation_cover)
136         (ev_transition_animation_paint): Implement "cover" effect.
137
138 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
139
140         * shell/ev-transition-animation.c (ev_transition_animation_push)
141         (ev_transition_animation_paint): Implement "push" effect.
142
143 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
144
145         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
146         (ev_transition_animation_paint): Implement "dissolve" effect.
147
148 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
149
150         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
151         (ev_transition_animation_paint): Implement "wipe" effect.
152
153 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
154
155         * shell/ev-transition-animation.c (ev_transition_animation_box)
156         (ev_transition_animation_paint): Implement "box" effect.
157
158 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
159
160         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
161         (ev_transition_animation_paint): Implement "blinds" effect.
162
163 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
164
165         * shell/ev-transition-animation.c (ev_transition_animation_split)
166         (ev_transition_animation_paint): Implement "split" effect.
167
168 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
169
170         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
171         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
172         (ev_view_transition_animation_start) 
173         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
174         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
175         (ev_view_next_page) (ev_view_previous_page):
176         
177         Use EvTransitionAnimation to drive page changes in the presentation
178         mode, the animation will wait to start until both the origin and 
179         destination page surfaces are available. Fixes #458460.
180
181         (draw_loading_text):
182
183         Remove workaround for bug #320352, it's now fixed properly.
184
185
186 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
187
188         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
189         will contain the implementations for page transition animations, at
190         the moment it just has the "replace" effect.
191         * shell/Makefile.am: Added these files to build.
192
193 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
194
195         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
196         animations.
197         * shell/Makefile.am: Added these files to build.
198
199 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
200
201         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
202         implementation to get_effect() in EvDocumentTransitionIface.
203
204 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
205
206         * libdocument/ev-transition-effect.[ch]: New files, define a page
207         transition effect, at the moment it maps PopplerPageTransition to a
208         GObject.
209         * libdocument/Makefile.am: Added these files to build.
210         * libdocument/ev-document-transition.[ch]
211         (ev_document_transition_get_effect): New method, gets the
212         EvTransitionEffect returned by the interface implementation, with
213         fallback to the "replace" effect.
214
215 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
216
217         * configure.ac:
218         * cut-n-paste/Makefile.am:
219         * cut-n-paste/fileformatchooser/Makefile.am:
220         * cut-n-paste/fileformatchooser/egg-macros.h:
221         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
222         * shell/Makefile.am:
223         * shell/ev-window.c: (image_save_dialog_response_cb),
224         (ev_view_popup_cmd_save_image_as):
225
226         Allow exporting images in any format supported by
227         GdkPixbuf. Fixes bug #500209.
228         
229 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * backend/pixbuf/pixbuf-document.c:
232
233         More warnings fixed.
234         
235 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
238         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
239         * backend/djvu/djvu-text.h:
240         * backend/tiff/tiff-document.c: (tiff_document_render):
241
242         Fix compile warnings.
243         
244 2007-12-28  Christian Persch  <chpe@gnome.org>
245
246         * **/*.c: Include config.h. Bug #504721.
247
248 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * configure.ac:
251         * Makefile.am:
252         * po/POTFILES.in:
253         * backend/comics/Makefile.am:
254         * backend/comics/comics-document.[ch]:
255         * backend/comics/comicsdocument.evince-backend.in:
256         * backend/djvu/Makefile.am:
257         * backend/djvu/djvu-document.[ch]:
258         * backend/djvu/djvudocument.evince-backend.in:
259         * backend/dvi/Makefile.am:
260         * backend/dvi/dvi-document.[c]:
261         * backend/dvi/dvidocument.evince-backend.in:
262         * backend/impress/Makefile.am:
263         * backend/impress/impress-document.[ch]:
264         * backend/impress/impressdocument.evince-backend.in:
265         * backend/pdf/Makefile.am:
266         * backend/pdf/ev-poppler.cc:
267         * backend/pdf/ev-poppler.h:
268         * backend/pdf/pdfdocument.evince-backend.in:
269         * backend/pixbuf/Makefile.am:
270         * backend/pixbuf/pixbuf-document.[ch]:
271         * backend/pixbuf/pixbufdocument.evince-backend.in:
272         * backend/ps/Makefile.am:
273         * backend/ps/ev-spectre.[ch]:
274         * backend/ps/ps-document.[ch]:
275         * backend/ps/psdocument.evince-backend.in:
276         * backend/tiff/Makefile.am:
277         * backend/tiff/tiff-document.[ch]:
278         * backend/tiff/tiffdocument.evince-backend.in:
279         * libdocument/Makefile.am:
280         * libdocument/ev-backends-manager.[ch]:
281         * libdocument/ev-module.[ch]:
282         * libdocument/ev-document.h:
283         * libdocument/ev-document-factory.[ch]:
284         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
285         (get_compression_from_mime_type), (get_document_from_uri),
286         (ev_document_factory_get_document), (file_filter_add_mime_types),
287         (ev_document_factory_add_filters):
288         * shell/Makefile.am:
289         * shell/ev-window-title.c: (get_filename_from_uri):
290         * shell/main.c: (main):
291         * thumbnailer/Makefile.am:
292         * thumbnailer/evince-thumbnailer.c: (main):
293
294         Plugin system for backends. Fixes bug #351348.
295         
296 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
297
298         * shell/ev-view-private.h:
299         * shell/ev-view.c: (ev_view_drag_update_momentum),
300         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
301         (ev_view_button_release_event), (ev_view_destroy):
302         
303         Kinetic scrolling implemented as requested in
304         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
305
306 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
307
308         * data/evince-toolbar.xml:
309         * data/evince-ui.xml:
310         * shell/ev-view-private.h:
311         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
312         (ev_view_button_press_event), (ev_view_motion_notify_event),
313         (ev_view_button_release_event), (ev_view_init),
314         (ev_view_autoscroll_cb), (ev_view_autoscroll),
315         (ev_view_set_cursor):
316         * shell/ev-view.h:
317         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
318         (ev_window_cmd_view_autoscroll):
319         
320         Autoscroll feature with the context menu. Fixes bug 
321         #323670. Thanks to David Turner <cillian64@googlemail.com>.
322
323 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
326
327         Disconnect also page-ready signal when removing a job because the
328         page size has changed. Thanks to kripken
329         <kripkensteiner@gmail.com>.
330
331 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
332
333         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
334         
335         Scroll pages in page entry with mouse wheel. Fixes bug
336         #324122. Thanks to David Turner <cillian64@googlemail.com>.
337
338 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * backend/dvi/Makefile.am:
341         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
342         (mdvi_cairo_device_init):
343         * backend/dvi/mdvi-lib/common.h:
344         * backend/dvi/mdvi-lib/mdvi.h:
345         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
346         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
347         (mdvi_build_path_from_cwd):
348
349         Add ps specials support in dvi backend when libspectre is
350         present. Fixes bug #386005.
351         
352 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * configure.ac:
355         * backend/ps/Makefile.am:
356         * backend/ps/ev-spectre.[ch]:
357         
358         Use libspectre, if available, for the ps backend. Fixes bugs
359         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
360
361 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
362         
363         * backend/comics/comics-document.c: (comics_document_load):
364         
365         Cygwin build issue fix.
366
367 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/ev-view.c: (ev_view_set_zoom):
370
371         Do not limit the minimum zoom factor when sizing mode is best bit
372         or fit width. Fixes bug #503805.
373         
374 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
377         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
378         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
379         (ev_link_dest_get_property), (ev_link_dest_set_property),
380         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
381         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
382         (ev_link_dest_new_fitr):
383         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
384         (goto_fith_dest), (goto_xyz_dest):
385
386         Do not change left, top and zoom values when they are null in PDF
387         destinations. Fixes bug #460658.
388         
389 2007-12-10  Christian Persch  <chpe@gnome.org>
390
391         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
392         (ev_view_accessible_class_init),
393         (ev_view_accessible_idle_do_action),
394         (ev_view_accessible_action_do_action),
395         (ev_view_accessible_action_get_description),
396         (ev_view_accessible_action_set_description),
397         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
398         (ev_view_accessible_factory_init),
399         (ev_view_accessible_factory_get_accessible_type):
400         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
401         private data, and G_DEFINE_TYPE. Bug #502843.
402
403 2007-12-08  Christian Persch  <chpe@gnome.org>
404
405         * shell/ev-metadata-manager.c: (item_free),
406         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
407         (value_free), (parse_value), (parseItem),
408         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
409         (save_values): Use GSlice to allocate small amounts of memory. Bug
410         #475972.
411
412 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
415
416         Restore cursor to normal after a drag operation. Fixes bug
417         #501603.
418         
419 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
420
421         * NEWS:
422         * configure.ac:
423         
424         Update for release 2.21.1
425
426 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * configure.ac:
429         * cut-n-paste/gedit-message-area/Makefile.am:
430         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
431         * shell/Makefile.am:
432         * shell/ev-message-area.[ch]:
433         * shell/ev-window.c: (ev_window_set_message_area),
434         (ev_window_error_message_response_cb), (ev_window_error_message),
435         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
436         (ev_window_save_job_cb), (image_save_dialog_response_cb),
437         (ev_attachment_popup_cmd_open_attachment),
438         (attachment_save_dialog_response_cb), (ev_window_set_document),
439         (ev_window_init):
440
441         Use a message area instead of a popup dialog for error
442         notifications. Fixes bug #337495.
443         
444 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
447         (ev_window_run_fullscreen):
448
449         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
450         
451 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * ev-sidebar-thumbnails.c: (update_visible_range),
454         (ev_sidebar_thumbnails_refresh),
455         (ev_sidebar_thumbnails_set_document),
456         (ev_sidebar_thumbnails_support_document):
457
458         Show thumbnails for documents with one page. Fixes bug #358751.
459         
460 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * shell/ev-window.c:
463         (ev_window_load_print_settings_from_metadata),
464         (ev_window_save_print_settings), (ev_window_print_finished),
465         (ev_window_print_range):
466
467         Print settings that are specific to the document are now saved per
468         document in the metadata file. Fixes bug #488806.
469         
470 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
471
472         * backend/tiff/tiff-document.c: (tiff_document_render):
473
474         Tiff documents were rendered with wrong colors. Fixes bug #497279.
475         
476 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * shell/ev-application.[ch]: (get_find_string_from_args),
479         (ev_application_open_uri_at_dest), (ev_application_open_uri),
480         (ev_application_open_uri_list):
481         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
482         * shell/ev-window.[ch]: (ev_window_load_job_cb),
483         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
484         (ev_window_cmd_recent_file_activate),
485         (ev_window_open_recent_action_item_activated),
486         (ev_window_print_send), (open_remote_link):
487         * shell/main.c: (arguments_parse):
488
489         Add a command line option for search. Fixes bug #497710.
490         
491 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
492
493         * shell/ev-jobs.c: (ev_job_print_new):
494
495         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
496         
497 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * data/evince-toolbar.xml:
500         * shell/Makefile.am:
501         * shell/ev-application.c: (ev_application_init):
502         * shell/ev-open-recent-action.[ch]:
503         * shell/ev-window.c:
504         (ev_window_open_recent_action_item_activated),
505         (register_custom_actions):
506
507         Add an expander to the open toolbar item which pops up a dropdown
508         menu with the recently used documents. Fixes bug #487215.
509         
510 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-window.c: (ev_window_open_uri),
513         (ev_window_cmd_view_reload):
514
515         Do not jump to the first page when reloading by running evince
516         from the command line. Fixes bug #490847.
517         
518 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
519
520         * shell/ev-window.c: (ev_window_cmd_help_contents):
521
522         Plugged memory leak when help file is not found. Fixes bug
523         #490762.
524         
525 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * configure.ac:
528
529         Enable djvu, dvi and comics backends by default. Fixes bug
530         #437121.
531         
532 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * configure.ac:
535         * cut-n-paste/Makefile.am:
536         * cut-n-paste/recent-files/*: Removed
537         * help/reference/Makefile.am:
538         * shell/Makefile.am:
539         * shell/ev-application.[ch]: (ev_application_shutdown),
540         (ev_application_init):
541         * shell/ev-window.c: (ev_window_add_recent),
542         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
543
544         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
545         
546 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
547
548         * shell/ev-window.c: (launch_external_uri):
549
550         Let GnomeVFS check the URL, this allow more URL (like mailto:),
551         and report error if the URL is not supported (#489910).
552
553 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
556         (pdf_document_file_exporter_begin_page),
557         (pdf_document_file_exporter_end_page):
558
559         Fix printing with poppler splash backend. Fixes bug #489774.
560         
561 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
564         * shell/ev-print-job.c: (ev_print_job_class_init):
565
566         Fix a crash when printing with the gnome-print dialog. Fixes bug
567         #488939.
568         
569 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
570
571         * backend/pixbuf/pixbuf-document.c:
572
573         Fix an implicit function definition warning (#487655)
574
575 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-window.c:
578
579         Fix conflicting shortcut for view sade pane and presentation.
580         
581 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * backend/pdf/ev-poppler.cc:
584         (pdf_document_file_exporter_begin_page),
585         (pdf_document_file_exporter_do_page),
586         (pdf_document_file_exporter_end_page),
587         (pdf_document_file_exporter_iface_init):
588         * libdocument/ev-file-exporter.[ch]:
589         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
590         * shell/ev-jobs.c: (ev_job_print_get_page_list),
591         (ev_job_print_run):
592
593         When printing multiple pages per sheet in reverse option, do not
594         invert the order of the pages in every sheet, but the order of the
595         sheets. Do not print blank pages when page range is invalid. Fixes
596         bugs #484857 and #485521.
597         
598 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * shell/ev-jobs.c: (ev_job_print_get_page_list),
601         (ev_job_print_run):
602         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
603
604         Respect ranges order when printing more than one range in random
605         order.
606         
607 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
608
609         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
610         (ev_window_setup_document), (ev_window_rotation_changed_cb):
611
612         Rotate also the window icon when document is rotated. Fixes bug
613         #474681.
614         
615 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
618         (pdf_document_forms_get_form_fields):
619
620         Silently ignore unknown form fields. Fixes bug #482654. Patch by
621         Matthias Drochner.
622         
623 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * configure.ac:
626         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
627
628         Use poppler_page_render_for_printing() instead of
629         poppler_page_render() if available when exporting to a ps or pdf
630         file. Fixes bug #476627.
631         
632 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-window.c: (ev_window_run_fullscreen):
635
636         Do not show the toolbar in fullscreen mode if the main toolbar is
637         not visible. Fixes bug #483048.
638         
639 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-view.c: (ev_view_button_press_event):
642
643         Give priority to form fields over images when deciding whether a
644         button press event is over an image or form field. It allows edit
645         form fields when they are over a background image. Fixes bug
646         #477841.
647         
648 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
649
650         * NEWS:
651         * configure.ac:
652         
653         Update for release 2.20.0
654
655 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * backend/pdf/ev-poppler.cc:
658
659         Remove #ifdef HAVE_FORMS, so that forms support works again.
660
661 2007-09-05  Götz Waschk  <waschk@mandriva.org>
662
663         * configure.ac:
664         * data/evince.desktop.in.in:
665         
666         Fixes desktop file issues. See bug #473471.
667
668 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
671         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
672         (ev_job_queue_remove_job):
673         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
674         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
675         * shell/ev-window.c: (ev_window_clear_save_job),
676         (ev_window_save_job_cb), (file_save_dialog_response_cb),
677         (ev_window_dispose):
678
679         Move save a copy task to its own job so that it's carried out in a
680         thread avoiding another lock in the main thread. Use
681         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
682         can be saved to a pathin another file system. Fixes bug #456891.
683         
684 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
685
686         * NEWS:
687         * configure.ac:
688         
689         Update for release 2.19.92
690
691 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * configure.ac:
694         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
695         (pdf_selection_get_selection_region),
696         (pdf_selection_get_selection_map),
697         (ev_form_field_from_poppler_field):
698
699         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
700         and triple click selections are enabled again now.
701
702 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * shell/ev-window.c: (ev_window_add_history):
705
706         Make sure not to use the history with documents not supporting
707         links. Fixes bug #468954.
708
709 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-window.c: (ev_window_load_job_cb):
712
713         Restart the search when reloading a document with the find bar
714         visible. Fixes bug #461962.
715
716 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * shell/ev-window.c: (setup_document_from_metadata),
719         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
720
721         Do not jump to the first page when reloading a document from the
722         last page.
723
724 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * shell/ev-window.c: (update_chrome_flag),
727         (setup_sidebar_from_metadata),
728         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
729         (ev_window_cmd_edit_find_next),
730         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
731         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
732         (find_bar_close_cb), (view_actions_focus_in_cb):
733
734         Do not update visibility when changing a chrome flag so that it's
735         possible to update several flags and update visibility only once
736         for all of them.
737
738 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
741
742         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
743         supported by gtk+. Fixes bug #460907.
744
745 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-view.c: (view_update_range_and_current_page):
748
749         Make sure current-page <= end-page in continuous mode. Fixes bug
750         #454950.
751
752 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * backend/pdf/ev-poppler.cc: (build_tree):
755
756         Ignore outline items without a title. Fixes bug #453913.
757
758 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
761         (ev_view_button_release_event), (ev_view_leave_notify_event):
762
763         Use always drag mouse cursor during a drag operation. Fixes bug
764         #470564.
765
766 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
769         (pdf_selection_get_selection_region),
770         (pdf_selection_get_selection_map):
771
772         Temporarily disable double and triple selections since it depends on
773         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
774         released and the update of the external dependency minimal version
775         approved.
776
777 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
780         (pdf_document_file_exporter_do_page):
781         * libdocument/ev-file-exporter.h:
782         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
783         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
784
785         Actually fix printing regressions. Remove orientation from
786         EvPrintContext since it's redundant.
787
788 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
791         * backend/impress/impress-document.c:
792         (impress_document_document_iface_init):
793         * backend/ps/ps-document.c: (ps_document_document_iface_init):
794         * backend/djvu/djvu-document.c:
795         (djvu_document_document_iface_init),
796         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
797         * backend/tiff/tiff-document.c:
798         (tiff_document_document_iface_init):
799         * backend/pixbuf/pixbuf-document.c:
800         (pixbuf_document_document_iface_init):
801         * backend/comics/comics-document.c:
802         (comics_document_document_iface_init):
803         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
804         (pdf_selection_render_selection),
805         (pdf_selection_get_selected_text),
806         (pdf_selection_get_selection_region),
807         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
808         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
809         (ev_selection_get_selection_region),
810         (ev_selection_get_selection_map):
811         * libdocument/ev-document.[ch]:
812         * shell/ev-pixbuf-cache.[ch]: (add_job),
813         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
814         * shell/ev-view-private.h:
815         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
816         (ev_job_render_run):
817         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
818         * shell/ev-view.c: (start_selection_for_event),
819         (ev_view_button_press_event), (ev_view_drag_data_get),
820         (ev_view_drag_data_received), (ev_view_button_release_event),
821         (compute_new_selection_text), (compute_selections),
822         (ev_view_select_all), (get_selected_text), (ev_view_copy),
823         (ev_view_primary_get_cb):
824
825         Add support for double and triple click selections.
826
827 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
828
829         * NEWS:
830         * configure.ac:
831
832         Update for release 2.19.4
833
834 2007-08-28  Justin Blanchard  <justinb04@aim.com>
835
836         * shell/ev-view-private.h:
837         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
838         (ev_view_set_highlight_search):
839         * shell/ev-view.h:
840         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
841         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
842         (find_bar_visibility_changed_cb):
843         
844         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
845
846 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
849         (pdf_document_file_exporter_begin),
850         (pdf_document_file_exporter_do_page):
851         * shell/ev-jobs.c: (ev_job_print_run):
852         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
853
854         Create always a portrait cairo surface and rotate when needed for
855         landscape. It fixes printing problems in real printers.
856
857 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
860         * libdocument/ev-file-exporter.[ch]:
861         (ev_file_exporter_get_capabilities):
862         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
863         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
864
865         Adjust number of pages per row according to page orientation when
866         printing 2 or 6 pages per sheet.
867
868 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * shell/ev-window.c: (ev_window_print_send):
871
872         Reset also cups setting to 1 when printing multiple pages per
873         sheet. Fixes bug #468853.
874
875 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * libdocument/ev-document-misc.c:
878         (ev_document_misc_surface_rotate_and_scale):
879
880         Use directly cairo_surface_get_content() when creating a similar
881         surface as suggested by Jeff Muizelaar. Thanks again.
882
883 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * backend/djvu/djvu-document.c: (djvu_document_render):
886         * backend/tiff/tiff-document.c: (tiff_document_render):
887         * backend/pdf/ev-poppler.cc: (pdf_document_render):
888         * libdocument/ev-document-misc.c:
889         (ev_document_misc_surface_from_pixbuf),
890         (ev_document_misc_surface_rotate_and_scale):
891
892         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
893         creating page surfaces. Fixes bug #453123. Thank you very much to
894         Jeff Muizelaar <jeff@infidigm.net>.
895
896 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * shell/ev-page-cache.c: (ev_page_cache_new),
899         (ev_page_cache_get_thumbnail_size):
900         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
901         (ev_sidebar_thumbnails_set_loading_icon):
902
903         Also store in page-cache the dimensions of the thumbnails so that
904         they can be used to create the correct loading icon in the side
905         pane. Fixes bug #466857.
906
907 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * backend/pdf/ev-poppler.cc:
910         (pdf_document_thumbnails_get_thumbnail):
911
912         Fix thumbnails rotation in pdf documents that include embedded 
913         thumbnails.
914
915 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
916
917         * backend/pdf/ev-poppler.cc:
918
919         Don't use #ifdef in macro expansion. Some compilers don't
920         like that. Closes bug #467042.
921
922 2007-08-15  Justin Blanchard  <justinb04@aim.com>
923
924         * backend/djvu/djvu-document.c: (djvu_document_finalize):
925         
926         Fixes memory leak in djvu backend.
927
928 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
929
930         * data/icons/32x32/Makefile.am:
931         * data/icons/32x32/actions/Makefile.am:
932         * data/icons/32x32/actions/view-page-cont.svg:
933         * data/icons/32x32/actions/view-page-facing.svg:
934         * data/icons/48x48/Makefile.am:
935         * data/icons/48x48/actions/Makefile.am:
936         * data/icons/48x48/actions/view-page-cont.svg:
937         * data/icons/48x48/actions/view-page-facing.svg:
938         
939         Icons for a new sizes.
940
941 2007-08-14  Justin Blanchard  <justinb04@aim.com>
942
943         * shell/ev-page-cache.c: (build_height_to_page),
944         (ev_page_cache_get_height_to_page):
945         
946         Fixes invalid read, see bug #466401.
947
948 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
951         (set_drag_cursor):
952         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
953         (configure_item_cursor), (new_pixbuf_from_widget):
954
955         Fix multihead problems in toolbar editor. Fixes bug #382055.
956
957 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-window.c: (ev_window_cmd_file_open),
960         (ev_window_cmd_save_as):
961
962         Use g_get_user_special_dir when available instead of
963         xdg_user_dir_lookup.
964
965 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
966
967         * MAINTAINERS:
968         
969         Updated according to request on desktop-devel.
970
971 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
974
975         Do not use cairo_rectangle and cairo_clip since we are
976         not using cairo_fill but cairo_paint. Use the same cairo context
977         for every page in the same expose event.
978
979 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
980
981         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
982         leak.
983
984 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * configure.ac:
987         * NEWS:
988
989         Release 0.9.3
990
991 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * libdocument/ev-document-info.h:
994         * libdocument/ev-document.h:
995         * shell/ev-page-action.h:
996         * shell/ev-sidebar-links.h:
997
998         Fix a headers problem with ev-link
999         
1000         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1001         * shell/ev-view-private.h:
1002         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1003         (get_link_area), (ev_view_query_tooltip),
1004         (ev_view_leave_notify_event), (ev_view_destroy),
1005         (ev_view_class_init):
1006
1007         Use new gtk tooltips when available instead of ev-tooltip.
1008         
1009 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1010
1011         * shell/ev-window.c: (update_chrome_visibility),
1012         (ev_window_sidebar_visibility_changed_cb):
1013
1014         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1015         
1016 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * shell/ev-navigation-action.c:
1019         (ev_navigation_action_history_changed),
1020         (ev_navigation_action_set_history):
1021         * shell/ev-navigation-action-widget.c:
1022         (ev_navigation_action_widget_init):
1023         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1024
1025         Fix compile warnings.
1026         
1027 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1030         (egg_editable_toolbar_dispose):
1031
1032         Fix memory leak.
1033         
1034 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1037         (screensaver_disable_x11):
1038         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1039         * shell/ev-window.c: (presentation_set_timeout):
1040         * shell/ev-view.c: (ev_view_presentation_transition_start):
1041
1042         Use g_timeout_add_seconds instead of g_timeout_add when
1043         available.
1044         
1045 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1048
1049         Set horizontal scrollbar policy to AUTOMATIC instead of
1050         NEVER. Workaround for bug #449462.
1051         
1052 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-jobs.c: (ev_job_render_page_ready):
1055
1056         Add page_ready callback to main loop with high priority and hold
1057         a reference to job during idle.
1058         
1059 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * configure.ac:
1062         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1063         (pdf_document_file_exporter_begin),
1064         (pdf_document_file_exporter_do_page),
1065         (pdf_document_file_exporter_get_capabilities):
1066         * libdocument/ev-file-exporter.h:
1067         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1068         * shell/ev-window.c: (ev_window_print_send),
1069         (ev_window_print_dialog_response_cb):
1070
1071         Allow printing multiple pages per sheet. Fixes bug #395573.
1072         
1073 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1074
1075         * shell/ev-view.c: (tip_from_link):
1076         
1077         Check for NULL, fixes bug #460862.
1078
1079 2007-07-29  Christian Persch  <chpe@gnome.org>
1080
1081         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1082         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1083         (ev_window_cmd_preview_print):
1084         
1085         Fixes bug #437681 - blocks while enumerating printers.
1086
1087 2007-07-29  Christian Persch  <chpe@gnome.org>
1088
1089         * shell/ev-window.c: (ev_window_screen_changed):
1090         
1091         Don't use deprecated gtk+ function. See bug #460909.
1092
1093 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * shell/ev-utils.c: (get_num_monitors):
1096         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1097
1098         Do not use display before initializing it. Remove compile
1099         warnings.
1100
1101 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1102
1103         * shell/ev-view.c: (ev_view_class_init):
1104         
1105         Unix-like hjkl bindings added. See bug #458111.
1106
1107 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1108
1109         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1110         * shell/ev-utils.h:
1111         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1112         (ev_view_update_view_size):
1113         * shell/ev-view.h:
1114         * shell/ev-window.c: (ev_window_update_actions),
1115         (setup_view_from_metadata), (ev_window_screen_changed),
1116         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1117         (zoom_control_changed_cb):
1118         * shell/ev-window.h:
1119         
1120         Reorganizes utility functions.
1121
1122 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1125         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1126         (add_job), (ev_pixbuf_cache_get_surface),
1127         (ev_pixbuf_cache_get_link_mapping),
1128         (ev_pixbuf_cache_get_image_mapping),
1129         (ev_pixbuf_cache_get_form_field_mapping),
1130         (ev_pixbuf_cache_get_text_mapping):
1131         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1132         (notify_page_ready), (ev_job_render_page_ready),
1133         (ev_job_render_run):
1134
1135         Add page_ready signal to notify that page is ready as soon as
1136         possible even if other page elements like links, forms, images or
1137         text mapping are not ready yet.
1138
1139 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1142         (dvi_document_file_exporter_do_page),
1143         (dvi_document_file_exporter_get_capabilities),
1144         (dvi_document_file_exporter_iface_init):
1145         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1146         (ps_document_file_exporter_do_page),
1147         (ps_document_file_exporter_get_capabilities),
1148         (ps_document_file_exporter_iface_init):
1149         * backend/djvu/djvu-document.c:
1150         (djvu_document_file_exporter_begin),
1151         (djvu_document_file_exporter_end),
1152         (djvu_document_file_exporter_get_capabilities),
1153         (djvu_document_file_exporter_iface_init):
1154         * backend/tiff/tiff-document.c:
1155         (tiff_document_file_exporter_begin),
1156         (tiff_document_file_exporter_get_capabilities),
1157         (tiff_document_document_file_exporter_iface_init):
1158         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1159         (pdf_document_file_exporter_do_page),
1160         (pdf_document_file_exporter_get_capabilities),
1161         (pdf_document_file_exporter_iface_init):
1162         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1163         (ev_file_exporter_get_capabilities):
1164         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1165         (idle_print_handler), (ev_print_job_print):
1166         * shell/ev-jobs.c: (ev_job_print_run):
1167         * shell/ev-window.c: (ev_window_print_send),
1168         (ev_window_print_range):
1169
1170         Use capabilities to know which options should be offered by the
1171         print dialog depending on the document backend.
1172
1173 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1176
1177         Give priority to forms over text to set the cursor.
1178
1179 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * shell/ev-view-private.h:
1182         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1183         (ev_view_leave_notify_event), (ev_view_finalize),
1184         (ev_view_get_property), (ev_view_class_init):
1185
1186         Use IBEAM cursor for text form fields and NORMAL cursor for read
1187         only fields. Remove unused status attribute.
1188
1189 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1192
1193         Update region for current selected items also for checkbox
1194         buttons, since they can behave as radio buttons when they are in a
1195         set.
1196
1197 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * configure.ac:
1200         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1201
1202         Get max length of text form fields.
1203
1204 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1207         * libdocument/ev-form-field.h:
1208         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1209
1210         Fix build with current poppler cvs head.
1211
1212 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1215         * shell/eggfindbar.c: (egg_find_bar_init):
1216
1217         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1218         deprecation. Fixes bug #455667
1219
1220 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1221
1222         * NEWS:
1223         * configure.ac:
1224         
1225         Update for release 0.9.2
1226
1227 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * shell/ev-view.c: (ev_view_form_field_text_save),
1230         (ev_view_form_field_choice_save):
1231
1232         Fix a crash when closing whith a form widget visible.
1233
1234 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1237
1238         Update also the region of the current selected button when
1239         clicking on another button if they are radio buttons.
1240
1241 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1244         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1245         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1246         (ev_pixbuf_cache_get_link_mapping),
1247         (ev_pixbuf_cache_get_image_mapping),
1248         (ev_pixbuf_cache_get_form_field_mapping),
1249         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1250         * shell/ev-view.c: (ev_view_form_field_get_region),
1251         (ev_view_form_field_button_create_widget),
1252         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1253         (job_finished_cb):
1254
1255         Redraw only form field region instead of the whole page when
1256         reloading a page to show changes on the form field.
1257
1258 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-view.c: (ev_view_form_field_choice_save):
1261
1262         Fix selection of first item in list form fields.
1263
1264 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1267         (ev_pixbuf_cache_reload_page),
1268         (ev_pixbuf_cache_get_form_field_mapping):
1269
1270         Some refactoring to avoid duplicated code.
1271
1272 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * configure.ac:
1275         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1276         (ev_form_field_from_poppler_field),
1277         (pdf_document_forms_get_form_fields),
1278         (pdf_document_forms_form_field_text_get_text),
1279         (pdf_document_forms_form_field_text_set_text),
1280         (pdf_document_forms_form_field_button_set_state),
1281         (pdf_document_forms_form_field_button_get_state),
1282         (pdf_document_forms_form_field_choice_get_item),
1283         (pdf_document_forms_form_field_choice_get_n_items),
1284         (pdf_document_forms_form_field_choice_is_item_selected),
1285         (pdf_document_forms_form_field_choice_select_item),
1286         (pdf_document_forms_form_field_choice_toggle_item),
1287         (pdf_document_forms_form_field_choice_unselect_all),
1288         (pdf_document_forms_form_field_choice_set_text),
1289         (pdf_document_forms_form_field_choice_get_text),
1290         (pdf_document_document_forms_iface_init):
1291         * libdocument/Makefile.am:
1292         * libdocument/ev-form-field.[ch]:
1293         * libdocument/ev-document-forms.[ch]:
1294         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1295         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1296         (add_job), (ev_pixbuf_cache_reload_page),
1297         (ev_pixbuf_cache_get_form_field_mapping):
1298         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1299         * shell/ev-view-private.h:
1300         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1301         (ev_view_handle_cursor_over_xy),
1302         (ev_view_get_form_field_at_location),
1303         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1304         (ev_view_form_field_button_create_widget),
1305         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1306         (ev_view_form_field_text_create_widget),
1307         (ev_view_form_field_choice_save),
1308         (ev_view_form_field_choice_changed),
1309         (ev_view_form_field_choice_create_widget),
1310         (ev_view_handle_form_field), (ev_view_size_allocate),
1311         (ev_view_realize), (draw_end_presentation_page),
1312         (ev_view_button_press_event), (ev_view_remove_all),
1313         (ev_view_motion_notify_event), (ev_view_key_press_event),
1314         (ev_view_enter_notify_event), (highlight_find_results),
1315         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1316         (ev_view_class_init), (page_changed_cb),
1317         (on_adjustment_value_changed), (ev_view_set_presentation),
1318         (merge_selection_region), (ev_view_set_cursor),
1319         (ev_view_reset_presentation_state):
1320         
1321         Merge evince-forms branch.
1322
1323 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1324
1325         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1326
1327         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1328         This script also updates itself from libegg
1329
1330         * cut-n-paste/toolbar-editor/egg*:
1331         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1332         libegg
1333
1334 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1335
1336         * shell/ev-window.c:
1337         
1338         Adds a nice icon to page action during toolbar editing.
1339         See bug #452872.
1340
1341 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1342
1343         * data/evince-toolbar.xml:
1344         * shell/ev-window.c:
1345         
1346         Let user add a presentation and fullscreen icons on toolbar.
1347         See bug #449734.
1348
1349 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1350
1351         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1352
1353         new script to keep in sync with toolbareditor in libegg
1354
1355         * cut-n-paste/toolbar-editor/*: 
1356
1357         Run update-toolbareditor-from-libegg so we are in sync again. 
1358         Fixes bug #452850.
1359         
1360
1361 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-sidebar-links.c: (job_finished_callback):
1364
1365         Do not connect selection changed signal more than once. Fixes bug
1366         #349433.
1367
1368 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1371
1372         Do not change sidebar chrome flag when pressing F9 key in
1373         presentation mode.
1374
1375 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * backend/pdf/ev-poppler.cc:
1378         (pdf_document_thumbnails_get_dimensions):
1379
1380         Make sure thumbnails width and height is not <= 0. Fixes a crash
1381         with some pdf documents which have really small pages.
1382
1383 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1384
1385         * shell/main.c: (main):
1386
1387         Fixes program description translation issue.
1388         Bug #450148.
1389
1390 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1391
1392         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1393
1394         Do not change current page when returning from black/white mode
1395         in presentation. Fixes bug #415032.
1396
1397 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1398
1399         * NEWS:
1400         * configure.ac:
1401         
1402         Update for release 0.9.1
1403
1404 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1405
1406         * backend/dvi/dvi-document.c:
1407         (dvi_document_finalize),
1408         (dvi_document_file_exporter_format_supported),
1409         (dvi_document_file_exporter_begin),
1410         (dvi_document_file_exporter_do_page),
1411         (dvi_document_file_exporter_end),
1412         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1413         
1414         PDF exporter for dvi documents. Fixes bug #441319.
1415
1416 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * shell/ev-window.c: (ev_window_clear_print_job):
1419
1420         Clear gtk print job when job has finished. Fixes bug #447612.
1421
1422 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * shell/ev-window.c: (ev_window_print_send),
1425         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1426
1427         Add preview button to print dialog. Fixes bug #445419.
1428
1429 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * backend/dvi/Makefile.am:
1432         * backend/dvi/pixbuf-device.[ch]: Removed
1433         * backend/dvi/cairo-device.[ch]: Added
1434         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1435         * backend/dvi/dvi-document.c: (dvi_document_load),
1436         (dvi_document_render), (dvi_document_finalize),
1437         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1438         (dvi_document_do_color_special):
1439         * libdocument/ev-document-misc.[ch]:
1440         (ev_document_misc_pixbuf_from_surface):
1441
1442         Port dvi backend to cairo and fix a problem with colors. 
1443
1444 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * shell/ev-view.c: (draw_one_page):
1447
1448         Draw only visible region.
1449
1450 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * backend/djvu/djvu-document.c: (djvu_document_render):
1453
1454         Fix rotation in djvu backend.
1455
1456 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1459         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1460         (ev_pixbuf_cache_get_image_mapping),
1461         (ev_pixbuf_cache_get_text_mapping):
1462
1463         Redraw view every time we have a new surface. Fixes bug #443587.
1464
1465 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * libdocument/ev-document.c: (ev_document_info_free):
1468
1469         Fix memory leaks.
1470
1471 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * backend/dvi/dvi-document.c: (dvi_document_render),
1474         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1475         * backend/impress/impress-document.c:
1476         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1477         (impress_document_render), (impress_document_document_iface_init),
1478         (impress_document_thumbnails_get_thumbnail):
1479         * backend/djvu/djvu-document-private.h:
1480         * backend/djvu/djvu-document.c: (djvu_document_render),
1481         (djvu_document_finalize), (djvu_document_document_iface_init),
1482         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1483         * backend/tiff/tiff-document.c: (tiff_document_render),
1484         (tiff_document_render_pixbuf),
1485         (tiff_document_document_iface_init):
1486         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1487         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1488         (pdf_selection_render_selection):
1489         * backend/comics/comics-document.c:
1490         (comics_document_render_pixbuf), (comics_document_render),
1491         (comics_document_document_iface_init):
1492         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1493         (pixbuf_document_document_iface_init):
1494         * libdocument/ev-document-misc.[ch]:
1495         (ev_document_misc_surface_from_pixbuf),
1496         (ev_document_misc_surface_rotate_and_scale):
1497         * libdocument/ev-document.[ch]: (ev_document_render):
1498         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1499         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1500         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1501         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1502         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1503         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1504         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1505         (render_finished_cb), (ev_job_render_run):
1506         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1507         (merge_selection_region):
1508
1509         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1510         and selections.
1511
1512 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-window-title.c: (ev_window_title_update):
1515
1516         Fix memory leak.
1517
1518 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * shell/ev-view.c: (draw_loading_text):
1521
1522         Show loading text centered. Fixes bug #433061
1523
1524 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * shell/ev-sidebar-thumbnails.c:
1527         (ev_sidebar_thumbnails_set_loading_icon):
1528
1529         Remove a mutex in the main thread that blocks the UI in heavy
1530         documents.
1531
1532 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1535
1536         Set points_set to TRUE so that selections don't disappear after a
1537         zoom change.
1538
1539 2007-06-07  Michael Monreal  <infernux@web.de>
1540
1541         * data/icons/16x16/actions/Makefile.am:
1542         * data/icons/16x16/actions/zoom.svg:
1543         * data/icons/22x22/actions/Makefile.am:
1544         * data/icons/22x22/actions/zoom.svg:
1545         * data/icons/24x24/actions/Makefile.am:
1546         * shell/ev-stock-icons.c:
1547         * shell/ev-stock-icons.h:
1548         * shell/ev-window.c:
1549         
1550         Zoom icon artwork. See bug #444795.
1551
1552 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1553
1554         * shell/ev-metadata-manager.c: Remove extraneous function
1555         (Closes: #444386)
1556
1557 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1558
1559         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1560         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1561         (ev_metadata_manager_set), (ev_metadata_manager_save):
1562         Simplify the timeout, no need for modified anymore
1563
1564 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1565
1566         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1567         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1568         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1569         (ev_metadata_manager_save): Adapted patch from Arjan van de
1570         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1571         time, saves on power (Closes: #443851)
1572
1573 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * configure.ac:
1576         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1577         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1578
1579         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1580
1581 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1582
1583         * shell/ev-window.c: (ev_window_add_history):
1584
1585         Check if history is NULL
1586
1587 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * libdocument/ev-image.c: (ev_image_finalize):
1590         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1591         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1592         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1593         (ev_tmp_uri_unlink):
1594
1595         Add functions to delete temporary files created by evince in a safe
1596         way.
1597
1598         * shell/ev-window.c: (ev_window_clear_local_uri),
1599         (open_xfer_update_progress_callback),
1600         (save_xfer_update_progress_callback), (ev_window_save_remote),
1601         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1602         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1603         (attachment_save_dialog_response_cb),
1604         (ev_attachment_popup_cmd_save_attachment_as):
1605
1606         Allow saving a copy of a document, image or attachment to a remote
1607         location. Fixes bug #440754. 
1608
1609 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * configure.ac:
1612         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1613
1614         Fix build with current poppler from cvs head. 
1615
1616 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1617
1618         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1619
1620         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1621         directory exists.
1622
1623 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1624
1625         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1626         * shell/ev-window.c:
1627
1628         Change sidebar ordering. Fixes bug #439939.
1629
1630 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1631
1632         * backend/comics/Makefile.am:
1633         
1634         Fixes build with --without-libgnome.
1635
1636 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1637         
1638         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1639
1640         Update cursor and tooltip on page change and view scroll. Fixes bug
1641         #439217.
1642
1643 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1644
1645         * NEWS:
1646         * configure.ac:
1647         
1648         Update for release 0.9.0
1649
1650 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1651
1652         * backend/djvu/djvu-document-private.h:
1653         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1654         (djvu_document_finalize),
1655         (djvu_document_file_exporter_format_supported),
1656         (djvu_document_file_exporter_begin),
1657         (djvu_document_file_exporter_do_page),
1658         (djvu_document_file_exporter_end),
1659         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1660         
1661         Implemented printing with djvu. Bug #437998.
1662
1663 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * backend/impress/zip.c:
1666         Add missing ulong definition.
1667
1668         * backend/ps/ps-interpreter.c:
1669         Add missing headers.
1670
1671         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1672
1673 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1676
1677         Add missing call to parent class dispose method. 
1678
1679 2007-05-12  Ross Burton  <ross@openedhand.com>
1680
1681         * shell/main.c:
1682         Sync keybindings manually when building without libgnome
1683         (#437925).
1684
1685 2007-05-12  Ross Burton  <ross@openedhand.com>
1686
1687         * shell/ev-window.c:
1688         Respect the screen when opening help (#437866).
1689
1690 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * data/evince-ui.xml:
1693         * shell/ev-application.[ch]: (get_print_settings_from_args),
1694         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1695         (ev_application_open_uri_list):
1696         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1697         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1698         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1699         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1700         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1701         (ev_window_dispose):
1702         * shell/main.c: (arguments_parse):
1703
1704         Add print button in preview mode. Fixes bug #396475. 
1705
1706 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1707
1708         * cut-n-paste/zoom-control/ephy-zoom.h:
1709         
1710         Fixes zoom level factors. See bug #408119 for details.
1711
1712 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1713
1714         * backend/comics/comics-document.c: (comics_regex_quote),
1715         (extract_argv):
1716         
1717         Correctly quote symbols. Fixes crash in the bug
1718         #415370.
1719
1720 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1721
1722         * shell/ev-navigation-action-widget.c:
1723         (ev_navigation_action_widget_init),
1724         (ev_navigation_action_widget_class_init),
1725         (ev_navigation_action_widget_button_press_event):
1726         
1727         Connect to button-press event on correct widget. Fixes
1728         bug #431988
1729
1730 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1731
1732         * shell/ev-application.c: (ev_application_open_window),
1733         (ev_application_add_icon_path_for_screen),
1734         (ev_application_open_uri_at_dest):
1735         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1736         * shell/ev-navigation-action.c: (build_menu):
1737         
1738         Add app-specific icons to our icon theme. Fixes bug
1739         #425508.
1740
1741 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1742
1743         * shell/ev-history.c: (ev_history_class_init),
1744         (ev_history_add_link):
1745         * shell/ev-history.h:
1746         * shell/ev-navigation-action.c:
1747         (ev_navigation_action_history_changed),
1748         (ev_navigation_action_set_history), (build_menu),
1749         (ev_navigation_action_finalize):
1750         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1751         
1752         Make navigation action unsensitive instead of showing
1753         menu with unsensitive word. Fixes bug #417392.
1754
1755 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * shell/ev-application.[ch]: (ev_application_shutdown),
1758         (ev_application_get_print_settings),
1759         (ev_application_set_print_settings):
1760         * shell/ev-window.c:
1761
1762         Remember print settings. Fixes bug #349102. 
1763
1764 2007-05-08  Christian Persch  <chpe@gnome.org>
1765
1766         * configure.ac:
1767         * properties/ev-properties-view.c:
1768
1769         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1770         Bug #382438.
1771
1772 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * configure.ac:
1775         * properties/ev-properties-view.c: (ev_regular_paper_size):
1776
1777         Use gtk+ builtin paper list to identify the document's paper size.
1778         Fixes bug #382438. 
1779
1780 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * configure.ac:
1783
1784         Fix build when compiling with thumbnailer and libgnome support. 
1785
1786 2007-05-04  Ross Burton  <ross@openedhand.com>
1787
1788         * configure.ac:
1789         Add --without-libgnome, check for libgnome and libgnomeui
1790         separately, and add them to the symbols as required.
1791
1792         * libdocument/ev-file-helpers.c:
1793         When building without libgnome, use g_get_user_config_dir instead
1794         of gnome_user_dir_get.
1795
1796         * shell/ev-application.c:
1797         When building without libgnome, don't use session management.
1798
1799         * shell/main.c:
1800         When building without libgnome, don't use GnomeProgram or
1801         initialise the authentication manager.
1802
1803         This fixes #328842.
1804
1805 2007-05-04  Ross Burton  <ross@openedhand.com>
1806
1807         * shell/ev-window.c:
1808         Don't use libgnome to open help, instead call Yelp directly.
1809
1810 2007-05-04  Ross Burton  <ross@openedhand.com>
1811
1812         * shell/ev-sidebar-attachments.c:
1813         Don't use libgnome to lookup icons for MIME types, instead copy
1814         code from GTK+ to do it manually.
1815
1816 2007-05-04  Ross Burton  <ross@openedhand.com>
1817
1818         * configure.ac:
1819         Add libxml to the dependencies for SHELL_CORE (#435818).
1820
1821 2007-05-02  Ross Burton  <ross@openedhand.com>
1822
1823         * configure.ac:
1824         * Makefile.am:
1825         Add --disable-thumbnailer (#434825)
1826
1827 2007-05-02  Ross Burton  <ross@openedhand.com>
1828
1829         * shell/ev-window.c:
1830         Add missing includes, fix indentation.
1831
1832         * shell/main.c:
1833         Fix indentation.
1834
1835 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1836
1837         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1838         ev_application_open_uri_at_dest instead of ev_application_open_uri
1839         preventing new document always being opened in a new window even if there
1840         is an empty window.
1841
1842 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1843
1844         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1845         (egg_recent_view_uimanager_finalize):
1846         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1847         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1848         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1849         (ev_pixbuf_cache_dispose):
1850         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1851         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1852         
1853         Add missing chain to parent class methods. Fixes
1854         bug #433128.
1855
1856 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1857
1858         * data/Makefile.am (update-icon-cache): Updates
1859         gtk-update-icon-cache in uninstall-hook.
1860
1861 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-window.c: (ev_window_setup_document),
1864         (ev_window_set_document), (ev_window_load_job_cb):
1865         * shell/ev-view.c: (setup_caches):
1866         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1867
1868         Start rendering pages before any other jobs. 
1869
1870 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-window.c: (ev_window_stop_fullscreen),
1873         (ev_window_stop_presentation):
1874
1875         Update chrome visibility before window unfullscreen. 
1876
1877 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * data/Makefile.am:
1880         * data/evince-ui.xml:
1881         * shell/ev-stock-icons.[ch]:
1882         * shell/ev-application.[ch]: (ev_application_shutdown),
1883         (ev_application_init), (ev_application_get_toolbars_model):
1884         * shell/ev-window.c: (update_chrome_visibility),
1885         (fullscreen_toolbar_setup_item_properties),
1886         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1887         (ev_window_run_presentation), (ev_window_stop_presentation),
1888         (ev_window_run_preview), (ev_window_screen_changed),
1889         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1890         (ev_window_dispose), (ev_window_init):
1891
1892         Make fullscreen toolbar always visible. Do not use egg toolbars for
1893         fullscreen and preview modes since such toolbars are not editables.
1894         Fixes bugs #300278, #338910 and #316188.  
1895
1896 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1897
1898         * shell/ev-application.c:
1899         * shell/ev-job-queue.c:
1900         * shell/ev-metadata-manager.c:
1901         * shell/ev-stock-icons.c:
1902         * shell/ev-window.c:
1903         * shell/main.c:
1904         
1905         Developers documentation updated.
1906
1907 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1910
1911         Check whether uri is valid before launching it. Fixes bug #427664.
1912
1913 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * shell/ev-window.c:
1916
1917         Change key accelerator for Open a Copy menu entry which is in conflict
1918         with Close. Fixes bug #427321.
1919
1920 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1921
1922         * NEWS:
1923         * configure.ac:
1924         
1925         Update for release 0.8.1
1926
1927 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1928
1929         * shell/ev-window.c: (setup_size_from_metadata):
1930         
1931         Do not make window bigger than screen. Fixes bug 
1932         #388985.
1933
1934 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1937         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1938
1939         Use default resolution when it's not provided by document. Fixes bug
1940         #408762.
1941
1942 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * configure.ac:
1945         * thumbnailer/Makefile.am:
1946         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1947         * thumbnailer/evince-thumbnailer.schemas.in:
1948         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1949
1950         Add support for ps, eps and compressed documents thumbnails. Do not
1951         ignore size parameter. 
1952
1953 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1954
1955         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1956         (dvi_document_do_color_special):
1957         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1958
1959         Implement font color specials in the DVI backend. Fixes bug #303651.
1960
1961 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1962
1963         Fixup the previous commit:
1964
1965         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1966         * shell/xdg-user-dir-lookup.c: Make the function non-static
1967         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1968
1969 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1970
1971         * shell/ev-window.c (file_open_dialog_response_cb): Use
1972         the xdg-user-dirs DOCUMENTS folder as default folder when
1973         opening a file chooser.  (#424858)
1974
1975         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1976         xdg-user-dirs.
1977
1978 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * shell/ev-window.c: (ev_window_load_job_cb):
1981
1982         Do not setup view from metadata on preview mode. 
1983
1984 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/main.c:
1987
1988         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1989
1990 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/ev-view.c: (ev_view_primary_get_cb):
1993
1994         Check pointer != NULL before using it. Fixes bug #416841. 
1995
1996 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1997
1998         * NEWS:
1999         * configure.ac:
2000         
2001         Release 0.8.0
2002
2003 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2006
2007         Do not render thumbnails when sidebar thumbnail page is not visible
2008         at startup. Fixes bug #416447. 
2009
2010 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2011
2012         * data/evince.desktop.in.in:
2013
2014         "Application" is not a valid category in the freedesktop specification.
2015
2016 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * libdocument/ev-file-helpers.[ch]: (compression_run),
2019         (ev_file_uncompress), (ev_file_compress):
2020         * shell/ev-window.c: (file_save_dialog_response_cb):
2021
2022         Save document compressed when saving a copy of a compressed document.
2023         Fixes bug #334542.
2024
2025 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2028
2029         Allow deleting in goto window entry in presentation mode. 
2030
2031 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2032
2033         * Makefile.am: Dist MAINTAINERS.
2034
2035 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * shell/ev-window.c: (ev_window_update_actions):
2038
2039         Fix zoom shortcut keys when searching. Fixes bug #409828.
2040
2041 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-window.c: (ev_window_setup_document):
2044
2045         Fix crash when loading documents with only one page. 
2046
2047 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * backend/dvi/dvi-document.c:
2050         (dvi_document_thumbnails_get_dimensions),
2051         (dvi_document_thumbnails_get_thumbnail):
2052         * backend/impress/impress-document.c:
2053         (impress_document_thumbnails_get_thumbnail),
2054         (impress_document_thumbnails_get_dimensions):
2055         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2056         (ps_document_thumbnails_get_dimensions):
2057         * backend/djvu/djvu-document.c:
2058         (djvu_document_thumbnails_get_dimensions),
2059         (djvu_document_thumbnails_get_thumbnail):
2060         * backend/tiff/tiff-document.c:
2061         (tiff_document_thumbnails_get_thumbnail),
2062         (tiff_document_thumbnails_get_dimensions):
2063         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2064         (pdf_document_thumbnails_get_thumbnail),
2065         (pdf_document_thumbnails_get_dimensions):
2066         * backend/comics/comics-document.c:
2067         (comics_document_thumbnails_get_thumbnail),
2068         (comics_document_thumbnails_get_dimensions):
2069         * backend/pixbuf/pixbuf-document.c:
2070         (pixbuf_document_thumbnails_get_thumbnail),
2071         (pixbuf_document_thumbnails_get_dimensions):
2072         * libdocument/ev-document-thumbnails.[ch]:
2073         (ev_document_thumbnails_get_thumbnail),
2074         (ev_document_thumbnails_get_dimensions):
2075         * libdocument/ev-document-misc.[ch]:
2076         (ev_document_misc_get_thumbnail_frame):
2077         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2078         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2079         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2080         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2081         (ev_sidebar_thumbnails_refresh):
2082         * shell/ev-window.c: (ev_window_setup_document):
2083         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2084
2085         Use an EvRenderContext for rendering thumbnails instead of a suggested
2086         width, so that different sized pages get sized proportionally.
2087
2088 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * shell/ev-view.c: (ev_view_button_press_event),
2091         (ev_view_key_press_event):
2092
2093         Fix critical warnings when there is no document loaded. 
2094
2095 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-page-action-widget.c:
2098         * shell/ev-navigation-action.c:
2099         * shell/ev-window.c:
2100
2101         Fix compile warnings. 
2102
2103 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * backend/djvu/djvu-text.h:
2106         * backend/djvu/djvu-document.c:
2107         * backend/djvu/djvu-text-page.c:
2108         * backend/djvu/djvu-links.c:
2109         * backend/djvu/djvu-text-page.h:
2110         * backend/djvu/djvu-text.c:
2111         
2112         Fix build on Mac. Fixes bug #392186. Patch by
2113         <ephraim_owns@hotmail.com>
2114
2115 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2118
2119         Restore cairo context before rendering every page when printing a PDF
2120         document into a PDF file. 
2121
2122 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * backend/ps/gstypes.h:
2125         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2126         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2127         (ps_document_thumbnails_get_thumbnail):
2128
2129         Handle PostScript page orientation. Fixes bug #318568.
2130
2131 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * backend/ps/Makefile.am:
2134         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2135         (document_load), (ps_document_load), (save_document),
2136         (save_page_list), (ps_document_get_n_pages),
2137         (ps_document_get_page_size), (ps_document_get_info),
2138         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2139         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2140         (ps_document_thumbnails_get_thumbnail),
2141         (ps_document_thumbnails_get_dimensions),
2142         (ps_document_document_thumbnails_iface_init):
2143         * backend/ps/ps.[ch]: (psgetpagebox):
2144         * backend/ps/ps-interpreter.[ch]:
2145
2146         Add support for thumbnails in ps backend. Fixes bug #164755. 
2147
2148 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2149
2150         * NEWS:
2151         * configure.ac:
2152         
2153         Release 0.7.2
2154
2155 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2156
2157         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2158         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2159         (ev_window_dispose):
2160
2161         Use document thumbnail as window icon. Fixes bug #384442.
2162
2163 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2164
2165         * configure.ac:
2166
2167         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2168         duplicated adding application/x-bzpostscript instead. 
2169
2170 2007-02-11  Tom Parker  <palfrey@tevp.net>
2171
2172         * backend/ps/ps-document.c: (document_load):
2173
2174         Check return value of psscan before trying
2175         to use it. Fixes bug #372414.
2176
2177 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2180
2181         Fix invalid free in ev-page-cache. Fixes bug #404745.
2182
2183 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2184
2185         * test/Makefile.am:
2186         * test/test3.py:
2187         
2188         Added reload test case.
2189
2190 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * po/POTFILES.in:
2193         * backend/djvu/djvu-document.c: (djvu_document_load):
2194
2195         Check whether there are missing files in indirect multipage djvu
2196         documents. Fixes bug #361683. 
2197
2198 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2199
2200         * test/Makefile.am:
2201         * test/test-mime.bin:
2202         * test/test3.py:
2203         
2204         Added test for slow mime type
2205
2206 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2209
2210         Add some checks and call parent_class->finalize. Fixes bug #404745.
2211
2212 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2213
2214         * shell/ev-navigation-action.c: (connect_proxy):
2215         
2216         Fixes dropdown history menu. Thanks a lot Carlos!
2217
2218 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2221
2222         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2223         bug #373715.
2224
2225 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * backend/ps/ps.c: (psscan):
2228
2229         Fix memory leak. 
2230
2231 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * configure.ac:
2234         * libdocument/ev-file-helpers.c: 
2235
2236         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2237
2238 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * configure.ac:
2241         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2242         (ps_interpreter_start), (document_load), (save_document),
2243         (save_page_list):
2244         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2245         * libdocument/ev-document-factory.c:
2246         (ev_document_factory_get_from_mime), (get_document_from_uri),
2247         (free_uncompressed_uri), (ev_document_factory_get_document):
2248         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2249
2250         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2251
2252 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * libdocument/ev-document.h:
2255
2256         Fix typo in function name. 
2257
2258 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * backend/ps/ps-document.c: (ps_interpreter_finished),
2261         (ps_interpreter_start), (ps_interpreter_failed):
2262
2263         Handle ghostscript interpreter crashes. 
2264
2265 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * shell/ev-window.c: (ev_window_open_uri),
2268         (window_configure_event_cb):
2269
2270         Setup window size and position before showing it. Fixes bug #401711.
2271
2272 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * backend/ps/Makefile.am:
2275         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2276         (ps_document_dispose), (ps_document_class_init),
2277         (ps_interpreter_input), (ps_interpreter_output),
2278         (ps_interpreter_error), (setup_interpreter_env),
2279         (ps_interpreter_start), (ps_interpreter_stop),
2280         (ps_interpreter_failed), (ps_interpreter_is_ready),
2281         (check_filecompressed), (document_load), (ps_document_load),
2282         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2283         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2284         (render_page):
2285
2286         Rework ps-document. Code cleanups, remove deprecated code. 
2287
2288 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * shell/ev-view.c: (ev_view_button_press_event):
2291
2292         Do not start an image drag and drop operation when pointer is on 
2293         text, so that we can select text when the whole background is an
2294         image. 
2295
2296 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * shell/ev-window.c: (ev_window_update_actions): 
2299
2300         Disable all zoom related actions during presentation mode. 
2301
2302 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2303
2304         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2305
2306         Do not zoom in or out on presentation mode. Fixes bug #401305.
2307
2308 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2309
2310         * shell/ev-navigation-action.c: (connect_proxy),
2311         (create_menu_item), (ev_navigation_action_class_init):
2312         
2313         Correctly show menu and fix crash when navigaton 
2314         action is out of toolbar visible area.
2315
2316 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2317
2318         * data/Makefile.am:
2319         * data/evince.1:
2320         
2321         Added man file
2322
2323 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2324
2325         * help/reference/* :
2326         * configure.ac:
2327         
2328         Added gtk-doc based documentation for Evince.
2329         Still in initial state but I hope it will
2330         grow.
2331         
2332         * configure.ac:
2333         
2334         Lower dbus requirement to 0.70
2335
2336 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-window.c: (ev_window_add_history):
2339
2340         Fix memory leak. 
2341
2342 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2343
2344         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2345         * shell/ev-view.h:
2346         * shell/ev-window.c: (ev_window_add_history):
2347         
2348         Correctly handle named destination links
2349
2350 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2351
2352         * NOTES:
2353         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2354         * backend/pdf/ev-poppler.cc:
2355         * libdocument/ev-document-links.h:
2356         * libdocument/ev-link.c: (ev_link_get_page):
2357         * libdocument/ev-link.h:
2358         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2359         (ev_history_add_link):
2360         * shell/ev-history.h:
2361         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2362         (new_history_menu_item), (build_menu):
2363         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2364         * shell/ev-sidebar-links.c: (create_loading_model),
2365         (print_section_cb), (ev_sidebar_links_construct),
2366         (fill_page_labels), (update_page_callback_foreach),
2367         (update_page_callback), (job_finished_callback):
2368         * shell/ev-view.c: (ev_view_handle_link):
2369         * shell/ev-window.c: (ev_window_find_chapter),
2370         (ev_window_add_history), (view_handle_link_cb),
2371         (history_changed_cb):
2372         
2373         Implements another history variant
2374
2375 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * shell/ev-window.c: (view_external_link_cb):
2378         * shell/ev-view.c: (ev_view_button_release_event):
2379
2380         Open links in new window when clicking with middle button. 
2381
2382 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2383
2384         * shell/ev-navigation-action.c: (new_history_menu_item):
2385         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2386         * shell/ev-view.c: (ev_view_handle_link):
2387         * shell/ev-window.c:
2388         
2389         Store link before jump, not the destination. For me it 
2390         seems like more natural history behavior.
2391
2392 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2393
2394         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2395         (ev_navigation_action_class_init):
2396         * shell/ev-navigation-action.h:
2397         * shell/ev-page-action.c: (activate_cb):
2398         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2399         (ev_page_cache_set_current_page_history):
2400         * shell/ev-page-cache.h:
2401         * shell/ev-sidebar-thumbnails.c:
2402         (ev_sidebar_tree_selection_changed),
2403         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2404         * shell/ev-view-private.h:
2405         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2406         * shell/ev-view.h:
2407         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2408         (ev_window_setup_document), (ev_window_load_job_cb):
2409         * shell/ev-window.h:
2410         
2411         History finally works as expected.
2412
2413 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2416
2417         Do not update links treeview if it doesn't have a model assigned yet. 
2418
2419 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2422         (ev_sidebar_links_class_init), (update_page_callback):
2423
2424         Do not update links treeview when sidepane is not visible. 
2425
2426 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2427
2428         * shell/ev-marshal.list:
2429         * shell/ev-page-action.c: (activate_cb),
2430         (ev_page_action_class_init):
2431         * shell/ev-page-action.h:
2432         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2433         * shell/ev-window.c:
2434         
2435         Remove activate_link signal, not required.
2436
2437 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2438
2439         * shell/ev-navigation-action.c: (build_menu):
2440         
2441         Reorder menu items and build menu with fixed length.
2442
2443 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2444
2445         * shell/ev-view.c: (get_selected_text):
2446         
2447         Normalize text to fix ligatures problem. See bug
2448         #341947 for details.
2449
2450 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2453
2454         Fix memory leak in ev-page-cache. 
2455
2456 2007-01-25  Tom Parker <palfrey@tevp.net>
2457
2458         * backend/impress/impress-document.c: (impress_document_load),
2459         (impress_document_finalize), (impress_document_init):
2460         * properties/ev-properties-main.c: (ev_properties_get_pages):
2461         
2462         Correctly handle impress document errors. Fixes nautilus
2463         crash in property page #370491.
2464
2465 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2468         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2469         (ev_job_queue_remove_job):
2470         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2471         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2472         (ev_job_load_run):
2473         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2474         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2475         (ev_window_load_job_cb), (xfer_update_progress_callback),
2476         (ev_window_open_uri), (ev_window_dispose):
2477         * shell/main.c: (main):
2478
2479         Do file transfer asynchronously in the main thread instead of
2480         synchronously in the load thread. Fixes bugs #399694, #398307 and
2481         #343542.
2482
2483 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * shell/ev-jobs.c: (ev_job_xfer_run):
2486
2487         Load the document with the font-config lock held. 
2488
2489 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * backend/ps/ps-document.c: (start_interpreter):
2492
2493         Fix memory leaks in ps backend. 
2494
2495 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * backend/impress/impress-document.c:
2498         (impress_document_render_pixbuf):
2499
2500         Do not acquire fontconfig lock in impress backend, since it is using
2501         the main loop for rendering. 
2502
2503 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * po/POTFILES.in: 
2506
2507         Remove mdvi files that shouldn't be translated. 
2508
2509 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-view-private.h:
2512         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2513         (ev_view_set_zoom):
2514
2515         Render "loading..." text into a cairo surface instead of directly into
2516         the window so that fontconfig lock is only needed once and UI is not
2517         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2518
2519 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2522         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2523
2524         Use icon theme associated with the window screen rather than default. 
2525
2526 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2527
2528         * configure.ac:
2529
2530         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2531
2532 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2533
2534         * data/icons/*/apps/evince.*:
2535
2536         Move Evince icons under new apps directory.
2537
2538         * data/icons/*/actions/*:
2539
2540         Add new custom themeable Evince icons: view-page-continuous, 
2541         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2542         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2543
2544         * configure.ac:
2545
2546         Add new directories to AC_CONFIG_FILES.
2547
2548         * shell/ev-stock-icons.c:
2549         * shell/ev-stock-icons.h:
2550
2551         Use new custom themeable icons.
2552
2553 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2556
2557         Do not draw white background page in presentation mode. 
2558
2559 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2560
2561         * shell/ev-view.c: Remove unused gnome-vfs include.
2562
2563 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2564
2565         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2566         
2567         Format string is corrected, fixes bug #397129.
2568
2569 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * shell/ev-window.c: (ev_window_setup_recent):
2572
2573         Do not include in recent menu inexistent documents. Fixes
2574         bug #339171.
2575
2576 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * po/POTFILES.skip: 
2579
2580         Update POTFILES.skip file according to current source tree. 
2581
2582 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * shell/ev-window.c: (file_save_dialog_response_cb):
2585
2586         Do Save a copy in atomic way. Fixes bug #328266. 
2587
2588 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2591
2592         Keep selected cell always visible in index treeview.
2593
2594 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2595         
2596         * shell/ev-view.c: (ev_view_size_allocate):
2597
2598         Restore horizontal scrollbar after switching to/from fullscreen
2599         or presentation mode. Fixes bug #331728.
2600
2601 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-view-private.h:
2604         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2605         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2606         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2607         (ev_view_can_zoom_out):
2608
2609         Use max and min scale values in the view iby taking dpi into account. 
2610
2611 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * configure.ac:
2614         * NEWS:
2615
2616         Release 0.7.1
2617
2618 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * shell/ev-window.c: (ev_window_print_send):
2621
2622         Send print job to printer with some settings set to default values,
2623         since we have already exported to a file according to such settings
2624         and they could be taken twice by some printers. 
2625
2626 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * shell/ev-jobs.c: (ev_job_xfer_run):
2629         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2630
2631         Show main window and load document with the font-config lock held. 
2632
2633 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * configure.ac:
2636         * shell/ev-application.c: (ev_application_register_service):
2637         * shell/main.c: (load_files_remote):
2638
2639         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2640
2641 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2642
2643         * doc/debugging.txt:
2644         
2645         Remove obsolete documentation.
2646
2647 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2648
2649         * Makefile.am:
2650         * backend/Makefile.am:
2651         * backend/comics/Makefile.am:
2652         * backend/djvu/Makefile.am:
2653         * backend/dvi/Makefile.am:
2654         * backend/ev-async-renderer.c:
2655         * backend/ev-async-renderer.h:
2656         * backend/ev-attachment.c:
2657         * backend/ev-attachment.h:
2658         * backend/ev-backend-marshal.c:
2659         * backend/ev-document-factory.c:
2660         * backend/ev-document-factory.h:
2661         * backend/ev-document-find.c:
2662         * backend/ev-document-find.h:
2663         * backend/ev-document-fonts.c:
2664         * backend/ev-document-fonts.h:
2665         * backend/ev-document-images.c:
2666         * backend/ev-document-images.h:
2667         * backend/ev-document-info.h:
2668         * backend/ev-document-links.c:
2669         * backend/ev-document-links.h:
2670         * backend/ev-document-misc.c:
2671         * backend/ev-document-misc.h:
2672         * backend/ev-document-security.c:
2673         * backend/ev-document-security.h:
2674         * backend/ev-document-thumbnails.c:
2675         * backend/ev-document-thumbnails.h:
2676         * backend/ev-document-transition.c:
2677         * backend/ev-document-transition.h:
2678         * backend/ev-document.c:
2679         * backend/ev-document.h:
2680         * backend/ev-file-exporter.c:
2681         * backend/ev-file-exporter.h:
2682         * backend/ev-image.c:
2683         * backend/ev-image.h:
2684         * backend/ev-link-action.c:
2685         * backend/ev-link-action.h:
2686         * backend/ev-link-dest.c:
2687         * backend/ev-link-dest.h:
2688         * backend/ev-link.c:
2689         * backend/ev-link.h:
2690         * backend/ev-render-context.c:
2691         * backend/ev-render-context.h:
2692         * backend/ev-selection.c:
2693         * backend/ev-selection.h:
2694         * backend/impress/Makefile.am:
2695         * backend/pdf/Makefile.am:
2696         * backend/pixbuf/Makefile.am:
2697         * backend/ps/Makefile.am:
2698         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2699         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2700         (start_interpreter), (stop_interpreter), (document_load),
2701         (ps_document_next_page), (render_page):
2702         * backend/tiff/Makefile.am:
2703         * comics/Makefile.am:
2704         * comics/comics-document.c:
2705         * comics/comics-document.h:
2706         * configure.ac:
2707         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2708         * djvu/Makefile.am:
2709         * djvu/djvu-document-private.h:
2710         * djvu/djvu-document.c:
2711         * djvu/djvu-document.h:
2712         * djvu/djvu-links.c:
2713         * djvu/djvu-links.h:
2714         * djvu/djvu-text-page.c:
2715         * djvu/djvu-text-page.h:
2716         * djvu/djvu-text.c:
2717         * djvu/djvu-text.h:
2718         * dvi/Makefile.am:
2719         * dvi/dvi-document.c:
2720         * dvi/dvi-document.h:
2721         * dvi/fonts.c:
2722         * dvi/fonts.h:
2723         * dvi/mdvi-lib/Makefile.am:
2724         * dvi/mdvi-lib/afmparse.c:
2725         * dvi/mdvi-lib/afmparse.h:
2726         * dvi/mdvi-lib/bitmap.c:
2727         * dvi/mdvi-lib/bitmap.h:
2728         * dvi/mdvi-lib/color.c:
2729         * dvi/mdvi-lib/color.h:
2730         * dvi/mdvi-lib/common.c:
2731         * dvi/mdvi-lib/common.h:
2732         * dvi/mdvi-lib/defaults.h:
2733         * dvi/mdvi-lib/dvimisc.c:
2734         * dvi/mdvi-lib/dviopcodes.h:
2735         * dvi/mdvi-lib/dviread.c:
2736         * dvi/mdvi-lib/files.c:
2737         * dvi/mdvi-lib/font.c:
2738         * dvi/mdvi-lib/fontmap.c:
2739         * dvi/mdvi-lib/fontmap.h:
2740         * dvi/mdvi-lib/fontsrch.c:
2741         * dvi/mdvi-lib/gf.c:
2742         * dvi/mdvi-lib/hash.c:
2743         * dvi/mdvi-lib/hash.h:
2744         * dvi/mdvi-lib/list.c:
2745         * dvi/mdvi-lib/mdvi.h:
2746         * dvi/mdvi-lib/pagesel.c:
2747         * dvi/mdvi-lib/paper.c:
2748         * dvi/mdvi-lib/paper.h:
2749         * dvi/mdvi-lib/pk.c:
2750         * dvi/mdvi-lib/private.h:
2751         * dvi/mdvi-lib/setup.c:
2752         * dvi/mdvi-lib/sp-epsf.c:
2753         * dvi/mdvi-lib/special.c:
2754         * dvi/mdvi-lib/sysdeps.h:
2755         * dvi/mdvi-lib/t1.c:
2756         * dvi/mdvi-lib/tfm.c:
2757         * dvi/mdvi-lib/tfmfile.c:
2758         * dvi/mdvi-lib/tt.c:
2759         * dvi/mdvi-lib/util.c:
2760         * dvi/mdvi-lib/vf.c:
2761         * dvi/pixbuf-device.c:
2762         * dvi/pixbuf-device.h:
2763         * impress/Makefile.am:
2764         * impress/common.h:
2765         * impress/document.c:
2766         * impress/f_oasis.c:
2767         * impress/f_oo13.c:
2768         * impress/iksemel.c:
2769         * impress/iksemel.h:
2770         * impress/imposter.h:
2771         * impress/impress-document.c:
2772         * impress/impress-document.h:
2773         * impress/internal.h:
2774         * impress/r_back.c:
2775         * impress/r_draw.c:
2776         * impress/r_geometry.c:
2777         * impress/r_gradient.c:
2778         * impress/r_style.c:
2779         * impress/r_text.c:
2780         * impress/render.c:
2781         * impress/render.h:
2782         * impress/zip.c:
2783         * impress/zip.h:
2784         * lib/Makefile.am:
2785         * lib/ev-debug.c:
2786         * lib/ev-debug.h:
2787         * lib/ev-file-helpers.c:
2788         * lib/ev-file-helpers.h:
2789         * lib/ev-gui.c:
2790         * lib/ev-gui.h:
2791         * lib/ev-tooltip.c:
2792         * lib/ev-tooltip.h:
2793         * libdocument/Makefile.am:
2794         * libdocument/ev-file-helpers.c:
2795         * pdf/Makefile.am:
2796         * pdf/ev-poppler.cc:
2797         * pdf/ev-poppler.h:
2798         * pixbuf/Makefile.am:
2799         * pixbuf/pixbuf-document.c:
2800         * pixbuf/pixbuf-document.h:
2801         * properties/Makefile.am:
2802         * ps/Makefile.am:
2803         * ps/gsdefaults.c:
2804         * ps/gsdefaults.h:
2805         * ps/gsio.c:
2806         * ps/gsio.h:
2807         * ps/gstypes.h:
2808         * ps/ps-document.c:
2809         * ps/ps-document.h:
2810         * ps/ps.c:
2811         * ps/ps.h:
2812         * shell/Makefile.am:
2813         * shell/ev-application.h:
2814         * shell/ev-sidebar-links.c:
2815         * shell/ev-sidebar-links.h:
2816         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2817         (ev_gui_menu_position_tree_selection):
2818         * shell/ev-utils.h:
2819         * shell/ev-view.c: (ev_view_finalize):
2820         * shell/ev-window.c:
2821         * shell/main.c: (main):
2822         * thumbnailer/Makefile.am:
2823         * tiff/Makefile.am:
2824         * tiff/tiff-document.c:
2825         * tiff/tiff-document.h:
2826         * tiff/tiff2ps.c:
2827         * tiff/tiff2ps.h:
2828         
2829         Reorganize source tree.
2830
2831 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * backend/ev-document-factory.c:
2834
2835         Do not include ev-poppler.h when pdf is disabled. 
2836
2837 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * configure.ac:
2840         * data/evince-ui.xml:
2841         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2842         (pdf_document_document_images_iface_init):
2843         * backend/Makefile.am:
2844         * backend/ev-document-images.[ch]:
2845         * backend/ev-image.[ch]:
2846         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2847         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2848         (ev_job_xfer_run):
2849         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2850         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2851         (ev_pixbuf_cache_get_image_mapping):
2852         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2853         (view_menu_popup_cb), (ev_window_dispose),
2854         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2855         (ev_view_popup_cmd_copy_image):
2856         * shell/ev-view-private.h:
2857         * shell/ev-view.c: (ev_view_get_image_at_location),
2858         (ev_view_do_popup_menu), (ev_view_popup_menu),
2859         (ev_view_button_press_event), (ev_view_drag_data_get),
2860         (ev_view_drag_motion), (ev_view_drag_data_received),
2861         (ev_view_motion_notify_event), (ev_view_button_release_event),
2862         (ev_view_finalize), (ev_view_class_init):
2863
2864         Add image handling support. Fixes bugs #310008 and #325047. Images
2865         selection is not supported yet. 
2866
2867 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2868
2869         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2870         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2871         (ev_view_init):
2872
2873         Move view drag and drop stuff to ev-view.
2874
2875 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2878         * shell/ev-view.c: (clear_selection): 
2879
2880         Clear selection also in pixbuf cache.
2881
2882 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2883
2884         * data/evince.desktop.in.in:
2885         
2886         Change icon name in desktop file. See bug #390734
2887         for details.
2888
2889 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2890
2891         * thumbnailer/Makefile.am:
2892
2893         Use top_builddir instead top_srcdir for generated schema
2894         file installation. Fixes bug #390161.
2895
2896 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * configure.ac:
2899         * backend/Makefile.am:
2900         * backend/ev-document-transition.[ch]:
2901         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2902         (pdf_document_page_transition_iface_init):
2903         * shell/ev-view-private.h:
2904         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2905         (ev_view_set_presentation), (transition_next_page),
2906         (ev_view_presentation_transition_stop),
2907         (ev_view_presentation_transition_start), (ev_view_next_page):
2908
2909         Add page transition support in presentation mode. At the moment only
2910         page duration is supported, but not transition effects. Fixes bug
2911         #309815.
2912
2913 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2916
2917         Run find_link_dest with document lock held, since it's called by links
2918         thread and main thread at the same time. 
2919
2920 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * shell/ev-view.c: (goto_dest):
2923
2924         Update page-cache when page is changed by the view, so that
2925         page-changed signal is emitted. 
2926
2927 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2928
2929         * test/test1.py:
2930         * test/test2.py:
2931
2932         Use C locale in tests. 
2933
2934 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-window.c: (ev_window_run_presentation):
2937         * shell/ev-view-private.h:
2938         * shell/ev-view.c: (ev_view_set_presentation):
2939
2940         Restore zoom settings when back from presentation mode. 
2941
2942 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2943
2944         * shell/ev-window.c: (ev_window_run_presentation):
2945
2946         Always use "best fit" zoom in presentation mode.
2947         Fixes bug #389195.
2948
2949 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2950
2951         * shell/ev-view.c: (ev_view_goto_window_create):
2952
2953         Show "Jump to page" label in the page jumping popup in
2954         presentation mode instead of just a GtkEntry.
2955
2956 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * shell/ev-window.c: (launch_external_uri):
2959
2960         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2961         #378085.
2962
2963 2006-12-22  Elijah Newren  <newren gmail com>
2964
2965         * configure.ac: explicitly check for libxml2.  Fixes #388795
2966
2967 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * shell/ev-view-private.h:
2970         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2971         (ev_view_goto_window_delete_event), (key_is_numeric),
2972         (ev_view_goto_window_key_press_event),
2973         (ev_view_goto_window_button_press_event),
2974         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2975         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2976         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2977
2978         Allow jumping to another page by typing a page number in presentation
2979         mode. It uses a popup window with an entry. Fixes bug #353625.
2980
2981 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * configure.ac:
2984         * properties/ev-properties-view.c: (ev_get_default_user_units),
2985         (ev_regular_paper_size):
2986         
2987         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2988         to Damien Carbery <damien.carbery@sun.com> and
2989         Yevgen Muntyan <muntyan@tamu.edu>.
2990
2991 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2992
2993         * shell/ev-window.c: (setup_document_from_metadata):
2994
2995         Make sure Evince doesn't restore the view on the last
2996         page when a document is reopened. Fixes bug #383381.
2997
2998 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2999
3000         * shell/ev-view.c: (draw_loading_text):
3001
3002         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3003
3004 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * configure.ac:
3007         * NEWS:
3008
3009         Release 0.7.0
3010
3011 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3012
3013         * configure.ac:
3014         * pdf/ev-poppler.cc: (pdf_print_context_free),
3015         (pdf_document_file_exporter_begin),
3016         (pdf_document_file_exporter_do_page):
3017
3018         Make cairo-pdf depedency optional. 
3019
3020 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3023
3024         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3025
3026 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3029         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3030         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3031         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3032         * shell/ev-view.c: (draw_loading_text):
3033         * shell/ev-window.c: (ev_window_cmd_file_properties):
3034
3035         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3036         related to using FontConfig from different threads.
3037         
3038 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * shell/ev-view.c: (draw_loading_text):
3041
3042         Acquire lock document when drawing "Loading..." text so that only one
3043         thread will use FontConfig at the same time. Fixes bug #374750.
3044
3045 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3046
3047         * shell/ev-page-action.[ch]: (activate_cb):
3048         * shell/ev-window.c: (activate_label_cb):
3049
3050         Check if text inserted in page entry is a valid page number when it
3051         doesn't match to any document page label. Fixes bug #383165.
3052
3053 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3054         * shell/ev-window.c:
3055
3056         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3057         available with GTK < 2.10. Added an ifdef to avoid compilation
3058         error.
3059
3060 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3061
3062         * configure.ac:
3063         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3064
3065         Fix ps backend in multihead systems.
3066
3067 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3070         * shell/ev-window.c: (ev_window_get_screen_dpi),
3071         (ev_window_update_actions), (setup_view_from_metadata),
3072         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3073
3074         Take screen DPI into account when zooming. Fixes bug #318285.
3075
3076 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3077
3078         * data/Makefile.am:
3079
3080         Cleaned up/slightly refactored Makefile.am. Added GConf
3081         schemas uninstallation as well.
3082
3083 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3084
3085         * Makefile.am:
3086         * test/Makefile.am:
3087
3088         Fight with autotools to fix make check. Make distcheck
3089         works fine as well now!
3090
3091 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3092
3093         * shell/ev-view.c: (draw_end_presentation_page):
3094
3095         Corrected "end of presentation" string.
3096
3097 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3098
3099         * shell/ev-view.c: (ev_view_key_press_event):
3100
3101         Correctly propagate key press event so that up/down keys
3102         work as expected (correct behaviour was broken by
3103         black/white screen key bindings for presentations).
3104
3105 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3108         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3109         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3110         (pdf_selection_get_selection_region),
3111         (pdf_selection_get_selection_map):
3112
3113         Add "static" to some private functions. 
3114
3115 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3116
3117         * lib/ev-tooltip.h:
3118         * properties/ev-properties-view.h:
3119         * shell/ev-jobs.h:
3120         * shell/ev-properties-dialog.h:
3121         * shell/ev-properties-fonts.h:
3122         * shell/ev-sidebar-links.h:
3123         * shell/ev-sidebar-thumbnails.h:
3124         * shell/ev-sidebar.h:
3125         * shell/ev-window.h:
3126         
3127         Fixes CHACK type in class casts. See bug #385343
3128         for details.
3129
3130 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * shell/ev-view-private.h:
3133         * shell/ev-view.c: (draw_end_presentation_page),
3134         (ev_view_expose_event), (ev_view_key_press_event),
3135         (ev_view_class_init), (ev_view_init):
3136
3137         Blank screen in presentation mode when pressing 'b' (filling with
3138         black) or 'w' (filling with white) keys. Fixes bug #358132.
3139
3140 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3141
3142         * data/evince-toolbar.xml:
3143         * shell/ev-window.c:
3144         
3145         Use stock icon for Select All action. Fixes
3146         bug #382652.
3147
3148 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3149
3150         * shell/ev-view.c: (get_doc_point_from_offset),
3151         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3152
3153         Add links support in rotated documents. Fixes bug #343733.
3154
3155 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * shell/ev-view-private.h:
3158         * shell/ev-view.c: (draw_end_presentation_page),
3159         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3160
3161         Show a blank page after the last page in presentation mode with a
3162         message indicating that presentation has finished and how to exit. 
3163
3164 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3165
3166         * shell/ev-window.c: (fullscreen_timeout_cb):
3167
3168         Hide cursor after a while in presentation mode. 
3169
3170 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3171
3172         * backend/ev-document-info.h:
3173         * data/evince-properties.glade:
3174         * pdf/ev-poppler.cc:
3175         * properties/ev-properties-view.c: (ev_regular_paper_size),
3176         (ev_properties_view_set_info):
3177         * ps/ps-document.c: (ps_document_get_info):
3178
3179         Adds a paper size field to the properties dialog. Fixes
3180         bug #307315. Patch by Kasper Svendsen (with some i18n
3181         changes done by me).
3182
3183 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3184
3185         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3186         (screensaver_init_dbus), (totem_scrsaver_new),
3187         (totem_scrsaver_init):
3188         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3189         * shell/ev-application.c: (ev_application_register_service),
3190         (ev_application_screensaver_enable),
3191         (ev_application_screensaver_disable):
3192         * shell/ev-application.h:
3193         * shell/ev-window.c: (ev_window_run_presentation),
3194         (ev_window_stop_presentation), (build_comments_string),
3195         (ev_window_init):
3196         
3197         Move screensaver handling to application. No more
3198         message on startup.
3199
3200 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * configure.ac:
3203         * backend/Makefile.am:
3204         * backend/ev-file-exporter.[ch]:
3205         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3206         * ps/ps-document.c: (ps_document_file_exporter_*):
3207         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3208         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3209         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3210         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3211
3212         Allow printing to PDF when suppoted by the backend.
3213         
3214 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-window.c: (build_comments_string):
3217
3218         Use always "Document Viewer" in about dialog. 
3219
3220 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * djvu/djvu-document.c: (djvu_document_get_page_size):
3223
3224         Display a warning message when get_pageinfo fails. 
3225
3226 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3227
3228         * Makefile.am:
3229         * backend/Makefile.am:
3230         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3231         * configure.ac:
3232         * shell/ev-window.c: (build_comments_string):
3233         
3234         Make pdf compilation optional. See bug #38007.
3235
3236 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * ps/ps.c: (get_next_text):
3239
3240         Fix CVE-2006-5864.
3241
3242 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3245         * shell/ev-navigation-action.c: (connect_proxy),
3246         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3247         
3248         Do not call g_type_class_peek_parent twice.
3249
3250 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3251
3252         * configure.ac:
3253         * data/icons/24x24/.cvsignore:
3254         * data/icons/24x24/Makefile.am:
3255         * data/icons/24x24/evince.png:
3256         * data/icons/Makefile.am:
3257         
3258         Add 24x24 icon. Thanks to 
3259         Michael Monreal <infernux@web.de>.
3260
3261 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3262
3263         * configure.ac: Fix typo in configure.ac. Thanks
3264         to dmacks@netspace.org for notification.
3265
3266 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3267
3268         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3269         
3270         Drop dbus include, fixes compilation with older dbus.
3271
3272 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3273
3274         * configure.ac:
3275         * cut-n-paste/Makefile.am:
3276         * cut-n-paste/totem-screensaver/.cvsignore
3277         * cut-n-paste/totem-screensaver/Makefile.am:
3278         * cut-n-paste/totem-screensaver/README:
3279         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3280         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3281         * shell/Makefile.am:
3282         * shell/ev-window.c: (ev_window_run_presentation),
3283         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3284         (ev_window_init):
3285
3286         Implemented screensaver enabling/disabling for
3287         presentation mode (not fullscreen mode). Code stolen
3288         from Totem (with some minor tweaks). Fixes bug #338889.
3289
3290 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3291
3292         * configure.ac:
3293
3294         Bump gnome-icon-theme requirements. We use the rotation
3295         icons that appeared recently.
3296
3297 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3298
3299         * shell/ev-history.c: (ev_history_add_page):
3300         * shell/ev-history.h:
3301         * shell/ev-window.c: (page_changed_cb):
3302         
3303         Use page labels instead of numbers.
3304
3305 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3306
3307         * data/evince-toolbar.xml:
3308         * po/POTFILES.in:
3309         * shell/Makefile.am:
3310         * shell/ev-navigation-action-widget.c:
3311         (ev_navigation_action_widget_init),
3312         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3313         (menu_detacher), (ev_navigation_action_widget_set_menu),
3314         (menu_position_func), (popup_menu_under_arrow),
3315         (ev_navigation_action_widget_toggled),
3316         (ev_navigation_action_widget_button_press_event):
3317         * shell/ev-navigation-action-widget.h:
3318         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3319         (ev_navigation_action_set_window), (activate_menu_item_cb),
3320         (new_history_menu_item), (new_empty_history_menu_item),
3321         (build_menu), (menu_activated_cb), (connect_proxy),
3322         (create_tool_item), (ev_navigation_action_init),
3323         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3324         * shell/ev-navigation-action.h:
3325         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3326         (ev_page_action_widget_set_page_cache),
3327         (ev_page_action_widget_finalize),
3328         (ev_page_action_widget_class_init), (match_selected_cb),
3329         (display_completion_text), (match_completion), (build_new_tree_cb),
3330         (get_filter_model_from_model),
3331         (ev_page_action_widget_update_model):
3332         * shell/ev-page-action-widget.h:
3333         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3334         (connect_proxy):
3335         * shell/ev-page-action.h:
3336         * shell/ev-stock-icons.c:
3337         * shell/ev-stock-icons.h:
3338         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3339         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3340         (register_custom_actions):
3341         * shell/main.c:
3342         
3343         Preliminary history implementation
3344
3345 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3346
3347         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3348         (dvi_document_class_init), (dvi_document_init_params):
3349         * dvi/mdvi-lib/font.c: (font_reference):
3350         
3351         Add reference to subfont. Fixes bug #374277.
3352
3353 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3356         (ev_window_cmd_file_open_copy_at_dest):
3357
3358         Fix a race condition when creating symlink. Increase the counter
3359         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3360         Mathias Hasselmann).
3361
3362 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * backend/Makefile.am:
3365         * backend/ev-attachment.c: (ev_attachment_open):
3366         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3367         (ev_tmp_dir), (ev_tmp_filename):
3368         * shell/ev-sidebar-attachments.c:
3369         (ev_sidebar_attachments_drag_data_get):
3370         * shell/ev-window.c: (ev_window_clear_temp_file):
3371
3372         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3373         in ensure_dir_exists. Abort without crashing when we can't create
3374         user's directory.
3375
3376 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * data/evince-ui.xml:
3379         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3380         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3381         (ev_window_cmd_file_open_copy_at_dest),
3382         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3383         (ev_view_popup_cmd_open_link_new_window):
3384
3385         Allow opening a copy of the current document in a new window. Fixes bug
3386         #357472
3387
3388 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3389
3390         * data/evince-toolbar.xml:
3391         
3392         Add rotate right and rotate left to available items for toolbar.
3393         
3394         * data/evince-ui.xml:
3395         * shell/ev-window.c: (ev_window_init):
3396         
3397         Customize toolbar with right click. Fixes bug #372451.
3398
3399 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3400
3401         * shell/ev-window.c: 
3402         
3403         Use "object-rotate-{left,right}" stock icons. Fixes 
3404         bug #373863.
3405
3406 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3409         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3410         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3411         (ev_window_open_uri):
3412         * shell/main.c: (arguments_parse):
3413
3414         Remove temp file created when evince is used by GTK+ in
3415         preview mode. Fixes bug #365282. 
3416
3417 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3418
3419         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3420         
3421         Fixes bug #372474 - Side pane disabled when entering 
3422         and leaving fullscreen mode.
3423
3424 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3425
3426         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3427         * data/Makefile.am:
3428         * data/evince-preview-toolbar.xml:
3429         * data/evince-toolbar.xml:
3430         * shell/ev-application.c: (ev_application_shutdown),
3431         (ev_application_init), (ev_application_get_toolbars_model):
3432         * shell/ev-application.h:
3433         * shell/ev-window.c: (update_chrome_visibility),
3434         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3435         (ev_window_cmd_edit_toolbar), (ev_window_init):
3436         
3437         Fixes bug #364364 - toolbar editor shows zoom actions again.
3438
3439 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3442
3443         Do not take margins into consideration for paper size when printing.
3444         Really fixes bug #350491.
3445
3446 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * data/evince-ui.xml:
3449         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3450         (ev_window_cmd_file_print_setup),
3451         (ev_window_print_dialog_response_cb),
3452         (ev_window_setup_action_sensitivity):
3453
3454         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3455
3456 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * shell/ev-window.c: (ev_window_print_range):
3459
3460         Revert my previuos commit, since printing to PDF is not supported by
3461         evince yet. 
3462
3463 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3464
3465         * shell/ev-window.c: (ev_window_print_range):
3466
3467         Enable print to a PDF. Fixes bug #332121.
3468
3469 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * shell/ev-application-service.xml:
3472         * shell/ev-application.[ch]: (ev_application_open_window),
3473         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3474         (ev_application_open_uri), (ev_application_open_uri_list):
3475         * shell/ev-window.c: (file_open_dialog_response_cb),
3476         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3477         (drag_data_received_cb), (open_remote_link):
3478         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3479
3480         Add support for multiscreen systems. Fixes bug #316206.
3481
3482 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-jobs.[ch]: (ev_job_print_new),
3485         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3486         (ev_job_print_do_page):
3487         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3488
3489         Allow printing only odd/even pages. Fixes bug #367289.
3490
3491 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3492
3493         * test/test1.py:
3494         * test/test2.py:
3495
3496         Re-add locale settings to test files.
3497
3498 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3499
3500         * data/evince-ui.xml:
3501         * shell/ev-window.c: (set_action_properties):
3502         
3503         Removed garbage from code and ui.
3504
3505 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3506
3507         * shell/ev-window.c: (ev_window_cmd_help_about):
3508
3509         Shamelessly add my name to the list of contributors.
3510
3511 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3512
3513         * test/test1.py:
3514         * test/test2.py:
3515
3516         Cleaned up the dogtail scripts.
3517
3518 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3519
3520         * shell/ev-view.c: (draw_loading_text): Don't render
3521         "loading..." text in presentation mode. Temporary
3522         workaround for bug #320352.
3523
3524 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3527         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3528
3529         Use print settings scale, copies, collate and reverse which were
3530         ignored. Fixes bug #359032.
3531
3532 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3533
3534         * configure.ac:
3535         * data/evince-password.glade:
3536         * test/Makefile.am:
3537         * test/test-encrypt.pdf:
3538         * test/test-links.pdf:
3539         * test/test1.py:
3540         * test/test2.py:
3541
3542         Add automated UI tests for evince with dogtail. See
3543         bug #300948.    
3544
3545 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3546
3547         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3548
3549         Hide fullscreen toolbar when switching to another desktop workspace.
3550         Fixes bug #338871
3551
3552 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3553
3554         * shell/ev-window-title.c: 
3555         
3556         Test for .dvi in title of pdf documents.
3557
3558 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3559
3560         * shell/ev-view.c: (ev_view_scroll):
3561
3562         Page Up/Down should do page jumps in "Best fit" mode.
3563         If a user has explicitly chosen to view exactly one page
3564         at a time, scrolling just a part of the page when
3565         pressing Page Up/Down is not right. Fixes bug #323107.
3566
3567 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * NEWS:
3570         * configure.ac:
3571         
3572         Update for 0.6.1
3573
3574 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3575
3576         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3577         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3578         
3579         Correctly disconnect from job signals on destroy.
3580
3581 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3582
3583         * shell/ev-view-private.h:
3584         * shell/ev-view.c: (view_set_adjustment_values),
3585         (view_update_range_and_current_page),
3586         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3587         
3588         Fixes bug #343199, current page now follows find page.
3589
3590 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3591
3592         * backend/ev-document-factory.c:
3593         * configure.ac:
3594         Assigned OpenDocument presenation MIME type to the
3595         Impress backend. Added some missing (but harmless)
3596         #ifdefs in the document factory as well to make things
3597         consistent again. Fixes bug #360658.
3598
3599 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3600
3601         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3602         * backend/ev-document-find.c: (ev_document_find_get_type):
3603         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3604         * backend/ev-document-links.c: (ev_document_links_get_type):
3605         * backend/ev-document-security.c: (ev_document_security_get_type):
3606         * backend/ev-document-thumbnails.c:
3607         (ev_document_thumbnails_get_type):
3608         * backend/ev-document.c: (ev_document_get_type):
3609         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3610         * backend/ev-selection.c: (ev_selection_get_type):
3611         * cut-n-paste/recent-files/egg-recent-model.c:
3612         (egg_recent_model_get_type):
3613         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3614         (egg_recent_view_uimanager_get_type):
3615         * cut-n-paste/recent-files/egg-recent-view.c:
3616         (egg_recent_view_get_type):
3617         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3618         (egg_editable_toolbar_get_type):
3619         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3620         (egg_toolbar_editor_get_type):
3621         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3622         (egg_toolbars_model_get_type):
3623         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3624         (egg_tree_multi_drag_source_get_type):
3625         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3626         (ephy_zoom_action_get_type):
3627         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3628         (ephy_zoom_control_get_type):
3629         * impress/r_back.c: (_imp_fill_back):
3630         * properties/ev-properties-main.c:
3631         (ev_properties_plugin_register_type):
3632         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3633         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3634         (ev_view_accessible_factory_get_type):
3635
3636         Reduce relocations. Bug #360616.
3637
3638 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3639
3640         * backend/ev-document-factory.c:
3641         (ev_document_factory_get_document):
3642         
3643         Load document even if extension is wrong.
3644
3645 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3646
3647         * shell/ev-metadata-manager.c: (save_values):
3648         * shell/ev-window.c: (setup_size_from_metadata),
3649         (setup_view_from_metadata), (ev_window_setup_document),
3650         (ev_window_xfer_job_cb), (window_configure_event_cb):
3651         
3652         Set size according to the document size/page size ratio.
3653         That should correct rather wierd behaviour of the previous
3654         commit.
3655
3656 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3657
3658         * shell/ev-window.c: (setup_view_from_metadata):
3659         
3660         Set size for new windows from previous window size.
3661         See bugs #354968 and #168450 for details. Thanks
3662         to Meik Hellmund.
3663
3664 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * djvu/djvu-links.c: (build_tree):
3667
3668         Fix memory leak.
3669
3670 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3671
3672         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3673         
3674         Don't make sidebar close button insensitive. Fixes
3675         bug #357871.
3676
3677 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3678
3679         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3680         (ev_window_set_view_accels_sensitivity):
3681         
3682         Don't enable Slash on documents which don't support
3683         find. Fixes bug #358648.
3684
3685 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3686
3687         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3688         open dialog fall back to the current document uri if the
3689         filechooser hasn't been used before. Fixes bug #356980.
3690
3691 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3692
3693         * shell/ev-window.c: (ev_window_setup_recent), 
3694         (ev_window_get_recent_file_label):
3695
3696         Escape underscores in filenames of recent file items.
3697
3698 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3699
3700         * configure.ac:
3701         
3702         Bumped poppler requirements, really 0.5.3 is very 
3703         buggy, now we require 0.5.4.
3704
3705 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3706
3707         * djvu/Makefile.am:
3708         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3709         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3710         (djvu_document_document_links_iface_init):
3711         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3712         (number_from_string_10), (get_djvu_link_dest),
3713         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3714         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3715         (djvu_links_get_links), (djvu_links_find_link_dest),
3716         (djvu_links_get_links_model):
3717         * djvu/djvu-links.h:
3718         
3719         Add support for links and bookmarks in djvu documents. Thanks
3720         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3721         patch.
3722
3723 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3724
3725         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3726         
3727         Reopen should reload document. Fixes 
3728         bug 327951.
3729
3730 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3731
3732         * configure.ac:
3733         * data/Makefile.am:
3734         * data/evince-16.png:
3735         * data/evince-22.png:
3736         * data/evince.png:
3737         * data/evince.svg:
3738         * data/icons/16x16/Makefile.am:
3739         * data/icons/16x16/evince.png:
3740         * data/icons/22x22/Makefile.am:
3741         * data/icons/22x22/evince.png:
3742         * data/icons/48x48/Makefile.am:
3743         * data/icons/48x48/evince.png:
3744         * data/icons/Makefile.am:
3745         * data/icons/scalable/Makefile.am:
3746         * data/icons/scalable/evince.svg:
3747         
3748         Install icons with correct names. Fixes
3749         bug #354429.
3750
3751 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * shell/ev-view.c: (ev_view_button_release_event):
3754
3755         Don't open links with middle mouse button. Fixes bug #353649
3756
3757 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * NEWS:
3760         * configure.ac:
3761         
3762         Update for release 0.6.0
3763
3764 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3765
3766         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3767         Implement Close named action. Patch by Carlos Garcia Campos.
3768
3769 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3770
3771         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3772         
3773         Don't clear link mapping on copy_job_to_job_info. Fixes
3774         bug 346168.
3775
3776 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * shell/main.c: (main):
3779
3780         Revert my previous commit, gnome_program_init owns the option context.
3781         Fix another memory leak in main. Both caught by Christian Persch. 
3782
3783 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3784
3785         * shell/main.c: (main):
3786
3787         Fix memory leak.
3788
3789 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3792
3793         Fix crash when opening a pdf with password protection. 
3794
3795 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * pdf/ev-poppler.cc: (pdf_document_search_free):
3798
3799         Fix memory leak. 
3800
3801 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3802
3803         * backend/ev-document-factory.c:
3804         (ev_document_factory_get_document):
3805         * tiff/tiff-document.c: (tiff_document_finalize):
3806         
3807         More correct handling of document loading. Fixes
3808         bug #349043.
3809
3810 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * backend/ev-attachment.c: (ev_attachment_save):
3813
3814         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3815         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3816
3817 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3818         
3819         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3820         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3821
3822 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * shell/ev-sidebar-thumbnails.c:
3825
3826         Do not render thumbnails unless thumbnails page is active in the
3827         sidebar.
3828
3829 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3830
3831         * shell/ev-properties-dialog.c:
3832
3833         Fix dialogue spacing. Bug #351370.
3834
3835 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3836
3837         * configure.ac:
3838
3839         Use lowercase gettext catalog file names (evince.mo
3840         instead of Evince.mo)
3841
3842 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * shell/ev-sidebar-attachments.c:
3845
3846         GtkIconTheme is now screen safe too. Fixes bug #350878
3847
3848 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * shell/ev-window.c:
3851
3852         GtkRecent manager is now screen safe. Fixes bug #350145
3853
3854 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3855
3856         * shell/ev-sidebar.c: (ev_sidebar_init):
3857         
3858         Make sidebar close icon smaller. Fix for bug 350177.
3859         See also bugs 350176 and 165770.
3860
3861 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3864
3865         Ignore zoom for xyz destinations when it's <= 1, keeping user
3866         preferences instead. Set correct sizing-mode for fith and fitv
3867         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3868
3869 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3870
3871         * NEWS:
3872         * configure.ac:
3873         
3874         Update for release 0.5.5
3875
3876 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3877         
3878         * shell/ev-window.c: (ev_window_cmd_escape)
3879
3880         Escape unfocus page entry. Fixes bug #345809.
3881
3882 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3885         (build_tree), (pdf_document_links_get_links),
3886         (pdf_document_links_find_link_dest):
3887         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3888         (goto_xyz_dest):
3889
3890         Convert from PDF style coordinates to X style coordinates in the
3891         backend rather than in the view. Fixes bug #338440
3892
3893 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * shell/ev-window.c:
3896         
3897         Remove Ctrl+Shift+T shortcut for toolbars. See
3898         the bug #350098.
3899
3900 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * configure.ac:
3903
3904         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3905         of this. 
3906
3907 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3908
3909         * configure.ac:
3910         * cut-n-paste/Makefile.am:
3911         * data/evince-ui.xml:
3912         * shell/Makefile.am:
3913         * shell/ev-application.[ch]:
3914         * shell/ev-window.c:
3915
3916         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3917         #349273
3918
3919 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3920
3921         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3922         findbar code: s/help/search/
3923
3924 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3925
3926         * shell/ev-window.c: (setup_document_from_metadata),
3927         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3928         (setup_view_from_metadata):
3929         
3930         Fix memory leaks.
3931
3932 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3933
3934         * autogen.sh, configure.ac: 
3935         
3936         Update automake usage. See bug 349292.
3937
3938 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3939
3940         * shell/eggfindbar.c: (egg_find_bar_class_init),
3941         (entry_activate_callback), (egg_find_bar_init),
3942         (egg_find_bar_set_status_text):
3943         * shell/eggfindbar.h:
3944         
3945         Unify Evince findbar with Epiphany. Nice patch
3946         from Fabricio Silva <silva@crans.org> and
3947         Frederic Peters <fpeters@entrouvert.com>. See
3948         bug #339966 for details.
3949
3950 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * data/evince.desktop.in.in:
3953         
3954         Correct information for bugzilla. Thanks to
3955         Olaf Vitters, see bug #348855.
3956
3957 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * shell/ev-jobs.[ch]:
3960         * shell/ev-sidebar-links.c:
3961         * shell/ev-window.[ch]:
3962
3963         GtkPrintJob doesn't support print ranges or current page, so we export
3964         to a ps file now when printing ranges or current page.
3965
3966 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3967
3968         * pdf/ev-poppler.cc:
3969         * shell/ev-window.c: (do_action_named):
3970
3971         We should be more clear about bugzilla. See the
3972         poppler bug #7623.
3973
3974 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * configure.ac:
3977         * shell/Makefile.am:
3978         * shell/ev-job-queue.c:
3979         * shell/ev-jobs.[ch]:
3980         * shell/ev-sidebar-links.c:
3981         * shell/ev-window.[ch]:
3982         
3983         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3984         #348422
3985
3986 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3989         * shell/ev-application-service.xml:
3990         * shell/ev-application.[ch]:
3991         * shell/ev-jobs.[ch]:
3992         * shell/ev-window.[ch]: (ev_window_run_preview):
3993         * shell/main.c: 
3994
3995         Add preview mode to use evince as a printing previewer. It also adds
3996         other command line options for fullscreen and presentation modes.
3997         Fixes bugs #347822, #317031
3998
3999 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4000
4001         * NEWS:
4002         * configure.ac:
4003         
4004         Update for release 0.5.4
4005
4006 2006-07-11  Bastien Nocera <hadess@hadess.net>
4007
4008         * Makefile.am:
4009         * backend/Makefile.am:
4010         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4011         * backend/ev-document-factory.h:
4012         * configure.ac:
4013         * impress/.cvsignore:
4014         * impress/Makefile.am:
4015         * impress/common.h:
4016         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4017         (imp_get_page), (imp_next_page), (imp_prev_page),
4018         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4019         * impress/f_oasis.c: (render_object), (render_page),
4020         (get_geometry), (_imp_oasis_load):
4021         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4022         (_imp_oo13_load):
4023         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4024         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4025         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4026         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4027         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4028         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4029         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4030         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4031         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4032         (iks_new_within), (iks_insert), (iks_insert_cdata),
4033         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4034         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4035         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4036         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4037         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4038         (iks_cdata), (iks_cdata_size), (iks_has_children),
4039         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4040         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4041         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4042         (iks_tree), (iks_load), (iks_save):
4043         * impress/iksemel.h:
4044         * impress/imposter.h:
4045         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4046         (imp_render_draw_bezier_real), (imp_render_get_size),
4047         (imp_render_set_fg_color), (imp_render_draw_line),
4048         (imp_render_draw_rect), (imp_render_draw_polygon),
4049         (imp_render_draw_arc), (imp_render_draw_bezier),
4050         (imp_render_open_image), (imp_render_get_image_size),
4051         (imp_render_scale_image), (imp_render_draw_image),
4052         (imp_render_close_image), (imp_render_markup),
4053         (imp_render_get_text_size), (imp_render_draw_text),
4054         (impress_document_load), (impress_document_save),
4055         (impress_document_get_n_pages), (impress_document_get_page_size),
4056         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4057         (impress_document_finalize), (impress_document_class_init),
4058         (impress_document_can_get_text), (impress_document_get_info),
4059         (impress_document_document_iface_init),
4060         (impress_document_thumbnails_get_thumbnail),
4061         (impress_document_thumbnails_get_dimensions),
4062         (impress_document_document_thumbnails_iface_init),
4063         (impress_document_init):
4064         * impress/impress-document.h:
4065         * impress/internal.h:
4066         * impress/r_back.c: (_imp_fill_back):
4067         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4068         (_imp_draw_image), (_imp_tile_image):
4069         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4070         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4071         (r_polyline):
4072         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4073         (r_draw_gradient_complex), (r_draw_gradient):
4074         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4075         (r_get_bullet):
4076         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4077         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4078         (r_text):
4079         * impress/render.c: (imp_create_context), (imp_context_set_page),
4080         (imp_context_set_step), (imp_render), (imp_delete_context):
4081         * impress/render.h:
4082         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4083         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4084         (zip_load_xml), (zip_get_size), (zip_load):
4085         * impress/zip.h:
4086         * shell/ev-utils.c:
4087         
4088         New backend to support impress slides. Fixes bug #30867.
4089
4090 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4091
4092         * shell/ev-utils.c: (using_postscript_printer):
4093         
4094         Fixes crash when print using PAPI backend,
4095         bug #345012.
4096
4097 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4098
4099         * shell/ev-jobs.c: (ev_job_xfer_run):
4100         * shell/ev-window.c: (password_dialog_response),
4101         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4102         (ev_window_dispose):
4103         Fixes bug #344160: if the xfer job doesn't complete
4104         because a password is required, reload the existing
4105         instance instead of creating a new one.
4106
4107 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4108
4109         * shell/main.c: (main): Call gdk_threads_init. Thus
4110         we'll avoid errors in auth dialog. Fix for the bug
4111         #343347.
4112
4113 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4114
4115         * configure.ac: Advertise pixbuf support, fix
4116         for the bug 343317.
4117
4118 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4119
4120         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4121         (ev_sidebar_thumbnails_set_document):
4122         
4123         Update sidebar thumbnails after reloading.
4124
4125 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4126
4127         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4128         * shell/ev-jobs.h:
4129         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4130         (ev_window_cmd_view_reload), (ev_window_init):
4131         
4132         Don't crash on reload. Fix for the bug #343167.
4133
4134 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * shell/ev-jobs.c: (ev_job_render_run):
4137         
4138         Check for document links.
4139
4140 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4141
4142         * backend/ev-attachment.c: (ev_attachment_save),
4143         (ev_attachment_launch_app), (ev_attachment_open):
4144         * backend/ev-document-factory.c: (get_document_from_uri):
4145         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4146         (egg_recent_view_uimanager_set_list):
4147         * ps/ps-document.c: (check_filecompressed), (document_load),
4148         (ps_document_load):
4149         * shell/ev-metadata-manager.c: (load_values):
4150         * shell/ev-password.c: (ev_password_dialog_set_property):
4151         * shell/ev-view.c: (tip_from_link):
4152         * shell/ev-window.c: (file_save_dialog_response_cb),
4153         (ev_window_print_dialog_response_cb):
4154         
4155         Use consistent quoting style. Fix for the bug #320285.
4156
4157 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * shell/ev-jobs.c: (ev_job_xfer_run):
4160         * shell/main.c: (load_files):
4161                 
4162         Open links with anchors. Fix for the bug #339836.
4163
4164 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4165
4166         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4167         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4168         (ev_link_dest_set_property), (ev_link_dest_finalize),
4169         (ev_link_dest_class_init), (ev_link_dest_new_named),
4170         (ev_link_dest_new_page_label):
4171         * backend/ev-link-dest.h:
4172         * shell/ev-application.c: (ev_application_open_uri):
4173         * shell/ev-view.c: (goto_dest):
4174         * shell/ev-window.c:
4175         * shell/ev-window.h:
4176         
4177         Fix page-label command line option. Bug #342070.
4178
4179 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4180
4181         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4182         
4183         Don't show highlight rects if page can't be showed. Fix for 
4184         the bug #342076
4185
4186 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * shell/ev-window.c: (setup_sidebar_from_metadata),
4189         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4190         
4191         Setup sidebar from metadata even if there is no document
4192         loaded. Fix for the bug #342807.
4193
4194 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4195
4196         * cut-n-paste/toolbar-editor/Makefile.am:
4197         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4198         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4199         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4200         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4201         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4202         (popup_context_menu_cb), (button_press_event_cb),
4203         (configure_item_sensitivity), (configure_item_cursor),
4204         (configure_item_tooltip), (connect_widget_signals),
4205         (action_sensitive_cb), (create_item_from_action),
4206         (create_item_from_position), (toolbar_drag_data_received_cb),
4207         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4208         (toolbar_drag_leave_cb), (configure_drag_dest),
4209         (toggled_visibility_cb), (toolbar_visibility_refresh),
4210         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4211         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4212         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4213         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4214         (egg_editable_toolbar_dispose),
4215         (egg_editable_toolbar_set_ui_manager),
4216         (egg_editable_toolbar_get_selected),
4217         (egg_editable_toolbar_set_selected), (set_edit_mode),
4218         (egg_editable_toolbar_set_property),
4219         (egg_editable_toolbar_get_property),
4220         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4221         (egg_editable_toolbar_new_with_model),
4222         (egg_editable_toolbar_get_edit_mode),
4223         (egg_editable_toolbar_set_edit_mode),
4224         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4225         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4226         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4227         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4228         (item_added_or_removed_cb), (toolbar_removed_cb),
4229         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4230         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4231         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4232         (editor_create_item_from_name), (append_table),
4233         (update_editor_sheet), (egg_toolbar_editor_init):
4234         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4235         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4236         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4237         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4238         (toolbar_node_free), (egg_toolbars_model_get_flags),
4239         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4240         (egg_toolbars_model_get_name), (impl_add_item),
4241         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4242         (parse_data_list), (parse_item_list), (parse_toolbars),
4243         (egg_toolbars_model_load_toolbars), (parse_available_list),
4244         (parse_names), (egg_toolbars_model_load_names),
4245         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4246         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4247         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4248         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4249         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4250         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4251         (egg_toolbars_model_set_types), (fill_avail_array),
4252         (egg_toolbars_model_get_name_avail),
4253         (egg_toolbars_model_get_name_flags),
4254         (egg_toolbars_model_set_name_flags):
4255         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4256         * cut-n-paste/toolbar-editor/eggintl.h:
4257         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4258         (egg_tree_multi_drag_source_get_type),
4259         (egg_tree_multi_drag_source_row_draggable),
4260         (egg_tree_multi_drag_source_drag_data_delete),
4261         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4262         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4263         (path_list_free), (set_context_data), (get_context_data),
4264         (get_info), (egg_tree_multi_drag_drag_data_get),
4265         (egg_tree_multi_drag_motion_event),
4266         (egg_tree_multi_drag_button_press_event),
4267         (egg_tree_multi_drag_add_drag_support):
4268         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4269         * shell/ev-application.c: (ev_application_init),
4270         (ev_application_save_toolbars_model):
4271         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4272         (ev_window_cmd_edit_toolbar), (ev_window_init):
4273         
4274         Sync toolbareditor with epiphany and libegg
4275
4276 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * configure.ac: 
4279
4280         Depend on poppler 0.5.2
4281
4282 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4283
4284         * shell/ev-jobs.c: (ev_job_render_run):
4285         
4286         Check if document supports links iterface.
4287
4288 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4289
4290         * NEWS:
4291         * configure.ac:
4292         
4293         Update for release 0.5.3
4294
4295 2006-05-13  Michael Plump  <plumpy@skylab.org>
4296
4297         * configure.ac:
4298         * shell/Makefile.am:
4299         * shell/main.c: (main):
4300         
4301         Port to GOption command line parsing. Fix for the 
4302         bug #327518
4303
4304 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4305
4306         * shell/ev-window.c: (ev_window_cmd_help_about):
4307         
4308         Do not wrap license. Fix for the bug #309460.
4309
4310 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4311
4312         * configure.ac:
4313         * properties/ev-properties-main.c: (ev_properties_get_pages):
4314         * shell/ev-application.c: (ev_application_open_window),
4315         (ev_application_open_uri_at_dest):
4316         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4317         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4318         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4319         * shell/ev-utils.c: (save_print_config_to_file):
4320         * shell/ev-window.c: (ev_window_cmd_save_as),
4321         (ev_attachment_popup_cmd_save_attachment_as):
4322         * shell/main.c: (load_files_remote):
4323         
4324         Bump requirements to gtk 2.8 and drop all ifdefs used.
4325
4326 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4327
4328         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4329         * shell/ev-window.c: (ev_window_init):
4330         
4331         Show attachments page.
4332
4333 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * po/POTFILES.in:
4336         * shell/ev-attachment-bar.c:
4337         * shell/ev-attachment-bar.h:
4338         * shell/ev-sidebar-attachments.c:
4339         (ev_sidebar_attachments_icon_cache_add),
4340         (icon_theme_get_pixbuf_from_mime_type),
4341         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4342         (ev_sidebar_attachments_icon_cache_refresh),
4343         (ev_sidebar_attachments_get_attachment_at_pos),
4344         (ev_sidebar_attachments_popup_menu_show),
4345         (ev_sidebar_attachments_popup_menu),
4346         (ev_sidebar_attachments_button_press),
4347         (ev_sidebar_attachments_update_icons),
4348         (ev_sidebar_attachments_drag_data_get),
4349         (ev_sidebar_attachments_get_property),
4350         (ev_sidebar_attachments_destroy),
4351         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4352         (ev_sidebar_attachments_new),
4353         (ev_sidebar_attachments_set_document),
4354         (ev_sidebar_attachments_support_document),
4355         (ev_sidebar_attachments_get_label),
4356         (ev_sidebar_attachments_page_iface_init):
4357         * shell/ev-sidebar-attachments.h:
4358         * shell/ev-window.c: (update_chrome_visibility),
4359         (setup_sidebar_from_metadata), (ev_window_setup_document),
4360         (ev_window_sidebar_current_page_changed_cb),
4361         (attachment_bar_menu_popup_cb), (ev_window_init):
4362         
4363         Move attachments bar to sidebar.
4364
4365 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4366
4367         * pdf/ev-poppler.cc:
4368         * shell/ev-application.[ch]:
4369         * shell/main.c:
4370
4371         Fix some memory leaks.
4372
4373 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4374
4375         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4376
4377         Change the properties dialog response to
4378         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4379         will make the dialog go away when the user presses
4380         enter. With gtk+ >= 2.9 this will happen anyway, but for
4381         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4382         escape by default. Fixes bug #340539. See also bug
4383         #101293 for the gtk+ part.
4384
4385 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4386
4387         * shell/ev-view.c (tip_from_action_named): Replace some strings
4388         that were wrong. Closes #340970.
4389
4390 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4393
4394         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4395         #341049
4396
4397 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4398
4399         * djvu/Makefile.am:
4400         * dvi/Makefile.am:
4401         * dvi/mdvi-lib/Makefile.am:
4402         * properties/Makefile.am:
4403         * ps/Makefile.am:
4404         * shell/Makefile.am:
4405         * thumbnailer/Makefile.am:
4406         
4407         Due to broken libtool that is unable to track dependencies
4408         of noinst libraries we are forced to explicitely point
4409         libraries for binary. Fix for the bug #333334.
4410
4411 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * data/evince.desktop.in.in:
4414         * shell/ev-view.c: (view_update_range_and_current_page),
4415         (ev_view_next_page), (ev_view_previous_page):
4416         * shell/ev-window.c: (update_chrome_visibility),
4417         (setup_sidebar_from_metadata), (ev_window_setup_document),
4418         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4419         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4420         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4421         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4422         (ev_window_stop_presentation), (ev_window_focus_in_event),
4423         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4424         (ev_window_init):
4425         * thumbnailer/Makefile.am:
4426         
4427         Update fullscreen and presentation timeout handling. Hide
4428         cursor in presentation after timeout. Fix for the bugs
4429         #136359 and #336981.
4430
4431 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * backend/ev-link-action.[ch]:
4434         * pdf/ev-poppler.cc: (ev_link_from_action):
4435         * shell/ev-view-private.h:
4436         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4437         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4438
4439         Add support for Named Action links
4440
4441 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4442
4443         * backend/Makefile.am:
4444         * backend/ev-document-links.[ch]:
4445         * backend/ev-document.[ch]:
4446         * backend/ev-link-action.[ch]:
4447         * backend/ev-link-dest.[ch]:
4448         * backend/ev-link.[ch]:
4449         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4450         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4451         * shell/ev-page-action.c: (build_new_tree_cb):
4452         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4453         (links_page_num_func), (update_page_callback):
4454         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4455         (tip_from_link):
4456         * shell/ev-jobs.c:
4457         * shell/ev-window.[ch]: (ev_window_open_uri),
4458         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4459         * shell/ev-application.[ch]: (ev_application_open_window),
4460         (ev_application_open_uri):
4461
4462         Rework links system, it adds support for remote links now and it makes
4463         easier to add new kinds of actions and destinations. Fixes bug #317292
4464
4465 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * data/Makefile.am:
4468         * data/evince.png:
4469         * data/evince-16.png:
4470         * data/evince-22.png:
4471         * data/evince.svg:
4472         * shell/main.c: (main):
4473         
4474         Evince use it's own icon. Fix for the bug #313392.
4475
4476         * shell/ev-window.c: (fullscreen_timeout_cb),
4477         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4478         (ev_window_cmd_help_about), (ev_window_dispose):
4479         
4480         Simplify fullscreen timeout code.
4481
4482 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4483
4484         * backend/ev-attachment.c: 
4485         * shell/ev-attachment-bar.c:
4486         * shell/ev-window.c:
4487
4488         Allow multiple selection of attachments
4489
4490 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4491
4492         * shell/ev-view.c: (view_update_range_and_current_page),
4493         (ev_view_scroll):
4494         
4495         Fix for the bug #312573 – Optimal selection of current 
4496         page among visible pages.
4497
4498 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4499
4500         * configure.ac:
4501         * djvu/Makefile.am:
4502         * djvu/djvu-text.h:
4503         
4504         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4505         for the bug 339868.
4506
4507 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4508
4509         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4510
4511 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4512
4513         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4514         dictated by the GNOME HIG. Fixes bug #339235.
4515
4516 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4517
4518         * data/evince-ui.xml:
4519         * shell/ev-view.c: (ev_view_can_find_previous):
4520         * shell/ev-view.h:
4521         * shell/ev-window.c: (ev_window_update_actions),
4522         (ev_window_cmd_edit_find_previous):
4523
4524         Add support for "Find Previous" as dictated by the GNOME HIG. A
4525         menu item is added and some glue code to make it all work is added
4526         to various files.
4527
4528 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4529
4530         * configure.ac: Award myself the "useless use of cat" award.
4531
4532 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4533
4534         * po/LINGUAS: New file listing all supported languages.
4535
4536         * configure.in: Use po/LINGUAS instead of including all languages
4537         directly in this file. See the wiki for more information:
4538         http://live.gnome.org/GnomeGoals/PoLinguas
4539
4540 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4541
4542         * backend/ev-document-factory.c:
4543
4544         Do not load the document twice when there isn't errors
4545
4546 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4547
4548         * backend/ev-attachment.c: 
4549
4550         Fix a crash when there isn't a default application to open an
4551         attachment
4552
4553 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4554
4555         * backend/ev-attachment.[ch]:
4556         * shell/ev-attachment-bar.[ch]:
4557
4558         Added missing files. 
4559
4560 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4561
4562         * backend/Makefile.am:
4563         * data/evince-ui.xml:
4564         * backend/ev-attachment.[ch]:
4565         * backend/ev-document.[ch]: (ev_document_has_attachments),
4566         (ev_document_get_attachments):
4567         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4568         (attachment_save_to_buffer), (pdf_document_get_attachments),
4569         (pdf_document_document_iface_init):
4570         * shell/Makefile.am:
4571         * shell/ev-attachment-bar.[ch]:
4572         * shell/ev-window.c:
4573
4574         Add support for PDF attachments. Fixes bug #325143
4575
4576 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * backend/ev-document-factory.c: (get_document_from_uri),
4579         (ev_document_factory_get_document):
4580         * backend/ev-document-factory.h:
4581         * properties/ev-properties-main.c: (ev_properties_get_pages):
4582         * shell/Makefile.am:
4583         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4584         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4585         (ev_job_queue_remove_job):
4586         * shell/ev-job-queue.h:
4587         * shell/ev-job-xfer.c:
4588         * shell/ev-job-xfer.h:
4589         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4590         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4591         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4592         (ev_job_xfer_run):
4593         * shell/ev-jobs.h:
4594         * shell/ev-window.c: (ev_window_is_empty),
4595         (password_dialog_response), (ev_window_clear_xfer_job),
4596         (ev_window_xfer_job_cb), (ev_window_open_uri),
4597         (ev_window_cmd_focus_page_selector),
4598         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4599         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4600         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4601         (ev_window_dispose):
4602         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4603         
4604         * Cleanup mime type detection on document load. Fix for the
4605         bug #336448.
4606
4607 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4610         
4611         Fix crash on exit, described in the bug #336825.
4612
4613 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * backend/ev-document-factory.c:
4616         (ev_document_factory_get_from_mime),
4617         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4618         (ev_document_factory_get_document),
4619         (file_filter_add_mime_list_and_free),
4620         (ev_document_factory_add_filters):
4621         * backend/ev-document-factory.h:
4622         * properties/ev-properties-main.c: (ev_properties_get_pages):
4623         * shell/Makefile.am:
4624         * shell/ev-application.c:
4625         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4626         * shell/ev-window.c: (ev_window_cmd_file_open),
4627         (ev_window_cmd_save_as):
4628         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4629         
4630         Rework factory functions so they are placed now in a single 
4631         file ev-document-factory.c
4632
4633 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4634
4635         * shell/ev-window.c: (update_chrome_visibility):
4636         
4637         Fix for the bug 166566 - don't show menubar in fullscreen
4638         mode.
4639
4640 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4641
4642         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4643
4644 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4645
4646         * shell/ev-view.c: (ev_view_expose_event):
4647         
4648         More correctly draw loading text when document
4649         is empty.
4650
4651 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4652
4653         * shell/ev-view.c: (ev_view_scroll):
4654         
4655         Fix for the bug #334854, page down and page up switch
4656         pages in presentation mode.
4657
4658 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4659
4660         * shell/ev-window.c: (ev_window_set_action_sensitive),
4661         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4662         (ev_window_set_view_accels_sensitivity),
4663         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4664         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4665         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4666         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4667         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4668         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4669         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4670         (view_actions_focus_in_cb), (ev_window_init):
4671         
4672         Fix for the bug #333902, now it's possible to search
4673         words with slash.
4674
4675 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4676
4677         * configure.ac: Added Breton translation.
4678         * po/br.po: Added Breton translation.
4679
4680 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * shell/ev-window-title (ev_window_title_update):
4683
4684         Fix memory leak in window title. Fixes bug #333944
4685
4686 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4687
4688         * shell/ev-metadata-manager.c (parseItem):
4689
4690         Fix memory leaks. Fixes bug #333945
4691
4692 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4693         
4694         * NEWS, configure.ac, TODO:
4695         
4696         Update for release 0.5.2.
4697
4698 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4699
4700         * shell/ev-view.c: (view_update_range_and_current_page),
4701         (page_changed_cb):
4702         
4703         Don't jump on scrolling, fix for the bug #333127.
4704
4705 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4706
4707         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4708         
4709         Scroll by one page in presentation mode. Fix for the bug
4710         #332993.
4711
4712 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4713
4714         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4715
4716 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4717
4718         * configure.ac  Added lv in ALL_LINGUAS line.
4719
4720 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4721         
4722         * NEWS, configure.ac:
4723         
4724         Update for release 0.5.1
4725
4726 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4727
4728         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4729         * backend/ev-document-misc.h:
4730         * shell/ev-view.c: (draw_one_page):
4731         
4732          Clairfy what page the toolbar page number applies to. Fix
4733          for the bug #328102.
4734
4735 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4736
4737         * shell/ev-view-private.h:
4738         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4739         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4740         (ev_view_search_changed):
4741         * shell/ev-view.h:
4742         * shell/ev-window.c: (find_bar_search_changed_cb):
4743         
4744         Dont't jump to find result if window was scrolled during search.
4745         Fix for the bug #313266.
4746
4747 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4748
4749         * shell/eggfindbar.c: (egg_find_bar_class_init):
4750         * shell/eggfindbar.h:
4751         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4752         * shell/ev-view-private.h:
4753         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4754         (ev_view_class_init), (ev_sizing_mode_get_type),
4755         (ev_scroll_type_get_type):
4756         * shell/ev-view.h:
4757         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4758         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4759         (ev_window_init):
4760         
4761         Fix for the bug 319133 - Find entry should allow text scroll.
4762
4763 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4764
4765         * shell/ev-view-private.h:
4766         * shell/ev-view.c: (view_update_range_and_current_page),
4767         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4768         (ev_view_set_document), (update_find_status_message),
4769         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4770         (ev_view_find_previous):
4771         
4772         Fix for the bug #319137. Search now takes account for scrolling.
4773
4774 2006-02-19  Michael Hofmann <mh21@piware.de>
4775
4776         * configure.ac:
4777         * djvu/Makefile.am:
4778         * djvu/djvu-document-private.h:
4779         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4780         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4781         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4782         (djvu_document_can_get_text), (djvu_document_get_text),
4783         (djvu_document_document_iface_init),
4784         (djvu_document_thumbnails_get_thumbnail),
4785         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4786         (djvu_document_find_get_result),
4787         (djvu_document_find_page_has_results),
4788         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4789         (djvu_document_find_iface_init):
4790         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4791         (djvu_text_page_selection), (djvu_text_page_limits_process),
4792         (djvu_text_page_limits), (djvu_text_page_copy),
4793         (djvu_text_page_position), (djvu_text_page_union),
4794         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4795         (djvu_text_page_box), (djvu_text_page_append_text),
4796         (djvu_text_page_search), (djvu_text_page_prepare_search),
4797         (djvu_text_page_new), (djvu_text_page_free):
4798         * djvu/djvu-text-page.h:
4799         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4800         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4801         (djvu_text_n_results), (djvu_text_has_results),
4802         (djvu_text_get_result), (djvu_text_get_progress):
4803         * djvu/djvu-text.h:
4804         
4805         Text search in djvu. Fix for the bug #303415.
4806
4807 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * configure.ac:
4810         * shell/ev-window.c: (ev_window_cmd_save_as):
4811         
4812         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4813         Thanks to Gary Coady <gary@lyranthe.org>
4814
4815 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4816
4817         * shell/ev-print-job.c: (idle_print_handler):
4818         
4819         Inverse order printing, bug #320919.
4820
4821 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4822
4823         * data/evince-toolbar.xml:
4824         * shell/ev-window.c:
4825         
4826         Allow to add sidebar checkbutton on toolbar. Fix
4827         for the bug #144577.
4828
4829 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4832         
4833         Add checks that have sense for empty ps document.
4834
4835 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4836
4837         * configure.ac: Include PS in mime types list. 
4838
4839 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4840
4841         * configure.ac:
4842         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4843         * ps/gsdefaults.h:
4844         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4845         
4846         Runtime check for gs interpreter. Fix for the bug #320868.
4847         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4848
4849 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4850
4851         * shell/ev-application.c: 
4852
4853         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4854         dbus>=0.60, so that the request is not queued. 
4855
4856 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4857
4858         * configure.ac:
4859         * shell/Makefile.am:
4860         * shell/ev-sidebar-links.c: (print_section_cb):
4861         * shell/ev-utils.c:
4862         * shell/ev-utils.h:
4863         * shell/ev-window.c: (update_action_sensitivity),
4864         (ev_window_close_dialogs), (ev_window_print):
4865         * shell/ev-window.h:
4866         
4867         Make printing support optional. Patch from Eduardo de Barros Lima
4868         <eduardo.lima@indt.org.br> for the bug #330546.
4869
4870 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4871
4872         * shell/ev-view-private.h:
4873         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4874         (ev_view_set_document):
4875         * shell/ev-view.h:
4876         * shell/ev-window.c: (ev_window_load_job_cb),
4877         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4878         (ev_window_init):
4879
4880         Draw Loading message during xfer job. Fix for the bug #329495.
4881
4882 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * comics/comics-document.c: (comics_regex_quote),
4885         (comics_document_load), (extract_argv):
4886         
4887         Correcly quote regexp before passing it to unzip.
4888
4889 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4890
4891         * shell/ev-page-cache.c: (build_height_to_page),
4892         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4893         (ev_page_cache_get_dual_even_left):
4894         * shell/ev-page-cache.h:
4895         * shell/ev-view.c: (view_update_range_and_current_page),
4896         (get_page_y_offset), (get_page_extents):
4897         
4898         Place even pages to the left if document has less then
4899         two pages. Fix for the bug #328856.
4900
4901 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4904         
4905         Correct comics scheme. This make evince create thumbnails
4906         for comic books. Fix for the bug 329088.
4907
4908 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4909
4910         * data/evince-password.glade: Don't explicitly set
4911         invisible_char to the current default value in case
4912         the default changes; let GTK+ do its magic.
4913
4914 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4917         real filename to tmp filename since often document
4918         type is determined by extension.
4919
4920 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4921
4922         * shell/ev-view.c: (add_scroll_binding_keypad),
4923         (ev_view_binding_activated), (ev_view_class_init):
4924         
4925         Add keybindings for percision-scrolling of display area. 
4926         Fix for the bug #314072.
4927
4928 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4929
4930         * data/evince.desktop.in.in:
4931         
4932         Add GTK to the list of categories. Fix for the bug #328034.
4933
4934 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4935
4936         * shell/ev-application.c: (ev_application_shutdown),
4937         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4938         * shell/ev-application.h:
4939         * shell/ev-window.c: (file_open_dialog_response_cb),
4940         (ev_window_cmd_file_open):
4941         
4942         Save last uri in file chooser dialog. Fix for the bug #327950.
4943
4944 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * NEWS:
4947         * README:
4948         
4949         Final update for release 0.5.0
4950         
4951         * shell/Makefile.am:
4952         
4953         Remove disable deprecated until we'll require libgnome-2.13.7
4954         and port to GOption argument parsing. See bug 327518.
4955
4956 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4957
4958         * comics/comics-document.c: (comics_document_save):
4959         * djvu/djvu-document.c: (djvu_document_save):
4960         * dvi/dvi-document.c: (dvi_document_save):
4961         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4962         * lib/ev-file-helpers.h:
4963         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4964         * tiff/tiff-document.c: (tiff_document_save):
4965         
4966         Use common save function for backends.
4967
4968 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4969
4970         * backend/ev-document-types.c:
4971         
4972         Fix crash on saving pixbuf.
4973
4974 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * cut-n-paste/recent-files/egg-recent-item.c:
4977         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4978         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4979         (parse_info_free), (valid_element), (start_element_handler),
4980         (end_element_handler), (text_handler), (egg_recent_model_filter),
4981         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4982         (egg_recent_model_monitor), (egg_recent_model_read),
4983         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4984         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4985         (egg_recent_model_set_property), (egg_recent_model_class_init),
4986         (egg_recent_model_init), (egg_recent_model_add_full),
4987         (egg_recent_model_delete), (egg_recent_model_get_list),
4988         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4989         (egg_recent_model_set_filter_mime_types),
4990         (egg_recent_model_clear_group_filter),
4991         (egg_recent_model_set_filter_groups),
4992         (egg_recent_model_clear_scheme_filter),
4993         (egg_recent_model_set_filter_uri_schemes),
4994         (egg_recent_model_remove_expired):
4995         * cut-n-paste/recent-files/egg-recent-util.c:
4996         (egg_recent_util_get_icon):
4997         * cut-n-paste/recent-files/egg-recent-util.h:
4998         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4999         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5000         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5001         (egg_recent_view_uimanager_set_property),
5002         (egg_recent_view_uimanager_get_property),
5003         (egg_recent_view_uimanager_class_init),
5004         (egg_recent_view_uimanager_init),
5005         (egg_recent_view_uimanager_set_label_width),
5006         (egg_recent_view_uimanager_get_label_width):
5007         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5008         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5009         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5010         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5011         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5012         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5013         
5014         Update from libegg.
5015
5016 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-page-cache.c: (build_height_to_page),
5019         (ev_page_cache_get_height_to_page):
5020         * shell/ev-page-cache.h:
5021         * shell/ev-view.c: (view_update_range_and_current_page),
5022         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5023         (ev_view_previous_page):
5024         
5025         Dual mode places even pages to the left. Fix for the bug #309393.
5026
5027         * shell/ev-view.h:
5028         * shell/ev-window.c: (update_action_sensitivity),
5029         (setup_view_from_metadata), (view_menu_popup_cb):
5030         
5031         Don't restore presentation in empty windows, more intelligent
5032         next page behaviour in dual mode.
5033
5034         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5035         (ev_pixbuf_cache_clear_job_sizes):
5036         
5037         Cleanup job callback on removal. Fix for the bug #325886.
5038
5039 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5040
5041         * ps/ps.c: (psscan):
5042         
5043         Commit workaround Mozilla problem. Fix for the bug #325919
5044         
5045         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5046         (save_item):
5047         
5048         Fix for year 2038 problem.
5049
5050 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * shell/ev-window.c: (setup_document_from_metadata),
5053         (ev_window_cmd_view_reload):
5054
5055         Clamp page recieved from metadata in valid values. Fix
5056         for the bug #325986.
5057
5058 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5059
5060         * MAINTAINERS: 
5061         Add MAINTAINERS as requested on desktop-devel-list.
5062
5063 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5066         (mime_type_supported_by_gdk_pixbuf),
5067         (ev_document_factory_get_mime_types),
5068         (ev_document_factory_get_all_mime_types):
5069         
5070         Don't add pixbuf mime types if pixbuf backend is disabled.
5071         
5072         * shell/ev-application.c: (ev_application_get_uri_window):
5073         
5074         Fix for the bug 325815 - unhandled MIME type message doesn't 
5075         appear a second time. 
5076         
5077         * shell/ev-document-types.c: (ev_document_types_add_filters):
5078         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5079         (password_dialog_response), (ev_window_popup_password_dialog),
5080         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5081         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5082         (ev_window_run_presentation), (ev_window_stop_presentation),
5083         (save_sizing_mode), (ev_window_zoom_changed_cb),
5084         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5085         (ev_window_dual_mode_changed_cb),
5086         (ev_window_sidebar_current_page_changed_cb),
5087         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5088         (window_state_event_cb), (window_configure_event_cb):
5089         
5090         Cleanup additional uris holded by EvWindow.
5091
5092 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5095         (ev_view_can_previous_page), (ev_view_can_next_page):
5096         * shell/ev-view.h:
5097         * shell/ev-window.c: (update_action_sensitivity):
5098         
5099         Two page scrolling with Space and PageUp in dual mode. Second fix 
5100         for the bug #316608.
5101
5102 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5103
5104         * shell/ev-view.c: (scroll_to_current_page):
5105         
5106         Correctly clamp adjustment value. Fix for the bug
5107         #325808.
5108
5109 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * shell/ev-sidebar-links.c: (print_section_cb):
5112         * shell/ev-window.c: (ev_window_get_uri),
5113         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5114         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5115         (ev_window_dispose):
5116         
5117         Make print dialog non-modal. Fix for the bug #325622.
5118
5119 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5120
5121         * shell/ev-metadata-manager.c:
5122         * shell/ev-utils.c: (using_pdf_printer),
5123         (using_postscript_printer), (load_print_config_from_file),
5124         (save_print_config_to_file):
5125         * shell/ev-utils.h:
5126         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5127         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5128         (setup_view_from_metadata), (ev_window_setup_document),
5129         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5130         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5131         (ev_window_run_presentation), (ev_window_stop_presentation),
5132         (save_sizing_mode), (ev_window_zoom_changed_cb),
5133         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5134         (ev_window_dual_mode_changed_cb),
5135         (ev_window_sidebar_current_page_changed_cb),
5136         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5137         (window_state_event_cb), (window_configure_event_cb),
5138         (ev_window_init):
5139         
5140         Setting saving behaviour fixes.
5141
5142 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5143
5144         * configure.ac:
5145         
5146         Make antialiasing gs options better and allow
5147         to change them during configure. Fix for the 
5148         bug #319049.
5149
5150 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * shell/ev-window.c: (setup_view_from_metadata):
5153         
5154         Remember if last window was maximized. Fix for the
5155         bug #323797.
5156
5157 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5158
5159         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5160
5161 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5164         * shell/ev-page-action.c: (build_new_tree_cb):
5165         * shell/ev-sidebar-links.c: (links_page_num_func),
5166         (update_page_callback_foreach), (update_page_callback):
5167         * shell/ev-view.c: (scroll_to_current_page):
5168         
5169         Fix for the bug #325067 with more intelligent selection
5170         of current link in sidebar. Make sidebar handle links
5171         of FITR-like type more correctly.
5172
5173         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5174         (dvi_pixbuf_put_pixel):
5175         
5176         Fix memory consumtion with disabled alpha channel.
5177
5178 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * data/evince-ui.xml:
5181         * shell/ev-window.c: (view_menu_popup_cb),
5182         (ev_popup_cmd_open_link), (ev_window_init):
5183         
5184         Update context menu for internal links. Fix for the bug
5185         #325066.
5186
5187 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5188
5189         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5190         
5191         Bind context menu to keyboard also. Fix for the bug
5192         #325065.
5193
5194 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * shell/ev-view.c: (selection_scroll_timeout_cb):
5197         
5198         Horizontal scroll on selection also.
5199
5200 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5201
5202         * shell/ev-metadata-manager.c: (parse_value):
5203         * shell/ev-view.c: (goto_xyz_link):
5204         
5205         Correct zoom setup and metadata save broken in 
5206         some locales.
5207
5208 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * shell/ev-view-private.h:
5211         * shell/ev-view.c: (scroll_to_current_page),
5212         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5213         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5214         (page_changed_cb), (ev_view_set_continuous),
5215         (ev_view_set_dual_page), (ev_view_set_presentation):
5216         
5217         Delay scroll until allocation to correctly position page. Fix
5218         for the bug #317334.
5219
5220 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5221
5222         * NEWS:
5223         * configure.ac:
5224         
5225         Update NEWS and require poppler 0.5.0.
5226
5227 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5228         
5229         * data/evince-ui.xml:
5230         * shell/ev-view-private.h:
5231         * shell/ev-view.c: (ev_view_get_link_at_location),
5232         (handle_link_over_xy), (ev_view_button_press_event),
5233         (ev_view_button_release_event), (ev_view_class_init):
5234         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5235         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5236         (ev_window_init):
5237         
5238         Implement right-click context menu.
5239
5240 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5243         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5244         (mdvi_pixbuf_device_render):
5245         * pdf/ev-poppler.cc:
5246
5247         Don't generate thumbnails with alpha. See bug #324077.
5248         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5249
5250 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * shell/ev-window.c: (setup_chrome_from_metadata):
5253         
5254         Fix typo that was hiding toolbar.
5255
5256 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * shell/ev-view-private.h:
5259         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5260         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5261         (ev_view_button_release_event), (ev_view_destroy):
5262         
5263         Small cleanup and autoscrolling during selection. Thanks to 
5264         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5265
5266 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5267
5268         * configure.ac:
5269         
5270         Correctly check for comics option.
5271
5272 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5273         * Makefile.am:
5274         * configure.ac:
5275         * backend/Makefile.am:
5276         * backend/ev-document-factory.c:
5277         * shell/ev-document-types.c:
5278
5279         Included option in configure to make ps backend 
5280         compilation optional with --disable-ps.
5281
5282 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * backend/ev-document-factory.c:
5285         * comics/Makefile.am:
5286         * comics/comics-document.c: (comics_document_load):
5287         * comics/ev-cbr-mime.xml:
5288         * configure.ac:
5289         
5290         Comics mime types are added to shared-mime-info CVS. Now
5291         we don't need to install our own mime types.
5292
5293 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5294
5295         * shell/ev-window.c:
5296         
5297         Add shortcut for "save a copy" menu entry. Fix for
5298         the bug #324582.
5299
5300 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5301
5302         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5303         (job_finished_cb), (new_selection_pixbuf_needed),
5304         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5305         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5306         
5307         Rework selection job info logic and fix critical warning.
5308
5309 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5310
5311         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5312
5313 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5314
5315         * data/evince-ui.xml:
5316         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5317         
5318         Enter as shortcut key for next page. Fix for the bug
5319         #321394.
5320
5321 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5322
5323         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5324
5325 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5326
5327         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5328         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5329         (new_selection_pixbuf_needed),
5330         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5331         (clear_job_selection):
5332         
5333         Too early for 0.5. Pixbuf cache code cleaned a bit.
5334
5335 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5336
5337         * NEWS:
5338         * configure.ac:
5339         
5340         Release 0.5.0 preparation
5341
5342 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * comics/Makefile.am:
5345         * configure.ac:
5346         * shell/ev-document-types.c: (ev_document_types_add_filters):
5347         
5348         More advanced handling of custom mime type installation.
5349
5350 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * data/evince.schemas.in:
5353         * shell/ev-metadata-manager.c: (value_free),
5354         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5355         (ev_metadata_manager_get), (ev_metadata_manager_set):
5356         * shell/ev-metadata-manager.h:
5357         * shell/ev-window.c: (update_chrome_flag),
5358         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5359         (setup_document_from_metadata), (setup_chrome_from_metadata),
5360         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5361         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5362         (ev_window_view_toolbar_cb),
5363         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5364         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5365         
5366         Save last document settings and reuse them for new documents.
5367
5368 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5369
5370         * Makefile.am:
5371         * backend/Makefile.am:
5372         * backend/ev-document-factory.c:
5373         * backend/ev-document-factory.h:
5374         * comics/Makefile.am:
5375         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5376         (comics_document_load), (comics_document_save),
5377         (comics_document_get_n_pages), (comics_document_get_page_size),
5378         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5379         (comics_document_class_init), (comics_document_can_get_text),
5380         (comics_document_get_info), (comics_document_document_iface_init),
5381         (comics_document_init), (get_supported_image_extensions),
5382         (comics_document_thumbnails_get_geometry),
5383         (comics_document_thumbnails_get_thumbnail),
5384         (comics_document_thumbnails_get_dimensions),
5385         (comics_document_document_thumbnails_iface_init), (extract_argv):
5386         * comics/comics-document.h:
5387         * comics/ev-cbr-mime.xml:
5388         * configure.ac:
5389         * po/POTFILES.in:
5390         * shell/ev-application.c: (ev_application_register_service):
5391         * shell/ev-document-types.c: (ev_document_types_add_filters):
5392         * thumbnailer/Makefile.am:
5393         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5394         
5395         New CBR/CBZ backend for comic books.
5396
5397 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * shell/main.c: (load_files_remote):
5400
5401         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5402         warning on startup of second instance is fixed. It
5403         is bug #320353.
5404
5405 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * shell/ev-window.c: (ev_window_finalize):
5408         
5409         Fix double free that cause crash.
5410
5411 2005-10-29  Bastien Nocera <hadess@hadess.net>
5412
5413         * tiff/tiff-document.c: (tiff_document_load):
5414         
5415         Fix memory leak.
5416
5417 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5418
5419         * po/POTFILES.in:
5420         * shell/Makefile.am:
5421         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5422         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5423         (ev_view_accessible_get_text),
5424         (ev_view_accessible_get_character_at_offset),
5425         (ev_view_accessible_get_text_before_offset),
5426         (ev_view_accessible_get_text_at_offset),
5427         (ev_view_accessible_get_text_after_offset),
5428         (ev_view_accessible_get_character_count),
5429         (ev_view_accessible_get_caret_offset),
5430         (ev_view_accessible_set_caret_offset),
5431         (ev_view_accessible_get_run_attributes),
5432         (ev_view_accessible_get_default_attributes),
5433         (ev_view_accessible_get_character_extents),
5434         (ev_view_accessible_get_offset_at_point),
5435         (ev_view_accessible_get_n_selections),
5436         (ev_view_accessible_get_selection),
5437         (ev_view_accessible_add_selection),
5438         (ev_view_accessible_remove_selection),
5439         (ev_view_accessible_set_selection),
5440         (ev_view_accessible_text_iface_init),
5441         (ev_view_accessible_idle_do_action),
5442         (ev_view_accessible_action_do_action),
5443         (ev_view_accessible_action_get_n_actions),
5444         (ev_view_accessible_action_get_description),
5445         (ev_view_accessible_action_get_name),
5446         (ev_view_accessible_action_set_description),
5447         (ev_view_accessible_action_iface_init),
5448         (ev_view_accessible_get_type), (ev_view_accessible_new),
5449         (ev_view_accessible_factory_get_accessible_type),
5450         (ev_view_accessible_factory_create_accessible),
5451         (ev_view_accessible_factory_class_init),
5452         (ev_view_accessible_factory_get_type):
5453         * shell/ev-view-accessible.h:
5454         * shell/ev-view-private.h:
5455         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5456         * shell/ev-view.h:
5457         
5458         Initial accessibility support.
5459
5460 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5461
5462         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5463
5464 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5465
5466         * shell/ev-print-job.c: (idle_print_handler):
5467         
5468         Fix for bug Bug 318916: Printing multiple pages.
5469
5470 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5471
5472         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5473
5474 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5475
5476         * pdf/ev-poppler.cc:
5477         
5478         Thumnail dimensions unified with other backends.
5479         
5480         * shell/ev-window-title.c: (ev_window_title_update):
5481         
5482         Fix warning.
5483
5484 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5485
5486         * data/ev-stock-zoom-fit-width.png:
5487         
5488         Remove unused file.
5489
5490 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5491
5492         * configure.ac:
5493         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5494         (djvu_document_finalize):
5495         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5496         (dvi_document_finalize):
5497         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5498         (pixbuf_document_save), (pixbuf_document_finalize):
5499         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5500         (tiff_document_finalize):
5501         
5502         Save a copy implemented for various backends.
5503
5504 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5505
5506         * configure.ac:
5507         
5508         Don't link with ltiff if tiff is disabled.
5509
5510 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * pdf/GDKSplashOutputDev.cc:
5513         * pdf/GDKSplashOutputDev.h:
5514         * pdf/Thumb.cc:
5515         * pdf/Thumb.h:
5516         * pdf/pdf-document.cc:
5517         * pdf/pdf-document.h:
5518         * pdf/test-gdk-output-dev.cc:
5519         
5520         Remove old unused files.
5521
5522 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5523
5524         * shell/ev-window.c: (ev_window_setup_document):
5525         
5526         Fixed warnings on reload and probably crash reason.
5527
5528 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * properties/ev-properties-view.c:
5531         (ev_properties_view_format_date):
5532         
5533         Check if date is invalid. Fix for bug 318134.
5534
5535 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5536
5537         * shell/ev-window-title.c:
5538         
5539         Add .indd files (Adobe Indesign) to the list of "bad
5540         extensions".
5541
5542 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * data/evince-ui.xml:
5545         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5546         
5547         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5548
5549 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5550
5551         * shell/ev-window.c: (launch_link), (launch_external_uri),
5552         (view_external_link_cb):
5553
5554         URL-escape link before passing it to gnome_vfs_url_show.
5555
5556 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5557
5558         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5559         there isn't text selected.
5560
5561 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5562
5563         * shell/ev-view.c: (handle_link_over_xy):
5564
5565         Check tooltip is valid utf8 before showing it
5566
5567 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5568
5569         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5570
5571 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5572
5573         * shell/ev-window-title.c: (ev_window_title_update):
5574
5575         Guard against using g_strstrip on NULL. Fixes bug #317291.
5576
5577 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5578
5579         * pdf/ev-poppler.cc:
5580
5581         Show title even for unknown links
5582
5583 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5584
5585         * shell/ev-window-title.c: (ev_window_title_update):
5586
5587         Strip the title string
5588
5589 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5590
5591         * shell/ev-window-title.c:
5592
5593         Add .rtf to the bad extensions list
5594
5595 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5596
5597         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5598         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5599
5600         Ignore link coordinates if they are outside page bounds
5601
5602 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5603
5604         * backend/ev-link.c: (ev_link_type_get_type),
5605         (ev_link_get_filename), (ev_link_get_params),
5606         (ev_link_get_property), (ev_link_set_property),
5607         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5608         * backend/ev-link.h:
5609         * pdf/ev-poppler.cc:
5610         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5611         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5612         (ev_window_init):
5613
5614         Implement launch links. Delegate external link opening to
5615         the window.
5616
5617 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5618
5619         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5620         (ev_link_get_right), (ev_link_get_property),
5621         (ev_link_set_property), (ev_link_class_init),
5622         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5623         * backend/ev-link.h:
5624         * pdf/ev-poppler.cc:
5625         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5626
5627         Implement fitr links
5628
5629 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5630
5631         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5632         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5633         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5634         (ev_view_size_request_continuous),
5635         (ev_view_size_request_dual_page),
5636         (ev_view_size_request_single_page), (ev_view_size_allocate),
5637         (ev_view_zoom_for_size_continuous_and_dual_page),
5638         (ev_view_zoom_for_size_continuous),
5639         (ev_view_zoom_for_size_dual_page),
5640         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5641         (ev_sizing_mode_get_type):
5642         * shell/ev-view.h:
5643         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5644
5645         Do not use modes for link, we need to calculate size ad hoc.
5646         Still not perfect because of the usual scrollbar issues grrr.
5647
5648 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5649
5650         * backend/ev-link.c: (ev_link_type_get_type),
5651         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5652         * backend/ev-link.h:
5653         * pdf/ev-poppler.cc:
5654         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5655         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5656         (ev_view_size_request_continuous),
5657         (ev_view_size_request_dual_page),
5658         (ev_view_size_request_single_page), (ev_view_size_allocate),
5659         (zoom_for_size_fit_height),
5660         (ev_view_zoom_for_size_continuous_and_dual_page),
5661         (ev_view_zoom_for_size_continuous),
5662         (ev_view_zoom_for_size_dual_page),
5663         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5664         (ev_sizing_mode_get_type):
5665         * shell/ev-view.h:
5666         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5667
5668         Implement FIT_HEIGHT mode (only for links).
5669         Implement FITH links
5670
5671 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5672
5673         * shell/ev-window-title.c: (get_filename_from_uri),
5674         (ev_window_title_sanitize_extension), (ev_window_title_update),
5675         (ev_window_title_set_document), (ev_window_title_set_uri),
5676         (ev_window_title_free):
5677         * shell/ev-window-title.h:
5678         * shell/ev-window.c: (ev_window_setup_document),
5679         (ev_window_popup_password_dialog):
5680
5681         Refactor window title building while fixing it for
5682         password documents.
5683
5684 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5685
5686         * pdf/ev-poppler.cc:
5687
5688         Escape link title before setting it in the model
5689
5690 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5691
5692         * shell/ev-application.c: (removed_from_session), (save_session),
5693         (init_session), (ev_application_get_empty_window),
5694         (ev_application_init), (ev_application_get_windows):
5695         * shell/ev-application.h:
5696         * shell/ev-window.c: (ev_window_finalize):
5697
5698         Add a function to retrieve window list and share it where
5699         necessary.
5700         Implement session handling, works pretty well thanks to the
5701         metadata system.
5702
5703 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * shell/ev-password.c: (ev_password_item_created_callback),
5706         (ev_password_dialog_save_password):
5707         
5708         Fix for bug 316972. Use async gnome-keyring API.
5709
5710 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5711
5712         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5713         Remove unused unrealize handler. Add scroll handling to
5714         ev_view_scroll_event for presentation mode (bug #316708),
5715         and fix the event state checks there.
5716
5717 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5718
5719         * shell/ev-page-action.c: (page_changed_cb):
5720
5721         "marco, maybe we should be crazy and jump right to 6! :)"
5722
5723         Bryan Clark, Sep 2005
5724
5725 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5726
5727         * ps/ps-document.c: (save_document), (ps_document_save),
5728         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5729         (ps_document_ps_export_end):
5730
5731         Fix unstructured documents save and print
5732
5733 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5734
5735         * shell/ev-application.c: (ev_application_open_uri):
5736
5737         Fix window size persistance
5738
5739 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5740
5741         * shell/ev-view.c: (ev_view_button_release_event):
5742
5743         Based on a patch from carlosgc@gnome.org. Mouse buttons
5744         switch pages in presentation mode.
5745
5746 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5747
5748         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5749
5750         Dont cast to int before scaling
5751
5752 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5753
5754         * backend/ev-link.c: (ev_link_type_get_type),
5755         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5756         (ev_link_new_page_fith):
5757         * backend/ev-link.h:
5758         * pdf/ev-poppler.cc:
5759         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5760
5761         Implement FIT and FITH links
5762
5763 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5764
5765         * pdf/ev-poppler.cc:
5766
5767         Return 0 results when search is not in progress.
5768
5769         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5770         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5771
5772         Update menu sensitivity when cancelling search
5773
5774 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5775
5776         * shell/ev-view.c: (ev_view_can_find_next):
5777
5778         Take all pages in consideration, not just current one
5779
5780 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5781
5782         * shell/ev-page-cache.c:
5783         * shell/ev-page-cache.h:
5784         * shell/ev-view.c: (ev_view_binding_activated),
5785         (ev_view_next_page), (ev_view_previous_page),
5786         (ev_sizing_mode_get_type):
5787         * shell/ev-view.h:
5788         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5789         (ev_window_cmd_go_next_page):
5790
5791         Move page next/previous functions from page chace to
5792         view and change it to move by 2 page steps in dual mode.
5793
5794 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5795
5796         * shell/ev-window.c: (update_sidebar_visibility),
5797         (setup_sidebar_from_metadata), (ev_window_setup_document),
5798         (setup_view_from_metadata):
5799
5800         Show the index by default when there is one     
5801
5802 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5803
5804         * shell/ev-window-title.c: (ev_window_title_set_document):
5805
5806         Missing null check
5807
5808 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * shell/ev-view.c: (view_update_range_and_current_page):
5811         
5812         Allow display of last odd page in dual view. Fix for 316347.
5813
5814 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5815
5816         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5817         
5818         Make close button default. Fix for 316383.
5819
5820 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5821
5822         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5823         
5824         Mark close button as default. Fix for 316381.
5825
5826 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5827
5828         * backend/ev-link.c: (ev_link_class_init):
5829
5830         Allow negative doubles in left/top properties
5831
5832 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5833
5834         * shell/ev-window.c:
5835
5836         Remove a bunch of strings that was used only
5837         by the statusbar.
5838
5839 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5840
5841         * shell/ev-window-title.c: (get_filename_from_uri),
5842         (ev_window_title_set_document):
5843
5844         When title has a confusing extension, show also
5845         the document filename inside ()
5846
5847 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5848
5849         * shell/Makefile.am:
5850         * shell/ev-window-title.c: (ev_window_title_new),
5851         (ev_window_title_update), (ev_window_title_set_type),
5852         (ev_window_title_set_document), (ev_window_title_free):
5853         * shell/ev-window-title.h:
5854         * shell/ev-window.c: (ev_window_setup_document),
5855         (password_dialog_response), (ev_window_popup_password_dialog),
5856         (ev_window_dispose), (ev_window_init):
5857
5858         Factor out and cleanup window title code
5859
5860 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5861
5862         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5863         (unable_to_load):
5864
5865         Make dialog transient so it doesnt block other windows
5866
5867 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * pdf/ev-poppler.cc:
5870         
5871         Fix pdf thumbnails rendering.
5872
5873 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5874
5875         * shell/ev-window.c: (fullscreen_set_timeout):
5876         
5877         Increase timeout to hide full screen popup. Bug 
5878         316123. 
5879
5880 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * data/evince.schemas.in:
5883         * shell/ev-window.c: (update_action_sensitivity):
5884
5885         Allow the user to override document restrictions. Fix for bug
5886         305818.
5887
5888 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5889
5890         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5891         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5892         (ev_window_class_init): Fix multihead behaviour of fullscreen
5893         toolbar popup. Fixes bug #315451.
5894
5895 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5896
5897         * configure.ac:
5898         * data/evince-password.glade:
5899         * shell/ev-password.c: (ev_password_dialog_set_property),
5900         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5901         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5902         (ev_password_dialog_entry_changed_cb),
5903         (ev_password_dialog_entry_activated_cb),
5904         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5905         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5906         (ev_password_dialog_set_bad_pass):
5907         * shell/ev-password.h:
5908         * shell/ev-window.c: (password_dialog_response),
5909         (ev_window_popup_password_dialog):
5910         
5911         Support for gnome-keyring for encrypted PDF's.
5912
5913 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5914
5915         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5916         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5917         (ev_view_enter_notify_event), (ev_view_class_init):
5918         
5919         More precise handling of enter_notify/leave_notify events
5920         in EvView. Fix for bug 315470.
5921
5922 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5923
5924         * shell/ev-window.c: (fullscreen_timeout_cb),
5925         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5926         (ev_window_dispose):
5927
5928         leak fix: unref fullscreen_timeout_source before clearing it
5929
5930 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * configure.ac, dvi/mdvi/Makefile.am: 
5933         
5934         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5935
5936 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5937
5938         * backend/ev-link.c: (ev_link_new_page_xyz):
5939         * pdf/ev-poppler.cc:
5940         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5941
5942         Fix some bugs with xyz links, respect zoom
5943
5944 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5945
5946         * shell/ev-window.c: (page_changed_cb),
5947         (setup_document_from_metadata), (update_sidebar_visibility),
5948         (setup_view_from_metadata), (ev_window_run_fullscreen),
5949         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5950         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5951         (ev_window_dual_mode_changed_cb),
5952         (ev_window_sidebar_current_page_changed_cb):
5953
5954         null check uri before setting and getting metadata
5955
5956 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * dvi/Makefile.am:
5959         * properties/Makefile.am:
5960         * shell/Makefile.am:
5961         * thumbnailer/Makefile.am:
5962
5963         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5964
5965 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5966
5967         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5968         (selection_changed_callback):
5969         * shell/ev-sidebar-links.h:
5970
5971         Add a signal for link activation.
5972
5973         * shell/ev-view.c: (ev_view_goto_link),
5974         (ev_view_button_release_event):
5975         * shell/ev-view.h:
5976         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5977         (ev_window_init):
5978
5979         Implement the signal so that we can handle all link types.
5980
5981         * shell/ev-page-cache.c:
5982
5983         Remove unused set_link function
5984
5985 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5986
5987         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5988
5989         Add some space from the cursor, hardcoded but I couldnt
5990         find a better way.
5991
5992 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5993
5994         * lib/ev-tooltip.c:
5995
5996         Use mozilla style vs gtk style, way better for links.
5997
5998         * shell/ev-view.c: (ev_view_motion_notify_event),
5999         (ev_view_destroy), (ev_view_init):
6000
6001         Deactive tooltip when the link hovered is changed.
6002
6003 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6004
6005         * backend/ev-document.h:
6006         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6007         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6008         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6009         (ev_link_new_page), (ev_link_new_page_xyz):
6010         * backend/ev-link.h:
6011         * pdf/ev-poppler.cc:
6012         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6013         (go_to_link), (tip_from_link):
6014
6015         Implement xyz links, still not functional. Links are a total
6016         mess, will need to refactor and bugfix a lot :(
6017
6018 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6019
6020         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6021
6022 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6023
6024         * data/evince-ui.xml:
6025         * data/evince.schemas.in:
6026         * shell/Makefile.am:
6027         * shell/ev-window.c: (update_chrome_visibility),
6028         (password_dialog_response), (ev_window_load_job_cb),
6029         (ev_window_xfer_job_cb), (ev_window_open_uri),
6030         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6031         (ev_window_init):
6032
6033         Remove the statusbar. This regress loading feedback, need to
6034         check with Bryan what we want to do there...
6035
6036 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6037
6038         * lib/ev-tooltip.c: (ev_tooltip_init):
6039
6040         Fix tooltip border and size handling
6041
6042 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6043
6044         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6045         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6046         (ev_tooltip_timeout), (ev_tooltip_activate),
6047         (ev_tooltip_deactivate):
6048         * lib/ev-tooltip.h:
6049         * shell/ev-view.c: (ev_view_motion_notify_event):
6050
6051         Delay popup showing. Mirror gtk logic/times.
6052
6053 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6054
6055         * lib/Makefile.am:
6056         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6057         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6058         (ev_tooltip_set_text), (ev_tooltip_set_position):
6059         * lib/ev-tooltip.h:
6060
6061         Simple widget to show tooltips at a custom position
6062
6063         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6064         (ev_view_destroy):
6065
6066         Use it for links. First go, needs work
6067
6068 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6069
6070         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6071         HIG fixes.  Use title capitalization for window title. Use 12 
6072         pixels of space between the dialog's vbox and action area.
6073
6074 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6075
6076         * shell/ev-window.c: (file_open_dialog_response_cb),
6077         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6078         (ev_window_cmd_save_as):
6079
6080         Make file pickers not modal and refactor code some
6081
6082 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6083
6084         * shell/ev-sidebar.h:
6085         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6086         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6087         (ev_sidebar_class_init), (ev_sidebar_select_page),
6088         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6089         (ev_sidebar_set_page):
6090
6091         Add a current page property and allow to get/set it
6092
6093         * shell/ev-window.c: (setup_view_from_metadata),
6094         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6095
6096         Persist current sidebar page per document
6097
6098 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6099
6100         * data/evince.schemas.in:
6101         * shell/ev-window.c: (update_chrome_visibility),
6102         (setup_document_from_metadata), (update_sidebar_visibility),
6103         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6104         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6105         (ev_window_run_presentation), (ev_window_stop_presentation),
6106         (ev_window_view_sidebar_cb),
6107         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6108         (load_chrome), (ev_window_init):
6109
6110         Persist size/visibility of sidebar per document
6111
6112 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6113
6114         * shell/ev-view.c (draw_loading_text): Draw loading text.
6115
6116 2005-09-02  Dan Damian  <dand@gnome.ro>
6117
6118         * configure.in: Added "ro" to ALL_LINGUAS.
6119
6120 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6121
6122         * shell/ev-view.c: (clear_caches):
6123
6124         ev_page_cache_get doesnt return a reference,
6125         dont try to unref it.
6126
6127 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6128
6129         * shell/main.c: (load_files_remote):
6130
6131         Fix timestamp parameter with dbus <= 0.33
6132
6133 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6134
6135         * data/evince.schemas.in:
6136
6137         Add missing full stop
6138
6139 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6140
6141         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6142         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6143
6144         Plug some memory leaks
6145
6146 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6147
6148         * configure.ac:
6149         * lib/ev-debug.c: (trap_handler):
6150
6151         Check for execinfo.h and use it only if it exists.
6152         Ported from Epiphany (bug #314776).
6153
6154 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6155
6156         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6157
6158 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6159
6160         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6161         * po/id.po      : Added Indonesian translation
6162
6163 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6164
6165         * shell/main.c:
6166         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6167         * NEWS: Release 0.4.0
6168
6169 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6170
6171         * configure.ac: catch another gtk+-2.8ism
6172         * shell/main.c: Make work with gtk+-2.6
6173
6174 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6175
6176         * shell/ev-application-service.xml: Add 'timestamp' argument to
6177           ev_application_open_window and ev_application_open_uri methods.
6178
6179         * shell/ev-application.h: Add 'timestamp' argument to
6180           ev_application_open_window, ev_application_open_uri,
6181           and ev_application_open_uri_list functions.
6182
6183         * shell/ev-application.c (ev_application_open_window,
6184           ev_application_open_uri, ev_application_open_uri_list): Change
6185           functions that show/present windows to use a timestamp if one
6186           is passed in.
6187
6188         * shell/ev-window.c (ev_window_cmd_file_open,
6189           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6190         * shell/main.c (load_files): Modify calls to ev_application to
6191           include GDK_CURRENT_TIME as timestamp.
6192
6193         * shell/main.c (load_files_remote): Obtain timestamp for client
6194           instance from GDK and pass to server instance so new windows are
6195           focused properly.  Fix dbus_g_proxy_call() calls by including second
6196           G_TYPE_INVALID.
6197           
6198         Closes bug #314475.
6199
6200 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6201
6202         * shell/ev-window.c (ev_window_finalize): Check for
6203         avail. EvWindows when quiting to handle the finalize better,
6204         #314497
6205
6206 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207         
6208         * properties/ev-properties-view.c: 
6209         
6210         Set textdomain to libglade. Fixes translation problem in property page.
6211
6212 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6215         * dvi/Makefile.am:
6216         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6217         * dvi/mdvi-lib/Makefile.am:
6218         
6219         Fix rotation of thumbnails, ported to new API. Moved library
6220         dependencies earlier, probably it will fix linkage problem.
6221
6222 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6223
6224         * backend/ev-document-misc.c:
6225         (ev_document_misc_get_thumbnail_frame):
6226         * backend/ev-document-misc.h:
6227         * configure.ac:
6228         * pdf/ev-poppler.cc:
6229         * shell/Makefile.am:
6230         * shell/ev-sidebar-thumbnails.c: (add_range),
6231         (ev_sidebar_thumbnails_set_loading_icon),
6232         (ev_sidebar_thumbnails_refresh),
6233         (ev_sidebar_thumbnails_set_document):
6234         * shell/ev-sidebar-thumbnails.h:
6235         * shell/ev-view.c: (ev_view_motion_notify_event),
6236         (ev_view_set_property), (ev_view_get_property),
6237         (ev_view_class_init), (ev_view_set_rotation):
6238         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6239         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6240         (ev_window_init):
6241         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6242         Redo rotation (again).  prepare for 0.4.0
6243
6244 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6245
6246         * configure.ac: Bump poppler requirement to 0.4.1.
6247
6248         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6249         argument to poppler_page_render_selection() call.
6250
6251 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6254         (djvu_document_thumbnails_get_thumbnail):
6255         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6256         (dvi_document_thumbnails_get_thumbnail):
6257         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6258         (pixbuf_document_thumbnails_get_thumbnail):
6259         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6260         
6261         Update rotation direction of backends to fit with pdf and ps.
6262
6263 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6264
6265         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6266         * backend/ev-async-renderer.h:
6267         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6268         (setup_page), (ps_document_get_page_size),
6269         (ps_async_renderer_render_pixbuf):
6270         * ps/ps-document.h:
6271         * shell/ev-jobs.c: (ev_job_render_run):
6272
6273         Fix orientation in the postscript document
6274
6275 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * pdf/ev-poppler.cc:
6278         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6279         * shell/ev-view.c: (highlight_find_results):
6280
6281         Adapt to the new poppler rotation API. Fix text maps on landscape
6282         documents.
6283
6284 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6285
6286         * shell/ev-view.c (compute_new_selection_text): get the correct
6287         region when selecting in modes other than continuous.
6288
6289 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6290
6291         * shell/main.c (main): remove redundant g_warnings.
6292
6293 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * shell/Makefile.am: Don't include autogenerated
6296         file ev-application-service.h into distribution, since
6297         it causes dbus crash. Fix for bugs 313724 and 313443. 
6298
6299 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * configure.ac: Fix sed expression for FreeBSD. Thanks
6302         to Joe Marcus Clark <marcus@freebsd.org>
6303         
6304         * shell/eggfindbar.c: (entry_activate_callback),
6305         (entry_changed_callback), (egg_find_bar_init),
6306         (egg_find_bar_set_search_string):
6307         
6308         Made findbar buttons unsensitive if there is no text in
6309         entry. Fix for the bug 313285.
6310
6311 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6312
6313         * ps/ps-document.c: Use g_filename_display_name for displaying
6314         filenames and revert string freeze breackage
6315
6316 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6317
6318         * NEWS:
6319         * configure.ac:
6320
6321         Update for 0.3.4
6322
6323         * shell/Makefile.am:
6324
6325         Add ev-application-service.xml to extra dist
6326
6327         * shell/ev-view.c: (find_page_at_location):
6328
6329         Remove unused function (fix warning)
6330
6331 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6334         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6335         
6336         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6337         bug 313623.
6338
6339 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6340
6341         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6342         * shell/ev-window.c:
6343         Fix build warnings
6344
6345 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6346
6347         * configure.ac: Update script to get dbus version.
6348         Fix for the bug #313443.
6349
6350 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6351
6352         * shell/ev-window.c: (ev_window_cmd_escape):
6353         
6354         Return focus back to view on escape. Fix for bug 313295.
6355
6356 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6357
6358         * shell/ev-window.c: (update_window_title),
6359         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6360         (ev_window_cmd_save_as):
6361         
6362         Correct conversion from uri to displayable string. Fix for
6363         bug 313296.
6364
6365 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6366
6367         * ps/ps-document.c: convert filename to utf8 when there is an error
6368         loading document. Fixes #309915
6369
6370 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6371
6372         * configure.ac:
6373
6374         We depend on poppler 0.4.0
6375
6376 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6377
6378         * configure.ac:
6379         * NEWS: Release 0.3.3.
6380         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6381
6382 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6383
6384         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6385         add a couple missing mnemonics to menu items, use title 
6386         capitalization for menu items and window titles, and add 
6387         ellipsis to open menu item.     
6388
6389 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6390
6391         * pdf/ev-poppler.cc:
6392         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6393         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6394         (ev_view_get_rotation):
6395         * shell/ev-view.h:
6396         * shell/ev-window.c: (setup_view_from_metadata),
6397         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6398         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6399         disk.
6400
6401 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6402
6403         * configure.ac: Added tr to ALL_LINGUAS
6404
6405 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6406
6407         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6408         requires several clicks to find word. Thanks to 
6409         Colin Slater <kiltedtaco@gmail.com>.
6410
6411 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6412
6413         * data/evince.desktop.in.in: Hide menu entry and
6414         rename it to "Document Viewer". Fix for bug 
6415         #312399.
6416
6417 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6418
6419         * shell/ev-page-action.c (ev_page_action_class_init): 
6420
6421         Point to the correct function in constructor of the
6422         activate_label signal
6423
6424 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6425
6426         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6427         * shell/ev-jobs.h: Make thread safe.
6428
6429 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * shell/ev-view.c: (view_update_range_and_current_page):
6432         Don't update page range if we are scrolling to some document
6433         point.
6434
6435 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6436
6437         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6438         when getting max_page_width, fix drawing in dual mode.
6439
6440 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6441
6442         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6443         getting the area for select_all.
6444
6445 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6446
6447         * backend/ev-selection.c: (ev_selection_render_selection):
6448         * backend/ev-selection.h:
6449         * pdf/ev-poppler.cc:
6450         * shell/ev-jobs.c: (ev_job_render_new):
6451         * shell/ev-jobs.h:
6452         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6453         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6454         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6455         (ev_view_class_init):
6456
6457         Change selection color on focus in and focus out events.  Also,
6458         poppler now uses GdkColor for specifying the selection colors, so
6459         drop some awkward conversion code.
6460
6461 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6462
6463         * configure.ac: Added Hebrew translation
6464
6465 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6466
6467         * NOTES:
6468         * backend/ev-selection.c: (ev_selection_render_selection):
6469         * backend/ev-selection.h:
6470         * pdf/ev-poppler.cc:
6471         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6472         (ev_job_render_run):
6473         * shell/ev-jobs.h:
6474         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6475         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6476         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6477         (ev_pixbuf_cache_style_changed),
6478         (ev_pixbuf_cache_get_selection_pixbuf),
6479         (ev_pixbuf_cache_set_selection_list),
6480         (ev_pixbuf_cache_get_selection_list):
6481         * shell/ev-pixbuf-cache.h:
6482         * shell/ev-utils.c: (ev_print_region_contents):
6483         * shell/ev-utils.h:
6484         * shell/ev-view.c: (ev_view_queue_draw_page),
6485         (selection_update_idle_cb), (ev_view_motion_notify_event),
6486         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6487         (setup_caches), (ev_view_find_next), (merge_selection_region),
6488         (selection_free):
6489         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6490
6491         Clean up selection to be much smoother!
6492
6493 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6494
6495         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6496         to poppler_page_render_selection().
6497
6498 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6499
6500         * ps/ps-document.c: (save_page_list): Use
6501         unzipped document when printing. Thanks to 
6502         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6503         311016.
6504
6505 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * shell/ev-window.c: (update_action_sensitivity):
6508         
6509         Disable print and save respect to lockdown gconf keys. Fix
6510         for 312342.
6511
6512 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * configure.ac:
6515         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6516         (write_to_temp_file), (ev_file_set_contents):
6517         * shell/ev-utils.h:
6518         * shell/ev-window.c: (save_print_config_to_file):
6519         
6520         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6521         Fix for bug 312238
6522
6523 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6524
6525         * shell/ev-window.c: (load_print_config_from_file),
6526         (save_print_config_to_file), (ev_window_print_range):
6527
6528         Persist the print settings. Fixes bug #311578.
6529
6530 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6531
6532         * djvu/djvu-document.c: (djvu_document_get_page_size),
6533         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6534         (djvu_document_thumbnails_get_thumbnail):
6535         * dvi/dvi-document.c: (dvi_document_get_page_size),
6536         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6537         (dvi_document_thumbnails_get_dimensions),
6538         (dvi_document_thumbnails_get_thumbnail):
6539         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6540         (pixbuf_document_render_pixbuf),
6541         (pixbuf_document_document_iface_init),
6542         (pixbuf_document_thumbnails_get_thumbnail):
6543         
6544         Update backends to make them build with new rotation system.
6545
6546 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * help/C/figures/evince_start_window.png:
6549         
6550         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6551
6552 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6553
6554         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6555         * shell/ev-pixbuf-cache.h:
6556         * shell/ev-sidebar-thumbnails.c:
6557         (ev_sidebar_thumbnails_get_property), (add_range),
6558         (adjustment_changed_cb):
6559         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6560         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6561         we were thumbnailing the entire docment on startup, slowing us
6562         down hugely. 
6563
6564 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6565
6566         * shell/ev-page-cache.c: (ev_page_cache_new):
6567         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6568         == 0, fixes #310306.
6569
6570 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6571
6572         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6573         (ev_view_rotate_left):
6574
6575         Account rotation in doc_rect_to_view_rect.
6576         Ensure rotation doesnt go out of bounds.
6577
6578 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6579
6580         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6581
6582         Correct and cleanup w/h swapping
6583
6584 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6585
6586         * backend/ev-document-thumbnails.c:
6587         (ev_document_thumbnails_get_thumbnail):
6588         * backend/ev-document-thumbnails.h:
6589         * backend/ev-document.c:
6590         * backend/ev-document.h:
6591         * backend/ev-render-context.c: (ev_render_context_new),
6592         (ev_render_context_set_rotation):
6593         * backend/ev-render-context.h:
6594         * pdf/ev-poppler.cc:
6595         * ps/ps-document.c: (ps_document_document_iface_init):
6596         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6597         * shell/ev-jobs.h:
6598         * shell/ev-page-cache.c: (build_height_to_page),
6599         (ev_page_cache_new), (ev_page_cache_get_size),
6600         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6601         (ev_page_cache_get_height_to_page):
6602         * shell/ev-page-cache.h:
6603         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6604         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6605         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6606         (ev_pixbuf_cache_get_selection_pixbuf):
6607         * shell/ev-pixbuf-cache.h:
6608         * shell/ev-print-job.c: (idle_print_handler):
6609         * shell/ev-sidebar-thumbnails.c: (add_range):
6610         * shell/ev-view.c: (view_update_range_and_current_page),
6611         (get_page_y_offset), (get_page_extents),
6612         (ev_view_size_request_continuous_dual_page),
6613         (ev_view_size_request_continuous),
6614         (ev_view_size_request_dual_page),
6615         (ev_view_size_request_single_page), (draw_one_page),
6616         (ev_view_set_rotation), (ev_view_rotate_right),
6617         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6618         (ev_view_zoom_for_size_continuous_and_dual_page),
6619         (ev_view_zoom_for_size_continuous),
6620         (ev_view_zoom_for_size_dual_page),
6621         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6622         (ev_view_select_all):
6623         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6624         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6625         (tiff_document_document_iface_init),
6626         (tiff_document_thumbnails_get_thumbnail):
6627
6628         Use rotation rather than orientation. It's easier and enough
6629         for our needs.
6630
6631 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6632
6633         * shell/ev-page-cache.c: (build_height_to_page),
6634         (ev_page_cache_new), (ev_page_cache_get_size),
6635         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6636         (ev_page_cache_get_height_to_page):
6637         * shell/ev-page-cache.h:
6638         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6639         (ev_view_size_request_continuous_dual_page),
6640         (ev_view_size_request_continuous),
6641         (ev_view_zoom_for_size_continuous_and_dual_page),
6642         (ev_view_zoom_for_size_continuous):
6643
6644         Make the page cache aware of page orientation.
6645
6646 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6647
6648         * backend/ev-document-thumbnails.c:
6649         (ev_document_thumbnails_get_thumbnail):
6650         * backend/ev-document-thumbnails.h:
6651         * backend/ev-document.c:
6652         * backend/ev-document.h:
6653         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6654         * backend/ev-ps-exporter.h:
6655         * pdf/ev-poppler.cc:
6656         * ps/ps-document.c: (ps_document_document_iface_init),
6657         (ps_document_ps_export_do_page):
6658         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6659         * shell/ev-jobs.h:
6660         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6661         (ev_page_cache_get):
6662         * shell/ev-page-cache.h:
6663         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6664         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6665         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6666         * shell/ev-pixbuf-cache.h:
6667         * shell/ev-print-job.c: (idle_print_handler):
6668         * shell/ev-sidebar-thumbnails.c: (add_range):
6669         * shell/ev-view.c: (view_update_range_and_current_page),
6670         (get_page_extents), (ev_view_size_request_dual_page),
6671         (ev_view_size_request_single_page), (draw_one_page),
6672         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6673         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6674         (ev_view_zoom_for_size_dual_page),
6675         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6676         (ev_view_select_all):
6677         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6678         * tiff/tiff-document.c: (tiff_document_get_page_size),
6679         (tiff_document_get_orientation), (rotate_pixbuf),
6680         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6681         (tiff_document_thumbnails_get_thumbnail),
6682         (tiff_document_ps_export_do_page), (tiff_document_init):
6683
6684         Really make use of the orientation bit of the render context.
6685         Use the render context in a few more places in the backend API.
6686         This regress orientation, but now it's done right. Will try to
6687         fix it up asap...
6688
6689 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6690
6691         * shell/ev-view.c: (ensure_rectangle_is_visible):
6692
6693         Patch by Nickolay V. Shmyrev to fix find flickering
6694
6695 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6696
6697         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6698         duplex parameters to ::begin.
6699
6700         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6701         * shell/ev-print-job.c (idle_print_handler): 
6702         * ps/ps-document.c (ps_document_ps_export_begin): 
6703         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6704         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6705         implementations. Poppler backend needs poppler cvs. Rest has
6706         unchanged behavior.
6707
6708 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6709
6710         * shell/ev-window.c (using_pdf_printer): new function.
6711         (ev_window_print_range): print a less techy message if someone
6712         tries to print to PDF.
6713
6714 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6715
6716         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6717         from "unknown font" string. Bug #311431
6718
6719 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6720
6721         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6722
6723 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6724
6725         Bug #311280
6726         
6727         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6728         name for PopplerFontTypes
6729         (pdf_document_fonts_fill_model): add font type to the detail column
6730
6731         * backend/ev-document-fonts.h: added
6732         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6733
6734         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6735         font name and font details, add a little markup.
6736         (ev_properties_fonts_init): use the new cell data func, specify ypad
6737         property for the cell renderer.
6738         (ev_properties_fonts_set_document): add the details column.
6739
6740 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6741
6742         * configure.ac: Added "pl" to ALL_LINGUAS.
6743
6744 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6745
6746         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6747
6748 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6749
6750         * help/ChangeLog: Started this for translations of manual.
6751         * configure.ac, autogen.sh, .cvsignore: Migrated to
6752         gnome-doc-utils. Patch in bug #311222.
6753
6754 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6755
6756         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6757         #ifdef this away to fix an unused-function warning.
6758
6759 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6760
6761         * configure.ac: Added 'gl' to ALL_LINGUAS.
6762
6763 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6764
6765         * configure.ac: Added ne in ALL_LINGUAS
6766         
6767 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * shell/ev-view.c: (ev_view_leave_notify_event):
6770         
6771         Clear status message when pointer leaves view. Fix for bug
6772         #310818 
6773
6774 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6775
6776         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6777
6778 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * shell/ev-view.c: (ev_view_leave_notify_event),
6781         (ev_view_class_init):
6782         
6783         Set cursor to normal then leaving view.
6784
6785 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * configure.ac:
6788         
6789         Fix required djvulibre version.
6790
6791 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6792
6793         *configure.ac: Hindi (hi) language added
6794
6795 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6796
6797         *configure.ac: Punjabi (pa) Language added
6798
6799 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6800
6801         * data/evince-ui.xml, shell/ev-window.c:
6802         
6803         Add keypad accelerators for zooming. Fix for bug 308128.
6804
6805 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6806
6807         * Makefile.am:
6808         * backend/Makefile.am:
6809         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6810         * configure.ac:
6811         * shell/ev-document-types.c: (ev_document_types_add_filters):
6812
6813         Allow to enable/disable the pixbuf backend.
6814         Default to off for now. If we want it enabled we should
6815         really put mime types in the desktop, implement properties etc.
6816
6817         * properties/evince-properties.c:
6818
6819         Initialize error to NULL.
6820         Check error is not NULL before freeing.
6821
6822 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * shell/ev-window.c:
6825
6826         Use F5 as presentation accell
6827
6828 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6829
6830         * shell/ev-window.c: (update_chrome_visibility),
6831         (ev_window_create_fullscreen_popup), (ev_window_init):
6832
6833         Do not leak the fullscreen toolbar
6834
6835 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6836
6837         * shell/ev-window.c: (view_actions_focus_in_cb),
6838         (view_actions_focus_out_cb):
6839
6840         These has a return value! Fix totally random focus
6841         issues we was seeing.
6842
6843 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6844
6845         * shell/main.c: (load_files_remote):
6846
6847         Allow open more than one file
6848
6849 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6850
6851         * shell/main.c: (load_files_remote):
6852
6853         Fix for dbus 0.33. bug #309975
6854
6855 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6856
6857         * properties/ev-properties-main.c: (ev_properties_get_pages):
6858
6859         Actually return NULL for types we dont support
6860
6861 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6862
6863         * po/POTFILES.in:
6864
6865         Remove empty lines.
6866
6867 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6868
6869         * backend/ev-document-factory.c:
6870         (ev_document_factory_get_document):
6871
6872         Do not try to create the object if type
6873         is invalid.
6874
6875 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6876
6877         * ps/ps-document.c: (ps_document_dispose),
6878         (ps_async_renderer_render_pixbuf):
6879         * ps/ps-document.h:
6880
6881         Do not leak the target window
6882
6883 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6884
6885         * shell/ev-application.c: (ev_application_init):
6886
6887         Let tbe check file existence for us.
6888         Add a comment about eggrecent mime filter.
6889
6890 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6891
6892         * data/evince-ui.xml:
6893         * shell/ev-application.c: (ev_application_shutdown),
6894         (ev_application_init), (ev_application_get_toolbars_model),
6895         (ev_application_get_recent_model),
6896         (ev_application_save_toolbars_model):
6897         * shell/ev-application.h:
6898         * shell/ev-window.c: (ev_window_add_recent),
6899         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6900         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6901         (ev_window_init):
6902
6903         Use common toolbar and recent models for all windows.
6904         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6907
6908         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6909         successfully check for gtk_icon_view_get_visible_range.
6910
6911 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6912
6913         * djvu/Makefile.am:
6914         * dvi/Makefile.am:
6915         
6916         Fix djvu and dvi backend build.
6917
6918 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6919
6920         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6921         (new_separator_pixbuf):
6922
6923         Don't leak windows.
6924
6925 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6926
6927         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6928
6929         HIGification of toolbar editor dialogue.
6930
6931 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6932
6933         * configure.ac:
6934         * shell/Makefile.am:
6935
6936         Ever build metadata manager since it's just
6937         disabled at runtime now.
6938
6939 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6942         (ev_metadata_manager_get), (ev_metadata_manager_set):
6943         * shell/ev-metadata-manager.h:
6944
6945         Add an _init functions that enabled metadata management
6946         at runtime.
6947
6948         * shell/ev-window.c: (page_changed_cb),
6949         (setup_document_from_metadata), (ev_window_setup_document),
6950         (setup_view_from_metadata), (ev_window_open_uri),
6951         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6952         (ev_window_run_presentation), (ev_window_stop_presentation),
6953         (save_sizing_mode), (ev_window_zoom_changed_cb),
6954         (ev_window_continuous_changed_cb),
6955         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6956         (window_configure_event_cb):
6957
6958         Remove all ugly metadata define since we deal with it
6959         at runtime now.
6960
6961         * shell/main.c: (load_files_remote), (main):
6962
6963         Add support for dbus cvs head. Hopefully didnt break one
6964         of the other versions now!
6965
6966         If we dont get a response from the dbus server just
6967         give up with it and not enable metadata.
6968
6969 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6970
6971         * Makefile.am:
6972         * backend/Makefile.am:
6973         * configure.ac:
6974         * cut-n-paste/recent-files/Makefile.am:
6975         * cut-n-paste/toolbar-editor/Makefile.am:
6976         * cut-n-paste/zoom-control/Makefile.am:
6977         * lib/Makefile.am:
6978         * pdf/Makefile.am:
6979         * pixbuf/Makefile.am:
6980         * properties/Makefile.am:
6981         * ps/Makefile.am:
6982         * shell/Makefile.am:
6983         * thumbnailer/Makefile.am:
6984         * tiff/Makefile.am:
6985
6986         Make frontends depend on just libev.
6987         Rework and group CFLAGS/LIBS definitions.
6988         Cleanups.
6989
6990 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6991
6992         * shell/ev-window:
6993
6994         do not unnecessarily save zoom
6995
6996         * configure.ac:
6997         * lib/ev-file-helpers.c: (ev_dot_dir):
6998         * shell/Makefile.am:
6999         * shell/dummy.cc:
7000
7001         Some cleanups
7002
7003 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7004
7005         * configure.ac:
7006         
7007         Remove unnecessary dependencies
7008
7009 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7010
7011         * properties/Makefile.am:
7012         * thumbnailer/Makefile.am:
7013         * tiff/Makefile.am:
7014
7015         Some more cleanups. Was really necessary
7016         but I probably introduced bugs, feel free
7017         to flame :)
7018
7019 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7020
7021         * backend/Makefile.am:
7022         * configure.ac:
7023         * cut-n-paste/recent-files/Makefile.am:
7024         * cut-n-paste/toolbar-editor/Makefile.am:
7025         * cut-n-paste/zoom-control/Makefile.am:
7026         * lib/Makefile.am:
7027         * pdf/Makefile.am:
7028         * pixbuf/Makefile.am:
7029         * properties/Makefile.am:
7030         * ps/Makefile.am:
7031         * shell/Makefile.am:
7032         * thumbnailer/Makefile.am:
7033         * tiff/Makefile.am:
7034
7035         Use gnome-common macros when possible.
7036         Cleanup dependencies.
7037         Actually disable deprecated where possible.
7038
7039 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7040
7041         * Makefile.am:
7042         * backend/Makefile.am:
7043         * properties/Makefile.am:
7044         * shell/Makefile.am:
7045         * thumbnailer/Makefile.am:
7046
7047         This should solve the circular dep without
7048         requiring dir reorg!
7049
7050         * shell/ev-window.c: (setup_view_from_metadata):
7051
7052         Never restore window size/position when the
7053         window is already visible.
7054
7055 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7056
7057         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7058
7059         Return a boolean from timeout func. Fix ported from gedit.
7060
7061 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7062
7063         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7064
7065 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7066
7067         * shell/ev-document-types.c: set "All Documents" as default filter in
7068         open dialog
7069
7070 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7071
7072         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7073         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7074         (ev_metadata_manager_set_boolean): fix value/val thinko.
7075
7076 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7077
7078         * shell/ev-window.c: (setup_view_from_metadata),
7079         (window_state_event_cb), (window_configure_event_cb),
7080         (ev_window_init):
7081
7082         Remember window position and maximized state
7083
7084 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7085
7086         * configure.ac:
7087
7088         Fix DBUS configure checks.
7089
7090         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7091         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7092         (ev_metadata_manager_set_boolean):
7093
7094         Plug mem leaks.
7095
7096         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7097         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7098         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7099         (ev_window_continuous_changed_cb),
7100         (ev_window_dual_mode_changed_cb), (ev_window_new):
7101
7102         Fix the build without DBUS.
7103
7104 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7107         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7108         (ev_metadata_manager_set_string),
7109         (ev_metadata_manager_set_boolean):
7110         * shell/ev-metadata-manager.h:
7111
7112         Add support for some more types
7113
7114         * shell/ev-view.c: (scroll_to_current_page),
7115         (ev_view_get_continuous), (ev_view_set_continuous),
7116         (ev_view_get_dual_page):
7117         * shell/ev-view.h:
7118         * shell/ev-window.c: (page_changed_cb),
7119         (setup_document_from_metadata), (ev_window_setup_document),
7120         (setup_view_from_metadata), (ev_window_open_uri),
7121         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7122         (ev_window_run_presentation), (ev_window_stop_presentation),
7123         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7124         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7125         (ev_window_update_dual_page_action),
7126         (ev_window_continuous_changed_cb),
7127         (ev_window_dual_mode_changed_cb), (ev_window_init):
7128
7129         Remember a bunch of view/document properties. Prolly some
7130         are still missing but it's getting interesting.
7131
7132 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7133
7134         * configure.ac: check if dbus-binding-tool is installed. Not the
7135         case on current Ubuntu breezy, it seems.
7136
7137 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7138
7139         * data/evince.desktop.in.in:
7140         
7141         Allow open uri lists and add TryExec field.
7142
7143 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7144
7145         * configure.ac:
7146
7147         Enable dbus when available, do not require a configure
7148         option.
7149
7150 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7151
7152         * configure.ac:
7153
7154         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7155         disabled.
7156
7157 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7158         Marco Pesenti Gritti  <mpg@redhat.com>
7159
7160         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7161         
7162         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7163         functions to the format required by dbus
7164
7165         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7166         errors. Use the RPC parameters in the expected way
7167
7168 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7169
7170         * Makefile.am:
7171         * properties/Makefile.am:
7172         * properties/ev-properties-main.c: (ev_properties_get_pages):
7173
7174         Support all mime types
7175
7176         * shell/Makefile.am:
7177         * thumbnailer/Makefile.am:
7178         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7179         (evince_thumbnail_pngenc_get):
7180
7181         Use the document factory
7182
7183 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7184
7185         * backend/Makefile.am:
7186         * backend/ev-document-factory.c:
7187         (mime_type_supported_by_gdk_pixbuf),
7188         (ev_document_type_get_from_mime),
7189         (ev_document_factory_get_document),
7190         (ev_document_factory_get_backend),
7191         (ev_document_factory_get_mime_types),
7192         (ev_document_factory_get_all_mime_types):
7193         * backend/ev-document-factory.h:
7194         * shell/Makefile.am:
7195         * shell/ev-document-types.c: (get_document_from_uri),
7196         (ev_document_types_get_document),
7197         (file_filter_add_mime_list_and_free),
7198         (ev_document_types_add_filters):
7199         * shell/ev-document-types.h:
7200         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7201         * shell/ev-properties-dialog.c:
7202         (ev_properties_dialog_set_document):
7203         * shell/ev-window.c: (ev_window_cmd_file_open),
7204         (ev_window_cmd_save_as):
7205         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7206
7207         Rework document types managing to avoid code duplication
7208         and actually abstract from backend implementations.
7209         Also provide a minimal factory api that can be used by
7210         thumbnailer/properties.
7211
7212 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7213
7214         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7215         Plug a mem leak.
7216         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7217         HIG spacings.
7218
7219 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7220
7221         * shell/ev-properties-dialog.c
7222         (ev_properties_dialog_set_document): only call
7223         ev_properties_fonts_set_document() if the document implements the
7224         fonts interface
7225
7226 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7227
7228         * configure.ac:
7229         * properties/Makefile.am:
7230         * properties/ev-properties-view.c:
7231         (ev_properties_view_register_type):
7232         * properties/ev-properties-view.h:
7233         * properties/ev-properties-main.h:
7234
7235         Implement nautilus plugin for properties.
7236         Works only for pdf atm, I need to rework the
7237         document types stuff to get this to work
7238         for all backends...
7239
7240 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7241
7242         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7243         (ev_properties_fonts_set_document): use
7244         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7245
7246 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7247
7248         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7249         them
7250         (PlaceImage, tiff2ps_process_page): use
7251         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7252
7253
7254 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7255
7256         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7257         (main): to call gnome_authentication_manager_init. Should fix
7258         Bug #308510
7259
7260         * configure.ac: that requires libgnomeui 2.6.0.
7261
7262 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7263
7264         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7265         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7266         use the new tiff2ps interfaces
7267
7268         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7269         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7270
7271         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7272         structure instead of global variables.  Remove use of static
7273         variables in functions.
7274
7275 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7276
7277         * shell/ev-page-action.c: unref the completion after setting it to the
7278         entry
7279
7280 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7281
7282         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7283         postscript files
7284
7285 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7286
7287         * shell/ev-window.c (update_action_sensitivity): disable
7288         File->Print if the document does not implement the ps exporter
7289         interface
7290
7291 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7292
7293         * Makefile.am:
7294         * configure.ac:
7295         * data/evince-properties.glade:
7296         * properties/.cvsignore:
7297         * properties/Makefile.am:
7298         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7299         (ev_properties_view_class_init), (ev_properties_view_format_date),
7300         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7301         (ev_properties_view_init), (ev_properties_view_new):
7302         * properties/ev-properties-view.h:
7303         * shell/Makefile.am:
7304         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7305         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7306         (ev_properties_dialog_new):
7307         * shell/ev-properties-dialog.h:
7308         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7309         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7310         (update_progress_label), (job_fonts_finished_cb),
7311         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7312         * shell/ev-properties-fonts.h:
7313         * shell/ev-properties.c:
7314         * shell/ev-properties.h:
7315         * shell/ev-window.c: (ev_window_setup_document),
7316         (ev_window_cmd_file_properties):
7317
7318         Split the properties pages in two different objects, depend
7319         only on the backend where possible, use widgets instead
7320         of gobject for the glade part, reimplement the dialog
7321         itself with gtk.
7322         I need this to implement nautilus properties page.
7323
7324 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7325
7326         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7327         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7328         (tiff_document_document_ps_exporter_iface_init): implement the ps
7329         exporter interface for tiff documents
7330
7331         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7332         libtiff to implement TIFF postscript export
7333
7334         * tiff/tiff2ps.h: added a header file for external tiff2ps
7335         functions.
7336
7337         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7338         tiff2ps.h
7339
7340 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7341
7342         * shell/ev-view.c: (scroll_to_current_page),
7343         (ev_view_set_fullscreen), (ev_view_set_presentation):
7344         
7345         Scroll to current page when exit from presentation
7346
7347 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * shell/ev-window.c: (update_document_mode),
7350         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7351         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7352         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7353         
7354         Exit from fullscreen mode when switch to presentation. Fix for
7355         bug 309365
7356
7357 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7358
7359         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7360         return NULL if the document does not implement the selection
7361         interface.
7362
7363 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7364
7365         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7366         reported height by using the resolution aspect ratio
7367         (tiff_document_render_pixbuf): scale the pixbuf using the
7368         resolution aspect ratio
7369
7370 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7371
7372         * configure.ac:
7373         
7374         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7375         <kiltedaco@gmail.com>
7376         
7377         * djvu/djvu-document.c: (djvu_document_get_orientation),
7378         (djvu_document_set_orientation), (djvu_document_get_page_size),
7379         (rotate_pixbuf), (djvu_document_render_pixbuf),
7380         (djvu_document_document_iface_init):
7381         * dvi/dvi-document.c: (dvi_document_get_orientation),
7382         (dvi_document_set_orientation), (dvi_document_get_page_size),
7383         (rotate_pixbuf), (dvi_document_render_pixbuf),
7384         (dvi_document_document_iface_init):
7385         
7386         Dvi and djvu backends are ported to new API
7387
7388 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7389
7390         * backend/ev-selection.c: (ev_selection_get_selection_region),
7391         (ev_selection_get_selection_map):
7392         * backend/ev-selection.h:
7393         * pdf/ev-poppler.cc:
7394         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7395         * shell/ev-jobs.h:
7396         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7397         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7398         (ev_pixbuf_cache_get_text_mapping):
7399         * shell/ev-pixbuf-cache.h:
7400         * shell/ev-view.c: (location_in_text),
7401         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7402         support to EvView.  Now we can see where we can select!  Sweet!
7403
7404 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7405
7406         * shell/ev-view.c (ev_view_button_press_event): Fix
7407         event->y + view->scroll_x typo.
7408
7409 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7410
7411         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7412         sub-GdkPixbuf instead of passing dest_x and dest_y.
7413         
7414         * shell/ev-view.c: (view_point_to_doc_point),
7415         (view_rect_to_doc_rect), (ev_view_button_press_event),
7416         (ev_view_motion_notify_event), (compute_new_selection_rect),
7417         (gdk_rectangle_point_in), (compute_new_selection_text),
7418         (compute_selections): Update selection code to keep the selection
7419         around as two points and not as a normalized rectangle, and fix
7420         page level selection in two-column mode.
7421
7422 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7423
7424         * shell/ev-window.c: (window_configure_event_cb): 
7425         
7426         Fix compilation
7427         
7428 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7429
7430         * pdf/ev-poppler.cc:
7431
7432         Fix compilation
7433
7434 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7435
7436         * shell/Makefile.am:
7437         * shell/ev-metadata-manager.c: (item_free),
7438         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7439         (parse_value), (parseItem), (load_values),
7440         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7441         (save_values), (save_item), (get_oldest), (resize_items),
7442         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7443         * shell/ev-metadata-manager.h:
7444
7445         Metadata manager from gedit but modified to use GValue, so that
7446         we dont need to keep converting from strings.
7447
7448         * configure.ac:
7449
7450         ENABLE_METADATA conditional, on when dbus is on
7451
7452         * shell/ev-application.c: (ev_application_open_uri):
7453
7454         Show the window after load so that we can initialize
7455         window size before it's showed.
7456
7457         * shell/ev-window.c: (ev_window_setup_from_metadata),
7458         (ev_window_open_uri), (window_configure_event_cb),
7459         (ev_window_init):
7460
7461         Save and load metadata information about window size.
7462         Not yet keeping states in account.
7463
7464         * shell/main.c: (main):
7465
7466         Shutdown metadata manager.
7467
7468 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7469
7470         * shell/ev-application-service.xml:
7471         * configure.ac:
7472         * shell/Makefile.am:
7473         * shell/ev-application.c:
7474         * shell/ev-application.h:
7475         * shell/ev-window.c:
7476         * shell/ev-window.h:
7477         * shell/main.c:
7478
7479         Add an optional dbus interface (--enable-dbus).
7480         Rework application code, mainly to be easier to
7481         use "remotely".
7482         Do not open multiple windows with the same document,
7483         spatial evince!
7484
7485 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7486
7487         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7488         pixbuf iff it exists.
7489
7490 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7491
7492         * shell/*:
7493         * backend/ev-render-context.[ch]:
7494         * backend/ev-selection.[ch]:
7495
7496         Massive changes.  We now support text selection of pdfs, and not
7497         just rectangular selection.  This is pretty broken still, but I
7498         want to get something into CVS.
7499
7500 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7501
7502         * pdf/ev-poppler.cc:
7503         
7504         Fix for Bug 309080: crash on window close.
7505         
7506         * shell/ev-page-action.c: (page_changed_cb):
7507         
7508         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7509         jensgr@gmx.net (Jens Granseuer).
7510
7511 2005-06-25  Marcel Telka  <marcel@telka.sk>
7512
7513         * configure.in (ALL_LINGUAS): Added sk.
7514
7515 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7516
7517         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7518         not a document open
7519
7520 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7521
7522         * NEWS:
7523         * configure.ac:
7524
7525         Release 0.3.2
7526
7527         * cut-n-paste/recent-files/Makefile.am:
7528
7529         Fix make distcheck
7530
7531 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7532
7533         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7534         (pixbuf_document_set_orientation), (rotate_pixbuf),
7535         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7536         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7537
7538         Implement rotation and cleanup the code a bit.
7539
7540         * tiff/tiff-document.c: (tiff_document_get_page_size),
7541         (tiff_document_get_orientation), (tiff_document_set_orientation),
7542         (rotate_pixbuf), (tiff_document_render_pixbuf),
7543         (tiff_document_document_iface_init), (tiff_document_init):
7544
7545         Implement rotation. Was the quicker solution for the release
7546         but we really need to share this code in the shell.
7547
7548 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7549
7550         * pdf/ev-poppler.cc:
7551
7552         Enable rotation, require poppler cvs. Fix a leak.
7553
7554 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7555
7556         * shell/ev-window.c: (update_action_sensitivity):
7557         
7558         Make properties unsensitive if document backend doesn't provide
7559         any info
7560
7561 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7564         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7565         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7566         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7567         (bitmap_flip_rotate_counter_clockwise):
7568         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7569         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7570         (buff_gets):
7571         * dvi/mdvi-lib/common.h:
7572         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7573         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7574         (opendvi), (mdvi_reload), (mdvi_init_context),
7575         (mdvi_destroy_context), (mdvi_dopage), (special):
7576         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7577         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7578         (file_hash_free), (register_encoding), (parse_spec),
7579         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7580         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7581         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7582         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7583         (mdvi_register_font_type), (mdvi_unregister_font_type),
7584         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7585         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7586         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7587         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7588         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7589         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7590         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7591         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7592         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7593         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7594         (mdvi_unregister_special), (mdvi_flush_specials):
7595         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7596         (t1_font_remove):
7597         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7598         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7599         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7600         (free_font_metrics), (flush_font_metrics):
7601         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7602         (tt_font_remove):
7603         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7604         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7605         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7606         (dstring_insert), (dstring_new), (dstring_reset):
7607         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7608         
7609         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7610         avoid conflict with libtool on FC4
7611         
7612         * shell/ev-window.c: (ev_window_cmd_help_about):
7613         
7614         Update copyright year. Fix for bug 308828.
7615
7616 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * shell/ev-view.c: (add_scroll_binding_keypad),
7619         (ev_view_binding_activated), (ev_view_class_init),
7620         (on_adjustment_value_changed):
7621         
7622         Bug 170874: Arrow keys switch pages in presentation mode
7623
7624 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7627         
7628         Fix for Bug 308265: Sidebar dissappears coming out of 
7629         Presentation mode
7630
7631 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7632
7633         * shell/ev-application.c: (ev_application_open):
7634         * shell/ev-document-types.c: (ev_document_types_add_filters),
7635         (ev_document_types_add_filters_for_type):
7636         * shell/ev-document-types.h:
7637         * shell/ev-window.c: (ev_window_cmd_save_as):
7638         
7639         Suggest basename as template when saving, provide filters
7640         for save dialog. It's bug 308402
7641
7642 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * pdf/ev-poppler.cc:
7645         * shell/ev-sidebar-links.c: (job_finished_callback):
7646         * shell/ev-view.c: (update_find_status_message):
7647         
7648         Some leaks fixed
7649
7650 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7651
7652         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7653         (egg_recent_view_uimanager_set_list):
7654
7655         Fix buglet in !show_numbers case.
7656
7657 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7658
7659         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7660         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7661
7662         Use pango ellipsisation.
7663
7664         * pdf/ev-poppler.cc:
7665
7666         Fix refcount leak, from nsh.
7667
7668 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * cut-n-paste/recent-files/Makefile.am:
7671         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7672         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7673         
7674         Removed EggRecentViewGtk
7675         
7676         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7677         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7678         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7679         (ev_window_setup_recent):
7680         
7681         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7682         with other projects
7683
7684 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7687         (egg_recent_view_gtk_finalize):
7688
7689         Fix memory leak
7690
7691         * cut-n-paste/toolbar-editor/Makefile.am:
7692         
7693         Fix location of cursor icon.
7694         
7695         * pdf/ev-poppler.cc:
7696         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7697         (display_completion_text), (match_completion):
7698         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7699         (selection_changed_callback), (create_loading_model),
7700         (print_section_cb), (links_page_num_func),
7701         (update_page_callback_foreach):
7702         * shell/ev-window.c: (ev_window_dispose):
7703         
7704         Small memory fixes. Links model now store objects instead
7705         of pointers to improve memory management. 
7706
7707 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7708
7709         * shell/ev-window.c: (zoom_control_changed_cb):
7710         
7711         Fix update of zoom control (bug 308268).
7712
7713 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7714
7715         * shell/ev-properties.c (set_property): escape the text correctly.
7716         Handles non-UTF-8 properties and escaped properties.  Also, sets
7717         the text to "<i>None</i>" if the property isn't set.
7718
7719         * data/evince-properties.glade: Change the label to be ellipsized,
7720         and give it a minimum size.
7721
7722 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7723
7724         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7725         * shell/ev-sidebar-links.c: (create_loading_model):
7726         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7727         * shell/ev-view.c: (ev_view_set_document):
7728         * shell/ev-window.c: (ev_window_dispose):
7729         
7730         Various small fixes, mostly memory leaks. Thanks to valgrind.
7731
7732 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7733
7734         * ps/ps-document.c: remove the locale.h include again ;-). And
7735         kill the (bogus) setlocale/savelocale business.
7736
7737 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7738
7739         * ps/ps-document.c:
7740         
7741         Include locale.h to fix build
7742         
7743         * shell/ev-sidebar.c:
7744         
7745         Remove unnecessary includes
7746
7747 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * dvi/dvi-document.c: (dvi_document_load):
7750         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7751         * po/POTFILES.in:
7752         
7753         Check for incorrect dvi files. Fix parsing dvi on AMD64
7754         platform. Thanks to tester@tester.ca (Olivier Crete).
7755
7756 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7757
7758         * shell/ev-page-action.c: (match_selected_cb),
7759         (display_completion_text), (match_completion), (update_model):
7760         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7761         (expand_open_links):
7762         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7763         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7764         (ev_sidebar_set_document):
7765         * shell/ev-window.c: (ev_window_xfer_job_cb),
7766         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7767         
7768         Fixed lot's of memory leaks, for example, memory leak on reload, 
7769         described in bug 307793.
7770
7771 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * pdf/ev-poppler.cc:
7774         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7775         (update_visible_range), (adjustment_changed_cb),
7776         (ev_sidebar_thumbnails_fill_model),
7777         (ev_sidebar_thumbnails_refresh),
7778         (ev_sidebar_tree_selection_changed),
7779         (ev_sidebar_icon_selection_changed),
7780         (ev_sidebar_thumbnails_use_icon_view),
7781         (ev_sidebar_thumbnails_set_document):
7782         * shell/ev-sidebar-thumbnails.h:
7783         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7784         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7785
7786         Refresh thumbnails when changing orientation. Not fully
7787         working yet becuase of a sidebar bug.
7788
7789         Set page orientation to poppler page everywhere. This sucks
7790         really need to fix poppler.
7791
7792 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7793
7794         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7795         (egg_recent_view_gtk_new_menu_item),
7796         (egg_recent_view_gtk_set_property),
7797         (egg_recent_view_gtk_get_property),
7798         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7799         (egg_recent_view_gtk_set_tooltip_func),
7800         (egg_recent_view_gtk_set_label_width),
7801         (egg_recent_view_gtk_get_label_width):
7802         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7803
7804         Sync with libegg (ellipsize labels)
7805
7806 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7807
7808         * data/evince-ui.xml:
7809         * shell/ev-window.c: (ev_window_cmd_go_forward),
7810         (ev_window_cmd_go_backward):
7811         
7812         Shift + PageUp moves 10 Pages. Fix for 306125
7813
7814 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * pdf/ev-poppler.cc:
7817
7818         Add a flag to check if orientation has been overriden
7819
7820 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7821
7822         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7823         field if necessary.
7824
7825         * ps/ps.h: add creator field to document.
7826
7827         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7828         set creator field.
7829
7830 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7831
7832         * data/evince-properties.glade:
7833         * shell/ev-properties.c: (ev_properties_set_document):
7834
7835         s/PDF Version/Format
7836
7837 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7838
7839         * shell/ev-properties.c: (ev_properties_set_document):
7840
7841         Remove unnecessary translations
7842
7843 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7844
7845         * cut-n-paste/toolbar-editor/Makefile.am:
7846
7847         Correct library name    
7848
7849 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7850
7851         * configure.ac:
7852         * cut-n-paste/recent-files/egg-recent-model.c:
7853         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7854         (egg_recent_model_unlock_file):
7855         * cut-n-paste/recent-files/egg-recent-util.c:
7856         (egg_recent_util_get_unique_id):
7857         * cut-n-paste/recent-files/update-from-egg.sh:
7858         * cut-n-paste/toolbar-editor/Makefile.am:
7859         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7860         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7861         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7862         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7863         (egg_toolbars_model_get_type):
7864         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7865
7866         Better makefile for toolbar editor and update everything
7867         to latest libegg.
7868
7869 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/ev-window.c: (update_document_mode):
7872
7873         Prefer presentation mode when the document
7874         require fullscreen.
7875
7876 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7877
7878         * data/evince-ui.xml:
7879         * shell/ev-window.c:
7880
7881         Add control-equal for zooming
7882
7883 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7884
7885         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7886
7887 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7888
7889         * backend/ev-document.c: (ev_document_get_orientation):
7890         * backend/ev-document.h:
7891         * pdf/ev-poppler.cc:
7892         * ps/ps-document.c: (ps_document_get_orientation),
7893         (ps_document_set_orientation), (ps_document_document_iface_init):
7894
7895         Add a get_orientation api. Improve set_orientation.
7896
7897         * data/evince-ui.xml:
7898         * shell/ev-view.c: (ev_view_set_orientation),
7899         (ev_view_rotate_right), (ev_view_rotate_left):
7900         * shell/ev-view.h:
7901         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7902         (ev_window_cmd_edit_rotate_right):
7903
7904         Better ui for changing document orientation
7905
7906 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7907
7908         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7909         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7910         * shell/ev-sidebar-links.h:
7911         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7912         (ev_sidebar_page_iface_init):
7913         * shell/ev-sidebar-page.h:
7914         * shell/ev-sidebar-thumbnails.c:
7915         (ev_sidebar_thumbnails_get_property),
7916         (ev_sidebar_thumbnails_class_init),
7917         (ev_sidebar_thumbnails_set_document):
7918         * shell/ev-sidebar-thumbnails.h:
7919         * shell/ev-view.c: (ev_view_motion_notify_event):
7920         * shell/ev-window.c: (update_chrome_visibility),
7921         (ev_window_cmd_focus_page_selector),
7922         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7923         (sidebar_page_main_widget_update_cb), (ev_window_init):
7924         
7925         Autoraise toolbar on GoToPage binding and fix bindings in
7926         EvSidebarThumbnails page.
7927
7928 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7929
7930         * shell/ev-properties.c: (update_progress_label):
7931
7932         Hide the progress label when finished; bug #307697.
7933
7934 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7935
7936         * pdf/ev-poppler.cc:
7937
7938         Enable is_open for links, you will need poppler cvs
7939
7940         * shell/ev-properties.c: (job_fonts_finished_cb):
7941
7942         Get a lock on the document when filling the tree view
7943
7944 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7945
7946         * backend/ev-document-links.h:
7947         * pdf/ev-poppler.cc:
7948         * shell/ev-sidebar-links.c: (create_loading_model),
7949         (expand_open_links), (job_finished_callback):
7950
7951         Expand links when specified by the document.
7952         Depend on a poppler api (defined out for now)
7953
7954 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7955
7956         * shell/ev-properties.c: (ev_properties_dispose),
7957         (ev_properties_class_init), (dialog_destroy_cb),
7958         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7959         (ev_properties_set_document), (ev_properties_new),
7960         (ev_properties_show):
7961         * shell/ev-properties.h:
7962
7963         Make it an object, cleanup the code, api to show it as transient
7964         and to set the document.
7965
7966         * shell/ev-window.c: (ev_window_setup_document),
7967         (ev_window_cmd_file_properties):
7968
7969         Adapt to EvProperties changes, do not show multiple
7970         times, update it when document changes.
7971
7972 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7973
7974         * ps/gstypes.h:
7975         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7976         (ps_document_set_orientation), (ps_document_document_iface_init):
7977         * ps/ps-document.h:
7978
7979         Implement orientation here too
7980
7981         * shell/ev-properties.c: (ev_properties_new):
7982         * data/evince-properties.glade:
7983
7984         Hide the fonts page for backends that doesnt
7985         support it.     
7986
7987 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7988
7989         * backend/ev-document.c: (ev_document_set_orientation):
7990         * backend/ev-document.h:
7991         * pdf/ev-poppler.cc:
7992
7993         Add orientation api. Currently poppler api is not optimal,
7994         we need to set orientation every time we _get a page.
7995         I will try to fix that at some point.
7996
7997         * data/evince-ui.xml:
7998         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7999         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8000
8001         Add orientation menu items
8002
8003         * shell/ev-page-cache.c: (ev_page_cache_clear):
8004         * shell/ev-page-cache.h:
8005
8006         Add api to clear the cache
8007
8008         * shell/ev-view.c: (setup_caches), (clear_caches),
8009         (ev_view_set_document), (ev_view_zoom_out),
8010         (ev_view_set_orientation):
8011         * shell/ev-view.h:
8012
8013         Implement orientation changing
8014
8015 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8016
8017         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8018         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8019         * backend/ev-document-fonts.h:
8020
8021         Separate scan and fill so that we can incrementally fill from
8022         the main thread. Add a progress api.
8023
8024         * data/evince-properties.glade:
8025         * pdf/ev-poppler.cc:
8026         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8027         * shell/ev-jobs.h:
8028         * shell/ev-properties.c: (update_progress_label),
8029         (job_fonts_finished_cb), (setup_fonts_view):
8030
8031         Incrementally feel the list and show the progress
8032         percentage in a label like acrobat does.
8033
8034         You are going to need poppler cvs
8035
8036 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8037
8038         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8039         * backend/ev-document-fonts.h:
8040         * pdf/ev-poppler.cc:
8041
8042         Make fonts model fill incrementally.
8043
8044         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8045         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8046         (ev_job_queue_remove_job):
8047         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8048         (ev_job_fonts_new), (ev_job_fonts_run):
8049         * shell/ev-jobs.h:
8050
8051         New job for fonts scanning
8052
8053         * shell/ev-properties.c: (job_fonts_finished_cb),
8054         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8055         * shell/ev-properties.h:
8056         * shell/ev-window.c: (ev_window_cmd_file_properties):
8057
8058         Incrementally feel the treeview using the new job. Show Loading...
8059         message until scanning is completed.
8060
8061         Hopefully I didnt break the build without the poppler patch.
8062
8063 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8064
8065         * shell/ev-application.c: (ev_application_open):
8066         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8067         (ev_document_type_get_type), (ev_document_type_lookup):
8068         * shell/ev-document-types.h:
8069         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8070         * shell/ev-job-xfer.h:
8071         * shell/ev-window.c: (ev_window_clear_local_uri),
8072         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8073         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8074         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8075         
8076         Transfer remote documents to tmp directory to display them later.
8077
8078 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8079
8080         * backend/ev-document-info.h:
8081         * shell/ev-properties.c: (ev_properties_new):
8082
8083         s/GTime*/GTime. Not sure why we was using a pointer
8084         at all there!
8085
8086 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8087
8088         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8089         situations.  That situation is that you're using GTK+-HEAD with
8090         the patch at #306726 is applied, and you have a document with <
8091         1500 pages in it.  It's not quite as uniformly nice as the
8092         TreeView, but should be better in the long run.
8093
8094         I'm pretty sure I guarded against breaking compilation with
8095         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8096         I missed some.
8097
8098         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8099         widget yet, so I commented that code out
8100         enable_view_actions_for_widget() for now.  Need to figure this
8101         out.
8102
8103         * shell/ev-page-action.c (match_selected_cb): emit the right
8104         signals.  Our cool C-l completion now works.
8105
8106 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8107
8108         * backend/Makefile.am:
8109         * backend/ev-document-fonts.c:
8110         * backend/ev-document-links.c:
8111         * backend/ev-document.c: (ev_document_load):
8112         * backend/ev-document.h:
8113         * backend/ev-job-queue.c:
8114         * backend/ev-job-queue.h:
8115         * backend/ev-jobs.c:
8116         * backend/ev-jobs.h:
8117         * backend/ev-page-cache.c:
8118         * backend/ev-page-cache.h:
8119
8120         EvPageCache and EvJobs are moved to shell.
8121
8122         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8123         (ev_tmp_filename):
8124         * lib/ev-file-helpers.h:
8125         
8126         New helper to work with temporary files
8127         
8128         * shell/Makefile.am:
8129         * shell/ev-application.c: (ev_application_open):
8130         * shell/ev-application.h:
8131         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8132         (remove_job_from_async_queue), (add_job_to_async_queue),
8133         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8134         (handle_job), (search_for_jobs_unlocked),
8135         (no_jobs_available_unlocked), (ev_render_thread),
8136         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8137         (ev_job_queue_add_job), (move_job_async), (move_job),
8138         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8139         * shell/ev-job-queue.h:
8140         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8141         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8142         * shell/ev-job-xfer.h:
8143         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8144         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8145         (ev_job_links_class_init), (ev_job_render_init),
8146         (ev_job_render_dispose), (ev_job_render_class_init),
8147         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8148         (ev_job_thumbnail_class_init), (ev_job_load_init),
8149         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8150         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8151         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8152         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8153         * shell/ev-jobs.h:
8154         * shell/ev-page-action.c: (ev_page_action_set_document):
8155         * shell/ev-page-cache.c: (ev_page_cache_init),
8156         (ev_page_cache_class_init), (ev_page_cache_finalize),
8157         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8158         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8159         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8160         (ev_page_cache_get_title), (ev_page_cache_get_size),
8161         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8162         (ev_page_cache_get_height_to_page),
8163         (ev_page_cache_get_max_label_chars),
8164         (ev_page_cache_get_page_label),
8165         (ev_page_cache_has_nonnumeric_page_labels),
8166         (ev_page_cache_get_info), (ev_page_cache_next_page),
8167         (ev_page_cache_prev_page), (ev_page_cache_get):
8168         * shell/ev-page-cache.h:
8169         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8170         (ev_pixbuf_cache_clear_job_sizes),
8171         (ev_pixbuf_cache_add_jobs_if_needed),
8172         (ev_pixbuf_cache_set_page_range):
8173         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8174         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8175         * shell/ev-sidebar-thumbnails.c:
8176         (ev_sidebar_tree_selection_changed),
8177         (ev_sidebar_thumbnails_set_document):
8178         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8179         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8180         (ev_statusbar_get_context_id), (ev_statusbar_push),
8181         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8182         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8183         (ev_statusbar_set_progress):
8184         * shell/ev-statusbar.h:
8185         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8186         (ev_view_find_previous):
8187         * shell/ev-window.c: (ev_window_is_empty),
8188         (ev_window_setup_document), (password_dialog_response),
8189         (ev_window_clear_jobs), (ev_window_load_job_cb),
8190         (ev_window_xfer_job_cb), (ev_window_open_uri),
8191         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8192         (ev_window_print), (ev_window_print_range),
8193         (ev_window_state_event), (ev_window_cmd_view_reload),
8194         (menu_item_select_cb), (menu_item_deselect_cb),
8195         (view_status_changed_cb), (ev_window_dispose),
8196         (drag_data_received_cb), (ev_window_init):
8197         * shell/ev-window.h:
8198         * shell/main.c: (load_files):
8199         
8200         New statusbar to show progress on idle. Two new jobs - 
8201         xfer job and load job to load document in background. And update
8202         of page_cache clients to new location of code.
8203
8204 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8205   
8206         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8207         selection in open dialog. It also remembers the last visited directory 
8208         in the current session.
8209
8210 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8211
8212         * shell/ev-properties.c: (ev_properties_new):
8213         * shell/ev-properties.h:
8214         * shell/ev-window.c: (ev_window_cmd_file_properties):
8215         
8216         Get document info from page cache instead of document itself.
8217         This should fix crash related to race conditions described in
8218         bug 306545.
8219
8220 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8221
8222         * ps/ps-document.c: (ps_document_init),
8223         (send_ps), (get_page_box), (output), (catchPipe), (input),
8224         (stop_interpreter), (file_length), (file_readable),
8225         (check_filecompressedb), (ps_document_enable_interpreter),
8226         (document_load), (ps_async_renderer_render_pixbuf):
8227         * ps/ps-document.h:
8228
8229         Big cleanup of the ps code
8230
8231 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8232
8233         * backend/Makefile.am:
8234         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8235         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8236         * backend/ev-async-renderer.h:
8237
8238         Add an async renderer interface (method + callback) which
8239         is useful for backends like ps.
8240
8241         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8242         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8243         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8244         (ev_job_queue_add_job), (move_job_async), (move_job),
8245         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8246
8247         Add queues for async renderer, these are executed on the
8248         main thread.
8249
8250         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8251         (ev_job_render_run):
8252         * backend/ev-jobs.h:
8253
8254         If the backend support async renderer interface use it.
8255
8256         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8257         (setup_pixmap), (ps_document_get_type),
8258         (ps_async_renderer_render_pixbuf),
8259         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8260
8261         Implement async renderer interface.
8262
8263 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8264
8265         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8266
8267         Cleanup links job on exit.
8268
8269 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8270
8271         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8272         (drag_data_get_cb), (drag_data_received_cb):
8273         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8274         (drag_data_get_cb), (parse_item_list),
8275         (egg_toolbar_editor_load_actions):
8276         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8277         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8278         (parse_item_list), (parse_toolbars):
8279         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8280         (dvi_pixbuf_put_pixel):
8281         
8282         Fix gcc 4.0 warnings
8283
8284 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8285
8286         * ps/ps-document.c: (start_interpreter):
8287
8288         Fix warning when loading ps
8289
8290 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8291
8292         * ps/ps-document.c: (output):
8293
8294         Fix crash when priting gs error messages.
8295
8296 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8297
8298         * backend/ev-page-cache.c: (_ev_page_cache_new):
8299         * backend/ev-page-cache.h:
8300
8301         Use a const to return title so that we dont double
8302         free it. Small cleanup and fix a leak.
8303
8304         * shell/ev-window.c: (update_window_title):
8305
8306         strdup value from get_title.
8307
8308 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8309
8310         * shell/ev-sidebar-links.c: (job_finished_callback),
8311         (ev_sidebar_links_set_document):
8312
8313         Cleanup the old job when changing document
8314
8315 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8316
8317         * shell/ev-stock-icons.c:
8318         * shell/ev-stock-icons.h:
8319         * shell/ev-window.c:
8320         
8321         Add stock icons for actions that can appear in toolbar. Fix for
8322         bug 306566.
8323
8324 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8325
8326         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8327         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8328         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8329         * backend/ev-page-cache.h:
8330         * shell/ev-view.c: (scroll_to_current_page),
8331         (view_update_range_and_current_page), (get_page_y_offset),
8332         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8333         (ev_view_size_request_continuous),
8334         (ev_view_zoom_for_size_continuous_and_dual_page),
8335         (ev_view_zoom_for_size_continuous):
8336         
8337         More compact EvView layout in document with pages of different size.
8338
8339 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8340
8341         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8342         compilation.
8343
8344 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8345
8346         * shell/ev-view.c: (view_set_adjustment_values):
8347         * shell/ev-window.c: (ev_window_cmd_file_properties):
8348         
8349         A bit different fix for rounding problem but it has no
8350         problems on startup. Make properties window transient to parent.
8351
8352 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8353
8354         * pdf/ev-poppler.cc:
8355         
8356         More commenting of font stuff.
8357
8358 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8359
8360         * pdf/ev-poppler.cc:
8361
8362         Comment out some more fonts stuff. Should really
8363         work without the poppler patch now.
8364
8365 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8366
8367         * pdf/ev-poppler.cc:
8368
8369         Adapt to api change
8370
8371 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8372
8373         * data/evince-properties.glade:
8374         * pdf/ev-poppler.cc:
8375         * shell/ev-properties.c: (setup_fonts_view):
8376
8377         Set the column title. Show the dialog only
8378         once everything is setup.
8379         Getting font info can be very slow... will
8380         prolly need to make this threaded too.
8381
8382 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8383
8384         * backend/Makefile.am:
8385         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8386         (ev_document_fonts_get_fonts_model):
8387         * backend/ev-document-fonts.h:
8388         * data/evince-properties.glade:
8389         * pdf/ev-poppler.cc:
8390         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8391         * shell/ev-properties.h:
8392         * shell/ev-window.c: (ev_window_cmd_file_properties):
8393
8394         Implement fonts list. Defined out for now, since it depends
8395         on a not yet committed poppler patch.
8396
8397 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8398
8399         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8400         page + 1.
8401
8402         * shell/ev-window.c: Make sure we add the timeout when we get a
8403         focus-in event.
8404
8405         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8406         adjustment->value before calculating the zoom factor to average
8407         out all of our rounding errors.  The page no longer 'drifts' when
8408         resizing.
8409
8410 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * data/evince-properties.glade:
8413         * shell/ev-properties.c: (ev_properties_format_date),
8414         (set_property):
8415         
8416         Labels don't expand when the dialogue is resized.
8417         strftime result needs to be converted to UTF-8. Thanks
8418         to Christian Persch <chpe@gnome.org>.
8419
8420 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8421
8422         * data/evince-properties.glade:
8423
8424         Hide the fonts tab
8425
8426 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8427
8428         * backend/ev-document-info.h:
8429         * backend/ev-document.c: (ev_document_info_free):
8430         * data/evince-properties.glade:
8431         * pdf/ev-poppler.cc:
8432         * ps/ps-document.c: (ps_document_get_info):
8433         * shell/ev-properties.c: (ev_properties_format_date),
8434         (set_property), (ev_properties_new):
8435         * shell/ev-properties.h:
8436         * shell/ev-window.c: (ev_window_cmd_file_properties):
8437
8438         Rework properties code to take only EvPropertyInfo
8439         in the constructor so that it can be useful for
8440         nautilus plugin too.
8441
8442         Deal with backends that doesnt support some properties.
8443         Make set property code generic.
8444
8445 2005-06-04  Christian Persch <chpe@gnome.org>
8446
8447         * data/evince-properties.glade:
8448
8449         fix spacings, make resizeable, and make data labels
8450         selectable + ellipsised
8451
8452 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8453
8454         * backend/ev-document-info.h:
8455         * data/Makefile.am:
8456         * data/evince-ui.xml:
8457         * pdf/ev-poppler.cc:
8458         * shell/Makefile.am:
8459         * shell/ev-window.c: (update_action_sensitivity),
8460         (ev_window_cmd_file_properties):
8461
8462         Initial go at file properties. Patch by
8463         Emil Soleyman-Zomalan <emil@soleyman.com>.
8464         Needs love see #169583
8465
8466 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8467
8468         * ps/ps-document.c: (output):
8469         * ps/ps.c: (psscan):
8470
8471         Try to render even if psscan fails.
8472
8473 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8474
8475         * ps/ps.c: (psscan), (pscopydoc):
8476
8477         Port buffered reading code from gv
8478
8479 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8480
8481         * ps/ps-document.c: (interpreter_message), (output):
8482
8483         Do not fail on interpreter messages
8484
8485 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8486
8487         * backend/ev-document-misc.c:
8488         (ev_document_misc_get_thumbnail_frame):
8489
8490         Pages can be 0 x 0, dont assert on this case
8491
8492 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8493
8494         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8495         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8496
8497         Correctly manage our reference on document. Finally the reload
8498         huge leak is gone...
8499
8500 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8501
8502         * ps/ps-document.c: (ps_document_dispose):
8503
8504         Forgot to chain it to the parent. Thanks chpe.
8505
8506 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8507
8508         * ps/ps-document.c: (ps_document_dispose),
8509         (ps_document_class_init), (stop_interpreter), (document_load):
8510
8511         Cleanup dispose a bit. Dont leak the whole pixmap.
8512
8513 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8514
8515         * pdf/ev-poppler.cc:
8516
8517         Release the poppler document on dispose
8518
8519 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8520
8521         * shell/ev-view.c: (ev_view_set_document):
8522
8523         Release ref on the pixbuf cache when changing
8524         document.
8525
8526 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8527
8528         * ps/ps-document.c: (ps_document_get_info):
8529
8530         Fix a double free
8531
8532 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8533
8534         * backend/ev-page-cache.c: (ev_page_cache_init),
8535         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8536         * backend/ev-page-cache.h:
8537         * shell/ev-page-action.c: (page_changed_cb):
8538         
8539         Set page action entry width depending on labels width. Fix
8540         for bug 305202.
8541
8542 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * backend/ev-link.c: (ev_link_class_init):
8545
8546         Allow -1 as page value (error)
8547
8548 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8549
8550         * shell/ev-sidebar-thumbnails.c:
8551         (ev_sidebar_thumbnails_set_document):
8552         * shell/ev-view.c: (scroll_to_current_page),
8553         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8554         (page_changed_cb), (on_adjustment_value_changed),
8555         (ev_view_set_document):
8556
8557         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8558         Fix bug 305377
8559
8560 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8561
8562         * configure.ac:
8563         * djvu/djvu-document.c: (djvu_document_get_page_size):
8564
8565         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8566         bug 301993.
8567
8568 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8569
8570         * shell/ev-view.c (draw_one_page): modify the expose handling to
8571         get the shadows.
8572
8573         * shell/ev-window.c (update_action_sensitivity): Respect
8574         permissions field.  Kowtow to the man.
8575
8576         * pdf/ev-poppler.cc: Get the permissions field.
8577
8578         * tiff/*c: Make a tiny bit more robust.
8579
8580 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8581
8582         * djvu/djvu-document.c:
8583         
8584         Pop messages from djvu context message queue.
8585
8586 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8587
8588         * configure.ac, Makefile.am, shell/Makefile.am:
8589         * tiff/Makefile.am, shell/ev-document-types.c:
8590         
8591         Cleanup tiff configure checks. Fix for bug 305218.
8592
8593 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8594
8595         * configure.ac: Added "uk" to ALL_LINGUAS.
8596
8597 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8598
8599         * cut-n-paste/zoom-control/ephy-zoom.c:
8600         (ephy_zoom_get_changed_zoom_level):
8601         * cut-n-paste/zoom-control/ephy-zoom.h:
8602         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8603         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8604         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8605         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8606         (zoom_control_changed_cb), (ev_window_init):
8607         
8608         Fix minor points related to moving best fit up. Introduce
8609         "zoom" property and make zoom control change it's value on
8610         notify::zoom signals. Fix for 305080.
8611
8612 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8613
8614         * data/evince-ui.xml:
8615         * shell/ev-window.c: (set_view_actions_sensitivity):
8616         
8617         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8618
8619 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8620
8621         * configure.ac:
8622
8623         Depends on poppler 0.3.2
8624
8625 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * cut-n-paste/recent-files/egg-recent-item.c:
8628         (egg_recent_item_get_short_name):
8629         * cut-n-paste/toolbar-editor/Makefile.am:
8630         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8631         (new_pixbuf_from_widget):
8632         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8633         * cut-n-paste/toolbar-editor/egg-marshal.c:
8634         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8635         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8636
8637         Sync
8638
8639 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8640
8641         * tiff/tiff-document.c: Rough TIFF backend.
8642
8643 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * NEWS:
8646         * configure.ac:
8647         * cut-n-paste/toolbar-editor/Makefile.am:
8648
8649         Release 0.3.1
8650
8651 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8652
8653         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8654         (ev_view_find_next), (ev_view_find_previous):
8655
8656         Remove the locks around get_n_results   
8657
8658 2005-05-21  Juerg Billeter  <j@bitron.ch>
8659
8660         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8661
8662         Pass correct number of pages to poppler.
8663
8664 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8665
8666         * configure.ac:
8667         * data/Makefile.am:
8668         * data/evince.desktop.in: 
8669         * data/evince.desktop.in.in:
8670         * po/POTFILES.in:
8671         
8672         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8673
8674 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8675
8676         * shell/ev-view.c: (view_update_adjustments),
8677         (view_set_adjustment_values): cast adjustmen->value to (int)
8678         before using it.  Otherwise, we get off by a pixel in some
8679         situations.
8680
8681         (draw_one_page): Draw the border on expose.
8682
8683 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8684
8685         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8686         adjustment when the mode changes, #304923
8687
8688 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8689
8690         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8691         flickering on resize but still use gdk_window_scroll on
8692         scrolling
8693
8694 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8695
8696         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8697         option, #170458
8698
8699 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8700
8701         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8702         second page on page_changed if possible, #304669
8703
8704 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8705
8706         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8707         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8708
8709 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8710
8711         * .cvsignore:
8712         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8713         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8714         (ev_view_zoom_for_size_presentation),
8715         (ev_view_zoom_for_size_continuous_and_dual_page),
8716         (ev_view_zoom_for_size_continuous),
8717         (ev_view_zoom_for_size_dual_page),
8718         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8719         * shell/ev-view.h:
8720         * shell/ev-window.c: (update_view_size),
8721         (ev_window_sizing_mode_changed_cb):
8722
8723         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8724         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8725         an infinite loop, #304769
8726
8727
8728 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8729
8730         * data/evince-ui.xml:
8731         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8732         * shell/ev-window.c: (set_view_actions_sensitivity):
8733
8734         Make PgUp/Down behave like Space
8735
8736 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8737
8738         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8739         * backend/ev-ps-exporter.h:
8740         * pdf/ev-poppler.cc:
8741         * ps/ps-document.c: (ps_document_ps_export_begin):
8742         * shell/ev-print-job.c: (idle_print_handler):
8743
8744         Adapt to new poppler api
8745
8746 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8747
8748         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8749         (ephy_zoom_control_init):
8750
8751         Translate zoom levels
8752
8753 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8754
8755         * cut-n-paste/zoom-control/ephy-zoom.c:
8756         (ephy_zoom_get_zoom_level_index):
8757
8758         Fix current zoom -> zoom control match
8759
8760 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8761
8762         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8763         rather than the scrolled_window that it's in. Fixes bug #304655.
8764
8765 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8766
8767         * shell/ev-view.c: (view_update_adjustments),
8768         (view_set_adjustment_values), (view_update_range_and_current_page),
8769         (view_scroll_to_page), (set_scroll_adjustment),
8770         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8771         (ev_view_scroll), (ev_view_scroll_view),
8772         (ensure_rectangle_is_visible), (find_page_at_location),
8773         (get_link_at_location), (go_to_link), (status_message_from_link),
8774         (ev_view_size_request_continuous_dual_page),
8775         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8776         (ev_view_unrealize), (ev_view_expose_event),
8777         (ev_view_button_press_event), (ev_view_motion_notify_event),
8778         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8779         (draw_rubberband), (highlight_find_results), (draw_one_page),
8780         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8781         (ev_view_init), (find_changed_cb), (page_changed_cb),
8782         (on_adjustment_value_changed), (ev_view_new),
8783         (ev_view_set_document), (ev_view_set_zoom),
8784         (ev_view_set_continuous), (ev_view_set_dual_page),
8785         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8786         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8787         (ev_view_zoom_for_size_presentation),
8788         (ev_view_zoom_for_size_continuous_dual_page),
8789         (ev_view_zoom_for_size_continuous),
8790         (ev_view_zoom_for_size_dual_page),
8791         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8792         (ev_view_get_status), (ev_view_set_status),
8793         (update_find_status_message), (ev_view_get_find_status),
8794         (ev_view_set_find_status), (jump_to_find_result),
8795         (jump_to_find_page), (compute_selections), (clear_selection),
8796         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8797         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8798         (ev_view_update_primary_selection),
8799         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8800         * shell/ev-view.h:
8801         * shell/ev-window.c: (ev_window_open_page_label),
8802         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8803         (ev_window_init):
8804         * shell/ev-window.h:
8805         * shell/main.c: (load_files):
8806
8807         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8808         when resizing.  Remove the bin_window().  Also, patch from James
8809         Bowes to fix command line page, #300641
8810         
8811 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8812
8813         * data/evince-ui.xml:
8814         * shell/ev-view.c:
8815         * shell/ev-view.h:
8816         * shell/ev-window.c: (update_action_sensitivity):
8817
8818         Get rid of View->Normal Size, it's just confusing
8819
8820 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8821
8822         * backend/ev-document-info.h:
8823         * backend/ev-document.c: (ev_document_info_free): Free the
8824         EvDocumentInfo.
8825
8826         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8827         (clear_range), (add_range), (update_visible_range),
8828         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8829         (ev_sidebar_thumbnails_set_document):
8830         * shell/ev-window.c: (ev_window_setup_document): Only render the
8831         visible thumbnails.  It takes an instant to render, but it uses
8832         much less memory.
8833
8834 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8835
8836         * shell/ev-sidebar-links.c: (popup_menu_cb):
8837
8838         Select first item
8839
8840 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8841
8842         * lib/Makefile.am:
8843         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8844         (button_press_cb), (ev_sidebar_links_construct):
8845
8846         Show the popup menu also on keybindings
8847
8848 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8849
8850         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8851         * shell/ev-window.h:
8852
8853         Expose api to print a range (with dialog). Make private _print use
8854         it.
8855
8856         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8857         (ev_sidebar_links_construct):
8858
8859         Show a print context menu on linkx, it prints the selected
8860         section.
8861
8862 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8863
8864         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8865         button.
8866
8867 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * AUTHORS:
8870
8871         Update
8872
8873         * shell/ev-window.c: (build_comments_string),
8874         (ev_window_cmd_help_about):
8875
8876         Show poppler version/backend and authors
8877
8878 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8879
8880         * cut-n-paste/zoom-control/ephy-zoom.c:
8881         (ephy_zoom_get_zoom_level_index):
8882         * cut-n-paste/zoom-control/ephy-zoom.h:
8883
8884         Move the best fit items at the top of the list
8885
8886 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8887
8888         * shell/ev-marshal.list:
8889         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8890         (activate_cb), (match_selected_cb), (activate_link_cb),
8891         (connect_proxy), (ev_page_action_class_init):
8892         * shell/ev-page-action.h:
8893
8894         Use signals to notify action activation. Hopefully
8895         I did not break completion since I cant test...
8896
8897         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8898         (register_custom_actions):
8899
8900         Connect to page selector actions and also grab focus on
8901         the view when activated.
8902
8903 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8904
8905         * pdf/ev-poppler.cc:
8906         * backend/ev-page-cache.c: make page size calculation consistent
8907         and set it to (int)( width * scale + 0.5).  This makes the weird
8908         line going through the middle of the page go away.
8909
8910         * shell/ev-view.c: move painting the background page after
8911         checking the expose area covers us.
8912
8913 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8914
8915         * data/evince-password.glade:
8916         
8917         Mark labels as not translatable. Fix for bug 302842.
8918
8919 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8920
8921         * configure.ac: Added "es" to ALL_LINGUAS.
8922
8923 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8924
8925         * data/evince-toolbar.xml:
8926         * shell/ev-window.c: (update_action_sensitivity),
8927         (ev_window_setup_document), (ev_window_set_page_mode),
8928         (ev_window_init):
8929
8930         Remove some leftover code from jrb first continous
8931         attempt. Use the new actions, we still need good icons
8932         though...
8933
8934 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8935
8936         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8937
8938         Update label when connecting proxy. Fix a warning with NULL
8939         page_cache.
8940
8941 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * data/evince-ui.xml:
8944         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8945         * shell/ev-page-action.h:
8946         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8947
8948         Add mnemonic for edit toolbar.
8949         ctrl+l focus the page entry.
8950
8951 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8952
8953         * lib/Makefile.am:
8954         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8955         (ev_window_init):
8956         * shell/main.c: (main):
8957
8958         Put the toolbar xml in evince own dot dir
8959
8960 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8961
8962         * shell/ev-window.c: (ev_window_init):
8963
8964         Make the toolbar not removable
8965
8966 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8967
8968         * data/evince-ui.xml:
8969         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8970         * shell/ev-sidebar-links.h:
8971         * shell/ev-sidebar-thumbnails.c:
8972         (ev_sidebar_thumbnails_get_treeview):
8973         * shell/ev-sidebar-thumbnails.h:
8974         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8975         (ev_view_class_init):
8976         * shell/ev-view.h:
8977         * shell/ev-window.c: (update_action_sensitivity),
8978         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8979         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8980         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8981         (ev_window_init):
8982
8983         This is evil... Make space/backspace global accelerators but
8984         enable them only for some widgets (sidebars and view).
8985         I dont like it, but I dont know a better way... :/
8986
8987 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8988
8989         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8990         (ev_page_action_widget_finalize),
8991         (ev_page_action_widget_class_init), (update_page_cache):
8992
8993         Keep a weak reference on proxy->page_cache so that we
8994         dont try to disconnect the signal if the object is already
8995         gone. Maybe there is a better way to cleanup reference handling
8996         in page action though...
8997
8998 2005-05-10  Juerg Billeter  <j@bitron.ch>
8999
9000         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9001         * backend/ev-ps-exporter.h:
9002         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9003         * ps/ps-document.c: (ps_document_ps_export_begin):
9004         
9005         Change api to pass print range to ps_exporter_begin. The pdf backend
9006         requires this information.
9007         
9008         * shell/ev-print-job.c: (idle_print_handler):
9009         
9010         Adapt to api change
9011
9012 2005-05-10  Juerg Billeter  <j@bitron.ch>
9013
9014         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9015         (idle_print_handler)
9016         * shell/ev-window.c: (ev_window_print):
9017
9018         Support printing page range, based on patch by Amaury Jacquot
9019
9020 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * data/evince-toolbar.xml:
9023
9024         Add zoom control to available items
9025
9026 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9027
9028         * shell/ev-window.c: (update_action_sensitivity):
9029
9030         Set slash action insensitive when appropriate
9031
9032 2005-05-10  Christian Persch <chpe@gnome.org>
9033
9034         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9035
9036         Fix warning on the overflow menu
9037
9038 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9039
9040         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9041
9042         Check for uri correctness/existence
9043
9044 2005-05-09  Juerg Billeter  <j@bitron.ch>
9045
9046         * shell/ev-window.c: (using_postscript_printer):
9047
9048         LPD printers use postscript, too
9049
9050 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9051
9052         * shell/ev-window.c: (register_custom_actions):
9053
9054         The zoom one is actually sort of useful,
9055         put it back
9056
9057 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9058
9059         * shell/ev-window.c: (register_custom_actions):
9060
9061         Hide page/zoom controls from overflow, they
9062         are useless.
9063
9064 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * cut-n-paste/update-from-egg.sh:
9067         
9068         Share it between all cut-n-paste subdirs
9069
9070         * cut-n-paste/recent-files/Makefile.am:
9071
9072         Fix to use "global" update-from-egg.sh
9073
9074         * cut-n-paste/recent-files/egg-recent-model.c:
9075         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9076         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9077         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9078         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9079
9080         Update from libegg
9081
9082         * cut-n-paste/toolbar-editor/Makefile.am:
9083
9084         Fix to use "global" update-from-egg.sh
9085
9086         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9087
9088         Update from libegg
9089
9090 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9091
9092         * configure.ac:
9093         * cut-n-paste/Makefile.am:
9094         * cut-n-paste/recent-files/Makefile.am:
9095         * cut-n-paste/toolbar-editor/.cvsignore:
9096         * cut-n-paste/toolbar-editor/Makefile.am:
9097         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9098         (egg_editable_toolbar_get_type), (get_toolbar_position),
9099         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9100         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9101         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9102         (set_item_drag_source), (create_item_from_action), (create_item),
9103         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9104         (popup_toolbar_context_menu_cb), (free_dragged_item),
9105         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9106         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9107         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9108         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9109         (item_added_cb), (item_removed_cb),
9110         (egg_editable_toolbar_construct),
9111         (egg_editable_toolbar_disconnect_model),
9112         (egg_editable_toolbar_deconstruct),
9113         (egg_editable_toolbar_set_model),
9114         (egg_editable_toolbar_set_ui_manager),
9115         (egg_editable_toolbar_set_property),
9116         (egg_editable_toolbar_get_property),
9117         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9118         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9119         (egg_editable_toolbar_new_with_model),
9120         (egg_editable_toolbar_get_edit_mode),
9121         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9122         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9123         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9124         (new_pixbuf_from_widget), (new_separator_pixbuf),
9125         (update_separator_image), (style_set_cb),
9126         (_egg_editable_toolbar_new_separator_image),
9127         (egg_editable_toolbar_get_model):
9128         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9129         * cut-n-paste/toolbar-editor/egg-marshal.c:
9130         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9131         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9132         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9133         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9134         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9135         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9136         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9137         (editor_drag_data_delete_cb), (drag_data_get_cb),
9138         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9139         (editor_create_item), (update_editor_sheet), (setup_editor),
9140         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9141         (parse_item_list), (model_has_action), (update_actions_list),
9142         (egg_toolbar_editor_load_actions):
9143         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9144         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9145         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9146         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9147         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9148         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9149         (egg_toolbars_model_add_separator), (impl_add_item),
9150         (parse_item_list), (egg_toolbars_model_add_toolbar),
9151         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9152         (impl_get_item_data), (impl_get_item_type),
9153         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9154         (egg_toolbars_model_init), (free_toolbar),
9155         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9156         (egg_toolbars_model_remove_toolbar),
9157         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9158         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9159         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9160         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9161         (egg_toolbars_model_get_item_data),
9162         (egg_toolbars_model_get_item_type):
9163         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9164         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9165         * data/Makefile.am:
9166         * data/evince-toolbar.xml:
9167         * data/evince-ui.xml:
9168         * data/hand-open.png:
9169         * po/POTFILES.in:
9170         * shell/Makefile.am:
9171         * shell/ev-window.c: (update_chrome_visibility),
9172         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9173         (ev_window_dispose), (ev_window_init):
9174
9175         Implement epiphany like toolbar editor. Based on patch by
9176         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9177
9178 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9179
9180         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9181
9182         Use set_cursor instead of set_selection, so that
9183         the keyboard focus moves too.
9184
9185 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9186
9187         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9188
9189         Fix infinite loop when loading Type1 fonts
9190
9191 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9192
9193         * data/evince-ui.xml:
9194         * shell/ev-window.c:
9195
9196         Slash -> Find
9197
9198 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9199
9200         * configure.ac:
9201
9202         Make --disable really disable
9203
9204 2005-05-07  Juerg Billeter  <j@bitron.ch>
9205
9206         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9207
9208         Compare page labels even without has_labels set, fixes setting page
9209         with entry
9210
9211 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9212
9213         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9214         (ev_view_set_cursor), (ev_view_button_press_event),
9215         (ev_view_motion_notify_event), (ev_view_button_release_event),
9216         (ev_view_init):
9217
9218         Implement middle button scrolling. Based on a patch
9219         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9220
9221 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9222
9223         * shell/ev-document-types.c: (get_slow_mime_type),
9224         (get_document_type_from_mime), (ev_document_type_lookup):
9225         * shell/ev-document-types.h:
9226
9227         Change api to lookup from uri. Do fast lookup first, if the
9228         type is unknown try with data sniffing.
9229
9230         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9231         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9232
9233         Adapt to api change
9234
9235 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * thumbnailer/Makefile.am:
9238
9239         Fix distcheck
9240
9241 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9242
9243         * NEWS:
9244         * configure.ac:
9245
9246         Release 0.3.0
9247
9248         * data/evince-ui.xml:
9249
9250         Hide presentation mode for now
9251
9252         * shell/ev-view.c: (highlight_find_results):
9253
9254         Show current find selection only on current page
9255
9256 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9257
9258         * shell/ev-view.c: (ev_view_select_all):
9259
9260         Compute size of the actual page, not of
9261         the current one.
9262
9263 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9264
9265         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9266         (view_rect_to_doc_rect), (compute_selections),
9267         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9268         (ev_view_copy), (ev_view_primary_get_cb),
9269         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9270         (ev_view_button_press_event), (ev_view_motion_notify_event),
9271         (ev_view_button_release_event), (page_changed_cb):
9272
9273         Fix text selection
9274
9275 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9276
9277         * shell/ev-view.c: (compute_border), (get_page_extents),
9278         (doc_rect_to_view_rect), (highlight_find_results),
9279         (ev_view_bin_expose), (ev_view_select_all),
9280         (ev_view_motion_notify_event), (update_find_status_message),
9281         (jump_to_find_result), (jump_to_find_page):
9282
9283         First go at fixing search, still buggy
9284
9285 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9286
9287         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9288         dropdown box and button at the top of the sidebar.
9289
9290 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9291
9292         * configure.ac: Output zoom-control Makefile.
9293         * cut-n-paste/Makefile.am: build zoom-control subdir.
9294         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9295         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9296         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9297         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9298         * cut-n-paste/zoom-control/ephy-zoom.c:
9299         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9300         from epiphany, and modified to add a separator into the menu.
9301         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9302         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9303         zoom-control action.
9304         * shell/Makefile.am: Include zoom-control flags.
9305         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9306         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9307         (ev_view_zoom_for_size_presentation),
9308         (ev_view_zoom_for_size_continuous_and_dual_page),
9309         (ev_view_zoom_for_size_continuous),
9310         (ev_view_zoom_for_size_dual_page),
9311         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9312         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9313         ev_view_get_zoom and ev_view_get_sizing_mode.
9314         * shell/ev-view.h:
9315         * shell/ev-window.c: (update_action_sensitivity),
9316         (update_sizing_buttons), (zoom_control_changed_cb),
9317         (register_custom_actions): Initialize and use the zoom-control 
9318         widget.
9319
9320 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9321
9322         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9323         preview cache back to 1.  Don't know when it got set to 0.
9324         
9325         * shell/ev-view.c: (compute_border), (ev_view_realize),
9326         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9327         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9328         (ev_view_get_fullscreen), (ev_view_set_presentation),
9329         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9330         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9331         * shell/ev-view.h:
9332         * shell/ev-window.c:
9333         (update_chrome_visibility),
9334         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9335         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9336         (update_document_mode), (ev_window_update_fullscreen_action),
9337         (ev_window_fullscreen), (ev_window_unfullscreen),
9338         (ev_window_cmd_view_fullscreen),
9339         (ev_window_update_presentation_action),
9340         (ev_window_run_presentation), (ev_window_stop_presentation),
9341         (ev_window_cmd_view_presentation), (ev_window_state_event),
9342         (ev_window_focus_in_event), (ev_window_focus_out_event),
9343         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9344         * data/evince-ui.xml: Initial presentation mode.  We should
9345         probably hide this until it's done, as it's quite rough.  Also,
9346         change full-screen to fullscreen and add two getters to EvView.
9347
9348 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9349
9350         * shell/ev-page-action.c: (update_page_cache),
9351         (ev_page_action_dispose):
9352         * shell/ev-window.c: (destroy_fullscreen_popup),
9353         (ev_window_create_fullscreen_popup):
9354
9355         Use connect_object rather than explicitly
9356         disconnect on dispose.
9357
9358 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9359
9360         * shell/ev-page-action.c: (update_page_cache),
9361         (ev_page_action_dispose):
9362
9363 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9364
9365         * backend/ev-page-cache.c: (_ev_page_cache_new),
9366         (ev_page_cache_set_page_label),
9367         (ev_page_cache_has_nonnumeric_page_labels):
9368         * backend/ev-page-cache.h:
9369         * shell/ev-page-action.c: (update_pages_label):
9370         
9371         If all page labels are numeric, fallback to default
9372         way to display number of pages. See bug 173185.
9373
9374 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9375
9376         * shell/ev-page-action.c: (ev_page_action_dispose):
9377         * shell/ev-view.c: (view_update_range_and_current_page):
9378         * shell/ev-window.c: (ev_window_dispose):
9379         
9380         Set page on scroll in continuous mode. Fixes bug 301986.
9381         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9382
9383 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9384
9385         * configure.ac:
9386
9387         Require poppler 0.3.0
9388
9389 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9390         
9391         * shell/Makefile.am, configure.ac: Fix build problems
9392         with t1lib. Bug 301996.
9393
9394 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * shell/ev-view.c: (ev_view_scroll_event):
9397         
9398         Scroll up increase zoom
9399
9400 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9401
9402         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9403         (ev_view_set_sizing_mode),
9404         (ev_view_zoom_for_size_continuous_and_dual_page),
9405         (ev_view_zoom_for_size_continuous):
9406         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9407         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9408         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9409         (ev_window_init):
9410
9411         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9412         Fix for 165473 and 165472.
9413
9414 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9415
9416         * po/POTFILES.in:
9417         * thumbnailer/Makefile.am:
9418         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9419         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9420         * thumbnailer/evince-thumbnailer.schemas.in:
9421         
9422         Make thumbnailer schemas translatable. Fix for bug 301773
9423         
9424         * thumbnailer/evince-thumbnailer-djvu.schemas:
9425         * thumbnailer/evince-thumbnailer-dvi.schemas:
9426         * thumbnailer/evince-thumbnailer.schemas:
9427
9428         Removed files
9429
9430 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9431
9432         * shell/ev-view.c (ev_view_init): forgot to set this.
9433
9434 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9435
9436         * shell/ev-view.c: (find_page_at_location),
9437         (get_link_at_location),
9438         (ev_view_set_show_border), (ev_view_set_spacing),
9439         (ev_view_zoom_for_size_continuous_and_dual_page),
9440         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9441         Also, add a quick fix measuring of widths.  Also, removed
9442         ev_view_set_spacing and ev_view_set_show_border.
9443         
9444         * shell/ev-window.c: (ev_window_unfullscreen),
9445         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9446
9447 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9448
9449         * shell/ev-view.c: (view_update_range_and_current_page),
9450         (page_changed_cb):
9451         
9452         Fix crash on exit and scrolling to page in continuous view.
9453
9454 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9455
9456         * TODO:
9457         * backend/ev-page-cache.c: (_ev_page_cache_new),
9458         (ev_page_cache_get_max_width_size),
9459         (ev_page_cache_get_max_height_size):
9460         * backend/ev-page-cache.h:
9461         * data/evince-ui.xml:
9462         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9463         * shell/ev-view.c: (view_update_adjustments),
9464         (view_update_range_and_current_page), (get_bounding_box_size),
9465         (ev_view_size_request_continuous_and_dual_page),
9466         (ev_view_size_request_continuous),
9467         (ev_view_size_request_dual_page),
9468         (ev_view_size_request_single_page), (ev_view_size_request),
9469         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9470         (ev_view_bin_expose), (ev_view_expose_event),
9471         (ev_view_set_property), (ev_view_get_property),
9472         (ev_view_class_init), (ev_view_init), (ev_view_new),
9473         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9474         (ev_view_set_dual_page), (ev_view_set_full_screen),
9475         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9476         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9477         (ev_view_zoom_out), (zoom_for_size_fit_width),
9478         (zoom_for_size_best_fit),
9479         (ev_view_zoom_for_size_continuous_and_dual_page),
9480         (ev_view_zoom_for_size_continuous),
9481         (ev_view_zoom_for_size_dual_page),
9482         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9483         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9484         * shell/ev-view.h:
9485         * shell/ev-window.c: (update_action_sensitivity),
9486         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9487         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9488         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9489         (ev_window_cmd_view_zoom_out), (update_view_size),
9490         (ev_window_set_sizing_mode), (ev_window_init):
9491
9492         Add Continuous and Dual page modes.
9493
9494 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9495
9496         * dvi/dvi-document.c: (dvi_document_load),
9497         (dvi_document_thumbnails_get_thumbnail),
9498         (dvi_document_init_params): Fix up some mixups between
9499         width and height to correct thumbnail rendering.
9500
9501 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9502
9503         * dvi/mdvi-lib/private.h:
9504         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9505         
9506         Suppess output for kpathsea during font generation. Thanks to
9507         James Bowes
9508
9509 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9510
9511         * NEWS:
9512         * configure.ac:
9513
9514         Release 0.2.1
9515
9516         * Makefile.am: fix distcheck.
9517
9518 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9519
9520         * shell/ev-sidebar-links.c: (selection_changed_callback),
9521         (update_page_callback), (row_activated_callback),
9522         (job_finished_callback), (ev_sidebar_links_set_document):
9523         
9524         Fix for bug #169901. Double click on links expands tree.
9525
9526 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9527
9528         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9529         hard-coded style. Fix for bug 170111
9530
9531 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9532
9533         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9534         locking.
9535
9536 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9537
9538         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9539
9540 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9541
9542         * pdf/ev-poppler.cc:
9543         * shell/ev-view.c: (highlight_find_results):
9544
9545         Fix find on single page documents
9546
9547 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9548
9549         * data/evince.schemas.in: fix for bug 301390
9550
9551 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9552
9553         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9554         (ev_view_zoom_out), (ev_view_zoom_normal):
9555         * shell/ev-view.h:
9556         * shell/ev-window.c: (update_action_sensitivity),
9557         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9558         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9559         (ev_window_cmd_view_normal_size):
9560
9561         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9562         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9563         better than oom. 
9564
9565 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9566
9567         * configure.ac:
9568
9569         Depend on 2.57, 2.59 doesnt seem to be necessary
9570
9571 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9572
9573         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9574         (create_tool_item):
9575
9576         Put back total number of pages as (1 of 1234)
9577
9578 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9579
9580         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9581         remove the job.
9582
9583         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9584         function.  This helps debugging.
9585
9586 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9587
9588         * djvu/djvu-document.c: (djvu_document_class_init),
9589         (djvu_document_get_info), (djvu_document_document_iface_init):
9590         * dvi/dvi-document.c: (dvi_document_class_init),
9591         (dvi_document_get_info), (dvi_document_document_iface_init):
9592
9593         Dummy implementation of get_info method for dvi and
9594         djvu. Fix crashes with those backends
9595
9596 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9597
9598         * data/evince.desktop.in:
9599
9600         Add application/x-gzpostscript
9601
9602 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9603
9604         * data/evince.schemas.in: Added real long descriptions, 
9605         closes bug 172496 
9606
9607         * README: Added actual text, closes bug 171869
9608
9609 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9610
9611         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9612
9613         Thumbnail page 0
9614
9615 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9616
9617         * backend/ev-document-info.h:
9618
9619         s/GDate */GDate so we can just use g_free
9620
9621 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9622
9623         * shell/ev-window.c: (update_document_mode),
9624         (ev_window_setup_document):
9625
9626         Show the window in fullscreen when specified by
9627         the document
9628
9629 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9630
9631         * backend/ev-document.c: (ev_document_class_init),
9632         (ev_document_get_info), (ev_document_render_pixbuf):
9633         * backend/ev-document.h:
9634         * backend/ev-page-cache.c: (_ev_page_cache_new):
9635         * pdf/ev-poppler.cc:
9636         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9637         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9638         * ps/ps-document.c: (ps_document_class_init), (document_load),
9639         (ps_document_get_info), (ps_document_document_iface_init):
9640
9641         Remove get_title from the interface, we can just use document info
9642
9643 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9644
9645         * backend/Makefile.am:
9646         * backend/ev-document.c: (ev_document_render_get_info):
9647         * backend/ev-document.h:
9648         * pdf/ev-poppler.cc:
9649
9650         Initial support for document info. Based on jrb patch.
9651
9652 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9653
9654         * shell/ev-window.c: (ev_window_state_event),
9655         (ev_window_class_init), (ev_window_init):
9656         
9657         Doesn't show resize grip when maximized. See bug #301053
9658
9659 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9660
9661         * po/POTFILES.in:
9662         
9663         ev-sidebar-thumbnails now has translatable labels
9664         
9665         * shell/Makefile.am:
9666         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9667         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9668         (ev_sidebar_links_page_iface_init):
9669         * shell/ev-sidebar-links.h:
9670         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9671         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9672         (ev_sidebar_page_get_label):
9673         * shell/ev-sidebar-page.h:
9674         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9675         (ev_sidebar_thumbnails_set_document),
9676         (ev_sidebar_thumbnails_support_document),
9677         (ev_sidebar_thumbnails_get_label),
9678         (ev_sidebar_thumbnails_page_iface_init):
9679         * shell/ev-sidebar-thumbnails.h:
9680         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9681         (ev_sidebar_set_document):
9682         * shell/ev-sidebar.h:
9683         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9684         
9685         Small rework of sidebar code. Now sidebar pages should implement
9686         EvSidebarPage interface. That makes page management in EvSidebar
9687         easier. See bug #164811 for details
9688
9689 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9690
9691         * shell/ev-application.c: (ev_application_open):
9692         * shell/ev-document-types.c:
9693         
9694         Fix build error and small problem with application exit
9695
9696 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9697
9698         * thumbnailer/Makefile.am:
9699         * thumbnailer/evince-thumbnailer-djvu.schemas:
9700         * thumbnailer/evince-thumbnailer-dvi.schemas:
9701         
9702         Conditionally install schemas for djvu/dvi thumbnailer
9703
9704 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9705
9706         * shell/ev-document-types.h: 
9707         * shell/ev-document-types.c: 
9708         New files, handling the mapping from mimetypes to backends
9709         
9710         * shell/ev-window.c: 
9711         * thumbnailer/evince-thumbnailer.c:     
9712         Use the ev-document-types code
9713         
9714         * shell/Makefile.am: 
9715         Added new convenience library libevbackendfactory_la, containing
9716         the new mimetype->backend logic; moved the backends into it.
9717
9718         * thumbnailer/Makefile.am:
9719         Make the thumbnailer link with the libevbackend.la convenience
9720         library, rather than having a duplicate of the backend logic here.
9721
9722 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9723
9724         * shell/ev-stock-icons.c: constify some vars.
9725         * shell/ev-window.c: ditto.
9726
9727 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9728
9729         * ps/ps-document.c (get_page_orientation):
9730
9731         Respect document orientation 
9732
9733 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9734
9735         * djvu/Makefile.am:
9736         * dvi/Makefile.am:
9737         * shell/Makefile.am:
9738         
9739         Move library dependencies to components.
9740         
9741         * shell/ev-window.c: (update_window_title),
9742         (start_loading_document):
9743         
9744         Fix display of uris with spaces. Bug 168358.
9745
9746 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9747
9748         * shell/ev-sidebar-links.c: (selection_changed_cb):
9749         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9750         (ev_view_button_release_event), (ev_view_set_document):
9751         * shell/ev-view.h:
9752         * shell/ev-window.c: (find_bar_search_changed_cb):
9753         * shell/ev-window.h: Minor cleanups removing some dead code.
9754
9755 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9756
9757         * backend/ev-page-cache.c: (_ev_page_cache_new):
9758         
9759         Set current page to 0 if document has pages.
9760
9761 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9762
9763         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9764
9765         Initialize GError to NULL, fix a crash when loading fails.
9766
9767 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9768
9769         * shell/ev-window.c: (update_view_size):
9770
9771         Calculate shadow size only when there is actually
9772         a shadow.
9773
9774 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9775
9776         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9777         * shell/ev-view.h:
9778
9779         Allow setting view spacing, default to 0
9780
9781         * shell/ev-window.c: (ev_window_unfullscreen),
9782         (ev_window_cmd_view_fullscreen), (ev_window_init):
9783
9784         Remove spacing in fullscreen mode
9785
9786 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9787
9788         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9789         (ev_view_size_request), (expose_bin_window),
9790         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9791         * shell/ev-view.h:
9792         * shell/ev-window.c: (ev_window_unfullscreen),
9793         (ev_window_cmd_view_fullscreen):
9794
9795         Do not draw the border in fulscreen
9796
9797 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9798
9799         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9800         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9801         (find_page_at_location), (page_changed_cb):
9802
9803         Rework border calculation, so that I can more easily disable it.
9804         Code somewhat cleaner too.
9805
9806 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9807
9808         * backend/ev-page-cache.c: (ev_page_cache_init),
9809         (_ev_page_cache_new):
9810
9811         Remove some assertions, documents can have 0 pages.
9812         Make initial current page -1.
9813
9814         * shell/ev-page-action.c: (page_changed_cb):
9815
9816         Show "" if current page is -1
9817
9818         * shell/ev-window.c: (update_action_sensitivity),
9819         (ev_window_setup_document):
9820
9821         When document has 0 pages do not set the view
9822         and make nearly everything insensitive.
9823
9824 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9825
9826         * shell/ev-page-view.c:
9827         * shell/ev-page-view.h:
9828
9829         Remove unused files.
9830         
9831         * shell/ev-sidebar-thumbnails.c:
9832         (ev_sidebar_thumbnails_set_document):
9833         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9834         (ev_sidebar_supports_document):
9835         * shell/ev-sidebar.h:
9836         * shell/ev-window.c: (ev_window_setup_document):
9837         
9838         Doesn't show thumbnails if document has 1 page. Make
9839         sidebar menu entries sensitive only if if they have 
9840         sense. Fix bug 164811. 
9841
9842 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9843
9844         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9845         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9846         (ev_view_zoom_out), (ev_view_set_size):
9847
9848         Rework sizing to deal with documents with not uniform page
9849         size.
9850
9851 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9852
9853         * backend/ev-page-cache.c: (_ev_page_cache_new):
9854
9855         Fix several page size caching bugs
9856
9857 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9858
9859         * shell/ev-window.c: (set_action_properties):
9860
9861         Make all toolbar items translatable
9862
9863 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9864
9865         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9866         (save_page_list), (ps_document_save),
9867         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9868         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9869         (ps_document_ps_exporter_iface_init):
9870         * ps/ps-document.h:
9871
9872         Based on a patch by J�rg Billeter <j@bitron.ch>
9873         
9874         Implement print and save a copy for the ps backend.
9875
9876 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9877
9878         * backend/ev-document.h:
9879         * djvu/djvu-document.c: (djvu_document_can_get_text),
9880         (djvu_document_document_iface_init):
9881         * dvi/dvi-document.c: (dvi_document_can_get_text),
9882         (dvi_document_document_iface_init):
9883         * pdf/ev-poppler.cc:
9884         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9885         (pixbuf_document_document_iface_init):
9886         * ps/ps-document.c: (ps_document_can_get_text),
9887         (ps_document_document_iface_init):
9888         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9889         * shell/ev-window.c: (update_action_sensitivity):
9890
9891         Fix the crash when trying to copy in backends that doesnt
9892         support it. We can implement a better solution once we
9893         do real text selection.
9894
9895 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9896
9897         * data/evince-ui.xml:
9898         * shell/ev-window.c: (ev_window_cmd_escape):
9899         
9900         Work around the Escape conflict (find bar and unfullscreen)
9901
9902 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9903
9904         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9905         
9906         Fix for #300233. Next page correctly handles document end.
9907         
9908         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9909         (ev_sidebar_thumbnails_class_init),
9910         (ev_sidebar_thumbnails_set_document),
9911         (ev_sidebar_thumbnails_clear_job),
9912         (ev_sidebar_thumbnails_clear_model):
9913         
9914         Cleanup thumbnail jobs on document changes.
9915         
9916         * shell/ev-view.c: (add_scroll_binding_keypad),
9917         (add_scroll_binding_shifted), (ev_view_class_init):
9918         
9919         Shift + Space scrolls up. Fix for #173184
9920         
9921         * shell/ev-window.c: (ev_window_open_page),
9922         (ev_window_cmd_view_reload):
9923         
9924         Fix reload (Bug #300094)
9925
9926 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9927
9928         
9929         * dvi/mdvi-lib/assoc.c:
9930         * dvi/mdvi-lib/assoc.h: Removed garbage files
9931         
9932         * dvi/mdvi-lib/bitmap.c:
9933         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9934         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9935         * dvi/mdvi-lib/color.h: Antialias of rules
9936         
9937         * dvi/mdvi-lib/common.h:
9938         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9939         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9940         * dvi/mdvi-lib/files.c:
9941         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9942         * dvi/mdvi-lib/mdvi.h:
9943         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9944         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9945         * dvi/mdvi-lib/util.c: Fix compile warnings
9946         
9947         * dvi/dvi-document.c:
9948         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9949         (dvi_document_thumbnails_get_thumbnail),
9950         (dvi_document_document_thumbnails_iface_init):
9951         * dvi/mdvi-lib/Makefile.am:
9952         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9953         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9954         
9955         Dvi backend now renders thumbnails
9956
9957 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9958
9959         * shell/main.c: (main): 
9960         
9961         Save accelerators on exit. Fixes bug #172095.
9962
9963 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9964
9965         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9966         update priority" comment.
9967
9968         * backend/ev-job-queue.c: Give a way to change priority.
9969
9970 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9971
9972         * shell/ev-page-action.c: Fix logic.
9973
9974 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9975
9976         * shell/ev-view.c: (ev_view_can_find_next):
9977         * shell/ev-window.c: (ev_window_setup_document):
9978
9979         Check that the document supports find
9980
9981 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * data/evince-ui.xml:
9984         * shell/ev-view.c: (ev_view_can_find_next):
9985         * shell/ev-view.h:
9986         * shell/ev-window.c: (update_action_sensitivity),
9987         (find_changed_cb), (ev_window_setup_document),
9988         (ev_window_cmd_edit_find_next):
9989
9990         Add Edit->Find Next
9991
9992 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9993
9994         * pdf/ev-poppler.cc:
9995         * shell/ev-print-job.c: (idle_print_handler):
9996
9997         Make printing work again
9998
9999 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10000
10001         * shell/ev-page-action.h:
10002         * shell/ev-page-action.c: (ev_page_action_widget_init),
10003         (ev_page_action_widget_class_init), (page_changed_cb),
10004         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10005         (get_filter_model_from_model), (match_selected_cb),
10006         (display_completion_text), (match_completion), (update_model),
10007         (connect_proxy), (ev_page_action_set_property),
10008         (ev_page_action_get_property), (ev_page_action_set_document),
10009         (ev_page_action_set_model), (ev_page_action_class_init): Big
10010         reworking to make completions work iff we have >= GTK-2.7.0
10011                 
10012         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10013         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10014         (job_finished_cb): We now have a 'model' property that is set when
10015         the links are loaded.  This can be caught with "notify::model"
10016
10017         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10018         listen for the model to be set, and propagate it to the action.
10019
10020 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10021
10022         * cut-n-paste/recent-files/egg-recent-item.c:
10023         (egg_recent_item_set_uri), (make_valid_utf8),
10024         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10025         * cut-n-paste/recent-files/egg-recent-item.h:
10026         
10027         Update egg-recent from libegg. This should fix long
10028         startup problem. For details see
10029         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10030
10031 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10032
10033         * cut-n-paste/recent-files/Makefile.am:
10034         * data/evince-ui.xml, shell/Makefile.am:
10035         * shell/ev-application.c, shell/ev-application.h:
10036         * shell/ev-window.c: Recent files support.
10037         
10038         * configure.ac: Added "ru" to ALL_LINGUAS.
10039         
10040         * dvju: new backend to support DJVU files.
10041         * dvi: new backend to support DVI.
10042
10043         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10044         * ev-application.c: Support for new backends.
10045         
10046         * help, ev-window.c, main.c shell/Makefile.am: 
10047         Evince user documentation.
10048
10049 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10050
10051         * po/POTFILES.in:
10052         * shell/ev-window.c:
10053         * thumbnailer/evince-thumbnailer.c:
10054
10055         s/pdf-document/ev-poppler
10056
10057 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10058
10059         * NEWS:
10060         * configure.ac:
10061
10062         Release 0.2.0
10063
10064         * ps/ps-document.c: (setup_pixmap):
10065
10066         Remove debug code
10067
10068 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10069
10070         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10071         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10072         (ev_window_cmd_go_first_page): Fix of by one errors.
10073
10074 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10075
10076         * ps/ps-document.c: (get_page_box):
10077
10078         Fix page size calculation
10079
10080 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10081
10082         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10083         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10084         (get_page_orientation), (setup_page), (document_load),
10085         (ps_document_get_page_size), (render_pixbuf_idle):
10086         * ps/ps-document.h:
10087
10088         More refactoring to adapt to EvDocument changes
10089
10090 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10091
10092         * ps/ps-document.c: (start_interpreter):
10093
10094         Actually add alpha args
10095
10096 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10097
10098         * pdf/ev-poppler.cc:
10099
10100         Make clipboard work again
10101
10102 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10103
10104         Make searching work again.
10105         
10106         * backend/ev-document.c:
10107         * backend/ev-document.h:
10108         * backend/ev-document-find.c:
10109         * backend/ev-document-find.h: Change EvDocumentIface so we no
10110         longer store the current page or zoom level in the document.  The
10111         consequence is that all calls that operate on the current page now
10112         instead take the page number as an extra argument, and all
10113         coordinates are now doubles in document coordinate system.
10114
10115         * pdf/ev-poppler.cc:
10116         * pixbuf/pixbuf-document.c:
10117         * ps/ps-document.c: Update backends accordingly.
10118
10119 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10120
10121         * autogen.sh:
10122
10123         Add required gettext version
10124
10125 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10126
10127         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10128         make F1 bring up non-existent help.
10129
10130         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10131         epiphany's find bar, #167477
10132
10133         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10134         <emil@nishra.com> to add space-bar scrolling, 
10135
10136         * shell/ev-window.c (static GtkActionEntry entries): add default
10137         keybinding for Help (F1)
10138         Fixes #171068
10139
10140         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10141         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10142         170110
10143
10144 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10145
10146         * Makefile.am: 
10147         * pixbuf/pixbuf-document.c: 
10148
10149         Got pixbuf backend working again
10150
10151 2005-04-01  Steve Murphy  <murf@e-tools.com>
10152
10153         * configure.in: Added "rw" to ALL_LINGUAS.
10154
10155 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10156
10157         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10158         model types, noticed by Martin Kretzschmar.
10159
10160 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10161
10162         * pdf/ev-poppler.cc: Implement search based on
10163         poppler_page_find_text().  Currently a bit crude since we remember
10164         all matches from all pages.  Also, we grab the big document lock
10165         when we search since searching changes the underlying stream and
10166         thus conflicts with the rendering thread.
10167         
10168         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10169         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10170         (ev_view_find_previous): Fix some page indexes to be 0 based,
10171         offset rubber band by view offset,
10172
10173 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10174
10175         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10176
10177 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10178
10179         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10180         completely because I didn't understand GtkActions.  I should
10181         read Marco's code more carefully in the future.
10182
10183         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10184         function
10185
10186 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10187
10188         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10189         PopplerRectangle change from poppler CVS.
10190
10191 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10192
10193         * backend/ev-document.c: (ev_document_get_page_label):
10194         * backend/ev-document.h:
10195         * backend/ev-page-cache.c: (_ev_page_cache_new),
10196         (ev_page_cache_get_page_label):
10197         * backend/ev-page-cache.h:
10198         * pdf/ev-poppler.cc:
10199         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10200         (links_page_num_func):
10201         * shell/ev-sidebar-thumbnails.c:
10202         (ev_sidebar_thumbnails_set_document):
10203         * shell/ev-view.c: (status_message_from_link),
10204         (ev_view_motion_notify_event):
10205         * shell/ev-window.c: (document_supports_sidebar): Add in page
10206         label support.  It's not perfect yet, but it's the first 'feature'
10207         in a while.
10208         Also, fix a bogus comment noticed by crispin. 
10209
10210 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10211
10212         * Makefile.am: Remove pixbuf backend for now
10213
10214         * configure.ac: Require poppler-glib instead of just poppler.
10215
10216         * backend/ev-document-thumbnails.h: Add a comment
10217
10218         * backend/ev-document.h:
10219         * backend/ev-document.c: (ev_document_class_init),
10220         (ev_document_load), (ev_document_get_link),
10221         (ev_document_get_links): Remove 3 methods and add get_links.
10222         Also, made 0 based.
10223
10224         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10225         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10226
10227         * backend/ev-link.c: (ev_link_set_title),
10228         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10229         (ev_link_mapping_find):
10230         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10231         
10232         * backend/ev-page-cache.c: (ev_page_cache_init),
10233         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10234         (ev_page_cache_get_size), (ev_page_cache_next_page),
10235         (ev_page_cache_prev_page): Fix to be 0 based.
10236
10237         * pdf/Makefile.am: 
10238         * pdf/ev-poppler.h:
10239         * pdf/ev-poppler.cc: New backend.
10240         
10241         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10242         (ps_document_get_page), (ps_document_document_iface_init):
10243
10244         * shell/ev-pixbuf-cache.h:
10245         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10246         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10247         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10248         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10249         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10250         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10251         based.
10252         
10253         * shell/ev-sidebar-thumbnails.c:
10254         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10255         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10256
10257         * shell/ev-view.c: (status_message_from_link),
10258         (find_page_at_location), (get_link_at_location),
10259         (ev_view_motion_notify_event), (ev_view_button_release_event),
10260         (ev_view_init): Use the new link code.  Fix to be 0 based.
10261
10262         * shell/ev-window.c: (update_action_sensitivity),
10263         (document_supports_sidebar): 0 based.
10264
10265 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10266
10267         * pdf/pdf-document.cc: Patch from Fernando Herrera
10268         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10269         *blush*
10270
10271 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10272
10273         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10274         1 to the page, as this seems to be 1 based.  I thought we has this
10275         fixed.  grump.
10276
10277 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10278
10279         * TODO:
10280         * backend/Makefile.am:
10281         * backend/ev-document-links.c:
10282         (ev_document_links_has_document_links),
10283         (ev_document_links_get_links_model):
10284         * backend/ev-document-links.h:
10285         * backend/ev-document.c: (ev_document_get_page_cache),
10286         (ev_document_get_doc_mutex), (ev_document_load),
10287         (ev_document_save), (ev_document_get_title),
10288         (ev_document_get_n_pages), (ev_document_set_page),
10289         (ev_document_get_page), (ev_document_set_target),
10290         (ev_document_set_scale), (ev_document_set_page_offset),
10291         (ev_document_get_page_size), (ev_document_get_text),
10292         (ev_document_get_link), (ev_document_render),
10293         (ev_document_render_pixbuf), (ev_document_scale_changed):
10294         * backend/ev-document.h:
10295         * backend/ev-job-queue.c: (remove_object_from_queue),
10296         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10297         (no_jobs_available_unlocked), (ev_render_thread),
10298         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10299         (ev_job_queue_remove_job):
10300         * backend/ev-job-queue.h:
10301         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10302         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10303         (ev_job_links_class_init), (ev_job_render_init),
10304         (ev_job_render_dispose), (ev_job_render_class_init),
10305         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10306         (ev_job_thumbnail_class_init), (ev_job_finished),
10307         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10308         (ev_job_render_run), (ev_job_thumbnail_new),
10309         (ev_job_thumbnail_run):
10310         * backend/ev-jobs.h:
10311         * backend/ev-link.c:
10312         * backend/ev-link.h:
10313         * backend/ev-page-cache.c: (ev_page_cache_init),
10314         (ev_page_cache_class_init), (ev_page_cache_finalize),
10315         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10316         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10317         (ev_page_cache_set_link), (ev_page_cache_get_title),
10318         (ev_page_cache_get_size), (ev_page_cache_next_page),
10319         (ev_page_cache_prev_page):
10320         * backend/ev-page-cache.h:
10321         * pdf/pdf-document.cc:
10322         * ps/gsdefaults.c:
10323         * ps/gsdefaults.h:
10324         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10325         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10326         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10327         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10328         (is_interpreter_ready), (output), (catchPipe), (input),
10329         (start_interpreter), (check_filecompressed), (compute_dimensions),
10330         (ps_document_enable_interpreter), (document_load),
10331         (ps_document_next_page), (render_page), (ps_document_set_page),
10332         (ps_document_set_scale), (render_pixbuf_idle),
10333         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10334         * ps/ps-document.h:
10335         * shell/Makefile.am:
10336         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10337         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10338         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10339         (ev_pixbuf_cache_new), (job_finished_cb),
10340         (check_job_size_and_unref), (move_one_job),
10341         (ev_pixbuf_cache_update_range), (find_job_cache),
10342         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10343         (ev_pixbuf_cache_add_jobs_if_needed),
10344         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10345         * shell/ev-pixbuf-cache.h:
10346         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10347         (idle_print_handler):
10348         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10349         (selection_changed_cb), (create_loading_model),
10350         (ev_sidebar_links_construct), (links_page_num_func),
10351         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10352         (update_page_callback), (job_finished_cb),
10353         (ev_sidebar_links_set_document):
10354         * shell/ev-sidebar-thumbnails.c:
10355         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10356         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10357         (page_changed_cb), (thumbnail_job_completed_callback),
10358         (ev_sidebar_thumbnails_set_document):
10359         * shell/ev-sidebar-thumbnails.h:
10360         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10361         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10362         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10363         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10364         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10365         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10366         (ev_view_button_release_event), (ev_view_scroll_view),
10367         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10368         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10369         (ev_view_new), (job_finished_cb), (page_changed_cb),
10370         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10371         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10372         (ev_view_find_previous):
10373         * shell/ev-view.h:
10374         * shell/ev-window.c: (update_action_sensitivity),
10375         (ev_window_open_page), (update_window_title), (update_total_pages),
10376         (page_changed_cb), (ev_window_setup_document),
10377         (password_dialog_response), (ev_window_cmd_save_as),
10378         (ev_window_print), (ev_window_cmd_go_previous_page),
10379         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10380         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10381         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10382         * shell/main.c: (main):
10383
10384         Merge evince-threads branch
10385
10386 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10387
10388         * configure.ac: Added "lt" to ALL_LINGUAS.
10389
10390 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10391
10392         * NEWS:
10393         * configure.ac:
10394
10395         Release 0.1.9
10396
10397 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10398
10399         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10400
10401         Fix here also the thumbnails 1-basedness :)
10402
10403 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10404
10405         * NEWS:
10406         * configure.ac:
10407
10408         Release 0.1.8
10409
10410 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10411
10412         * pdf/pdf-document.cc:
10413         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10414         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10415
10416         Fix the mess we did with thumbnails and 1-basedness
10417
10418 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10419
10420         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10421
10422 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10423
10424         * NEWS:
10425         * configure.ac:
10426
10427         Release 0.1.7
10428
10429 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10430
10431         * ps/Makefile.am:
10432         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10433         (gtk_gs_defaults_get_alpha_parameters),
10434         (gtk_gs_defaults_get_ungzip_cmd),
10435         (gtk_gs_defaults_get_unbzip2_cmd):
10436         * ps/gsdefaults.h:
10437         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10438         (ps_document_get_orientation), (document_load),
10439         (ps_document_goto_page), (ps_document_set_page_size):
10440         * ps/ps-document.h:
10441
10442         Some more sanitization of the ps backend. Remove a lot
10443         of unused code and do not base our defaults on ggv
10444         preferences (ugh!)
10445
10446 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10447
10448         * thumbnailer/evince-thumbnailer.schemas:
10449         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10450         (main): add -s option for thumbnail size.
10451
10452 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10453
10454         * configure.ac:
10455
10456         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10457         remove it.
10458
10459 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10460
10461         * pdf/pdf-document.cc:
10462
10463         Remove 4 pixels of useless border from the
10464         thumbnail.
10465
10466 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10467
10468         * backend/ev-document-thumbnails.c:
10469         (ev_document_thumbnails_get_thumbnail):
10470         * backend/ev-document-thumbnails.h:
10471
10472         Rework API a bit. Add a border flag and
10473         change sizing logic (now the size we specify
10474         applies to the bigger dimension).
10475
10476         * pdf/pdf-document.cc:
10477         * pixbuf/pixbuf-document.c:
10478         (pixbuf_document_thumbnails_get_thumbnail):
10479         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10480         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10481
10482         Adapt to the new API and do not draw a border for nautilus
10483         thumbnailer.
10484
10485 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10486
10487         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10488         take thumbnails from page "0" instead of "1". Added a copyright header.
10489
10490 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10491
10492         * ps/ps-document.c: (set_up_page), (start_interpreter):
10493
10494         Make it C89 compliant
10495
10496 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10497
10498         * Makefile.am:
10499         * configure.ac:
10500         * pdf/.cvsignore:
10501         * pdf/pdf-document.cc:
10502         * thumbnailer/Makefile.am:
10503         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10504         (main):
10505         * thumbnailer/evince-thumbnailer.schemas:
10506         * thumbnailer/pdf-icon.png:
10507
10508         Add a nautilus thumbnailer.
10509         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10510
10511 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10512
10513         * NEWS:
10514         * configure.ac:
10515         * po/POTFILES.in:
10516
10517         Release 0.1.6
10518
10519 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10520
10521         Use poppler instead of including xpdf source code.  Poppler is a
10522         fork of xpdf to build it as a shared library. See
10523         http://freedesktop.org/wiki/Software/poppler.
10524
10525         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10526         xpdf fork.
10527         
10528         * pdf/Makefile.am: Build libpdfdocument.a here.
10529         
10530         * pdf/GDKSplashOutputDev.cc:
10531         * pdf/GDKSplashOutputDev.h:
10532         * pdf/GnomeVFSStream.cc:
10533         * pdf/GnomeVFSStream.h:
10534         * pdf-document.cc:
10535         * pdf-document.h:
10536         * test-gdk-output-dev.cc
10537         * Thumb.cc:
10538         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10539         against poppler.
10540
10541 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10542
10543         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10544
10545         Clear idle stack before unsetting the document
10546
10547 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10548
10549         * ps/ps-document.c: (ps_document_widget_event),
10550         (ps_document_set_target), (ps_document_finalize),
10551         (ps_document_get_page):
10552
10553         Disconnect the widget event signal on finalize.
10554         Some code cleanups.
10555
10556 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10557
10558         * ps/ps-document.c: (set_up_page):
10559
10560         If there is no bpixmap create one, even if size
10561         is not changed.
10562
10563 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10564
10565         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10566         (set_up_page), (document_load), (ps_document_set_zoom):
10567
10568         Default page is 0. Calculate size even when we have no
10569         target yet.
10570
10571 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10572
10573         * shell/ev-sidebar.c: expand the selection widget to be always as
10574         wide as the sidebar
10575
10576 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10577
10578         * shell/ev-sidebar-thumbnails.c:
10579         (ev_sidebar_thumbnails_set_document):
10580
10581         Clear the list store when setting document
10582
10583 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10584
10585         * shell/ev-page-action.c: (update_entry), (sync_entry),
10586         (activate_cb), (entry_size_request_cb), (create_tool_item),
10587         (connect_proxy):
10588
10589         Use an entry for the page control instead of spinbuttons
10590
10591 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10592
10593         * data/evince.schemas.in:
10594
10595         Correct confusing string
10596
10597 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10598
10599         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10600         for real.  Gosh, how long has this been broken.
10601
10602         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10603         check for a NULL link.  We crash otherwise.
10604
10605 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10606
10607         * NEWS:
10608         * configure.ac:
10609
10610         Release 0.1.5
10611
10612 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10613
10614         * configure.ac: add the french translation.
10615
10616 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10617
10618         * shell/ev-window.c:
10619
10620         Remove unused header -> fix distcheck
10621
10622 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10623
10624         * shell/ev-window.c: (update_window_title),
10625         (ev_window_popup_password_dialog):
10626
10627         Unescape filename for display
10628
10629 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10630
10631         * pdf/xpdf/pdf-document.cc:
10632
10633         In get_page_size deal with rotation. Also
10634         cleanup the function a bit.
10635
10636 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10637
10638         * pdf/xpdf/pdf-document.cc:
10639
10640         Fix crash when opening in new window
10641
10642 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10643
10644         * configure.ac:
10645
10646         Check ghostscript >= 7
10647
10648 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10649
10650         * shell/ev-window.c:
10651
10652         Make page width the default sizing mode
10653
10654 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10655         Marco Pesenti Gritti <marco@gnome.org>
10656
10657         * shell/ev-window.c: Remember the sidebar size
10658
10659         * data/evince.schemas.in: Add a new gconf key to store the size of
10660         the sidebar
10661
10662 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10663
10664         * data/evince-ui.xml:
10665         * shell/ev-window.c: (update_action_sensitivity),
10666         (ev_window_cmd_view_reload):
10667         
10668         Add a "Reload" action and menu entry
10669
10670 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10671
10672         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10673         iff the type doesn't support thumbnailing and indexing.
10674
10675 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10676
10677         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10678
10679 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10680
10681         * pdf/splash/Splash.cc:
10682
10683         Port fix for a crasher from kde bug
10684         http://bugs.kde.org/show_bug.cgi?id=97131
10685
10686 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10687
10688         * pdf/xpdf/pdf-document.cc:
10689
10690         Return a link even if it's of an unrecognized
10691         type. Otherwise we go in an infinte cycle.
10692
10693 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10694
10695         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10696         (size_allocate_cb), (ev_window_set_sizing_mode):
10697
10698         Update size when switching mode
10699
10700 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10701
10702         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10703         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10704         (ev_window_cmd_view_normal_size):
10705
10706         Fix size toggle buttons behavior
10707
10708 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10709
10710         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10711         (doc_rect_to_view_rect), (ev_view_size_allocate),
10712         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10713         (scale_changed_callback):
10714
10715         Do not cache offsets in size_allocate.
10716
10717 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10718
10719         * shell/ev-view.c: (ev_view_size_allocate):
10720
10721         Calculate offsets before calling the parent
10722         class (which does a redraw)
10723
10724 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10725
10726         * pdf/xpdf/pdf-document.cc:
10727
10728         Fix a crasher on exit. Unused code, put a TODO
10729
10730 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10731
10732         * backend/ev-document.c: (ev_document_class_init),
10733         (ev_document_page_changed), (ev_document_scale_changed):
10734         * backend/ev-document.h:
10735
10736         Separate page/scale notifications
10737
10738         * pdf/xpdf/pdf-document.cc:
10739
10740         Emit the new signals.
10741         Do not display the pdf page in _render, do it
10742         when scale/page are requested.
10743
10744         * ps/ps-document.c: (ps_document_set_zoom),
10745         (ps_document_widget_event):
10746         * ps/ps-document.h:
10747
10748         Emit the new signals.
10749
10750         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10751         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10752         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10753         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10754         * shell/ev-view.h:
10755         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10756         (ev_window_cmd_view_page_width), (size_allocate_cb),
10757         (ev_window_set_sizing_mode):
10758
10759         Rework sizing to be pixel based.
10760         There are bugs but should be already way better.
10761
10762 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10763
10764         * shell/ev-window.c: (ev_window_init):
10765
10766         Do not allow to shrink sidebar smaller then
10767         child requisition
10768
10769 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10770
10771         * shell/ev-sidebar.[ch]
10772         * shell/ev-window.c:
10773
10774         Improved sidebar widget. Fixes #166683
10775
10776 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10777
10778         * shell/ev-view.c (update_find_status_message): Give translators
10779         more flexibility with ngettext plural handling.
10780
10781 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10782
10783         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10784         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10785         page when we get the page size.
10786
10787 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10788
10789         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10790
10791         ps pages are 0 based, convert 
10792
10793 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10796
10797         Initialize correct parent class. Set GError on document load
10798
10799 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10800
10801         * pdf/xpdf/pdf-document.cc:
10802
10803         Fixup selection offset calculation
10804
10805         * shell/ev-view.c: (view_rect_to_doc_rect),
10806         (doc_rect_to_view_rect), (ev_view_size_allocate),
10807         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10808         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10809
10810         Store selection as document relative, so that zooming
10811         and offset changing doesnt break it.
10812
10813 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10814
10815         * shell/ev-view.c: (ev_view_best_fit):
10816
10817         Do not try to best fit if the view is not realized
10818
10819 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10820           
10821         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10822
10823 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10824
10825         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10826
10827 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10828
10829         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10830         the popup window.  That prevents it resizing when in full screen
10831         mode.
10832
10833         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10834         multiple rerenders.  This pretty much sucks.
10835
10836         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10837         rest of the toolbar.
10838
10839 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10840
10841         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10842
10843 2005-02-17  Alexander Shopov  <ash@contact.bg>
10844
10845         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10846
10847 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10848
10849         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10850
10851 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10852
10853         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10854         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10855         (set_document_page), (document_changed_callback),
10856         (ev_view_set_document), (ev_view_find_previous),
10857         (ev_view_hide_cursor), (ev_view_show_cursor):
10858         * shell/ev-view.h:
10859         * shell/ev-window.c: (update_chrome_visibility),
10860         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10861         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10862         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10863         (ev_window_unfullscreen):
10864         * shell/main.c: (main):
10865
10866         Automatically hide the fullscreen button.
10867         Patch by Kristian Høgsberg <krh@redhat.com>
10868
10869 2005-02-16  Vincent Noel  <vnoel@cox.net>
10870
10871         * shell/main.c (main): Specify an icon for the window. Patch by
10872         Jaap A. Haitsma. Fixes #166177.
10873
10874 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10875
10876         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10877
10878 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10879
10880         * backend/ev-document-misc.h:
10881         * backend/ev-document-misc.c:
10882         (ev_document_misc_get_page_border_size),
10883         (ev_document_misc_paint_one_page): New function to canonicalize
10884         sizing/painting a border.
10885
10886         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10887         used.
10888
10889         * pdf/xpdf/pdf-document.cc: use new function
10890
10891         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10892         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10893         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10894         shell/ev-window.c: (update_sizing_buttons),
10895         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10896         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10897         (ev_window_cmd_view_page_width), (size_allocate_cb),
10898         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10899         and "fit width" values act as toggle buttons so they stay
10900         toggled.  It's not 100% perfect, and it's a little slow, but it's
10901         good enough to commit I think.
10902
10903 2005-02-15  David Lodge  <dave@cirt.net>
10904
10905         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10906
10907 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10908
10909         * shell/ev-window.c (update_window_title): replace newlines in
10910         the title by spaces. Bug #166107.
10911
10912 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10913
10914         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10915         parameters providing allocation width and height without
10916         scrollbars and width of a possible vertical scrollbar. With this
10917         additional information the functions can work as
10918         intended. Unfortunately they're not idempotent. We should
10919         transform these commands to toggles. Fixes Bug #164976
10920         Initial patch by Stephane Loeuillet, then heavily modified.
10921
10922         * shell/ev-view.h: update prototypes.
10923
10924         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10925         (ev_window_cmd_view_page_width): provide EvView fit functions with
10926         all the information they need. Formulas to calculate this
10927         information taken from GtkScrolledWindow.
10928
10929 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10930
10931         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10932         created a thumbnail, the list store is updated to know
10933         that the thumbnail is set. Fixes bug #166792
10934
10935 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10936
10937         * shell/ev-window.c: fixed typo, closes bug 166897
10938
10939         * TODO: updated TODO with bug numbers that are relevant
10940
10941 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10942
10943         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10944
10945 2005-02-09  Vincent Noel  <vnoel@cox.net>
10946
10947         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10948         and "Next" toolbar buttons as important to make them stand out.
10949
10950 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10951
10952         * lib/ev-debug.c:
10953         * lib/ev-debug.h:
10954         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10955         (start_interpreter), (stop_interpreter), (document_load),
10956         (ps_document_next_page), (ps_document_goto_page),
10957         (ps_document_set_page_size), (ps_document_widget_event),
10958         (ps_document_render):
10959         * shell/ev-page-view.c: (ev_page_view_dispose):
10960         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10961
10962         Fix compilation on non-gcc platforms
10963
10964 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * NEWS:
10967         * configure.ac:
10968
10969         Release 0.1.4
10970
10971         * pdf/xpdf/Catalog.cc:
10972         * pdf/xpdf/XRef.cc:
10973
10974         Fix the fix for CAN-2004-0888
10975
10976 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10977
10978         * data/Makefile.am:
10979         * data/evince-ui.xml:
10980         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10981         * shell/ev-stock-icons.h:
10982         * shell/ev-window.c: (update_action_sensitivity),
10983         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10984         (set_action_properties):
10985
10986         Improve toolbar layout/icons
10987
10988 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10989
10990         * pdf/xpdf/pdf-document.cc:
10991
10992         Add warnings about unimplemented/unknown link
10993         types.
10994
10995 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10996
10997         * ps/ps-document.c: (set_up_page):
10998
10999         Log gs property
11000
11001 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11002
11003         * ps/ps-document.c: (start_interpreter):
11004
11005         Log gs env var
11006
11007 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11008
11009         * shell/ev-page-view.c: (ev_page_view_dispose):
11010         * shell/ev-view.c: (ev_view_finalize):
11011         * shell/ev-window.c: (ev_window_setup_document),
11012         (ev_window_dispose), (ev_window_init):
11013
11014         Solve more refs issues.
11015
11016         I commented out the page_view initialization for now:
11017         it was never destroyed (because it's never added
11018         to a container). Because of that we was leaking
11019         gs processes. Couldnt think to a clean fix.
11020         We need to figure this out, password view has the
11021         same issue probably.
11022
11023 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11024
11025         * ps/ps-document.c: (ps_document_finalize),
11026         (ps_document_get_n_pages), (ps_document_get_page):
11027
11028         Some cleanups, stop the interpreter on finalize
11029
11030         * shell/ev-page-view.c: (ev_page_view_dispose),
11031         (ev_page_view_class_init):
11032
11033         Release our reference on the document
11034
11035 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11036
11037         * Makefile.am:
11038         * configure.ac:
11039         * doc/debugging.txt:
11040         * lib/.cvsignore:
11041         * lib/Makefile.am:
11042         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11043         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11044         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11045         * lib/ev-debug.h:
11046
11047         Add debugging helpers
11048
11049         * ps/Makefile.am:
11050         * ps/ps-document.c: (set_up_page), (start_interpreter),
11051         (stop_interpreter), (document_load), (ps_document_next_page),
11052         (ps_document_goto_page), (ps_document_set_page_size),
11053         (ps_document_widget_event), (ps_document_render):
11054         * shell/Makefile.am:
11055         * shell/ev-view.c: (expose_bin_window):
11056         * shell/main.c: (main):
11057
11058         Add some logs
11059         
11060 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11061
11062         * ps/ps-document.c: (ps_document_widget_event):
11063
11064         Initialize message_window, this should make ps
11065         rendering really work! (Never noticed because I was
11066         testing with a ps that is causing gs to exit every time!)
11067
11068 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11069
11070         * data/evince.schemas.in: updated simple error in applyto closing tag
11071
11072 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11073
11074         * Makefile.am:
11075         * configure.ac:
11076         * data/.cvsignore:
11077         * data/Makefile.am:
11078         * data/evince-ui.xml:
11079         A data/evince.schemas.in:
11080         * po/POTFILES.in:
11081         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11082         * shell/ev-stock-icons.h:
11083         * shell/ev-window.c: (update_chrome_visibility),
11084         (update_chrome_flag), (ev_window_cmd_edit_find),
11085         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11086         (ev_window_unfullscreen), (ev_window_focus_in_event),
11087         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11088         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11089         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11090         (ev_window_dispose), (ev_window_class_init),
11091         (set_action_properties), (set_chrome_actions), (load_chrome),
11092         (ev_window_init):
11093
11094         Implement fullscreen mode changes from bug #164776.
11095         Also implement persistent chrome toggles.
11096
11097 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11098
11099         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11100
11101 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11102
11103         * NEWS:
11104         * configure.ac:
11105         * shell/ev-view.c:
11106
11107         Add another check for find interface
11108
11109         Release 0.1.3
11110
11111 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11112
11113         * shell/ev-application.c: (ev_application_open):
11114         * shell/ev-window.c: (ev_window_open):
11115
11116         Open gzipped ps documents
11117
11118 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11119
11120         * TODO:
11121         * shell/ev-view.c: (set_document_page):
11122
11123         Clamp page number, dont try to move to
11124         not existant pages.
11125
11126 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11127
11128         * backend/ev-document-find.c: (ev_document_find_changed):
11129         * backend/ev-document-find.h:
11130         * pdf/xpdf/pdf-document.cc:
11131         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11132         * shell/ev-window.c: (find_bar_search_changed_cb):
11133
11134         Fix several bugs with find
11135
11136 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11137
11138         * shell/ev-sidebar-thumbnails.c
11139         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11140         document. Prevents warning from scroll_to_cell.
11141
11142 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11143
11144         * configure.ac: Add «nb» to ALL_LINGUAS too.
11145
11146 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11147
11148         * NOTES: New file with some random thoughts.
11149
11150         * TODO: Update.
11151
11152         * backend/ev-document-misc.c:
11153         (ev_document_misc_get_page_border_size): New function to
11154         canonicalize shadow drawing sizes.  Possibly goofy.
11155
11156         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11157         (ev_view_best_fit), (ev_view_fit_width):
11158         * pdf/xpdf/pdf-document.cc:
11159         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11160         * ps/ps-document.c: (ps_document_get_page_size):
11161         * backend/ev-document-misc.h:
11162         * backend/ev-document.c: (ev_document_get_page_size):
11163         * backend/ev-document.h: get_page_size now takes a page number
11164         parameter.  Made all the backends/frontends honor it.
11165
11166         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11167         see.  Doesn't work yet.
11168
11169         * shell/Makefile.am:
11170         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11171         Doesn't do anything yet.
11172
11173         * shell/ev-sidebar-thumbnails.c:
11174         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11175         [0..n_pages-1]
11176
11177         * shell/ev-window.c: (update_action_sensitivity),
11178         (ev_window_setup_document), (ev_window_set_page_mode),
11179         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11180         view-swapping code a bit so we can have multiple views on a
11181         document.  Add the multi-page view, though it can't be turned on
11182         yet.
11183
11184 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11185
11186         * shell/ev-application.c: (ev_application_open):
11187         * shell/ev-view.c: (expose_bin_window):
11188         * shell/ev-window.c: (ev_window_open):
11189
11190         Support eps and check document supports find
11191         before drawing highlightings in expose.
11192
11193 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11194
11195         * pixbuf/pixbuf-document.c:
11196         (pixbuf_document_thumbnails_get_dimensions),
11197         (pixbuf_document_document_thumbnails_iface_init):
11198
11199         implement get_dimensions
11200
11201 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11202
11203         * NEWS:
11204         * configure.ac:
11205
11206         Release 0.1.2
11207
11208 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11209
11210         * shell/ev-view.c: (set_document_page):
11211
11212         Scroll at the top of the page when changing page
11213
11214 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11215
11216         * shell/ev-view.c: (ev_view_motion_notify_event):
11217
11218         Do not redraw unnecessarily
11219
11220 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11221
11222         * pdf/xpdf/pdf-document.cc:
11223         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11224         (expose_bin_window), (find_changed_cb):
11225
11226         Yay! find works now... Now to find bugs...
11227
11228 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11229
11230         * backend/ev-document-find.c: (ev_document_find_base_init),
11231         (ev_document_find_changed):
11232         * backend/ev-document-find.h:
11233         * pdf/xpdf/pdf-document.cc:
11234         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11235         (expose_bin_window), (ev_view_init), (set_document_page),
11236         (ensure_rectangle_is_visible), (jump_to_find_result),
11237         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11238         (ev_view_find_next), (ev_view_find_previous):
11239         * shell/ev-view.h:
11240         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11241
11242         More work on find implementation, mostly there now
11243
11244 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11245
11246         * backend/ev-backend-marshalers.list:
11247         * backend/ev-document-find.c: (ev_document_find_base_init),
11248         (ev_document_find_cancel), (ev_document_find_page_has_results),
11249         (ev_document_find_get_n_results), (ev_document_find_get_result),
11250         (ev_document_find_get_progress), (ev_document_find_changed):
11251         * backend/ev-document-find.h:
11252
11253         Enanche the find interface to be really able to do
11254         multi page find.
11255
11256         * pdf/xpdf/pdf-document.cc:
11257
11258         Implement
11259
11260         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11261         (expose_bin_window), (ev_view_init),
11262         (ev_view_get_find_status_message), (find_changed_cb),
11263         (ev_view_set_document), (set_document_page):
11264
11265         Adapt to the new interface. A few things are regressed sorry,
11266         I will finish it soon.
11267
11268 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11269
11270         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11271         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11272         ev_sidebar_thumbnails_parent_class variable, don't define another
11273         parent_class variable.
11274
11275         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11276         (ev_page_action_class_init): ditto.
11277
11278         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11279         (pixbuf_document_class_init): ditto.
11280
11281         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11282         ditto.
11283
11284         * .cvsignore: ignore various valgrind output files.
11285
11286 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11287
11288         * data/evince-ui.xml:
11289         * shell/Makefile.am:
11290         * shell/ev-history.c:
11291         * shell/ev-history.h:
11292         * shell/ev-navigation-action.c:
11293         * shell/ev-navigation-action.h:
11294         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11295         (ev_view_set_page), (ev_view_fit_width):
11296         * shell/ev-view.h:
11297         * shell/ev-window.c: (update_action_sensitivity),
11298         (ev_window_setup_document), (register_custom_actions):
11299
11300         Kill session history
11301
11302 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11303
11304         * shell/ev-window.c: (update_action_sensitivity):
11305
11306         Fix inverted up/down buttons
11307
11308 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11309
11310         * shell/ev-sidebar-thumbnails.c
11311         (ev_sidebar_thumbnails_select_page): make sure the selected
11312         thumbnail stays visible.
11313
11314 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11315
11316         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11317         scrolled window for Federico.
11318
11319 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11320
11321         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11322
11323 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11324
11325         * configure.ac:
11326         * pdf/splash/SplashFTFontEngine.cc:
11327
11328         Fix CID fonts with freetype 2.1.9
11329
11330 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11331
11332         * TODO: added item for desktop icon thumbnailer
11333
11334 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11337         unloaded docs when the title is accessed.
11338
11339         * shell/ev-password-view.[hc]: New widget for displaying password
11340         state.
11341
11342         * shell/ev-window.[ch]: Refactor password handling code to handle
11343         the new view.
11344
11345 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11346
11347         * NEWS:
11348         * configure.ac:
11349         * data/Makefile.am:
11350
11351         Release 0.1.1
11352
11353 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11354
11355         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11356         ignore page offset here, to make search results independent of it,
11357
11358         * shell/ev-view.c (expose_bin_window): but take offsets into
11359         account here. Bug #164932
11360
11361         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11362         scale at the right time. Bug #164996
11363
11364 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11365
11366         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11367         fix the problem. Now I just removed the Adobe font names and hope
11368         that the URW fonts are always in outline format. Bug #164934
11369
11370         * shell/ev-window.c (update_window_title): empty titles are
11371         useless, use filename in that case too.
11372
11373         * NEWS: Add some content.
11374
11375 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11376
11377         * TODO: added one more TODO item and a TODONE section :)
11378
11379 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11380
11381         * ps/ps-document.h: add page_[xy]_offset fields.
11382
11383         * ps/ps-document.c (ps_document_set_page_offset)
11384         (ps_document_render): Keep offset in consideration in a few
11385         places. Bug #164752 "postscript documents are not centered in
11386         window"
11387
11388         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11389         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11390
11391         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11392         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11393         stub out missing methods for complete EvDocument implementation.
11394         Fixes segfaults with Save A Copy and Copy actions.
11395
11396         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11397         (ps_document_document_iface_init): ditto.
11398         
11399 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11400
11401         * data/.cvsignore:
11402         * data/Makefile.am:
11403         * data/evince.desktop.in:
11404
11405         Add desktop file
11406
11407 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11408
11409         * shell/ev-view.c: (ev_view_button_press_event),
11410         (ev_view_motion_notify_event):
11411
11412         Make selection work in any direction
11413
11414 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11415
11416         * TODO:
11417         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11418
11419         Use shorter labels for some of the toolbars items
11420
11421 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11422
11423         * pdf/xpdf/pdf-document.cc:
11424
11425         Check the links info is initialized before
11426         using it. Should fix a crash on startup.
11427
11428 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11429
11430         * pixbuf/pixbuf-document.c
11431         (pixbuf_document_thumbnails_get_dimensions): force floating point
11432         division to calculate page_ratio. Fixes crash with landscape
11433         format pixbufs.
11434
11435 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11436
11437         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11438
11439 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11440
11441         * shell/ev-view.c (set_document_page): unset has_selection when
11442         the page changes.
11443         (set_document_page): handle paper size changes when the page
11444         changes (test with Free Culture, page 2).
11445
11446 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11449         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11450
11451         Use normal style color for the widget background and
11452         draw a black box around the page.
11453
11454 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11455
11456         * pdf/xpdf/pdf-document.cc:
11457
11458         Keep offset in consideration in a few places
11459
11460         * shell/ev-view.c: (expose_bin_window):
11461
11462         Set the offsets so that the document is ever centered
11463
11464 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11465
11466         * TODO: Added TODO items and finished off the first todo item
11467
11468         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11469         reflect current authors
11470
11471 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11472
11473         * pdf/xpdf/pdf-document.cc:
11474         * shell/ev-view.c: (ev_view_set_cursor),
11475         (ev_view_motion_notify_event), (document_changed_callback),
11476         (set_document_page):
11477
11478         Show a wait cursor while the page is rendering
11479
11480 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11481
11482         * shell/ev-sidebar-thumbnails.c:
11483         (ev_sidebar_tree_selection_changed),
11484         (ev_sidebar_thumbnails_select_page):
11485         * shell/ev-sidebar-thumbnails.h:
11486         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11487         (ev_view_can_go_forward):
11488         * shell/ev-window.c: (ev_window_open_page),
11489         (ev_window_setup_document), (update_current_page),
11490         (view_page_changed_cb), (ev_window_init):
11491         * shell/ev-window.h:
11492
11493         Ensure thumbnails selection, toolbar page control and
11494         current page are in sync.
11495
11496 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * pdf/xpdf/XRef.cc:
11499
11500         Fix CAN-2005-0064
11501
11502 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11503
11504         * backend/Makefile.am:
11505         * backend/ev-document-links.h:
11506         * backend/ev-document-security.c: (ev_document_security_get_type),
11507         (ev_document_security_has_document_security),
11508         (ev_document_security_set_password):
11509         * backend/ev-document-security.h:
11510         * backend/ev-document.c: (ev_document_error_quark):
11511         * backend/ev-document.h:
11512         * data/Makefile.am:
11513         * data/evince-password.glade:
11514         * pdf/xpdf/pdf-document.cc:
11515         * shell/Makefile.am:
11516         * shell/ev-password.c: (ev_password_set_bad_password_label),
11517         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11518         (ev_password_dialog_get_password),
11519         (ev_password_dialog_set_bad_pass):
11520         * shell/ev-password.h:
11521         * shell/ev-window.c: (ev_window_get_attribute),
11522         (ev_window_set_property), (update_action_sensitivity),
11523         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11524         (ev_window_setup_document), (ev_window_get_password),
11525         (ev_window_open), (ev_window_cmd_save_as),
11526         (using_postscript_printer), (ev_window_print),
11527         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11528         (update_fullscreen_popup), (ev_window_fullscreen),
11529         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11530         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11531         (menu_item_select_cb), (find_bar_search_changed_cb),
11532         (ev_window_dispose), (ev_window_init):
11533
11534         Add initial support for password-supported dialogs.  This could be
11535         a lot cooler, but it'll do for now.
11536
11537 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11538
11539         * pdf/xpdf/pdf-document.cc:
11540         * shell/ev-view.c: (status_message_from_link),
11541         (ev_view_set_status), (ev_view_set_cursor),
11542         (ev_view_motion_notify_event), (ev_view_init):
11543         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11544
11545         Fix bugs in the links implementation and change cursor
11546         when hovering a link.
11547
11548 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11549
11550         * viewer/.cvsignore: added cvsignore file for viewer directory
11551
11552         * TODO: created TODO document
11553
11554 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11555
11556         * shell/ev-view.h:
11557         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11558         new functions to help with implementation of sensitivity code
11559         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11560         of all actions that might require it.  Fixes a crash when you
11561         click on the Zoom actions in a window lacking a document.
11562
11563 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11564
11565         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11566         of the Find action
11567
11568 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11569
11570         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11571         (pixbuf_document_document_iface_init):
11572         * ps/ps-document.c: (ps_document_get_link),
11573         (ps_document_document_iface_init):
11574         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11575         (status_message_from_link), (ev_view_set_status),
11576         (ev_view_set_find_status), (ev_view_motion_notify_event),
11577         (ev_view_button_release_event), (ev_view_set_property),
11578         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11579         (ev_view_get_find_status_message), (update_find_results),
11580         (ev_view_get_status), (ev_view_get_find_status):
11581         * shell/ev-view.h:
11582         * shell/ev-window.c: (view_status_changed_cb),
11583         (view_find_status_changed_cb), (ev_window_init):
11584
11585         View status message support, use it to show the links.
11586         Needs work...
11587
11588 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * backend/ev-document.c: (ev_document_get_link):
11591         * backend/ev-document.h:
11592         * pdf/xpdf/pdf-document.cc:
11593         * shell/ev-application.c: (ev_application_open):
11594         * shell/ev-application.h:
11595         * shell/ev-sidebar-links.c: (selection_changed_cb):
11596         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11597         (ev_view_go_to_link):
11598
11599         Add support for document links
11600
11601 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11602
11603         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11604         (create_tool_item):
11605         Set the spin button limits correctly.
11606         
11607         * shell/ev-sidebar-thumbnails.c:
11608         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11609         Support changing pages by clicking on the thumbnails.
11610         
11611 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11612
11613         * pixbuf/pixbuf-document.c:
11614         (pixbuf_document_thumbnails_get_dimensions),
11615         (pixbuf_document_document_thumbnails_iface_init):
11616
11617         implement get_dimensions
11618
11619 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11620
11621         * ps/ps-document.c: (ps_document_goto_page):
11622
11623         Fix page switching on multipage documents
11624
11625 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11626
11627         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11628         
11629         check for NULL before assigning to width and height parameters
11630
11631 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11632
11633         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11634         (pixbuf_document_set_property), (pixbuf_document_get_property):
11635
11636         implement get/set properties
11637
11638 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11639
11640         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11641         
11642         return NULL instead of "Unknown", letting the title get set to
11643         the filename when the pdf has no title.
11644
11645 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11646
11647         * ps/ps-document.c: (ps_document_get_page_count),
11648         (ps_document_goto_page):
11649
11650 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11651
11652         * shell/ev-history.c: (ev_history_get_property),
11653         (ev_history_set_property), (ev_history_class_init),
11654         (ev_history_add_page), (ev_history_set_current_index):
11655         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11656         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11657         (ev_navigation_action_finalize):
11658         * shell/ev-navigation-action.h:
11659         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11660         (ev_view_go_forward), (ev_view_get_find_status_message),
11661         (history_index_changed_cb), (ev_view_set_history):
11662         * shell/ev-view.h:
11663         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11664         (update_current_page), (register_custom_actions):
11665
11666         Implement history dropdowns
11667
11668 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11671         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11672         (ev_view_go_forward):
11673         * shell/ev-window.c: (register_custom_actions):
11674
11675         Fix several history bugs
11676
11677 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11678
11679         * configure.ac: Add «nb» to ALL_LINGUAS.
11680
11681 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11682
11683         * backend/Makefile.am:
11684         * backend/ev-bookmark.c:
11685         * backend/ev-bookmark.h:
11686         * backend/ev-document-bookmarks.c:
11687         * backend/ev-document-bookmarks.h:
11688         * backend/ev-document-links.c: (ev_document_links_get_type),
11689         (ev_document_links_has_document_links),
11690         (ev_document_links_begin_read), (ev_document_links_get_link),
11691         (ev_document_links_get_child), (ev_document_links_next),
11692         (ev_document_links_free_iter):
11693         * backend/ev-document-links.h:
11694         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11695         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11696         (ev_link_get_link_type), (ev_link_set_link_type),
11697         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11698         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11699         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11700         (ev_link_new_external):
11701         * backend/ev-link.h:
11702         * pdf/xpdf/pdf-document.cc:
11703         * shell/Makefile.am:
11704         * shell/ev-application.c: (ev_application_open_link):
11705         * shell/ev-application.h:
11706         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11707         (ev_history_get_link_nth):
11708         * shell/ev-history.h:
11709         * shell/ev-sidebar-bookmarks.c:
11710         * shell/ev-sidebar-bookmarks.h:
11711         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11712         (ev_sidebar_links_class_init), (selection_changed_cb),
11713         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11714         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11715         (do_one_iteration), (populate_links_idle),
11716         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11717         * shell/ev-sidebar-links.h:
11718         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11719         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11720         (go_to_index):
11721         * shell/ev-view.h:
11722         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11723         * shell/ev-window.h:
11724
11725         Rename bookmark to link, and use "Index" for the sidebar panel.
11726
11727 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * shell/Makefile.am:
11730         * shell/ev-application.c: (ev_application_open_bookmark):
11731         * shell/ev-application.h:
11732         * shell/ev-history.c: (ev_history_init), (free_links_list),
11733         (ev_history_finalize), (ev_history_class_init),
11734         (ev_history_add_link), (ev_history_add_page),
11735         (ev_history_get_link_nth), (ev_history_get_n_links),
11736         (ev_history_get_current_index), (ev_history_set_current_index),
11737         (ev_history_new):
11738         * shell/ev-history.h:
11739         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11740         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11741         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11742         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11743         (ev_view_set_page):
11744         * shell/ev-view.h:
11745         * shell/ev-window.c: (ev_window_open_bookmark),
11746         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11747         (goto_page_cb), (register_custom_actions):
11748         * shell/ev-window.h:
11749
11750         Initial history implementation. Needs work.
11751
11752 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11753
11754         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11755
11756 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11757
11758         * cut-n-paste/recent-files/egg-recent-item.c:
11759         * cut-n-paste/recent-files/egg-recent-item.h:
11760         * cut-n-paste/recent-files/egg-recent-model.c:
11761         * cut-n-paste/recent-files/egg-recent-util.c:
11762         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11763         * cut-n-paste/recent-files/egg-recent-view.c:
11764
11765         Update
11766
11767 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11768
11769         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11770         (fillGlyph, fillImageMask, drawImage):
11771         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11772         pdf/splash/SplashTypes.h:
11773         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11774         packed mode for Splash.
11775
11776         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11777         RGB8 packed mode, eliminates the pixbuf data creation loop.
11778
11779         * shell/ev-print-job.c (ev_print_job_finalize)
11780         (ev_print_job_set_property, ev_print_job_get_property)
11781         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11782         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11783         (print_closure_finalize, ev_print_job_print): implement
11784         printing (for backends with EvPsExporter)
11785
11786         * shell/ev_print_job.h: update prototypes.
11787
11788         * shell/ev-window.c (ev_window_print): unref print job after
11789         printing.
11790
11791         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11792         unless the document implements the EvDocumentFind interface.
11793
11794 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11795
11796         * configure.ac: Added ja to ALL_LINGUAS.
11797
11798 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11799
11800         * pdf/xpdf/pdf-document.cc:
11801
11802         add a FIXME. We should probably not allocate
11803         a bookmark object every time
11804
11805 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11806
11807         * shell/ev-application.c: (ev_application_open),
11808         (ev_application_open_bookmark):
11809         * shell/ev-application.h:
11810         
11811         Add a way to open bookmarks
11812
11813         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11814         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11815         (ev_bookmark_set_property), (ev_bookmark_class_init),
11816         (ev_bookmark_new_title), (ev_bookmark_new_link),
11817         (ev_bookmark_new_external):
11818
11819         Support for external uris, better constructors.
11820
11821         * backend/ev-bookmark.h:
11822         * pdf/xpdf/pdf-document.cc:
11823         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11824
11825         Handle external uris
11826
11827 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11830         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11831
11832         Hook up bookmarks navigation
11833
11834 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * backend/Makefile.am:
11837         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11838         (ev_bookmark_get_title), (ev_bookmark_set_title),
11839         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11840         (ev_bookmark_get_page), (ev_bookmark_set_page),
11841         (ev_bookmark_get_property), (ev_bookmark_set_property),
11842         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11843         (ev_bookmark_new):
11844         * backend/ev-bookmark.h:
11845         * backend/ev-document-bookmarks.c:
11846         (ev_document_bookmarks_get_bookmark):
11847         * backend/ev-document-bookmarks.h:
11848         * pdf/xpdf/pdf-document.cc:
11849         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11850
11851         Add a bookmark object to the backend and use it instead of get_values
11852
11853 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11854
11855         * data/evince-ui.xml:
11856
11857         Cleanup and add select all.
11858
11859         * shell/ev-view.c: (ev_view_select_all),
11860         (ev_view_button_press_event):
11861         * shell/ev-view.h:
11862         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11863
11864         Add select all.
11865         Clear selection on click.
11866
11867 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11868
11869         * shell/ev-sidebar-thumbnails.c
11870         (ev_sidebar_thumbnails_set_document): forgot to unref the
11871         loading_icon.
11872
11873 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11874
11875         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11876         at the visible page, not just linearly.  This makes it look fast.
11877
11878 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11879
11880         * backend/ev-document-misc.c
11881         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11882         white.
11883         * backend/ev-document-thumbnails.h: New interface to get the size
11884         of a page.
11885
11886 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11887
11888         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11889         make dist works
11890
11891 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11892
11893         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11894         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11895         things up a bit.
11896
11897         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11898
11899 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11900
11901         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11902         fonts. Should fix font problems on systems that have the base
11903         fonts in bitmap format. Reported by James Henstridge
11904         <james@jamesh.id.au>.
11905
11906 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11907
11908         * pdf/xpdf/Gfx.cc:
11909         * pdf/xpdf/GfxState.cc:
11910
11911         Fix for CAN-2004-1125
11912
11913 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         * shell/ev-view.c: (ev_view_copy):
11916         * shell/ev-view.h:
11917         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11918
11919         Implement Edit->Copy
11920
11921 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11922
11923         * backend/ev-document.c: (ev_document_get_text):
11924         * backend/ev-document.h:
11925         * pdf/xpdf/pdf-document.cc:
11926         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11927         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11928         (ev_view_update_primary_selection), (ev_view_button_press_event),
11929         (ev_view_motion_notify_event), (ev_view_button_release_event):
11930
11931         Beginnings of clipboard support. Incomplete but primary sort
11932         of work.
11933
11934 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11935
11936         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11937         (expose_bin_window):
11938
11939         Nicer rubberband drawing, from GtkIconView.
11940
11941 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11942
11943         * backend/ev-document.c: (ev_document_save):
11944         * backend/ev-document.h:
11945         * data/evince-ui.xml:
11946         * pdf/xpdf/pdf-document.cc:
11947         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11948
11949         Implement "Save a copy..." menu item
11950
11951 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11952
11953         * shell/ev-view.c: (ev_view_zoom):
11954
11955         Queue a resize when zoom changes
11956
11957 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11958
11959         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11960         shadows.
11961
11962         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11963         thumbnails..
11964
11965 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11966
11967         * pdf/xpdf/pdf-document.cc
11968         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11969
11970 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11971
11972         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11973         It's slow, but I'll speed it up next!
11974
11975 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11976
11977         * shell/main.c (load_files):
11978
11979         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11980         from the command line and because it seems more appropriate.
11981
11982 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11983
11984         * data/evince-ui.xml:
11985         * shell/ev-window.c: (update_action_sensitivity),
11986         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11987
11988         s/next page/page down
11989         s/previous page/page up
11990
11991 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11992
11993         * data/evince-ui.xml:
11994
11995         Change the layout to match clarkbw design.
11996
11997         * shell/Makefile.am:
11998         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11999         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12000         (ev_navigation_action_finalize),
12001         (ev_navigation_action_set_property),
12002         (ev_navigation_action_get_property),
12003         (ev_navigation_action_class_init):
12004         * shell/ev-navigation-action.h:
12005
12006         Implement clarkbw toolbar navigation controls (incomplete)
12007
12008         * shell/ev-page-action.c: (update_label), (update_spin),
12009         (value_changed_cb), (create_tool_item), (connect_proxy),
12010         (ev_page_action_init), (ev_page_action_finalize),
12011         (ev_page_action_set_property), (ev_page_action_get_property),
12012         (ev_page_action_set_current_page),
12013         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12014         * shell/ev-page-action.h:
12015
12016         Implement a page switcher in the toolbar
12017
12018         * shell/ev-view.c: (ev_view_scroll_view):
12019         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12020         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12021         (register_custom_actions), (ev_window_init):
12022
12023         Change page on PageUp/Down.
12024
12025 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12026
12027         * pdf/xpdf/pdf-document.cc
12028         (pdf_document_thumbnails_get_thumbnail): initial stab at
12029         implementing thumbnail support for pdfs.  It only does documents
12030         with precached pdfs now.
12031
12032 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12033
12034         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12035         thumbnail code into a time-based idle as well.  Also, turn off the
12036         shadow temporarily as it's really slow.
12037
12038 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12039
12040         * backend/ev-document.c: (ev_document_class_init):
12041         * pdf/xpdf/pdf-document.cc:
12042         * shell/ev-window.c: (ev_window_open):
12043
12044         Fix document title bugs and fallback to
12045         filename when not available.
12046
12047 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12048
12049         * backend/ev-document.c: (ev_document_get_type),
12050         (ev_document_class_init), (ev_document_load),
12051         (ev_document_get_title):
12052         * backend/ev-document.h:
12053         * pdf/xpdf/pdf-document.cc:
12054         * ps/ps-document.c: (ps_document_set_property),
12055         (ps_document_get_property), (ps_document_class_init),
12056         (document_load):
12057         * ps/ps-document.h:
12058         * ps/ps.h:
12059         * shell/ev-window.c: (update_window_title), (ev_window_open),
12060         (ev_window_init):
12061
12062         Initial support for document title. Not working yet.
12063
12064 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12065
12066         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12067
12068         Grab focus on the view when clicking it
12069
12070 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12071
12072         * shell/ev-marshal.list:
12073         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12074         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12075
12076         Add key bindings to the view. Now if the focus would work
12077         right...
12078
12079 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12080
12081         * Makefile.am:
12082         * backend/Makefile.am:
12083         * data/Makefile.am:
12084         * dvi/Makefile.am:
12085         * dvi/dvilib/Makefile.am:
12086         * pdf/xpdf/Makefile.am:
12087         * po/POTFILES.in:
12088         * ps/Makefile.am:
12089
12090         Fix distcheck
12091
12092 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12093
12094         * shell/ev-view.c: (ev_view_realize):
12095
12096         Fix mouse wheel scrolling
12097
12098 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12099
12100         * ps/Makefile.am:
12101         * ps/gstypes.h:
12102         * ps/gtkgs.c:
12103         * ps/gtkgs.h:
12104         * ps/ps-document.c: (catchPipe), (ps_document_init),
12105         (ps_document_class_init), (ps_document_cleanup),
12106         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12107         (set_up_page), (close_pipe), (is_interpreter_ready),
12108         (interpreter_failed), (output), (input), (start_interpreter),
12109         (stop_interpreter), (file_length), (file_readable),
12110         (check_filecompressed), (check_pdf), (compute_xdpi),
12111         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12112         (ps_document_get_type), (ps_document_emit_error_msg),
12113         (document_load), (ps_document_next_page),
12114         (ps_document_get_current_page), (ps_document_get_page_count),
12115         (ps_document_goto_page), (ps_document_set_page_size),
12116         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12117         (ps_document_load), (ps_document_get_n_pages),
12118         (ps_document_set_page), (ps_document_get_page),
12119         (ps_document_widget_event), (ps_document_set_target),
12120         (ps_document_set_scale), (ps_document_set_page_offset),
12121         (ps_document_get_page_size), (ps_document_render),
12122         (ps_document_document_iface_init):
12123         * ps/ps-document.h:
12124         * ps/ps.c:
12125         * shell/ev-window.c: (ev_window_open):
12126
12127         Rename GtkGS to PSDocument
12128
12129 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12130
12131         * ps/gtkgs.c: (gtk_gs_class_init):
12132         * ps/gtkgs.h:
12133
12134         Some more leftover...
12135
12136 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12137
12138         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12139         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12140         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12141         * ps/gtkgs.h:
12142
12143         Remove unused code and make a lot of stuff private
12144
12145 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12146
12147         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12148         (gtk_gs_defaults_changed):
12149         * ps/gsdefaults.h:
12150         * ps/gtkgs.c:
12151         * ps/gtkgs.h:
12152         * ps/ps.h:
12153
12154         Cleanup headers dependencies
12155
12156 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12157
12158         * ps/Makefile.am:
12159         * ps/ggvutils.c:
12160         * ps/ggvutils.h:
12161         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12162         * ps/gsdefaults.h:
12163         * ps/gtkgs.c: (file_length), (file_readable),
12164         (check_filecompressed), (check_pdf), (gtk_gs_load),
12165         (gtk_gs_get_postscript):
12166
12167         Get rid of ggvutils
12168
12169 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12170
12171         * ps/ggvutils.c:
12172         * ps/ggvutils.h:
12173         * ps/gsio.h:
12174         * ps/gtkgs.c: (gtk_gs_set_zoom):
12175
12176         Cleanups
12177
12178 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12179
12180         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12181
12182         Ensure the page is rerendered when changing zoom
12183
12184 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12185
12186         * backend/ev-document.c: (ev_document_base_init),
12187         (ev_document_changed):
12188         * backend/ev-document.h:
12189
12190         Add a changed event that is emitted when the page content
12191         changes. This is necessary to deal with the fact that
12192         in ps backend rendering happen asycrounously.
12193         This makes the ps backend mostly work.
12194
12195         * pdf/xpdf/pdf-document.cc:
12196
12197         Emit changed event
12198
12199         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12200         (ps_document_set_target):
12201
12202         Emit changed event
12203
12204         * shell/ev-view.c: (document_changed_callback),
12205         (ev_view_set_document), (ev_view_set_page):
12206
12207         Redraw on the changed signal
12208
12209 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12210
12211         * configure.ac: Added pt_BR to ALL_LINGUAS.
12212
12213 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12214
12215         * backend/ev-document-bookmarks.c:
12216         (ev_document_bookmarks_get_child): *
12217         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12218         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12219         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12220         (ev_sidebar_bookmarks_destroy),
12221         (ev_sidebar_bookmarks_class_init),
12222         (ev_sidebar_bookmarks_construct), (stack_data_free),
12223         (do_one_iteration), (populate_bookmarks_idle),
12224         (ev_sidebar_bookmarks_clear_document),
12225         (ev_sidebar_bookmarks_set_document): *
12226         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12227         (ev_sidebar_add_page),
12228         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12229         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12230         it displays both the topics and the page numbers.
12231
12232 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12233
12234         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12235         toggle.
12236         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12237         visible.
12238
12239 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12240
12241         * configure.ac: Added en_CA to ALL_LINGUAS.
12242
12243 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12244
12245         * ChangeLog: replace bottom of this ChangeLog (merged history of
12246         ggv and gpdf; where all paths were wrong and most of the files are
12247         not even in this tree) with ChangeLog (from arch) of the shell
12248         code.
12249
12250 2004-12-23  Havoc Pennington  <hp@redhat.com>
12251
12252         * shell/ev-window.c: hook up potentially-questionable "find
12253         results status text" feature - something involving the sidebar or
12254         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12255         might be better in the end.
12256
12257         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12258         with corresponding signal when it should be updated
12259
12260         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12261
12262 2004-12-22  Havoc Pennington  <hp@redhat.com>
12263
12264         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12265         find stuff on other pages, sort of (only returns one result on
12266         invisible pages, to show they have results; updates full results
12267         for a page when you view it). Currently repaints the current page
12268         every time a new result is found on any page, which isn't so nice.
12269
12270 2004-12-22  Havoc Pennington  <hp@redhat.com>
12271
12272         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12273         the document doesn't support find (better ideas?)
12274         (find_bar_search_changed_cb): handle missing document or document
12275         that doesn't support find
12276
12277         * pdf/xpdf/pdf-document.cc: port to implement the new
12278         EvDocumentFindIface
12279
12280         * backend/ev-document-find.c: create a new interface for searching
12281
12282         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12283
12284 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12285
12286         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12287         libevbackend.la.
12288
12289         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12290         EvPrintJob constructor arguments.
12291
12292         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12293         for documents that can export PostScript (page by page).
12294
12295         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12296         
12297         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12298         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12299         (pdf_document_ps_exporter_iface_init:
12300         Implement EvPSExporter.
12301
12302         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12303
12304 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12305
12306         * backend/Makefile.am:
12307         * backend/ev-document-thumbnails.c:
12308         (ev_document_thumbnails_get_type),
12309         (ev_document_thumbnails_get_thumbnail):
12310         * backend/ev-document-thumbnails.h:
12311         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12312         (pixbuf_document_thumbnails_get_thumbnail),
12313         (pixbuf_document_document_thumbnails_iface_init):
12314         * shell/Makefile.am:
12315         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12316         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12317         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12318         * shell/ev-sidebar-thumbnails.h:
12319         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12320         (ev_sidebar_set_document):
12321         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12322         (create_shadow), (ev_pixbuf_add_shadow):
12323         * shell/ev-utils.h:
12324         Add thumbnail support.
12325         
12326 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12327
12328         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12329         (using_postscript_printer): Set up a print dialog for "PostScript
12330         injection" method.
12331
12332         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12333         EvPrintJob.
12334
12335         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12336
12337 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12338
12339         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12340         (ps_document_set_target), (ps_document_get_page_size),
12341         (ps_document_render):
12342         * ps/gtkgs.h:
12343
12344         Fix a few bugs
12345
12346 2004-12-22  Christian Rose  <menthos@menthos.com>
12347
12348         * configure.ac: Added "sv" to ALL_LINGUAS.
12349
12350 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12351
12352         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12353         document supports bookmarks.
12354
12355 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12356
12357         * ps/ggvutils.c: (ggv_file_readable):
12358         * ps/ggvutils.h:
12359         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12360         (gtk_gs_get_postscript):
12361
12362         Remove unused utils
12363
12364 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12365
12366         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12367         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12368         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12369         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12370         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12371         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12372         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12373         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12374         (gtk_gs_set_antialiasing), (ps_document_load),
12375         (ps_document_render):
12376         * ps/gtkgs.h:
12377
12378         Another check point for the ps backend. Now I can get it to show
12379         pages!
12380
12381 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12382
12383         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12384         document setting code.
12385
12386 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12387
12388         * shell/eggfindbar.c: (entry_activate_callback):
12389         Animate the next button when activate is pressed.
12390         
12391 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12392
12393         * shell/ev-window.c: (ev_window_cmd_edit_find),
12394         (update_fullscreen_popup), (ev_window_fullscreen),
12395         (ev_window_unfullscreen), (ev_window_state_event_cb),
12396         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12397         Fix bugs in fullscreen code.
12398         
12399 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12400
12401         * Makefile.am:
12402         * configure.ac:
12403         * pixbuf/Makefile.am:
12404         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12405         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12406         (pixbuf_document_set_page), (pixbuf_document_get_page),
12407         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12408         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12409         (pixbuf_document_render), (pixbuf_document_begin_find),
12410         (pixbuf_document_end_find), (pixbuf_document_finalize),
12411         (pixbuf_document_class_init),
12412         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12413         * pixbuf/pixbuf-document.h:
12414         * shell/Makefile.am:
12415         * shell/ev-application.c: (ev_application_open):
12416         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12417         (ev_window_open):
12418         Add pixbuf backend.
12419         
12420 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12421
12422         * Makefile.am: 
12423         * dvi/dvilib/Makefile.am:
12424         * dvi/Makefile.am:
12425         * configure.ac: Auto*ify dvi and dvi/dvilib
12426
12427         * dvi/Makefile: Remove from CVS
12428         
12429         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12430         confusion.
12431
12432         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12433         
12434         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12435         
12436 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12437
12438         * ps/Makefile.am:
12439         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12440         (gtk_gs_value_adjustment_changed), (compute_size),
12441         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12442         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12443         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12444         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12445         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12446         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12447         (ps_document_load), (ps_document_get_n_pages),
12448         (ps_document_set_page), (ps_document_get_page),
12449         (ps_document_set_target), (ps_document_set_scale),
12450         (ps_document_set_page_offset), (ps_document_get_page_size),
12451         (ps_document_render), (ps_document_begin_find),
12452         (ps_document_end_find), (ps_document_document_iface_init):
12453         * ps/gtkgs.h:
12454         * shell/Makefile.am:
12455         * shell/ev-window.c: (ev_window_open):
12456
12457         Some work to integrate gtkgs with EvDocument
12458
12459 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12460
12461         * shell/ev-window.c: (update_fullscreen_popup),
12462         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12463         (exit_fullscreen_button_clicked_cb),
12464         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12465         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12466         (ev_window_state_event_cb), (ev_window_init):
12467         Add fullscreen support from Epiphany.
12468         
12469 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12470
12471         * data/ev-stock-zoom-fit-width.png: fit-width
12472         stock icon from gpdf.
12473         
12474         * shell/ev-stock-icons.[ch]: copied from gpdf.
12475         
12476         * shell/main.c: (main): init stock icons.
12477         
12478         * shell/ev-window.c: use the fit-width icon.
12479         
12480         * data/evince-ui.xml: add zooming toolbar items.
12481
12482 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12483
12484         * shell/ev-view.c: 
12485         (ev_view_best_fit), (ev_view_fit_width): because
12486         get_page_size() returns the scaled page size, we
12487         need to calculate the scale factor relative to
12488         the previous scale factor. Should really just
12489         add get_real_page_size().
12490
12491 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12492
12493         * shell/ev-view.[ch]:
12494         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12495         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12496         add zooming.
12497         
12498         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12499         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12500         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12501         hook it up.
12502         
12503         * pdf/xpdf/pdf-document.cc:
12504         (pdf_document_begin_find),
12505         (pdf_document_end_find): make static.
12506
12507 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12508
12509         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12510
12511         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12512         names to fontconfig patterns.
12513         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12514
12515         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12516         setupBaseFontsFc.
12517
12518 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12519
12520         * Makefile.am:
12521         * configure.ac:
12522         * ps/Makefile.am:
12523         * ps/ggvutils.c:
12524         * ps/ggvutils.h:
12525         * ps/gsdefaults.c:
12526         * ps/gsdefaults.h:
12527         * ps/gsio.c:
12528         * ps/gsio.h:
12529         * ps/gtkgs.c:
12530         * ps/gtkgs.h:
12531         * ps/ps.c:
12532         * ps/ps.h:
12533
12534         Import ggv backend. Not hooked up yet.
12535
12536 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12537
12538         * shell/main.c: (load_files), (main): load files
12539         from the command line.
12540
12541 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12542
12543         * configure.ac: don't require bonobo.
12544         
12545         * cut-n-paste/recent-files/*: kill bonobo recent
12546         view.
12547
12548         * shell/ev-window.c:
12549         (ev_window_is_empty): upd.
12550         (unable_to_load), (ev_window_open): load backend
12551         based on the mime type.
12552
12553 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12554
12555         * backend/.cvsignore: ignore generated marshalers source.
12556
12557         * shell/main.c (main): this is not epiphany.
12558
12559 2004-12-22  Havoc Pennington  <hp@redhat.com>
12560
12561         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12562         (expose_bin_window): draw find highlights
12563
12564         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12565         
12566         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12567         (pdf_document_end_find): implement this interface
12568
12569         * backend/ev-document.c (ev_document_found): add this to emit
12570         signal
12571
12572 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12573
12574         * data/evince-ui.xml: Add a few more toolbar items.
12575
12576         * shell/ev-window.c: Hook up page navigation toolbar 
12577         items.
12578
12579         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12580         a page-changed signal.
12581
12582         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12583         Add ev_document_get_page().
12584
12585         * shell/ev-window.c: Sensitize/desensitize navigation
12586         actions.
12587
12588 2004-12-21  Havoc Pennington  <hp@redhat.com>
12589
12590         * backend/ev-backend-marshal.c,
12591         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12592         marshaler-generator thingy. I'm sure there's a better way to do
12593         this in the modern world.
12594
12595         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12596         end_find methods and "found" signal.
12597
12598         * configure.ac: find glib-genmarshal
12599
12600 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12601
12602         * shell/ev-sidebar.c: Construct an actual sidebar.
12603         * shell/ev-sidebar-bookmarks.[ch]:
12604         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12605
12606 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12607
12608         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12609         Redo size handling.
12610         
12611         * shell/ev-view.c: Track the size from the document.
12612
12613 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12614
12615         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12616         constructor assumes ownership of the string passed in.
12617         
12618         * shell/ev-window.c (ev_window_open): Destroy the error
12619         dialog once we've displayed it.
12620
12621 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12622
12623         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12624         a bit, it works! (sort of)
12625
12626         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12627         Move to .cc since we need to use C++ in the implementation.
12628
12629         * shell/dummy.cc: Add a CC file to force evince
12630         to be linked as a C++ program.
12631
12632 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12633
12634         * shell/ev-view.[ch]: Start of content-area widget.
12635
12636         * shell/ev-window.c: Create a EvView, update it
12637         as we change documents.
12638
12639         * shell/Makefile.am shell/ev-marshal.list: Add
12640         generated marshalers.
12641
12642 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12643
12644         * Makefile.am (SUBDIRS): move shell.
12645
12646 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12647
12648         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12649         .a to libtool convenience libraries.
12650
12651         * shell/ev-window.c (ev_window_open): Hard code loading
12652         a PDF document.
12653         
12654         * backend/ev-document.h: Add a boolean return to load(),
12655         fix GError * to GError **.
12656
12657         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12658         object for a PDF backend EvDocument.
12659
12660 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12661
12662         * dvi/*: New directory with the beginning of a .dvi backend.
12663
12664 2004-12-21  Havoc Pennington  <hp@redhat.com>
12665
12666         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12667         previous/next instead of back/forward
12668
12669 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12670
12671         * backend/ev-document.[ch]: Fix a couple of problems so
12672         it compile.
12673
12674 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12675
12676         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12677         to backend/ directory, rename EvViewer to EvDocument.
12678
12679 2004-12-21  Havoc Pennington  <hp@redhat.com>
12680
12681         * shell/ev-window.c: hook up the find bar widget; now we just need
12682         a document to find things in
12683
12684         * shell/eggfindbar.c: a find bar widget
12685
12686 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12687
12688         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12689
12690 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12691
12692         * pdf/**: Import of xpdf code from gpdf. 
12693
12694         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12695
12696         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12697         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12698         Fix FreeType includes.
12699
12700         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12701         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12702         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12703         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12704         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12705         Include xpdfconfig.h
12706         
12707 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12708
12709         * shell/ev-window.c (ev_window_dispose): dispose can be called
12710         multiple times.
12711
12712 2004-12-21  Havoc Pennington  <hp@redhat.com>
12713
12714         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12715         rather than Evince
12716
12717         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12718         items; really they should be synced with the strings, etc. from
12719         current gpdf, but just getting the boring typing out of the way 
12720
12721 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12722
12723         * po/POTFILES.in:
12724         * shell/ev-application.c: (window_destroy_cb):
12725         * shell/ev-window.c:
12726         * shell/main.c: (main):
12727
12728         Actually show the window...
12729
12730 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12731
12732         * Makefile.am:
12733         * shell/Makefile.am:
12734         * shell/ev-application.c: (ev_application_class_init):
12735         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12736
12737         Make it build again
12738
12739 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         Import to gnome cvs.
12742         
12743         * Remove copies of gpdf and ggv trees.
12744         * Rip out all the recursive configure code.
12745         * Remove bonobo machinery.
12746         * viewer/*: GInterfaces that backends should/can implement.
12747
12748 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12749
12750         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12751         typo
12752
12753 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12754
12755         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12756         (ev_application_finalize, ev_application_class_init)
12757         (ev_application_init): use GType instance private data for priv.
12758
12759         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12760         (ev_window_finalize, ev_window_class_init)
12761         (ev_window_init): ditto.
12762
12763 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12764
12765         * shell/ev-application.c (ev_application_new_window): make public
12766         (ev_application_show_initial_window): kill.
12767
12768         * shell/ev-application.h: update prototypes.
12769
12770         * shell/main.cc (main): inline ev_application_show_initial_window.
12771
12772 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12773
12774         * shell/ev-application.c (ev_application_new_window): impl.
12775         (ev_application_show_initial_window): use it.
12776         (is_window_empty, ev_application_get_empty_window): returns an
12777         existing empty window or a new one.
12778         (ev_application_open): from ev_window_cmd_file_open.
12779
12780         * shell/ev-application.h: update prototypes
12781
12782         * shell/ev-window.c (ev_window_is_empty): impl.
12783         (ev_window_open): make public.
12784         (ev_window_cmd_file_open): use ev_application_open
12785
12786         * shell/ev-window.h: update prototypes, remove unused.
12787
12788 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12789
12790         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12791         move destroy handler out of here...
12792
12793         * shell/ev-application.c, shell/ev-application.h: ...into this new
12794         class. Also handles initial window creation.
12795
12796         * shell/main.cc (main): use EvApplication to create initial
12797         window.
12798
12799 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12800
12801         * Makefile.am (SUBDIRS): add cut-n-paste
12802
12803         * cut-n-paste/Makefile.am: add
12804
12805         * configure.ac: generate Makefiles in cut-n-paste
12806
12807 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12808
12809         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12810         (ev_window_class_init): install ev_window_dispose.
12811
12812 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12813
12814         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12815         char (gchar looks stupid).
12816
12817 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12818
12819         * po/de.po: updated German translation.
12820
12821 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12822
12823         * configure.ac: add more pkg-config library checks for gnome-vfs,
12824         bonobo etc.
12825
12826         * gpdf/configure.in: temporarily disable libpaper
12827         checks. Otherwise I'd have to add the checks for the shell, too.
12828
12829 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12830
12831         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12832         and * file filters to the file choose.
12833
12834 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12835
12836         * po/de.po: Updated German translation.
12837
12838 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12839
12840         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12841
12842 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12843
12844         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12845
12846         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12847         (ev_window_init): implement those menuitems.
12848
12849 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12850
12851         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12852
12853         * shell/ev-window.c (ev_window_init): use the toolbar.
12854
12855 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12856
12857         * shell/ev-window.c (ev_window_init): use menu translations
12858
12859 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12860
12861         * configure.ac: add "de" to ALL_LINGUAS.
12862
12863         * po/de.po: add German translation.
12864
12865 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12866
12867         * Makefile.am (SUBDIRS): add po
12868
12869         * configure.ac: check intltool, glib-gettext etc, generate
12870         po/Makefile.in
12871
12872         * po, po/POTFILES.in, po/POTFILES.skip: new.
12873
12874 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12875
12876         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12877         already use (#ifdef ENABLE_NLS)
12878
12879         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12880         pointer indirection thinko.
12881
12882         * shell/main.c: include gi18n.h for bindtextdomain etc.
12883
12884 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12885
12886         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12887         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12888         tooltips for menu items in the statusbar.
12889
12890 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12891
12892         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12893         pkgdatadir drop UIDIR
12894
12895 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12896
12897         * data/evince-ui.xml: Add File->Open menu item
12898
12899         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12900         chooser), hook it up in the ui manager.
12901
12902 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12903
12904         * shell/ev-window.c: fix Help->About tooltip.
12905
12906 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12907
12908         * configure.ac: set CFLAGS for libevprivate.
12909
12910         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12911         definitions, factory etc.
12912
12913         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12914
12915         * shell/Makefile.am: link against libevprivate.a.
12916
12917         * shell/ev-window.c (entries): add stock icon to Help->About.
12918
12919         * shell/main.c (main): init stock icon code.
12920
12921 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12922
12923         * lib/recent-files: egg recent files code
12924
12925         * lib/Makefile.am: add.
12926
12927         * Makefile.am: add lib subdir.
12928
12929         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12930         set CFLAGS for recent-files.
12931
12932 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12933
12934         * configure.ac: disable -ansi and -pedantic gcc flags. They
12935         disable POSIX stuff in stdio.h, but egg-recent uses them.
12936
12937 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12938
12939         * configure.ac: add --disable-deprecated flag (defaults to on in
12940         "cvs" builds).
12941
12942         * shell/Makefile.am (INCLUDES): use it.
12943
12944 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12945
12946         * shell/main.c: add missing #include.
12947
12948         * shell/ev-window.c: fix for pedantic gcc.
12949         (ev_window_cmd_help_about): split license into paragraphs for
12950         translators and pedantic compilers.
12951
12952 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12953
12954         * configure.ac: add more warning flags if compiling with gcc from
12955         cvs (or explicitly requested with --enable-more-warnings).
12956
12957 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12958
12959         * data/evince-ui.xml: add File and File->Close menu.
12960
12961         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12962         (ev_window_destroy): quit after destroy.
12963         (ev_window_class_init): override GtkObject::destroy.
12964         (entries): install close_window callback.
12965
12966 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12967
12968         * Makefile.am (SUBDIRS): add data subdir.
12969
12970         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12971         gtk+ 2.5.0 for GtkAboutDialog.
12972
12973         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12974         main window.
12975
12976         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12977
12978         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12979         manager.
12980         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12981
12982 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12983
12984         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12985
12986 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12987
12988         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12989
12990 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12991
12992         * shell/*: Added shell directory boilerplate, build it.
12993
12994 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12995
12996         * configure.ac, Makefile.am: Added top-level configure.ac and
12997         Makefile.am