]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
22d2e170adb2ebb3547c828bdf7cbe83d68868f7
[evince.git] / ChangeLog
1 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
4
5         Fix memory leak.
6         
7 2008-01-23  Gil Forcada <gilforcada@guifi.net>
8
9         * shell/ev-window.c: (register_custom_actions):
10         
11         Added comment for translators
12
13 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * shell/ev-view.c: (ev_view_button_release_event):
16
17         Do not create the idle function for kinetic scrolling if we are
18         not in a drag operation.
19
20 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
23         (ev_view_button_press_event), (ev_view_motion_notify_event),
24         (ev_view_button_release_event):
25
26         Restore cursor after autoscrolling. Fixes bug #509958.
27
28 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * configure.ac:
31         * backend/pdf/ev-poppler.cc:
32         (pdf_document_images_get_image_mapping),
33         (pdf_document_images_get_image),
34         (pdf_document_document_images_iface_init):
35         * libdocument/ev-document-images.[ch]:
36         (ev_document_images_get_image_mapping),
37         (ev_document_images_get_image):
38         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
39         (ev_image_get_id), (ev_image_save_tmp):
40         * shell/ev-jobs.c: (ev_job_render_run):
41         * shell/ev-view.c: (ev_view_drag_data_get):
42         * shell/ev-window.c: (image_save_dialog_response_cb),
43         (ev_view_popup_cmd_copy_image):
44
45         Do not render images when rendering the page but on demand. It
46         reduces the memory comsumption.
47         
48 2008-01-18  Marcelo Lira  <setanta@gmail.com>
49
50         * configure.a:
51         * shell/ev-password.c:
52
53         Make gnome-keyring optional. Fixes bug #509676.
54         
55 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-pixbuf-cache.c: (add_job):
58
59         Initialize include_images variable as FALSE instead of TRUE.
60         
61 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
62
63         * configure.ac:
64         * cut-n-paste/Makefile.am:
65         * cut-n-paste/fileformatchooser/Makefile.am:
66         * cut-n-paste/fileformatchooser/egg-macros.h:
67         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
68         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
69         * shell/Makefile.am:
70         * shell/ev-utils.c:
71         (file_chooser_dialog_add_writable_pixbuf_formats),
72         (get_gdk_pixbuf_format_by_extension):
73         * shell/ev-utils.h:
74         * shell/ev-window.c: (ev_window_error_message),
75         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
76         
77         Simplify image format selection on save.
78
79 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
80
81         * shell/ev-view.c: (ev_view_scroll_event):
82         
83         Repair gorizontal scrolling with shift. Fixes
84         bug #483412.
85
86 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
87         
88         * MAINTAINERS:
89
90         Fix formatting issues.
91         
92 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
93
94         * backend/comics/comics-document.c: (comics_regex_quote):
95         
96         Don't overquote special chars except of '. See bug 
97         502500. Thanks to Tom Parker.
98
99 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
100
101         * MAINTAINERS:
102         
103         Added Nickolay and Carlos, since they're doing most of
104         the releases nowadays.
105
106 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
107
108         * properties/Makefile.am:
109
110         Get the nautilus extension dir properly instead of using
111         a hack. Fixes bug #505359.
112
113 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
114
115         * properties/Makefile.am:
116         
117         Install nautilus extension into new place. See bug
118         #505359. Thanks to Matthias Clasen, Brian Pepple and
119         Damien Carbery.
120
121 2008-01-13   Djihed Afifi  <djihed@gmail.com>
122
123         * shell/ev-window.c: (ev_window_get_recent_file_label):
124         
125         RTL marker in recent file list. See bug #509076.
126
127 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
130         * shell/ev-window.c: (image_save_dialog_response_cb):
131
132         Fix compile warnings due to unused variables.
133         
134 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * configure.ac:
137         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
138         * backend/ps/ev-spectre.c: (ps_document_render):
139
140         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
141
142 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
143
144         * shell/ev-transition-animation.c (ev_transition_animation_fade)
145         (ev_transition_animation_paint): Implement "fade" effect.
146
147 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
148
149         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
150         (ev_transition_animation_paint): Implement "uncover" effect.
151
152 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
153
154         * shell/ev-transition-animation.c (ev_transition_animation_cover)
155         (ev_transition_animation_paint): Implement "cover" effect.
156
157 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
158
159         * shell/ev-transition-animation.c (ev_transition_animation_push)
160         (ev_transition_animation_paint): Implement "push" effect.
161
162 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
163
164         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
165         (ev_transition_animation_paint): Implement "dissolve" effect.
166
167 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
168
169         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
170         (ev_transition_animation_paint): Implement "wipe" effect.
171
172 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
173
174         * shell/ev-transition-animation.c (ev_transition_animation_box)
175         (ev_transition_animation_paint): Implement "box" effect.
176
177 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
178
179         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
180         (ev_transition_animation_paint): Implement "blinds" effect.
181
182 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
183
184         * shell/ev-transition-animation.c (ev_transition_animation_split)
185         (ev_transition_animation_paint): Implement "split" effect.
186
187 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
188
189         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
190         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
191         (ev_view_transition_animation_start) 
192         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
193         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
194         (ev_view_next_page) (ev_view_previous_page):
195         
196         Use EvTransitionAnimation to drive page changes in the presentation
197         mode, the animation will wait to start until both the origin and 
198         destination page surfaces are available. Fixes #458460.
199
200         (draw_loading_text):
201
202         Remove workaround for bug #320352, it's now fixed properly.
203
204
205 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
206
207         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
208         will contain the implementations for page transition animations, at
209         the moment it just has the "replace" effect.
210         * shell/Makefile.am: Added these files to build.
211
212 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
213
214         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
215         animations.
216         * shell/Makefile.am: Added these files to build.
217
218 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
219
220         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
221         implementation to get_effect() in EvDocumentTransitionIface.
222
223 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
224
225         * libdocument/ev-transition-effect.[ch]: New files, define a page
226         transition effect, at the moment it maps PopplerPageTransition to a
227         GObject.
228         * libdocument/Makefile.am: Added these files to build.
229         * libdocument/ev-document-transition.[ch]
230         (ev_document_transition_get_effect): New method, gets the
231         EvTransitionEffect returned by the interface implementation, with
232         fallback to the "replace" effect.
233
234 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
235
236         * configure.ac:
237         * cut-n-paste/Makefile.am:
238         * cut-n-paste/fileformatchooser/Makefile.am:
239         * cut-n-paste/fileformatchooser/egg-macros.h:
240         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
241         * shell/Makefile.am:
242         * shell/ev-window.c: (image_save_dialog_response_cb),
243         (ev_view_popup_cmd_save_image_as):
244
245         Allow exporting images in any format supported by
246         GdkPixbuf. Fixes bug #500209.
247         
248 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * backend/pixbuf/pixbuf-document.c:
251
252         More warnings fixed.
253         
254 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
257         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
258         * backend/djvu/djvu-text.h:
259         * backend/tiff/tiff-document.c: (tiff_document_render):
260
261         Fix compile warnings.
262         
263 2007-12-28  Christian Persch  <chpe@gnome.org>
264
265         * **/*.c: Include config.h. Bug #504721.
266
267 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * configure.ac:
270         * Makefile.am:
271         * po/POTFILES.in:
272         * backend/comics/Makefile.am:
273         * backend/comics/comics-document.[ch]:
274         * backend/comics/comicsdocument.evince-backend.in:
275         * backend/djvu/Makefile.am:
276         * backend/djvu/djvu-document.[ch]:
277         * backend/djvu/djvudocument.evince-backend.in:
278         * backend/dvi/Makefile.am:
279         * backend/dvi/dvi-document.[c]:
280         * backend/dvi/dvidocument.evince-backend.in:
281         * backend/impress/Makefile.am:
282         * backend/impress/impress-document.[ch]:
283         * backend/impress/impressdocument.evince-backend.in:
284         * backend/pdf/Makefile.am:
285         * backend/pdf/ev-poppler.cc:
286         * backend/pdf/ev-poppler.h:
287         * backend/pdf/pdfdocument.evince-backend.in:
288         * backend/pixbuf/Makefile.am:
289         * backend/pixbuf/pixbuf-document.[ch]:
290         * backend/pixbuf/pixbufdocument.evince-backend.in:
291         * backend/ps/Makefile.am:
292         * backend/ps/ev-spectre.[ch]:
293         * backend/ps/ps-document.[ch]:
294         * backend/ps/psdocument.evince-backend.in:
295         * backend/tiff/Makefile.am:
296         * backend/tiff/tiff-document.[ch]:
297         * backend/tiff/tiffdocument.evince-backend.in:
298         * libdocument/Makefile.am:
299         * libdocument/ev-backends-manager.[ch]:
300         * libdocument/ev-module.[ch]:
301         * libdocument/ev-document.h:
302         * libdocument/ev-document-factory.[ch]:
303         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
304         (get_compression_from_mime_type), (get_document_from_uri),
305         (ev_document_factory_get_document), (file_filter_add_mime_types),
306         (ev_document_factory_add_filters):
307         * shell/Makefile.am:
308         * shell/ev-window-title.c: (get_filename_from_uri):
309         * shell/main.c: (main):
310         * thumbnailer/Makefile.am:
311         * thumbnailer/evince-thumbnailer.c: (main):
312
313         Plugin system for backends. Fixes bug #351348.
314         
315 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
316
317         * shell/ev-view-private.h:
318         * shell/ev-view.c: (ev_view_drag_update_momentum),
319         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
320         (ev_view_button_release_event), (ev_view_destroy):
321         
322         Kinetic scrolling implemented as requested in
323         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
324
325 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
326
327         * data/evince-toolbar.xml:
328         * data/evince-ui.xml:
329         * shell/ev-view-private.h:
330         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
331         (ev_view_button_press_event), (ev_view_motion_notify_event),
332         (ev_view_button_release_event), (ev_view_init),
333         (ev_view_autoscroll_cb), (ev_view_autoscroll),
334         (ev_view_set_cursor):
335         * shell/ev-view.h:
336         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
337         (ev_window_cmd_view_autoscroll):
338         
339         Autoscroll feature with the context menu. Fixes bug 
340         #323670. Thanks to David Turner <cillian64@googlemail.com>.
341
342 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
345
346         Disconnect also page-ready signal when removing a job because the
347         page size has changed. Thanks to kripken
348         <kripkensteiner@gmail.com>.
349
350 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
351
352         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
353         
354         Scroll pages in page entry with mouse wheel. Fixes bug
355         #324122. Thanks to David Turner <cillian64@googlemail.com>.
356
357 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * backend/dvi/Makefile.am:
360         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
361         (mdvi_cairo_device_init):
362         * backend/dvi/mdvi-lib/common.h:
363         * backend/dvi/mdvi-lib/mdvi.h:
364         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
365         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
366         (mdvi_build_path_from_cwd):
367
368         Add ps specials support in dvi backend when libspectre is
369         present. Fixes bug #386005.
370         
371 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * configure.ac:
374         * backend/ps/Makefile.am:
375         * backend/ps/ev-spectre.[ch]:
376         
377         Use libspectre, if available, for the ps backend. Fixes bugs
378         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
379
380 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
381         
382         * backend/comics/comics-document.c: (comics_document_load):
383         
384         Cygwin build issue fix.
385
386 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
387
388         * shell/ev-view.c: (ev_view_set_zoom):
389
390         Do not limit the minimum zoom factor when sizing mode is best bit
391         or fit width. Fixes bug #503805.
392         
393 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
396         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
397         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
398         (ev_link_dest_get_property), (ev_link_dest_set_property),
399         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
400         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
401         (ev_link_dest_new_fitr):
402         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
403         (goto_fith_dest), (goto_xyz_dest):
404
405         Do not change left, top and zoom values when they are null in PDF
406         destinations. Fixes bug #460658.
407         
408 2007-12-10  Christian Persch  <chpe@gnome.org>
409
410         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
411         (ev_view_accessible_class_init),
412         (ev_view_accessible_idle_do_action),
413         (ev_view_accessible_action_do_action),
414         (ev_view_accessible_action_get_description),
415         (ev_view_accessible_action_set_description),
416         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
417         (ev_view_accessible_factory_init),
418         (ev_view_accessible_factory_get_accessible_type):
419         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
420         private data, and G_DEFINE_TYPE. Bug #502843.
421
422 2007-12-08  Christian Persch  <chpe@gnome.org>
423
424         * shell/ev-metadata-manager.c: (item_free),
425         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
426         (value_free), (parse_value), (parseItem),
427         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
428         (save_values): Use GSlice to allocate small amounts of memory. Bug
429         #475972.
430
431 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
434
435         Restore cursor to normal after a drag operation. Fixes bug
436         #501603.
437         
438 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
439
440         * NEWS:
441         * configure.ac:
442         
443         Update for release 2.21.1
444
445 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * configure.ac:
448         * cut-n-paste/gedit-message-area/Makefile.am:
449         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
450         * shell/Makefile.am:
451         * shell/ev-message-area.[ch]:
452         * shell/ev-window.c: (ev_window_set_message_area),
453         (ev_window_error_message_response_cb), (ev_window_error_message),
454         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
455         (ev_window_save_job_cb), (image_save_dialog_response_cb),
456         (ev_attachment_popup_cmd_open_attachment),
457         (attachment_save_dialog_response_cb), (ev_window_set_document),
458         (ev_window_init):
459
460         Use a message area instead of a popup dialog for error
461         notifications. Fixes bug #337495.
462         
463 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
466         (ev_window_run_fullscreen):
467
468         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
469         
470 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * ev-sidebar-thumbnails.c: (update_visible_range),
473         (ev_sidebar_thumbnails_refresh),
474         (ev_sidebar_thumbnails_set_document),
475         (ev_sidebar_thumbnails_support_document):
476
477         Show thumbnails for documents with one page. Fixes bug #358751.
478         
479 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * shell/ev-window.c:
482         (ev_window_load_print_settings_from_metadata),
483         (ev_window_save_print_settings), (ev_window_print_finished),
484         (ev_window_print_range):
485
486         Print settings that are specific to the document are now saved per
487         document in the metadata file. Fixes bug #488806.
488         
489 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
490
491         * backend/tiff/tiff-document.c: (tiff_document_render):
492
493         Tiff documents were rendered with wrong colors. Fixes bug #497279.
494         
495 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * shell/ev-application.[ch]: (get_find_string_from_args),
498         (ev_application_open_uri_at_dest), (ev_application_open_uri),
499         (ev_application_open_uri_list):
500         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
501         * shell/ev-window.[ch]: (ev_window_load_job_cb),
502         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
503         (ev_window_cmd_recent_file_activate),
504         (ev_window_open_recent_action_item_activated),
505         (ev_window_print_send), (open_remote_link):
506         * shell/main.c: (arguments_parse):
507
508         Add a command line option for search. Fixes bug #497710.
509         
510 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
511
512         * shell/ev-jobs.c: (ev_job_print_new):
513
514         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
515         
516 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * data/evince-toolbar.xml:
519         * shell/Makefile.am:
520         * shell/ev-application.c: (ev_application_init):
521         * shell/ev-open-recent-action.[ch]:
522         * shell/ev-window.c:
523         (ev_window_open_recent_action_item_activated),
524         (register_custom_actions):
525
526         Add an expander to the open toolbar item which pops up a dropdown
527         menu with the recently used documents. Fixes bug #487215.
528         
529 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-window.c: (ev_window_open_uri),
532         (ev_window_cmd_view_reload):
533
534         Do not jump to the first page when reloading by running evince
535         from the command line. Fixes bug #490847.
536         
537 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
538
539         * shell/ev-window.c: (ev_window_cmd_help_contents):
540
541         Plugged memory leak when help file is not found. Fixes bug
542         #490762.
543         
544 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * configure.ac:
547
548         Enable djvu, dvi and comics backends by default. Fixes bug
549         #437121.
550         
551 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * configure.ac:
554         * cut-n-paste/Makefile.am:
555         * cut-n-paste/recent-files/*: Removed
556         * help/reference/Makefile.am:
557         * shell/Makefile.am:
558         * shell/ev-application.[ch]: (ev_application_shutdown),
559         (ev_application_init):
560         * shell/ev-window.c: (ev_window_add_recent),
561         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
562
563         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
564         
565 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
566
567         * shell/ev-window.c: (launch_external_uri):
568
569         Let GnomeVFS check the URL, this allow more URL (like mailto:),
570         and report error if the URL is not supported (#489910).
571
572 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
575         (pdf_document_file_exporter_begin_page),
576         (pdf_document_file_exporter_end_page):
577
578         Fix printing with poppler splash backend. Fixes bug #489774.
579         
580 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
583         * shell/ev-print-job.c: (ev_print_job_class_init):
584
585         Fix a crash when printing with the gnome-print dialog. Fixes bug
586         #488939.
587         
588 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
589
590         * backend/pixbuf/pixbuf-document.c:
591
592         Fix an implicit function definition warning (#487655)
593
594 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-window.c:
597
598         Fix conflicting shortcut for view sade pane and presentation.
599         
600 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * backend/pdf/ev-poppler.cc:
603         (pdf_document_file_exporter_begin_page),
604         (pdf_document_file_exporter_do_page),
605         (pdf_document_file_exporter_end_page),
606         (pdf_document_file_exporter_iface_init):
607         * libdocument/ev-file-exporter.[ch]:
608         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
609         * shell/ev-jobs.c: (ev_job_print_get_page_list),
610         (ev_job_print_run):
611
612         When printing multiple pages per sheet in reverse option, do not
613         invert the order of the pages in every sheet, but the order of the
614         sheets. Do not print blank pages when page range is invalid. Fixes
615         bugs #484857 and #485521.
616         
617 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * shell/ev-jobs.c: (ev_job_print_get_page_list),
620         (ev_job_print_run):
621         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
622
623         Respect ranges order when printing more than one range in random
624         order.
625         
626 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
627
628         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
629         (ev_window_setup_document), (ev_window_rotation_changed_cb):
630
631         Rotate also the window icon when document is rotated. Fixes bug
632         #474681.
633         
634 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
637         (pdf_document_forms_get_form_fields):
638
639         Silently ignore unknown form fields. Fixes bug #482654. Patch by
640         Matthias Drochner.
641         
642 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * configure.ac:
645         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
646
647         Use poppler_page_render_for_printing() instead of
648         poppler_page_render() if available when exporting to a ps or pdf
649         file. Fixes bug #476627.
650         
651 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * shell/ev-window.c: (ev_window_run_fullscreen):
654
655         Do not show the toolbar in fullscreen mode if the main toolbar is
656         not visible. Fixes bug #483048.
657         
658 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * shell/ev-view.c: (ev_view_button_press_event):
661
662         Give priority to form fields over images when deciding whether a
663         button press event is over an image or form field. It allows edit
664         form fields when they are over a background image. Fixes bug
665         #477841.
666         
667 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
668
669         * NEWS:
670         * configure.ac:
671         
672         Update for release 2.20.0
673
674 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * backend/pdf/ev-poppler.cc:
677
678         Remove #ifdef HAVE_FORMS, so that forms support works again.
679
680 2007-09-05  Götz Waschk  <waschk@mandriva.org>
681
682         * configure.ac:
683         * data/evince.desktop.in.in:
684         
685         Fixes desktop file issues. See bug #473471.
686
687 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
690         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
691         (ev_job_queue_remove_job):
692         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
693         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
694         * shell/ev-window.c: (ev_window_clear_save_job),
695         (ev_window_save_job_cb), (file_save_dialog_response_cb),
696         (ev_window_dispose):
697
698         Move save a copy task to its own job so that it's carried out in a
699         thread avoiding another lock in the main thread. Use
700         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
701         can be saved to a pathin another file system. Fixes bug #456891.
702         
703 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
704
705         * NEWS:
706         * configure.ac:
707         
708         Update for release 2.19.92
709
710 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * configure.ac:
713         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
714         (pdf_selection_get_selection_region),
715         (pdf_selection_get_selection_map),
716         (ev_form_field_from_poppler_field):
717
718         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
719         and triple click selections are enabled again now.
720
721 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-window.c: (ev_window_add_history):
724
725         Make sure not to use the history with documents not supporting
726         links. Fixes bug #468954.
727
728 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/ev-window.c: (ev_window_load_job_cb):
731
732         Restart the search when reloading a document with the find bar
733         visible. Fixes bug #461962.
734
735 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * shell/ev-window.c: (setup_document_from_metadata),
738         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
739
740         Do not jump to the first page when reloading a document from the
741         last page.
742
743 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * shell/ev-window.c: (update_chrome_flag),
746         (setup_sidebar_from_metadata),
747         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
748         (ev_window_cmd_edit_find_next),
749         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
750         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
751         (find_bar_close_cb), (view_actions_focus_in_cb):
752
753         Do not update visibility when changing a chrome flag so that it's
754         possible to update several flags and update visibility only once
755         for all of them.
756
757 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
760
761         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
762         supported by gtk+. Fixes bug #460907.
763
764 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-view.c: (view_update_range_and_current_page):
767
768         Make sure current-page <= end-page in continuous mode. Fixes bug
769         #454950.
770
771 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * backend/pdf/ev-poppler.cc: (build_tree):
774
775         Ignore outline items without a title. Fixes bug #453913.
776
777 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
780         (ev_view_button_release_event), (ev_view_leave_notify_event):
781
782         Use always drag mouse cursor during a drag operation. Fixes bug
783         #470564.
784
785 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
788         (pdf_selection_get_selection_region),
789         (pdf_selection_get_selection_map):
790
791         Temporarily disable double and triple selections since it depends on
792         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
793         released and the update of the external dependency minimal version
794         approved.
795
796 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
799         (pdf_document_file_exporter_do_page):
800         * libdocument/ev-file-exporter.h:
801         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
802         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
803
804         Actually fix printing regressions. Remove orientation from
805         EvPrintContext since it's redundant.
806
807 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
810         * backend/impress/impress-document.c:
811         (impress_document_document_iface_init):
812         * backend/ps/ps-document.c: (ps_document_document_iface_init):
813         * backend/djvu/djvu-document.c:
814         (djvu_document_document_iface_init),
815         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
816         * backend/tiff/tiff-document.c:
817         (tiff_document_document_iface_init):
818         * backend/pixbuf/pixbuf-document.c:
819         (pixbuf_document_document_iface_init):
820         * backend/comics/comics-document.c:
821         (comics_document_document_iface_init):
822         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
823         (pdf_selection_render_selection),
824         (pdf_selection_get_selected_text),
825         (pdf_selection_get_selection_region),
826         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
827         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
828         (ev_selection_get_selection_region),
829         (ev_selection_get_selection_map):
830         * libdocument/ev-document.[ch]:
831         * shell/ev-pixbuf-cache.[ch]: (add_job),
832         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
833         * shell/ev-view-private.h:
834         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
835         (ev_job_render_run):
836         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
837         * shell/ev-view.c: (start_selection_for_event),
838         (ev_view_button_press_event), (ev_view_drag_data_get),
839         (ev_view_drag_data_received), (ev_view_button_release_event),
840         (compute_new_selection_text), (compute_selections),
841         (ev_view_select_all), (get_selected_text), (ev_view_copy),
842         (ev_view_primary_get_cb):
843
844         Add support for double and triple click selections.
845
846 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
847
848         * NEWS:
849         * configure.ac:
850
851         Update for release 2.19.4
852
853 2007-08-28  Justin Blanchard  <justinb04@aim.com>
854
855         * shell/ev-view-private.h:
856         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
857         (ev_view_set_highlight_search):
858         * shell/ev-view.h:
859         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
860         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
861         (find_bar_visibility_changed_cb):
862         
863         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
864
865 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
868         (pdf_document_file_exporter_begin),
869         (pdf_document_file_exporter_do_page):
870         * shell/ev-jobs.c: (ev_job_print_run):
871         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
872
873         Create always a portrait cairo surface and rotate when needed for
874         landscape. It fixes printing problems in real printers.
875
876 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
879         * libdocument/ev-file-exporter.[ch]:
880         (ev_file_exporter_get_capabilities):
881         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
882         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
883
884         Adjust number of pages per row according to page orientation when
885         printing 2 or 6 pages per sheet.
886
887 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * shell/ev-window.c: (ev_window_print_send):
890
891         Reset also cups setting to 1 when printing multiple pages per
892         sheet. Fixes bug #468853.
893
894 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * libdocument/ev-document-misc.c:
897         (ev_document_misc_surface_rotate_and_scale):
898
899         Use directly cairo_surface_get_content() when creating a similar
900         surface as suggested by Jeff Muizelaar. Thanks again.
901
902 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * backend/djvu/djvu-document.c: (djvu_document_render):
905         * backend/tiff/tiff-document.c: (tiff_document_render):
906         * backend/pdf/ev-poppler.cc: (pdf_document_render):
907         * libdocument/ev-document-misc.c:
908         (ev_document_misc_surface_from_pixbuf),
909         (ev_document_misc_surface_rotate_and_scale):
910
911         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
912         creating page surfaces. Fixes bug #453123. Thank you very much to
913         Jeff Muizelaar <jeff@infidigm.net>.
914
915 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-page-cache.c: (ev_page_cache_new),
918         (ev_page_cache_get_thumbnail_size):
919         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
920         (ev_sidebar_thumbnails_set_loading_icon):
921
922         Also store in page-cache the dimensions of the thumbnails so that
923         they can be used to create the correct loading icon in the side
924         pane. Fixes bug #466857.
925
926 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * backend/pdf/ev-poppler.cc:
929         (pdf_document_thumbnails_get_thumbnail):
930
931         Fix thumbnails rotation in pdf documents that include embedded 
932         thumbnails.
933
934 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
935
936         * backend/pdf/ev-poppler.cc:
937
938         Don't use #ifdef in macro expansion. Some compilers don't
939         like that. Closes bug #467042.
940
941 2007-08-15  Justin Blanchard  <justinb04@aim.com>
942
943         * backend/djvu/djvu-document.c: (djvu_document_finalize):
944         
945         Fixes memory leak in djvu backend.
946
947 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
948
949         * data/icons/32x32/Makefile.am:
950         * data/icons/32x32/actions/Makefile.am:
951         * data/icons/32x32/actions/view-page-cont.svg:
952         * data/icons/32x32/actions/view-page-facing.svg:
953         * data/icons/48x48/Makefile.am:
954         * data/icons/48x48/actions/Makefile.am:
955         * data/icons/48x48/actions/view-page-cont.svg:
956         * data/icons/48x48/actions/view-page-facing.svg:
957         
958         Icons for a new sizes.
959
960 2007-08-14  Justin Blanchard  <justinb04@aim.com>
961
962         * shell/ev-page-cache.c: (build_height_to_page),
963         (ev_page_cache_get_height_to_page):
964         
965         Fixes invalid read, see bug #466401.
966
967 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
970         (set_drag_cursor):
971         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
972         (configure_item_cursor), (new_pixbuf_from_widget):
973
974         Fix multihead problems in toolbar editor. Fixes bug #382055.
975
976 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
977
978         * shell/ev-window.c: (ev_window_cmd_file_open),
979         (ev_window_cmd_save_as):
980
981         Use g_get_user_special_dir when available instead of
982         xdg_user_dir_lookup.
983
984 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
985
986         * MAINTAINERS:
987         
988         Updated according to request on desktop-devel.
989
990 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
993
994         Do not use cairo_rectangle and cairo_clip since we are
995         not using cairo_fill but cairo_paint. Use the same cairo context
996         for every page in the same expose event.
997
998 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
999
1000         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1001         leak.
1002
1003 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006         * NEWS:
1007
1008         Release 0.9.3
1009
1010 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * libdocument/ev-document-info.h:
1013         * libdocument/ev-document.h:
1014         * shell/ev-page-action.h:
1015         * shell/ev-sidebar-links.h:
1016
1017         Fix a headers problem with ev-link
1018         
1019         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1020         * shell/ev-view-private.h:
1021         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1022         (get_link_area), (ev_view_query_tooltip),
1023         (ev_view_leave_notify_event), (ev_view_destroy),
1024         (ev_view_class_init):
1025
1026         Use new gtk tooltips when available instead of ev-tooltip.
1027         
1028 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c: (update_chrome_visibility),
1031         (ev_window_sidebar_visibility_changed_cb):
1032
1033         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1034         
1035 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * shell/ev-navigation-action.c:
1038         (ev_navigation_action_history_changed),
1039         (ev_navigation_action_set_history):
1040         * shell/ev-navigation-action-widget.c:
1041         (ev_navigation_action_widget_init):
1042         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1043
1044         Fix compile warnings.
1045         
1046 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1047
1048         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1049         (egg_editable_toolbar_dispose):
1050
1051         Fix memory leak.
1052         
1053 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1056         (screensaver_disable_x11):
1057         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1058         * shell/ev-window.c: (presentation_set_timeout):
1059         * shell/ev-view.c: (ev_view_presentation_transition_start):
1060
1061         Use g_timeout_add_seconds instead of g_timeout_add when
1062         available.
1063         
1064 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1067
1068         Set horizontal scrollbar policy to AUTOMATIC instead of
1069         NEVER. Workaround for bug #449462.
1070         
1071 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * shell/ev-jobs.c: (ev_job_render_page_ready):
1074
1075         Add page_ready callback to main loop with high priority and hold
1076         a reference to job during idle.
1077         
1078 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * configure.ac:
1081         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1082         (pdf_document_file_exporter_begin),
1083         (pdf_document_file_exporter_do_page),
1084         (pdf_document_file_exporter_get_capabilities):
1085         * libdocument/ev-file-exporter.h:
1086         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1087         * shell/ev-window.c: (ev_window_print_send),
1088         (ev_window_print_dialog_response_cb):
1089
1090         Allow printing multiple pages per sheet. Fixes bug #395573.
1091         
1092 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1093
1094         * shell/ev-view.c: (tip_from_link):
1095         
1096         Check for NULL, fixes bug #460862.
1097
1098 2007-07-29  Christian Persch  <chpe@gnome.org>
1099
1100         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1101         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1102         (ev_window_cmd_preview_print):
1103         
1104         Fixes bug #437681 - blocks while enumerating printers.
1105
1106 2007-07-29  Christian Persch  <chpe@gnome.org>
1107
1108         * shell/ev-window.c: (ev_window_screen_changed):
1109         
1110         Don't use deprecated gtk+ function. See bug #460909.
1111
1112 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * shell/ev-utils.c: (get_num_monitors):
1115         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1116
1117         Do not use display before initializing it. Remove compile
1118         warnings.
1119
1120 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1121
1122         * shell/ev-view.c: (ev_view_class_init):
1123         
1124         Unix-like hjkl bindings added. See bug #458111.
1125
1126 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1127
1128         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1129         * shell/ev-utils.h:
1130         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1131         (ev_view_update_view_size):
1132         * shell/ev-view.h:
1133         * shell/ev-window.c: (ev_window_update_actions),
1134         (setup_view_from_metadata), (ev_window_screen_changed),
1135         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1136         (zoom_control_changed_cb):
1137         * shell/ev-window.h:
1138         
1139         Reorganizes utility functions.
1140
1141 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1144         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1145         (add_job), (ev_pixbuf_cache_get_surface),
1146         (ev_pixbuf_cache_get_link_mapping),
1147         (ev_pixbuf_cache_get_image_mapping),
1148         (ev_pixbuf_cache_get_form_field_mapping),
1149         (ev_pixbuf_cache_get_text_mapping):
1150         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1151         (notify_page_ready), (ev_job_render_page_ready),
1152         (ev_job_render_run):
1153
1154         Add page_ready signal to notify that page is ready as soon as
1155         possible even if other page elements like links, forms, images or
1156         text mapping are not ready yet.
1157
1158 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1161         (dvi_document_file_exporter_do_page),
1162         (dvi_document_file_exporter_get_capabilities),
1163         (dvi_document_file_exporter_iface_init):
1164         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1165         (ps_document_file_exporter_do_page),
1166         (ps_document_file_exporter_get_capabilities),
1167         (ps_document_file_exporter_iface_init):
1168         * backend/djvu/djvu-document.c:
1169         (djvu_document_file_exporter_begin),
1170         (djvu_document_file_exporter_end),
1171         (djvu_document_file_exporter_get_capabilities),
1172         (djvu_document_file_exporter_iface_init):
1173         * backend/tiff/tiff-document.c:
1174         (tiff_document_file_exporter_begin),
1175         (tiff_document_file_exporter_get_capabilities),
1176         (tiff_document_document_file_exporter_iface_init):
1177         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1178         (pdf_document_file_exporter_do_page),
1179         (pdf_document_file_exporter_get_capabilities),
1180         (pdf_document_file_exporter_iface_init):
1181         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1182         (ev_file_exporter_get_capabilities):
1183         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1184         (idle_print_handler), (ev_print_job_print):
1185         * shell/ev-jobs.c: (ev_job_print_run):
1186         * shell/ev-window.c: (ev_window_print_send),
1187         (ev_window_print_range):
1188
1189         Use capabilities to know which options should be offered by the
1190         print dialog depending on the document backend.
1191
1192 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1195
1196         Give priority to forms over text to set the cursor.
1197
1198 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * shell/ev-view-private.h:
1201         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1202         (ev_view_leave_notify_event), (ev_view_finalize),
1203         (ev_view_get_property), (ev_view_class_init):
1204
1205         Use IBEAM cursor for text form fields and NORMAL cursor for read
1206         only fields. Remove unused status attribute.
1207
1208 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1211
1212         Update region for current selected items also for checkbox
1213         buttons, since they can behave as radio buttons when they are in a
1214         set.
1215
1216 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * configure.ac:
1219         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1220
1221         Get max length of text form fields.
1222
1223 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1226         * libdocument/ev-form-field.h:
1227         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1228
1229         Fix build with current poppler cvs head.
1230
1231 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1234         * shell/eggfindbar.c: (egg_find_bar_init):
1235
1236         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1237         deprecation. Fixes bug #455667
1238
1239 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1240
1241         * NEWS:
1242         * configure.ac:
1243         
1244         Update for release 0.9.2
1245
1246 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * shell/ev-view.c: (ev_view_form_field_text_save),
1249         (ev_view_form_field_choice_save):
1250
1251         Fix a crash when closing whith a form widget visible.
1252
1253 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1256
1257         Update also the region of the current selected button when
1258         clicking on another button if they are radio buttons.
1259
1260 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1263         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1264         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1265         (ev_pixbuf_cache_get_link_mapping),
1266         (ev_pixbuf_cache_get_image_mapping),
1267         (ev_pixbuf_cache_get_form_field_mapping),
1268         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1269         * shell/ev-view.c: (ev_view_form_field_get_region),
1270         (ev_view_form_field_button_create_widget),
1271         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1272         (job_finished_cb):
1273
1274         Redraw only form field region instead of the whole page when
1275         reloading a page to show changes on the form field.
1276
1277 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * shell/ev-view.c: (ev_view_form_field_choice_save):
1280
1281         Fix selection of first item in list form fields.
1282
1283 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1286         (ev_pixbuf_cache_reload_page),
1287         (ev_pixbuf_cache_get_form_field_mapping):
1288
1289         Some refactoring to avoid duplicated code.
1290
1291 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * configure.ac:
1294         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1295         (ev_form_field_from_poppler_field),
1296         (pdf_document_forms_get_form_fields),
1297         (pdf_document_forms_form_field_text_get_text),
1298         (pdf_document_forms_form_field_text_set_text),
1299         (pdf_document_forms_form_field_button_set_state),
1300         (pdf_document_forms_form_field_button_get_state),
1301         (pdf_document_forms_form_field_choice_get_item),
1302         (pdf_document_forms_form_field_choice_get_n_items),
1303         (pdf_document_forms_form_field_choice_is_item_selected),
1304         (pdf_document_forms_form_field_choice_select_item),
1305         (pdf_document_forms_form_field_choice_toggle_item),
1306         (pdf_document_forms_form_field_choice_unselect_all),
1307         (pdf_document_forms_form_field_choice_set_text),
1308         (pdf_document_forms_form_field_choice_get_text),
1309         (pdf_document_document_forms_iface_init):
1310         * libdocument/Makefile.am:
1311         * libdocument/ev-form-field.[ch]:
1312         * libdocument/ev-document-forms.[ch]:
1313         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1314         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1315         (add_job), (ev_pixbuf_cache_reload_page),
1316         (ev_pixbuf_cache_get_form_field_mapping):
1317         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1318         * shell/ev-view-private.h:
1319         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1320         (ev_view_handle_cursor_over_xy),
1321         (ev_view_get_form_field_at_location),
1322         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1323         (ev_view_form_field_button_create_widget),
1324         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1325         (ev_view_form_field_text_create_widget),
1326         (ev_view_form_field_choice_save),
1327         (ev_view_form_field_choice_changed),
1328         (ev_view_form_field_choice_create_widget),
1329         (ev_view_handle_form_field), (ev_view_size_allocate),
1330         (ev_view_realize), (draw_end_presentation_page),
1331         (ev_view_button_press_event), (ev_view_remove_all),
1332         (ev_view_motion_notify_event), (ev_view_key_press_event),
1333         (ev_view_enter_notify_event), (highlight_find_results),
1334         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1335         (ev_view_class_init), (page_changed_cb),
1336         (on_adjustment_value_changed), (ev_view_set_presentation),
1337         (merge_selection_region), (ev_view_set_cursor),
1338         (ev_view_reset_presentation_state):
1339         
1340         Merge evince-forms branch.
1341
1342 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1343
1344         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1345
1346         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1347         This script also updates itself from libegg
1348
1349         * cut-n-paste/toolbar-editor/egg*:
1350         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1351         libegg
1352
1353 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1354
1355         * shell/ev-window.c:
1356         
1357         Adds a nice icon to page action during toolbar editing.
1358         See bug #452872.
1359
1360 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1361
1362         * data/evince-toolbar.xml:
1363         * shell/ev-window.c:
1364         
1365         Let user add a presentation and fullscreen icons on toolbar.
1366         See bug #449734.
1367
1368 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1369
1370         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1371
1372         new script to keep in sync with toolbareditor in libegg
1373
1374         * cut-n-paste/toolbar-editor/*: 
1375
1376         Run update-toolbareditor-from-libegg so we are in sync again. 
1377         Fixes bug #452850.
1378         
1379
1380 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-sidebar-links.c: (job_finished_callback):
1383
1384         Do not connect selection changed signal more than once. Fixes bug
1385         #349433.
1386
1387 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1390
1391         Do not change sidebar chrome flag when pressing F9 key in
1392         presentation mode.
1393
1394 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * backend/pdf/ev-poppler.cc:
1397         (pdf_document_thumbnails_get_dimensions):
1398
1399         Make sure thumbnails width and height is not <= 0. Fixes a crash
1400         with some pdf documents which have really small pages.
1401
1402 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1403
1404         * shell/main.c: (main):
1405
1406         Fixes program description translation issue.
1407         Bug #450148.
1408
1409 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1410
1411         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1412
1413         Do not change current page when returning from black/white mode
1414         in presentation. Fixes bug #415032.
1415
1416 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1417
1418         * NEWS:
1419         * configure.ac:
1420         
1421         Update for release 0.9.1
1422
1423 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1424
1425         * backend/dvi/dvi-document.c:
1426         (dvi_document_finalize),
1427         (dvi_document_file_exporter_format_supported),
1428         (dvi_document_file_exporter_begin),
1429         (dvi_document_file_exporter_do_page),
1430         (dvi_document_file_exporter_end),
1431         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1432         
1433         PDF exporter for dvi documents. Fixes bug #441319.
1434
1435 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-window.c: (ev_window_clear_print_job):
1438
1439         Clear gtk print job when job has finished. Fixes bug #447612.
1440
1441 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-window.c: (ev_window_print_send),
1444         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1445
1446         Add preview button to print dialog. Fixes bug #445419.
1447
1448 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * backend/dvi/Makefile.am:
1451         * backend/dvi/pixbuf-device.[ch]: Removed
1452         * backend/dvi/cairo-device.[ch]: Added
1453         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1454         * backend/dvi/dvi-document.c: (dvi_document_load),
1455         (dvi_document_render), (dvi_document_finalize),
1456         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1457         (dvi_document_do_color_special):
1458         * libdocument/ev-document-misc.[ch]:
1459         (ev_document_misc_pixbuf_from_surface):
1460
1461         Port dvi backend to cairo and fix a problem with colors. 
1462
1463 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * shell/ev-view.c: (draw_one_page):
1466
1467         Draw only visible region.
1468
1469 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * backend/djvu/djvu-document.c: (djvu_document_render):
1472
1473         Fix rotation in djvu backend.
1474
1475 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1478         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1479         (ev_pixbuf_cache_get_image_mapping),
1480         (ev_pixbuf_cache_get_text_mapping):
1481
1482         Redraw view every time we have a new surface. Fixes bug #443587.
1483
1484 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * libdocument/ev-document.c: (ev_document_info_free):
1487
1488         Fix memory leaks.
1489
1490 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * backend/dvi/dvi-document.c: (dvi_document_render),
1493         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1494         * backend/impress/impress-document.c:
1495         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1496         (impress_document_render), (impress_document_document_iface_init),
1497         (impress_document_thumbnails_get_thumbnail):
1498         * backend/djvu/djvu-document-private.h:
1499         * backend/djvu/djvu-document.c: (djvu_document_render),
1500         (djvu_document_finalize), (djvu_document_document_iface_init),
1501         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1502         * backend/tiff/tiff-document.c: (tiff_document_render),
1503         (tiff_document_render_pixbuf),
1504         (tiff_document_document_iface_init):
1505         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1506         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1507         (pdf_selection_render_selection):
1508         * backend/comics/comics-document.c:
1509         (comics_document_render_pixbuf), (comics_document_render),
1510         (comics_document_document_iface_init):
1511         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1512         (pixbuf_document_document_iface_init):
1513         * libdocument/ev-document-misc.[ch]:
1514         (ev_document_misc_surface_from_pixbuf),
1515         (ev_document_misc_surface_rotate_and_scale):
1516         * libdocument/ev-document.[ch]: (ev_document_render):
1517         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1518         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1519         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1520         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1521         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1522         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1523         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1524         (render_finished_cb), (ev_job_render_run):
1525         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1526         (merge_selection_region):
1527
1528         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1529         and selections.
1530
1531 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * shell/ev-window-title.c: (ev_window_title_update):
1534
1535         Fix memory leak.
1536
1537 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * shell/ev-view.c: (draw_loading_text):
1540
1541         Show loading text centered. Fixes bug #433061
1542
1543 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * shell/ev-sidebar-thumbnails.c:
1546         (ev_sidebar_thumbnails_set_loading_icon):
1547
1548         Remove a mutex in the main thread that blocks the UI in heavy
1549         documents.
1550
1551 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1554
1555         Set points_set to TRUE so that selections don't disappear after a
1556         zoom change.
1557
1558 2007-06-07  Michael Monreal  <infernux@web.de>
1559
1560         * data/icons/16x16/actions/Makefile.am:
1561         * data/icons/16x16/actions/zoom.svg:
1562         * data/icons/22x22/actions/Makefile.am:
1563         * data/icons/22x22/actions/zoom.svg:
1564         * data/icons/24x24/actions/Makefile.am:
1565         * shell/ev-stock-icons.c:
1566         * shell/ev-stock-icons.h:
1567         * shell/ev-window.c:
1568         
1569         Zoom icon artwork. See bug #444795.
1570
1571 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1572
1573         * shell/ev-metadata-manager.c: Remove extraneous function
1574         (Closes: #444386)
1575
1576 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1577
1578         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1579         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1580         (ev_metadata_manager_set), (ev_metadata_manager_save):
1581         Simplify the timeout, no need for modified anymore
1582
1583 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1584
1585         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1586         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1587         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1588         (ev_metadata_manager_save): Adapted patch from Arjan van de
1589         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1590         time, saves on power (Closes: #443851)
1591
1592 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * configure.ac:
1595         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1596         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1597
1598         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1599
1600 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1601
1602         * shell/ev-window.c: (ev_window_add_history):
1603
1604         Check if history is NULL
1605
1606 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * libdocument/ev-image.c: (ev_image_finalize):
1609         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1610         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1611         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1612         (ev_tmp_uri_unlink):
1613
1614         Add functions to delete temporary files created by evince in a safe
1615         way.
1616
1617         * shell/ev-window.c: (ev_window_clear_local_uri),
1618         (open_xfer_update_progress_callback),
1619         (save_xfer_update_progress_callback), (ev_window_save_remote),
1620         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1621         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1622         (attachment_save_dialog_response_cb),
1623         (ev_attachment_popup_cmd_save_attachment_as):
1624
1625         Allow saving a copy of a document, image or attachment to a remote
1626         location. Fixes bug #440754. 
1627
1628 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * configure.ac:
1631         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1632
1633         Fix build with current poppler from cvs head. 
1634
1635 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1636
1637         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1638
1639         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1640         directory exists.
1641
1642 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1643
1644         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1645         * shell/ev-window.c:
1646
1647         Change sidebar ordering. Fixes bug #439939.
1648
1649 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1650
1651         * backend/comics/Makefile.am:
1652         
1653         Fixes build with --without-libgnome.
1654
1655 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1656         
1657         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1658
1659         Update cursor and tooltip on page change and view scroll. Fixes bug
1660         #439217.
1661
1662 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1663
1664         * NEWS:
1665         * configure.ac:
1666         
1667         Update for release 0.9.0
1668
1669 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1670
1671         * backend/djvu/djvu-document-private.h:
1672         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1673         (djvu_document_finalize),
1674         (djvu_document_file_exporter_format_supported),
1675         (djvu_document_file_exporter_begin),
1676         (djvu_document_file_exporter_do_page),
1677         (djvu_document_file_exporter_end),
1678         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1679         
1680         Implemented printing with djvu. Bug #437998.
1681
1682 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * backend/impress/zip.c:
1685         Add missing ulong definition.
1686
1687         * backend/ps/ps-interpreter.c:
1688         Add missing headers.
1689
1690         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1691
1692 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1695
1696         Add missing call to parent class dispose method. 
1697
1698 2007-05-12  Ross Burton  <ross@openedhand.com>
1699
1700         * shell/main.c:
1701         Sync keybindings manually when building without libgnome
1702         (#437925).
1703
1704 2007-05-12  Ross Burton  <ross@openedhand.com>
1705
1706         * shell/ev-window.c:
1707         Respect the screen when opening help (#437866).
1708
1709 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * data/evince-ui.xml:
1712         * shell/ev-application.[ch]: (get_print_settings_from_args),
1713         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1714         (ev_application_open_uri_list):
1715         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1716         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1717         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1718         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1719         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1720         (ev_window_dispose):
1721         * shell/main.c: (arguments_parse):
1722
1723         Add print button in preview mode. Fixes bug #396475. 
1724
1725 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1726
1727         * cut-n-paste/zoom-control/ephy-zoom.h:
1728         
1729         Fixes zoom level factors. See bug #408119 for details.
1730
1731 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1732
1733         * backend/comics/comics-document.c: (comics_regex_quote),
1734         (extract_argv):
1735         
1736         Correctly quote symbols. Fixes crash in the bug
1737         #415370.
1738
1739 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1740
1741         * shell/ev-navigation-action-widget.c:
1742         (ev_navigation_action_widget_init),
1743         (ev_navigation_action_widget_class_init),
1744         (ev_navigation_action_widget_button_press_event):
1745         
1746         Connect to button-press event on correct widget. Fixes
1747         bug #431988
1748
1749 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1750
1751         * shell/ev-application.c: (ev_application_open_window),
1752         (ev_application_add_icon_path_for_screen),
1753         (ev_application_open_uri_at_dest):
1754         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1755         * shell/ev-navigation-action.c: (build_menu):
1756         
1757         Add app-specific icons to our icon theme. Fixes bug
1758         #425508.
1759
1760 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * shell/ev-history.c: (ev_history_class_init),
1763         (ev_history_add_link):
1764         * shell/ev-history.h:
1765         * shell/ev-navigation-action.c:
1766         (ev_navigation_action_history_changed),
1767         (ev_navigation_action_set_history), (build_menu),
1768         (ev_navigation_action_finalize):
1769         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1770         
1771         Make navigation action unsensitive instead of showing
1772         menu with unsensitive word. Fixes bug #417392.
1773
1774 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1775
1776         * shell/ev-application.[ch]: (ev_application_shutdown),
1777         (ev_application_get_print_settings),
1778         (ev_application_set_print_settings):
1779         * shell/ev-window.c:
1780
1781         Remember print settings. Fixes bug #349102. 
1782
1783 2007-05-08  Christian Persch  <chpe@gnome.org>
1784
1785         * configure.ac:
1786         * properties/ev-properties-view.c:
1787
1788         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1789         Bug #382438.
1790
1791 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * configure.ac:
1794         * properties/ev-properties-view.c: (ev_regular_paper_size):
1795
1796         Use gtk+ builtin paper list to identify the document's paper size.
1797         Fixes bug #382438. 
1798
1799 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * configure.ac:
1802
1803         Fix build when compiling with thumbnailer and libgnome support. 
1804
1805 2007-05-04  Ross Burton  <ross@openedhand.com>
1806
1807         * configure.ac:
1808         Add --without-libgnome, check for libgnome and libgnomeui
1809         separately, and add them to the symbols as required.
1810
1811         * libdocument/ev-file-helpers.c:
1812         When building without libgnome, use g_get_user_config_dir instead
1813         of gnome_user_dir_get.
1814
1815         * shell/ev-application.c:
1816         When building without libgnome, don't use session management.
1817
1818         * shell/main.c:
1819         When building without libgnome, don't use GnomeProgram or
1820         initialise the authentication manager.
1821
1822         This fixes #328842.
1823
1824 2007-05-04  Ross Burton  <ross@openedhand.com>
1825
1826         * shell/ev-window.c:
1827         Don't use libgnome to open help, instead call Yelp directly.
1828
1829 2007-05-04  Ross Burton  <ross@openedhand.com>
1830
1831         * shell/ev-sidebar-attachments.c:
1832         Don't use libgnome to lookup icons for MIME types, instead copy
1833         code from GTK+ to do it manually.
1834
1835 2007-05-04  Ross Burton  <ross@openedhand.com>
1836
1837         * configure.ac:
1838         Add libxml to the dependencies for SHELL_CORE (#435818).
1839
1840 2007-05-02  Ross Burton  <ross@openedhand.com>
1841
1842         * configure.ac:
1843         * Makefile.am:
1844         Add --disable-thumbnailer (#434825)
1845
1846 2007-05-02  Ross Burton  <ross@openedhand.com>
1847
1848         * shell/ev-window.c:
1849         Add missing includes, fix indentation.
1850
1851         * shell/main.c:
1852         Fix indentation.
1853
1854 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1855
1856         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1857         ev_application_open_uri_at_dest instead of ev_application_open_uri
1858         preventing new document always being opened in a new window even if there
1859         is an empty window.
1860
1861 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1862
1863         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1864         (egg_recent_view_uimanager_finalize):
1865         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1866         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1867         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1868         (ev_pixbuf_cache_dispose):
1869         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1870         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1871         
1872         Add missing chain to parent class methods. Fixes
1873         bug #433128.
1874
1875 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1876
1877         * data/Makefile.am (update-icon-cache): Updates
1878         gtk-update-icon-cache in uninstall-hook.
1879
1880 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1881
1882         * shell/ev-window.c: (ev_window_setup_document),
1883         (ev_window_set_document), (ev_window_load_job_cb):
1884         * shell/ev-view.c: (setup_caches):
1885         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1886
1887         Start rendering pages before any other jobs. 
1888
1889 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * shell/ev-window.c: (ev_window_stop_fullscreen),
1892         (ev_window_stop_presentation):
1893
1894         Update chrome visibility before window unfullscreen. 
1895
1896 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * data/Makefile.am:
1899         * data/evince-ui.xml:
1900         * shell/ev-stock-icons.[ch]:
1901         * shell/ev-application.[ch]: (ev_application_shutdown),
1902         (ev_application_init), (ev_application_get_toolbars_model):
1903         * shell/ev-window.c: (update_chrome_visibility),
1904         (fullscreen_toolbar_setup_item_properties),
1905         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1906         (ev_window_run_presentation), (ev_window_stop_presentation),
1907         (ev_window_run_preview), (ev_window_screen_changed),
1908         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1909         (ev_window_dispose), (ev_window_init):
1910
1911         Make fullscreen toolbar always visible. Do not use egg toolbars for
1912         fullscreen and preview modes since such toolbars are not editables.
1913         Fixes bugs #300278, #338910 and #316188.  
1914
1915 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1916
1917         * shell/ev-application.c:
1918         * shell/ev-job-queue.c:
1919         * shell/ev-metadata-manager.c:
1920         * shell/ev-stock-icons.c:
1921         * shell/ev-window.c:
1922         * shell/main.c:
1923         
1924         Developers documentation updated.
1925
1926 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1929
1930         Check whether uri is valid before launching it. Fixes bug #427664.
1931
1932 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * shell/ev-window.c:
1935
1936         Change key accelerator for Open a Copy menu entry which is in conflict
1937         with Close. Fixes bug #427321.
1938
1939 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1940
1941         * NEWS:
1942         * configure.ac:
1943         
1944         Update for release 0.8.1
1945
1946 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1947
1948         * shell/ev-window.c: (setup_size_from_metadata):
1949         
1950         Do not make window bigger than screen. Fixes bug 
1951         #388985.
1952
1953 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1954
1955         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1956         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1957
1958         Use default resolution when it's not provided by document. Fixes bug
1959         #408762.
1960
1961 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * configure.ac:
1964         * thumbnailer/Makefile.am:
1965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1966         * thumbnailer/evince-thumbnailer.schemas.in:
1967         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1968
1969         Add support for ps, eps and compressed documents thumbnails. Do not
1970         ignore size parameter. 
1971
1972 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1973
1974         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1975         (dvi_document_do_color_special):
1976         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1977
1978         Implement font color specials in the DVI backend. Fixes bug #303651.
1979
1980 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1981
1982         Fixup the previous commit:
1983
1984         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1985         * shell/xdg-user-dir-lookup.c: Make the function non-static
1986         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1987
1988 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1989
1990         * shell/ev-window.c (file_open_dialog_response_cb): Use
1991         the xdg-user-dirs DOCUMENTS folder as default folder when
1992         opening a file chooser.  (#424858)
1993
1994         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1995         xdg-user-dirs.
1996
1997 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * shell/ev-window.c: (ev_window_load_job_cb):
2000
2001         Do not setup view from metadata on preview mode. 
2002
2003 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/main.c:
2006
2007         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2008
2009 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-view.c: (ev_view_primary_get_cb):
2012
2013         Check pointer != NULL before using it. Fixes bug #416841. 
2014
2015 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2016
2017         * NEWS:
2018         * configure.ac:
2019         
2020         Release 0.8.0
2021
2022 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2025
2026         Do not render thumbnails when sidebar thumbnail page is not visible
2027         at startup. Fixes bug #416447. 
2028
2029 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2030
2031         * data/evince.desktop.in.in:
2032
2033         "Application" is not a valid category in the freedesktop specification.
2034
2035 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * libdocument/ev-file-helpers.[ch]: (compression_run),
2038         (ev_file_uncompress), (ev_file_compress):
2039         * shell/ev-window.c: (file_save_dialog_response_cb):
2040
2041         Save document compressed when saving a copy of a compressed document.
2042         Fixes bug #334542.
2043
2044 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2047
2048         Allow deleting in goto window entry in presentation mode. 
2049
2050 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2051
2052         * Makefile.am: Dist MAINTAINERS.
2053
2054 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-window.c: (ev_window_update_actions):
2057
2058         Fix zoom shortcut keys when searching. Fixes bug #409828.
2059
2060 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * shell/ev-window.c: (ev_window_setup_document):
2063
2064         Fix crash when loading documents with only one page. 
2065
2066 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * backend/dvi/dvi-document.c:
2069         (dvi_document_thumbnails_get_dimensions),
2070         (dvi_document_thumbnails_get_thumbnail):
2071         * backend/impress/impress-document.c:
2072         (impress_document_thumbnails_get_thumbnail),
2073         (impress_document_thumbnails_get_dimensions):
2074         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2075         (ps_document_thumbnails_get_dimensions):
2076         * backend/djvu/djvu-document.c:
2077         (djvu_document_thumbnails_get_dimensions),
2078         (djvu_document_thumbnails_get_thumbnail):
2079         * backend/tiff/tiff-document.c:
2080         (tiff_document_thumbnails_get_thumbnail),
2081         (tiff_document_thumbnails_get_dimensions):
2082         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2083         (pdf_document_thumbnails_get_thumbnail),
2084         (pdf_document_thumbnails_get_dimensions):
2085         * backend/comics/comics-document.c:
2086         (comics_document_thumbnails_get_thumbnail),
2087         (comics_document_thumbnails_get_dimensions):
2088         * backend/pixbuf/pixbuf-document.c:
2089         (pixbuf_document_thumbnails_get_thumbnail),
2090         (pixbuf_document_thumbnails_get_dimensions):
2091         * libdocument/ev-document-thumbnails.[ch]:
2092         (ev_document_thumbnails_get_thumbnail),
2093         (ev_document_thumbnails_get_dimensions):
2094         * libdocument/ev-document-misc.[ch]:
2095         (ev_document_misc_get_thumbnail_frame):
2096         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2097         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2098         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2099         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2100         (ev_sidebar_thumbnails_refresh):
2101         * shell/ev-window.c: (ev_window_setup_document):
2102         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2103
2104         Use an EvRenderContext for rendering thumbnails instead of a suggested
2105         width, so that different sized pages get sized proportionally.
2106
2107 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * shell/ev-view.c: (ev_view_button_press_event),
2110         (ev_view_key_press_event):
2111
2112         Fix critical warnings when there is no document loaded. 
2113
2114 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-page-action-widget.c:
2117         * shell/ev-navigation-action.c:
2118         * shell/ev-window.c:
2119
2120         Fix compile warnings. 
2121
2122 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * backend/djvu/djvu-text.h:
2125         * backend/djvu/djvu-document.c:
2126         * backend/djvu/djvu-text-page.c:
2127         * backend/djvu/djvu-links.c:
2128         * backend/djvu/djvu-text-page.h:
2129         * backend/djvu/djvu-text.c:
2130         
2131         Fix build on Mac. Fixes bug #392186. Patch by
2132         <ephraim_owns@hotmail.com>
2133
2134 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2135
2136         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2137
2138         Restore cairo context before rendering every page when printing a PDF
2139         document into a PDF file. 
2140
2141 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * backend/ps/gstypes.h:
2144         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2145         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2146         (ps_document_thumbnails_get_thumbnail):
2147
2148         Handle PostScript page orientation. Fixes bug #318568.
2149
2150 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * backend/ps/Makefile.am:
2153         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2154         (document_load), (ps_document_load), (save_document),
2155         (save_page_list), (ps_document_get_n_pages),
2156         (ps_document_get_page_size), (ps_document_get_info),
2157         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2158         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2159         (ps_document_thumbnails_get_thumbnail),
2160         (ps_document_thumbnails_get_dimensions),
2161         (ps_document_document_thumbnails_iface_init):
2162         * backend/ps/ps.[ch]: (psgetpagebox):
2163         * backend/ps/ps-interpreter.[ch]:
2164
2165         Add support for thumbnails in ps backend. Fixes bug #164755. 
2166
2167 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2168
2169         * NEWS:
2170         * configure.ac:
2171         
2172         Release 0.7.2
2173
2174 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2177         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2178         (ev_window_dispose):
2179
2180         Use document thumbnail as window icon. Fixes bug #384442.
2181
2182 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2183
2184         * configure.ac:
2185
2186         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2187         duplicated adding application/x-bzpostscript instead. 
2188
2189 2007-02-11  Tom Parker  <palfrey@tevp.net>
2190
2191         * backend/ps/ps-document.c: (document_load):
2192
2193         Check return value of psscan before trying
2194         to use it. Fixes bug #372414.
2195
2196 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2199
2200         Fix invalid free in ev-page-cache. Fixes bug #404745.
2201
2202 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2203
2204         * test/Makefile.am:
2205         * test/test3.py:
2206         
2207         Added reload test case.
2208
2209 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * po/POTFILES.in:
2212         * backend/djvu/djvu-document.c: (djvu_document_load):
2213
2214         Check whether there are missing files in indirect multipage djvu
2215         documents. Fixes bug #361683. 
2216
2217 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2218
2219         * test/Makefile.am:
2220         * test/test-mime.bin:
2221         * test/test3.py:
2222         
2223         Added test for slow mime type
2224
2225 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2228
2229         Add some checks and call parent_class->finalize. Fixes bug #404745.
2230
2231 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2232
2233         * shell/ev-navigation-action.c: (connect_proxy):
2234         
2235         Fixes dropdown history menu. Thanks a lot Carlos!
2236
2237 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2240
2241         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2242         bug #373715.
2243
2244 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * backend/ps/ps.c: (psscan):
2247
2248         Fix memory leak. 
2249
2250 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * configure.ac:
2253         * libdocument/ev-file-helpers.c: 
2254
2255         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2256
2257 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * configure.ac:
2260         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2261         (ps_interpreter_start), (document_load), (save_document),
2262         (save_page_list):
2263         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2264         * libdocument/ev-document-factory.c:
2265         (ev_document_factory_get_from_mime), (get_document_from_uri),
2266         (free_uncompressed_uri), (ev_document_factory_get_document):
2267         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2268
2269         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2270
2271 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * libdocument/ev-document.h:
2274
2275         Fix typo in function name. 
2276
2277 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * backend/ps/ps-document.c: (ps_interpreter_finished),
2280         (ps_interpreter_start), (ps_interpreter_failed):
2281
2282         Handle ghostscript interpreter crashes. 
2283
2284 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * shell/ev-window.c: (ev_window_open_uri),
2287         (window_configure_event_cb):
2288
2289         Setup window size and position before showing it. Fixes bug #401711.
2290
2291 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * backend/ps/Makefile.am:
2294         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2295         (ps_document_dispose), (ps_document_class_init),
2296         (ps_interpreter_input), (ps_interpreter_output),
2297         (ps_interpreter_error), (setup_interpreter_env),
2298         (ps_interpreter_start), (ps_interpreter_stop),
2299         (ps_interpreter_failed), (ps_interpreter_is_ready),
2300         (check_filecompressed), (document_load), (ps_document_load),
2301         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2302         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2303         (render_page):
2304
2305         Rework ps-document. Code cleanups, remove deprecated code. 
2306
2307 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * shell/ev-view.c: (ev_view_button_press_event):
2310
2311         Do not start an image drag and drop operation when pointer is on 
2312         text, so that we can select text when the whole background is an
2313         image. 
2314
2315 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-window.c: (ev_window_update_actions): 
2318
2319         Disable all zoom related actions during presentation mode. 
2320
2321 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2322
2323         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2324
2325         Do not zoom in or out on presentation mode. Fixes bug #401305.
2326
2327 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2328
2329         * shell/ev-navigation-action.c: (connect_proxy),
2330         (create_menu_item), (ev_navigation_action_class_init):
2331         
2332         Correctly show menu and fix crash when navigaton 
2333         action is out of toolbar visible area.
2334
2335 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2336
2337         * data/Makefile.am:
2338         * data/evince.1:
2339         
2340         Added man file
2341
2342 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2343
2344         * help/reference/* :
2345         * configure.ac:
2346         
2347         Added gtk-doc based documentation for Evince.
2348         Still in initial state but I hope it will
2349         grow.
2350         
2351         * configure.ac:
2352         
2353         Lower dbus requirement to 0.70
2354
2355 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-window.c: (ev_window_add_history):
2358
2359         Fix memory leak. 
2360
2361 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2362
2363         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2364         * shell/ev-view.h:
2365         * shell/ev-window.c: (ev_window_add_history):
2366         
2367         Correctly handle named destination links
2368
2369 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2370
2371         * NOTES:
2372         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2373         * backend/pdf/ev-poppler.cc:
2374         * libdocument/ev-document-links.h:
2375         * libdocument/ev-link.c: (ev_link_get_page):
2376         * libdocument/ev-link.h:
2377         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2378         (ev_history_add_link):
2379         * shell/ev-history.h:
2380         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2381         (new_history_menu_item), (build_menu):
2382         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2383         * shell/ev-sidebar-links.c: (create_loading_model),
2384         (print_section_cb), (ev_sidebar_links_construct),
2385         (fill_page_labels), (update_page_callback_foreach),
2386         (update_page_callback), (job_finished_callback):
2387         * shell/ev-view.c: (ev_view_handle_link):
2388         * shell/ev-window.c: (ev_window_find_chapter),
2389         (ev_window_add_history), (view_handle_link_cb),
2390         (history_changed_cb):
2391         
2392         Implements another history variant
2393
2394 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * shell/ev-window.c: (view_external_link_cb):
2397         * shell/ev-view.c: (ev_view_button_release_event):
2398
2399         Open links in new window when clicking with middle button. 
2400
2401 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2402
2403         * shell/ev-navigation-action.c: (new_history_menu_item):
2404         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2405         * shell/ev-view.c: (ev_view_handle_link):
2406         * shell/ev-window.c:
2407         
2408         Store link before jump, not the destination. For me it 
2409         seems like more natural history behavior.
2410
2411 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2412
2413         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2414         (ev_navigation_action_class_init):
2415         * shell/ev-navigation-action.h:
2416         * shell/ev-page-action.c: (activate_cb):
2417         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2418         (ev_page_cache_set_current_page_history):
2419         * shell/ev-page-cache.h:
2420         * shell/ev-sidebar-thumbnails.c:
2421         (ev_sidebar_tree_selection_changed),
2422         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2423         * shell/ev-view-private.h:
2424         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2425         * shell/ev-view.h:
2426         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2427         (ev_window_setup_document), (ev_window_load_job_cb):
2428         * shell/ev-window.h:
2429         
2430         History finally works as expected.
2431
2432 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2435
2436         Do not update links treeview if it doesn't have a model assigned yet. 
2437
2438 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2441         (ev_sidebar_links_class_init), (update_page_callback):
2442
2443         Do not update links treeview when sidepane is not visible. 
2444
2445 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2446
2447         * shell/ev-marshal.list:
2448         * shell/ev-page-action.c: (activate_cb),
2449         (ev_page_action_class_init):
2450         * shell/ev-page-action.h:
2451         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2452         * shell/ev-window.c:
2453         
2454         Remove activate_link signal, not required.
2455
2456 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2457
2458         * shell/ev-navigation-action.c: (build_menu):
2459         
2460         Reorder menu items and build menu with fixed length.
2461
2462 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2463
2464         * shell/ev-view.c: (get_selected_text):
2465         
2466         Normalize text to fix ligatures problem. See bug
2467         #341947 for details.
2468
2469 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2472
2473         Fix memory leak in ev-page-cache. 
2474
2475 2007-01-25  Tom Parker <palfrey@tevp.net>
2476
2477         * backend/impress/impress-document.c: (impress_document_load),
2478         (impress_document_finalize), (impress_document_init):
2479         * properties/ev-properties-main.c: (ev_properties_get_pages):
2480         
2481         Correctly handle impress document errors. Fixes nautilus
2482         crash in property page #370491.
2483
2484 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2487         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2488         (ev_job_queue_remove_job):
2489         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2490         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2491         (ev_job_load_run):
2492         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2493         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2494         (ev_window_load_job_cb), (xfer_update_progress_callback),
2495         (ev_window_open_uri), (ev_window_dispose):
2496         * shell/main.c: (main):
2497
2498         Do file transfer asynchronously in the main thread instead of
2499         synchronously in the load thread. Fixes bugs #399694, #398307 and
2500         #343542.
2501
2502 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-jobs.c: (ev_job_xfer_run):
2505
2506         Load the document with the font-config lock held. 
2507
2508 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * backend/ps/ps-document.c: (start_interpreter):
2511
2512         Fix memory leaks in ps backend. 
2513
2514 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * backend/impress/impress-document.c:
2517         (impress_document_render_pixbuf):
2518
2519         Do not acquire fontconfig lock in impress backend, since it is using
2520         the main loop for rendering. 
2521
2522 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * po/POTFILES.in: 
2525
2526         Remove mdvi files that shouldn't be translated. 
2527
2528 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * shell/ev-view-private.h:
2531         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2532         (ev_view_set_zoom):
2533
2534         Render "loading..." text into a cairo surface instead of directly into
2535         the window so that fontconfig lock is only needed once and UI is not
2536         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2537
2538 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2539
2540         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2541         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2542
2543         Use icon theme associated with the window screen rather than default. 
2544
2545 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2546
2547         * configure.ac:
2548
2549         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2550
2551 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2552
2553         * data/icons/*/apps/evince.*:
2554
2555         Move Evince icons under new apps directory.
2556
2557         * data/icons/*/actions/*:
2558
2559         Add new custom themeable Evince icons: view-page-continuous, 
2560         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2561         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2562
2563         * configure.ac:
2564
2565         Add new directories to AC_CONFIG_FILES.
2566
2567         * shell/ev-stock-icons.c:
2568         * shell/ev-stock-icons.h:
2569
2570         Use new custom themeable icons.
2571
2572 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2573
2574         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2575
2576         Do not draw white background page in presentation mode. 
2577
2578 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2579
2580         * shell/ev-view.c: Remove unused gnome-vfs include.
2581
2582 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2583
2584         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2585         
2586         Format string is corrected, fixes bug #397129.
2587
2588 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-window.c: (ev_window_setup_recent):
2591
2592         Do not include in recent menu inexistent documents. Fixes
2593         bug #339171.
2594
2595 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * po/POTFILES.skip: 
2598
2599         Update POTFILES.skip file according to current source tree. 
2600
2601 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-window.c: (file_save_dialog_response_cb):
2604
2605         Do Save a copy in atomic way. Fixes bug #328266. 
2606
2607 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2610
2611         Keep selected cell always visible in index treeview.
2612
2613 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2614         
2615         * shell/ev-view.c: (ev_view_size_allocate):
2616
2617         Restore horizontal scrollbar after switching to/from fullscreen
2618         or presentation mode. Fixes bug #331728.
2619
2620 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-view-private.h:
2623         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2624         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2625         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2626         (ev_view_can_zoom_out):
2627
2628         Use max and min scale values in the view iby taking dpi into account. 
2629
2630 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * configure.ac:
2633         * NEWS:
2634
2635         Release 0.7.1
2636
2637 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * shell/ev-window.c: (ev_window_print_send):
2640
2641         Send print job to printer with some settings set to default values,
2642         since we have already exported to a file according to such settings
2643         and they could be taken twice by some printers. 
2644
2645 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * shell/ev-jobs.c: (ev_job_xfer_run):
2648         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2649
2650         Show main window and load document with the font-config lock held. 
2651
2652 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * configure.ac:
2655         * shell/ev-application.c: (ev_application_register_service):
2656         * shell/main.c: (load_files_remote):
2657
2658         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2659
2660 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2661
2662         * doc/debugging.txt:
2663         
2664         Remove obsolete documentation.
2665
2666 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2667
2668         * Makefile.am:
2669         * backend/Makefile.am:
2670         * backend/comics/Makefile.am:
2671         * backend/djvu/Makefile.am:
2672         * backend/dvi/Makefile.am:
2673         * backend/ev-async-renderer.c:
2674         * backend/ev-async-renderer.h:
2675         * backend/ev-attachment.c:
2676         * backend/ev-attachment.h:
2677         * backend/ev-backend-marshal.c:
2678         * backend/ev-document-factory.c:
2679         * backend/ev-document-factory.h:
2680         * backend/ev-document-find.c:
2681         * backend/ev-document-find.h:
2682         * backend/ev-document-fonts.c:
2683         * backend/ev-document-fonts.h:
2684         * backend/ev-document-images.c:
2685         * backend/ev-document-images.h:
2686         * backend/ev-document-info.h:
2687         * backend/ev-document-links.c:
2688         * backend/ev-document-links.h:
2689         * backend/ev-document-misc.c:
2690         * backend/ev-document-misc.h:
2691         * backend/ev-document-security.c:
2692         * backend/ev-document-security.h:
2693         * backend/ev-document-thumbnails.c:
2694         * backend/ev-document-thumbnails.h:
2695         * backend/ev-document-transition.c:
2696         * backend/ev-document-transition.h:
2697         * backend/ev-document.c:
2698         * backend/ev-document.h:
2699         * backend/ev-file-exporter.c:
2700         * backend/ev-file-exporter.h:
2701         * backend/ev-image.c:
2702         * backend/ev-image.h:
2703         * backend/ev-link-action.c:
2704         * backend/ev-link-action.h:
2705         * backend/ev-link-dest.c:
2706         * backend/ev-link-dest.h:
2707         * backend/ev-link.c:
2708         * backend/ev-link.h:
2709         * backend/ev-render-context.c:
2710         * backend/ev-render-context.h:
2711         * backend/ev-selection.c:
2712         * backend/ev-selection.h:
2713         * backend/impress/Makefile.am:
2714         * backend/pdf/Makefile.am:
2715         * backend/pixbuf/Makefile.am:
2716         * backend/ps/Makefile.am:
2717         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2718         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2719         (start_interpreter), (stop_interpreter), (document_load),
2720         (ps_document_next_page), (render_page):
2721         * backend/tiff/Makefile.am:
2722         * comics/Makefile.am:
2723         * comics/comics-document.c:
2724         * comics/comics-document.h:
2725         * configure.ac:
2726         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2727         * djvu/Makefile.am:
2728         * djvu/djvu-document-private.h:
2729         * djvu/djvu-document.c:
2730         * djvu/djvu-document.h:
2731         * djvu/djvu-links.c:
2732         * djvu/djvu-links.h:
2733         * djvu/djvu-text-page.c:
2734         * djvu/djvu-text-page.h:
2735         * djvu/djvu-text.c:
2736         * djvu/djvu-text.h:
2737         * dvi/Makefile.am:
2738         * dvi/dvi-document.c:
2739         * dvi/dvi-document.h:
2740         * dvi/fonts.c:
2741         * dvi/fonts.h:
2742         * dvi/mdvi-lib/Makefile.am:
2743         * dvi/mdvi-lib/afmparse.c:
2744         * dvi/mdvi-lib/afmparse.h:
2745         * dvi/mdvi-lib/bitmap.c:
2746         * dvi/mdvi-lib/bitmap.h:
2747         * dvi/mdvi-lib/color.c:
2748         * dvi/mdvi-lib/color.h:
2749         * dvi/mdvi-lib/common.c:
2750         * dvi/mdvi-lib/common.h:
2751         * dvi/mdvi-lib/defaults.h:
2752         * dvi/mdvi-lib/dvimisc.c:
2753         * dvi/mdvi-lib/dviopcodes.h:
2754         * dvi/mdvi-lib/dviread.c:
2755         * dvi/mdvi-lib/files.c:
2756         * dvi/mdvi-lib/font.c:
2757         * dvi/mdvi-lib/fontmap.c:
2758         * dvi/mdvi-lib/fontmap.h:
2759         * dvi/mdvi-lib/fontsrch.c:
2760         * dvi/mdvi-lib/gf.c:
2761         * dvi/mdvi-lib/hash.c:
2762         * dvi/mdvi-lib/hash.h:
2763         * dvi/mdvi-lib/list.c:
2764         * dvi/mdvi-lib/mdvi.h:
2765         * dvi/mdvi-lib/pagesel.c:
2766         * dvi/mdvi-lib/paper.c:
2767         * dvi/mdvi-lib/paper.h:
2768         * dvi/mdvi-lib/pk.c:
2769         * dvi/mdvi-lib/private.h:
2770         * dvi/mdvi-lib/setup.c:
2771         * dvi/mdvi-lib/sp-epsf.c:
2772         * dvi/mdvi-lib/special.c:
2773         * dvi/mdvi-lib/sysdeps.h:
2774         * dvi/mdvi-lib/t1.c:
2775         * dvi/mdvi-lib/tfm.c:
2776         * dvi/mdvi-lib/tfmfile.c:
2777         * dvi/mdvi-lib/tt.c:
2778         * dvi/mdvi-lib/util.c:
2779         * dvi/mdvi-lib/vf.c:
2780         * dvi/pixbuf-device.c:
2781         * dvi/pixbuf-device.h:
2782         * impress/Makefile.am:
2783         * impress/common.h:
2784         * impress/document.c:
2785         * impress/f_oasis.c:
2786         * impress/f_oo13.c:
2787         * impress/iksemel.c:
2788         * impress/iksemel.h:
2789         * impress/imposter.h:
2790         * impress/impress-document.c:
2791         * impress/impress-document.h:
2792         * impress/internal.h:
2793         * impress/r_back.c:
2794         * impress/r_draw.c:
2795         * impress/r_geometry.c:
2796         * impress/r_gradient.c:
2797         * impress/r_style.c:
2798         * impress/r_text.c:
2799         * impress/render.c:
2800         * impress/render.h:
2801         * impress/zip.c:
2802         * impress/zip.h:
2803         * lib/Makefile.am:
2804         * lib/ev-debug.c:
2805         * lib/ev-debug.h:
2806         * lib/ev-file-helpers.c:
2807         * lib/ev-file-helpers.h:
2808         * lib/ev-gui.c:
2809         * lib/ev-gui.h:
2810         * lib/ev-tooltip.c:
2811         * lib/ev-tooltip.h:
2812         * libdocument/Makefile.am:
2813         * libdocument/ev-file-helpers.c:
2814         * pdf/Makefile.am:
2815         * pdf/ev-poppler.cc:
2816         * pdf/ev-poppler.h:
2817         * pixbuf/Makefile.am:
2818         * pixbuf/pixbuf-document.c:
2819         * pixbuf/pixbuf-document.h:
2820         * properties/Makefile.am:
2821         * ps/Makefile.am:
2822         * ps/gsdefaults.c:
2823         * ps/gsdefaults.h:
2824         * ps/gsio.c:
2825         * ps/gsio.h:
2826         * ps/gstypes.h:
2827         * ps/ps-document.c:
2828         * ps/ps-document.h:
2829         * ps/ps.c:
2830         * ps/ps.h:
2831         * shell/Makefile.am:
2832         * shell/ev-application.h:
2833         * shell/ev-sidebar-links.c:
2834         * shell/ev-sidebar-links.h:
2835         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2836         (ev_gui_menu_position_tree_selection):
2837         * shell/ev-utils.h:
2838         * shell/ev-view.c: (ev_view_finalize):
2839         * shell/ev-window.c:
2840         * shell/main.c: (main):
2841         * thumbnailer/Makefile.am:
2842         * tiff/Makefile.am:
2843         * tiff/tiff-document.c:
2844         * tiff/tiff-document.h:
2845         * tiff/tiff2ps.c:
2846         * tiff/tiff2ps.h:
2847         
2848         Reorganize source tree.
2849
2850 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * backend/ev-document-factory.c:
2853
2854         Do not include ev-poppler.h when pdf is disabled. 
2855
2856 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * configure.ac:
2859         * data/evince-ui.xml:
2860         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2861         (pdf_document_document_images_iface_init):
2862         * backend/Makefile.am:
2863         * backend/ev-document-images.[ch]:
2864         * backend/ev-image.[ch]:
2865         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2866         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2867         (ev_job_xfer_run):
2868         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2869         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2870         (ev_pixbuf_cache_get_image_mapping):
2871         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2872         (view_menu_popup_cb), (ev_window_dispose),
2873         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2874         (ev_view_popup_cmd_copy_image):
2875         * shell/ev-view-private.h:
2876         * shell/ev-view.c: (ev_view_get_image_at_location),
2877         (ev_view_do_popup_menu), (ev_view_popup_menu),
2878         (ev_view_button_press_event), (ev_view_drag_data_get),
2879         (ev_view_drag_motion), (ev_view_drag_data_received),
2880         (ev_view_motion_notify_event), (ev_view_button_release_event),
2881         (ev_view_finalize), (ev_view_class_init):
2882
2883         Add image handling support. Fixes bugs #310008 and #325047. Images
2884         selection is not supported yet. 
2885
2886 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2889         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2890         (ev_view_init):
2891
2892         Move view drag and drop stuff to ev-view.
2893
2894 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2897         * shell/ev-view.c: (clear_selection): 
2898
2899         Clear selection also in pixbuf cache.
2900
2901 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2902
2903         * data/evince.desktop.in.in:
2904         
2905         Change icon name in desktop file. See bug #390734
2906         for details.
2907
2908 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2909
2910         * thumbnailer/Makefile.am:
2911
2912         Use top_builddir instead top_srcdir for generated schema
2913         file installation. Fixes bug #390161.
2914
2915 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * configure.ac:
2918         * backend/Makefile.am:
2919         * backend/ev-document-transition.[ch]:
2920         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2921         (pdf_document_page_transition_iface_init):
2922         * shell/ev-view-private.h:
2923         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2924         (ev_view_set_presentation), (transition_next_page),
2925         (ev_view_presentation_transition_stop),
2926         (ev_view_presentation_transition_start), (ev_view_next_page):
2927
2928         Add page transition support in presentation mode. At the moment only
2929         page duration is supported, but not transition effects. Fixes bug
2930         #309815.
2931
2932 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2935
2936         Run find_link_dest with document lock held, since it's called by links
2937         thread and main thread at the same time. 
2938
2939 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2940
2941         * shell/ev-view.c: (goto_dest):
2942
2943         Update page-cache when page is changed by the view, so that
2944         page-changed signal is emitted. 
2945
2946 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2947
2948         * test/test1.py:
2949         * test/test2.py:
2950
2951         Use C locale in tests. 
2952
2953 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * shell/ev-window.c: (ev_window_run_presentation):
2956         * shell/ev-view-private.h:
2957         * shell/ev-view.c: (ev_view_set_presentation):
2958
2959         Restore zoom settings when back from presentation mode. 
2960
2961 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2962
2963         * shell/ev-window.c: (ev_window_run_presentation):
2964
2965         Always use "best fit" zoom in presentation mode.
2966         Fixes bug #389195.
2967
2968 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2969
2970         * shell/ev-view.c: (ev_view_goto_window_create):
2971
2972         Show "Jump to page" label in the page jumping popup in
2973         presentation mode instead of just a GtkEntry.
2974
2975 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * shell/ev-window.c: (launch_external_uri):
2978
2979         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2980         #378085.
2981
2982 2006-12-22  Elijah Newren  <newren gmail com>
2983
2984         * configure.ac: explicitly check for libxml2.  Fixes #388795
2985
2986 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-view-private.h:
2989         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2990         (ev_view_goto_window_delete_event), (key_is_numeric),
2991         (ev_view_goto_window_key_press_event),
2992         (ev_view_goto_window_button_press_event),
2993         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2994         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2995         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2996
2997         Allow jumping to another page by typing a page number in presentation
2998         mode. It uses a popup window with an entry. Fixes bug #353625.
2999
3000 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3001
3002         * configure.ac:
3003         * properties/ev-properties-view.c: (ev_get_default_user_units),
3004         (ev_regular_paper_size):
3005         
3006         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3007         to Damien Carbery <damien.carbery@sun.com> and
3008         Yevgen Muntyan <muntyan@tamu.edu>.
3009
3010 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3011
3012         * shell/ev-window.c: (setup_document_from_metadata):
3013
3014         Make sure Evince doesn't restore the view on the last
3015         page when a document is reopened. Fixes bug #383381.
3016
3017 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3018
3019         * shell/ev-view.c: (draw_loading_text):
3020
3021         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3022
3023 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * configure.ac:
3026         * NEWS:
3027
3028         Release 0.7.0
3029
3030 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3031
3032         * configure.ac:
3033         * pdf/ev-poppler.cc: (pdf_print_context_free),
3034         (pdf_document_file_exporter_begin),
3035         (pdf_document_file_exporter_do_page):
3036
3037         Make cairo-pdf depedency optional. 
3038
3039 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3042
3043         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3044
3045 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3046
3047         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3048         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3049         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3050         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3051         * shell/ev-view.c: (draw_loading_text):
3052         * shell/ev-window.c: (ev_window_cmd_file_properties):
3053
3054         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3055         related to using FontConfig from different threads.
3056         
3057 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * shell/ev-view.c: (draw_loading_text):
3060
3061         Acquire lock document when drawing "Loading..." text so that only one
3062         thread will use FontConfig at the same time. Fixes bug #374750.
3063
3064 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3065
3066         * shell/ev-page-action.[ch]: (activate_cb):
3067         * shell/ev-window.c: (activate_label_cb):
3068
3069         Check if text inserted in page entry is a valid page number when it
3070         doesn't match to any document page label. Fixes bug #383165.
3071
3072 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3073         * shell/ev-window.c:
3074
3075         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3076         available with GTK < 2.10. Added an ifdef to avoid compilation
3077         error.
3078
3079 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * configure.ac:
3082         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3083
3084         Fix ps backend in multihead systems.
3085
3086 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3089         * shell/ev-window.c: (ev_window_get_screen_dpi),
3090         (ev_window_update_actions), (setup_view_from_metadata),
3091         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3092
3093         Take screen DPI into account when zooming. Fixes bug #318285.
3094
3095 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3096
3097         * data/Makefile.am:
3098
3099         Cleaned up/slightly refactored Makefile.am. Added GConf
3100         schemas uninstallation as well.
3101
3102 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3103
3104         * Makefile.am:
3105         * test/Makefile.am:
3106
3107         Fight with autotools to fix make check. Make distcheck
3108         works fine as well now!
3109
3110 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3111
3112         * shell/ev-view.c: (draw_end_presentation_page):
3113
3114         Corrected "end of presentation" string.
3115
3116 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3117
3118         * shell/ev-view.c: (ev_view_key_press_event):
3119
3120         Correctly propagate key press event so that up/down keys
3121         work as expected (correct behaviour was broken by
3122         black/white screen key bindings for presentations).
3123
3124 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3127         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3128         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3129         (pdf_selection_get_selection_region),
3130         (pdf_selection_get_selection_map):
3131
3132         Add "static" to some private functions. 
3133
3134 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3135
3136         * lib/ev-tooltip.h:
3137         * properties/ev-properties-view.h:
3138         * shell/ev-jobs.h:
3139         * shell/ev-properties-dialog.h:
3140         * shell/ev-properties-fonts.h:
3141         * shell/ev-sidebar-links.h:
3142         * shell/ev-sidebar-thumbnails.h:
3143         * shell/ev-sidebar.h:
3144         * shell/ev-window.h:
3145         
3146         Fixes CHACK type in class casts. See bug #385343
3147         for details.
3148
3149 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-view-private.h:
3152         * shell/ev-view.c: (draw_end_presentation_page),
3153         (ev_view_expose_event), (ev_view_key_press_event),
3154         (ev_view_class_init), (ev_view_init):
3155
3156         Blank screen in presentation mode when pressing 'b' (filling with
3157         black) or 'w' (filling with white) keys. Fixes bug #358132.
3158
3159 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3160
3161         * data/evince-toolbar.xml:
3162         * shell/ev-window.c:
3163         
3164         Use stock icon for Select All action. Fixes
3165         bug #382652.
3166
3167 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3168
3169         * shell/ev-view.c: (get_doc_point_from_offset),
3170         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3171
3172         Add links support in rotated documents. Fixes bug #343733.
3173
3174 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-view-private.h:
3177         * shell/ev-view.c: (draw_end_presentation_page),
3178         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3179
3180         Show a blank page after the last page in presentation mode with a
3181         message indicating that presentation has finished and how to exit. 
3182
3183 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-window.c: (fullscreen_timeout_cb):
3186
3187         Hide cursor after a while in presentation mode. 
3188
3189 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3190
3191         * backend/ev-document-info.h:
3192         * data/evince-properties.glade:
3193         * pdf/ev-poppler.cc:
3194         * properties/ev-properties-view.c: (ev_regular_paper_size),
3195         (ev_properties_view_set_info):
3196         * ps/ps-document.c: (ps_document_get_info):
3197
3198         Adds a paper size field to the properties dialog. Fixes
3199         bug #307315. Patch by Kasper Svendsen (with some i18n
3200         changes done by me).
3201
3202 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3203
3204         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3205         (screensaver_init_dbus), (totem_scrsaver_new),
3206         (totem_scrsaver_init):
3207         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3208         * shell/ev-application.c: (ev_application_register_service),
3209         (ev_application_screensaver_enable),
3210         (ev_application_screensaver_disable):
3211         * shell/ev-application.h:
3212         * shell/ev-window.c: (ev_window_run_presentation),
3213         (ev_window_stop_presentation), (build_comments_string),
3214         (ev_window_init):
3215         
3216         Move screensaver handling to application. No more
3217         message on startup.
3218
3219 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * configure.ac:
3222         * backend/Makefile.am:
3223         * backend/ev-file-exporter.[ch]:
3224         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3225         * ps/ps-document.c: (ps_document_file_exporter_*):
3226         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3227         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3228         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3229         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3230
3231         Allow printing to PDF when suppoted by the backend.
3232         
3233 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * shell/ev-window.c: (build_comments_string):
3236
3237         Use always "Document Viewer" in about dialog. 
3238
3239 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * djvu/djvu-document.c: (djvu_document_get_page_size):
3242
3243         Display a warning message when get_pageinfo fails. 
3244
3245 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3246
3247         * Makefile.am:
3248         * backend/Makefile.am:
3249         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3250         * configure.ac:
3251         * shell/ev-window.c: (build_comments_string):
3252         
3253         Make pdf compilation optional. See bug #38007.
3254
3255 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * ps/ps.c: (get_next_text):
3258
3259         Fix CVE-2006-5864.
3260
3261 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3264         * shell/ev-navigation-action.c: (connect_proxy),
3265         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3266         
3267         Do not call g_type_class_peek_parent twice.
3268
3269 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3270
3271         * configure.ac:
3272         * data/icons/24x24/.cvsignore:
3273         * data/icons/24x24/Makefile.am:
3274         * data/icons/24x24/evince.png:
3275         * data/icons/Makefile.am:
3276         
3277         Add 24x24 icon. Thanks to 
3278         Michael Monreal <infernux@web.de>.
3279
3280 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3281
3282         * configure.ac: Fix typo in configure.ac. Thanks
3283         to dmacks@netspace.org for notification.
3284
3285 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3288         
3289         Drop dbus include, fixes compilation with older dbus.
3290
3291 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3292
3293         * configure.ac:
3294         * cut-n-paste/Makefile.am:
3295         * cut-n-paste/totem-screensaver/.cvsignore
3296         * cut-n-paste/totem-screensaver/Makefile.am:
3297         * cut-n-paste/totem-screensaver/README:
3298         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3299         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3300         * shell/Makefile.am:
3301         * shell/ev-window.c: (ev_window_run_presentation),
3302         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3303         (ev_window_init):
3304
3305         Implemented screensaver enabling/disabling for
3306         presentation mode (not fullscreen mode). Code stolen
3307         from Totem (with some minor tweaks). Fixes bug #338889.
3308
3309 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3310
3311         * configure.ac:
3312
3313         Bump gnome-icon-theme requirements. We use the rotation
3314         icons that appeared recently.
3315
3316 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3317
3318         * shell/ev-history.c: (ev_history_add_page):
3319         * shell/ev-history.h:
3320         * shell/ev-window.c: (page_changed_cb):
3321         
3322         Use page labels instead of numbers.
3323
3324 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3325
3326         * data/evince-toolbar.xml:
3327         * po/POTFILES.in:
3328         * shell/Makefile.am:
3329         * shell/ev-navigation-action-widget.c:
3330         (ev_navigation_action_widget_init),
3331         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3332         (menu_detacher), (ev_navigation_action_widget_set_menu),
3333         (menu_position_func), (popup_menu_under_arrow),
3334         (ev_navigation_action_widget_toggled),
3335         (ev_navigation_action_widget_button_press_event):
3336         * shell/ev-navigation-action-widget.h:
3337         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3338         (ev_navigation_action_set_window), (activate_menu_item_cb),
3339         (new_history_menu_item), (new_empty_history_menu_item),
3340         (build_menu), (menu_activated_cb), (connect_proxy),
3341         (create_tool_item), (ev_navigation_action_init),
3342         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3343         * shell/ev-navigation-action.h:
3344         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3345         (ev_page_action_widget_set_page_cache),
3346         (ev_page_action_widget_finalize),
3347         (ev_page_action_widget_class_init), (match_selected_cb),
3348         (display_completion_text), (match_completion), (build_new_tree_cb),
3349         (get_filter_model_from_model),
3350         (ev_page_action_widget_update_model):
3351         * shell/ev-page-action-widget.h:
3352         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3353         (connect_proxy):
3354         * shell/ev-page-action.h:
3355         * shell/ev-stock-icons.c:
3356         * shell/ev-stock-icons.h:
3357         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3358         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3359         (register_custom_actions):
3360         * shell/main.c:
3361         
3362         Preliminary history implementation
3363
3364 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3365
3366         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3367         (dvi_document_class_init), (dvi_document_init_params):
3368         * dvi/mdvi-lib/font.c: (font_reference):
3369         
3370         Add reference to subfont. Fixes bug #374277.
3371
3372 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3375         (ev_window_cmd_file_open_copy_at_dest):
3376
3377         Fix a race condition when creating symlink. Increase the counter
3378         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3379         Mathias Hasselmann).
3380
3381 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * backend/Makefile.am:
3384         * backend/ev-attachment.c: (ev_attachment_open):
3385         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3386         (ev_tmp_dir), (ev_tmp_filename):
3387         * shell/ev-sidebar-attachments.c:
3388         (ev_sidebar_attachments_drag_data_get):
3389         * shell/ev-window.c: (ev_window_clear_temp_file):
3390
3391         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3392         in ensure_dir_exists. Abort without crashing when we can't create
3393         user's directory.
3394
3395 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * data/evince-ui.xml:
3398         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3399         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3400         (ev_window_cmd_file_open_copy_at_dest),
3401         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3402         (ev_view_popup_cmd_open_link_new_window):
3403
3404         Allow opening a copy of the current document in a new window. Fixes bug
3405         #357472
3406
3407 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3408
3409         * data/evince-toolbar.xml:
3410         
3411         Add rotate right and rotate left to available items for toolbar.
3412         
3413         * data/evince-ui.xml:
3414         * shell/ev-window.c: (ev_window_init):
3415         
3416         Customize toolbar with right click. Fixes bug #372451.
3417
3418 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3419
3420         * shell/ev-window.c: 
3421         
3422         Use "object-rotate-{left,right}" stock icons. Fixes 
3423         bug #373863.
3424
3425 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3428         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3429         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3430         (ev_window_open_uri):
3431         * shell/main.c: (arguments_parse):
3432
3433         Remove temp file created when evince is used by GTK+ in
3434         preview mode. Fixes bug #365282. 
3435
3436 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3437
3438         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3439         
3440         Fixes bug #372474 - Side pane disabled when entering 
3441         and leaving fullscreen mode.
3442
3443 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3444
3445         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3446         * data/Makefile.am:
3447         * data/evince-preview-toolbar.xml:
3448         * data/evince-toolbar.xml:
3449         * shell/ev-application.c: (ev_application_shutdown),
3450         (ev_application_init), (ev_application_get_toolbars_model):
3451         * shell/ev-application.h:
3452         * shell/ev-window.c: (update_chrome_visibility),
3453         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3454         (ev_window_cmd_edit_toolbar), (ev_window_init):
3455         
3456         Fixes bug #364364 - toolbar editor shows zoom actions again.
3457
3458 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3459
3460         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3461
3462         Do not take margins into consideration for paper size when printing.
3463         Really fixes bug #350491.
3464
3465 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * data/evince-ui.xml:
3468         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3469         (ev_window_cmd_file_print_setup),
3470         (ev_window_print_dialog_response_cb),
3471         (ev_window_setup_action_sensitivity):
3472
3473         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3474
3475 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * shell/ev-window.c: (ev_window_print_range):
3478
3479         Revert my previuos commit, since printing to PDF is not supported by
3480         evince yet. 
3481
3482 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-window.c: (ev_window_print_range):
3485
3486         Enable print to a PDF. Fixes bug #332121.
3487
3488 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * shell/ev-application-service.xml:
3491         * shell/ev-application.[ch]: (ev_application_open_window),
3492         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3493         (ev_application_open_uri), (ev_application_open_uri_list):
3494         * shell/ev-window.c: (file_open_dialog_response_cb),
3495         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3496         (drag_data_received_cb), (open_remote_link):
3497         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3498
3499         Add support for multiscreen systems. Fixes bug #316206.
3500
3501 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-jobs.[ch]: (ev_job_print_new),
3504         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3505         (ev_job_print_do_page):
3506         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3507
3508         Allow printing only odd/even pages. Fixes bug #367289.
3509
3510 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3511
3512         * test/test1.py:
3513         * test/test2.py:
3514
3515         Re-add locale settings to test files.
3516
3517 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3518
3519         * data/evince-ui.xml:
3520         * shell/ev-window.c: (set_action_properties):
3521         
3522         Removed garbage from code and ui.
3523
3524 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3525
3526         * shell/ev-window.c: (ev_window_cmd_help_about):
3527
3528         Shamelessly add my name to the list of contributors.
3529
3530 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3531
3532         * test/test1.py:
3533         * test/test2.py:
3534
3535         Cleaned up the dogtail scripts.
3536
3537 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3538
3539         * shell/ev-view.c: (draw_loading_text): Don't render
3540         "loading..." text in presentation mode. Temporary
3541         workaround for bug #320352.
3542
3543 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3546         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3547
3548         Use print settings scale, copies, collate and reverse which were
3549         ignored. Fixes bug #359032.
3550
3551 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3552
3553         * configure.ac:
3554         * data/evince-password.glade:
3555         * test/Makefile.am:
3556         * test/test-encrypt.pdf:
3557         * test/test-links.pdf:
3558         * test/test1.py:
3559         * test/test2.py:
3560
3561         Add automated UI tests for evince with dogtail. See
3562         bug #300948.    
3563
3564 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3567
3568         Hide fullscreen toolbar when switching to another desktop workspace.
3569         Fixes bug #338871
3570
3571 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3572
3573         * shell/ev-window-title.c: 
3574         
3575         Test for .dvi in title of pdf documents.
3576
3577 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3578
3579         * shell/ev-view.c: (ev_view_scroll):
3580
3581         Page Up/Down should do page jumps in "Best fit" mode.
3582         If a user has explicitly chosen to view exactly one page
3583         at a time, scrolling just a part of the page when
3584         pressing Page Up/Down is not right. Fixes bug #323107.
3585
3586 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * NEWS:
3589         * configure.ac:
3590         
3591         Update for 0.6.1
3592
3593 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3594
3595         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3596         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3597         
3598         Correctly disconnect from job signals on destroy.
3599
3600 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3601
3602         * shell/ev-view-private.h:
3603         * shell/ev-view.c: (view_set_adjustment_values),
3604         (view_update_range_and_current_page),
3605         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3606         
3607         Fixes bug #343199, current page now follows find page.
3608
3609 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3610
3611         * backend/ev-document-factory.c:
3612         * configure.ac:
3613         Assigned OpenDocument presenation MIME type to the
3614         Impress backend. Added some missing (but harmless)
3615         #ifdefs in the document factory as well to make things
3616         consistent again. Fixes bug #360658.
3617
3618 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3619
3620         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3621         * backend/ev-document-find.c: (ev_document_find_get_type):
3622         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3623         * backend/ev-document-links.c: (ev_document_links_get_type):
3624         * backend/ev-document-security.c: (ev_document_security_get_type):
3625         * backend/ev-document-thumbnails.c:
3626         (ev_document_thumbnails_get_type):
3627         * backend/ev-document.c: (ev_document_get_type):
3628         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3629         * backend/ev-selection.c: (ev_selection_get_type):
3630         * cut-n-paste/recent-files/egg-recent-model.c:
3631         (egg_recent_model_get_type):
3632         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3633         (egg_recent_view_uimanager_get_type):
3634         * cut-n-paste/recent-files/egg-recent-view.c:
3635         (egg_recent_view_get_type):
3636         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3637         (egg_editable_toolbar_get_type):
3638         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3639         (egg_toolbar_editor_get_type):
3640         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3641         (egg_toolbars_model_get_type):
3642         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3643         (egg_tree_multi_drag_source_get_type):
3644         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3645         (ephy_zoom_action_get_type):
3646         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3647         (ephy_zoom_control_get_type):
3648         * impress/r_back.c: (_imp_fill_back):
3649         * properties/ev-properties-main.c:
3650         (ev_properties_plugin_register_type):
3651         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3652         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3653         (ev_view_accessible_factory_get_type):
3654
3655         Reduce relocations. Bug #360616.
3656
3657 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * backend/ev-document-factory.c:
3660         (ev_document_factory_get_document):
3661         
3662         Load document even if extension is wrong.
3663
3664 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * shell/ev-metadata-manager.c: (save_values):
3667         * shell/ev-window.c: (setup_size_from_metadata),
3668         (setup_view_from_metadata), (ev_window_setup_document),
3669         (ev_window_xfer_job_cb), (window_configure_event_cb):
3670         
3671         Set size according to the document size/page size ratio.
3672         That should correct rather wierd behaviour of the previous
3673         commit.
3674
3675 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3676
3677         * shell/ev-window.c: (setup_view_from_metadata):
3678         
3679         Set size for new windows from previous window size.
3680         See bugs #354968 and #168450 for details. Thanks
3681         to Meik Hellmund.
3682
3683 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * djvu/djvu-links.c: (build_tree):
3686
3687         Fix memory leak.
3688
3689 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3690
3691         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3692         
3693         Don't make sidebar close button insensitive. Fixes
3694         bug #357871.
3695
3696 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3697
3698         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3699         (ev_window_set_view_accels_sensitivity):
3700         
3701         Don't enable Slash on documents which don't support
3702         find. Fixes bug #358648.
3703
3704 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3705
3706         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3707         open dialog fall back to the current document uri if the
3708         filechooser hasn't been used before. Fixes bug #356980.
3709
3710 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3711
3712         * shell/ev-window.c: (ev_window_setup_recent), 
3713         (ev_window_get_recent_file_label):
3714
3715         Escape underscores in filenames of recent file items.
3716
3717 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3718
3719         * configure.ac:
3720         
3721         Bumped poppler requirements, really 0.5.3 is very 
3722         buggy, now we require 0.5.4.
3723
3724 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3725
3726         * djvu/Makefile.am:
3727         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3728         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3729         (djvu_document_document_links_iface_init):
3730         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3731         (number_from_string_10), (get_djvu_link_dest),
3732         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3733         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3734         (djvu_links_get_links), (djvu_links_find_link_dest),
3735         (djvu_links_get_links_model):
3736         * djvu/djvu-links.h:
3737         
3738         Add support for links and bookmarks in djvu documents. Thanks
3739         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3740         patch.
3741
3742 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3745         
3746         Reopen should reload document. Fixes 
3747         bug 327951.
3748
3749 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3750
3751         * configure.ac:
3752         * data/Makefile.am:
3753         * data/evince-16.png:
3754         * data/evince-22.png:
3755         * data/evince.png:
3756         * data/evince.svg:
3757         * data/icons/16x16/Makefile.am:
3758         * data/icons/16x16/evince.png:
3759         * data/icons/22x22/Makefile.am:
3760         * data/icons/22x22/evince.png:
3761         * data/icons/48x48/Makefile.am:
3762         * data/icons/48x48/evince.png:
3763         * data/icons/Makefile.am:
3764         * data/icons/scalable/Makefile.am:
3765         * data/icons/scalable/evince.svg:
3766         
3767         Install icons with correct names. Fixes
3768         bug #354429.
3769
3770 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * shell/ev-view.c: (ev_view_button_release_event):
3773
3774         Don't open links with middle mouse button. Fixes bug #353649
3775
3776 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3777
3778         * NEWS:
3779         * configure.ac:
3780         
3781         Update for release 0.6.0
3782
3783 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3784
3785         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3786         Implement Close named action. Patch by Carlos Garcia Campos.
3787
3788 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3789
3790         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3791         
3792         Don't clear link mapping on copy_job_to_job_info. Fixes
3793         bug 346168.
3794
3795 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * shell/main.c: (main):
3798
3799         Revert my previous commit, gnome_program_init owns the option context.
3800         Fix another memory leak in main. Both caught by Christian Persch. 
3801
3802 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * shell/main.c: (main):
3805
3806         Fix memory leak.
3807
3808 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3809
3810         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3811
3812         Fix crash when opening a pdf with password protection. 
3813
3814 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * pdf/ev-poppler.cc: (pdf_document_search_free):
3817
3818         Fix memory leak. 
3819
3820 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3821
3822         * backend/ev-document-factory.c:
3823         (ev_document_factory_get_document):
3824         * tiff/tiff-document.c: (tiff_document_finalize):
3825         
3826         More correct handling of document loading. Fixes
3827         bug #349043.
3828
3829 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * backend/ev-attachment.c: (ev_attachment_save):
3832
3833         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3834         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3835
3836 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3837         
3838         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3839         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3840
3841 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * shell/ev-sidebar-thumbnails.c:
3844
3845         Do not render thumbnails unless thumbnails page is active in the
3846         sidebar.
3847
3848 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3849
3850         * shell/ev-properties-dialog.c:
3851
3852         Fix dialogue spacing. Bug #351370.
3853
3854 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3855
3856         * configure.ac:
3857
3858         Use lowercase gettext catalog file names (evince.mo
3859         instead of Evince.mo)
3860
3861 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * shell/ev-sidebar-attachments.c:
3864
3865         GtkIconTheme is now screen safe too. Fixes bug #350878
3866
3867 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-window.c:
3870
3871         GtkRecent manager is now screen safe. Fixes bug #350145
3872
3873 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3874
3875         * shell/ev-sidebar.c: (ev_sidebar_init):
3876         
3877         Make sidebar close icon smaller. Fix for bug 350177.
3878         See also bugs 350176 and 165770.
3879
3880 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3883
3884         Ignore zoom for xyz destinations when it's <= 1, keeping user
3885         preferences instead. Set correct sizing-mode for fith and fitv
3886         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3887
3888 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3889
3890         * NEWS:
3891         * configure.ac:
3892         
3893         Update for release 0.5.5
3894
3895 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3896         
3897         * shell/ev-window.c: (ev_window_cmd_escape)
3898
3899         Escape unfocus page entry. Fixes bug #345809.
3900
3901 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3904         (build_tree), (pdf_document_links_get_links),
3905         (pdf_document_links_find_link_dest):
3906         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3907         (goto_xyz_dest):
3908
3909         Convert from PDF style coordinates to X style coordinates in the
3910         backend rather than in the view. Fixes bug #338440
3911
3912 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3913
3914         * shell/ev-window.c:
3915         
3916         Remove Ctrl+Shift+T shortcut for toolbars. See
3917         the bug #350098.
3918
3919 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * configure.ac:
3922
3923         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3924         of this. 
3925
3926 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * configure.ac:
3929         * cut-n-paste/Makefile.am:
3930         * data/evince-ui.xml:
3931         * shell/Makefile.am:
3932         * shell/ev-application.[ch]:
3933         * shell/ev-window.c:
3934
3935         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3936         #349273
3937
3938 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3939
3940         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3941         findbar code: s/help/search/
3942
3943 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3944
3945         * shell/ev-window.c: (setup_document_from_metadata),
3946         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3947         (setup_view_from_metadata):
3948         
3949         Fix memory leaks.
3950
3951 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3952
3953         * autogen.sh, configure.ac: 
3954         
3955         Update automake usage. See bug 349292.
3956
3957 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3958
3959         * shell/eggfindbar.c: (egg_find_bar_class_init),
3960         (entry_activate_callback), (egg_find_bar_init),
3961         (egg_find_bar_set_status_text):
3962         * shell/eggfindbar.h:
3963         
3964         Unify Evince findbar with Epiphany. Nice patch
3965         from Fabricio Silva <silva@crans.org> and
3966         Frederic Peters <fpeters@entrouvert.com>. See
3967         bug #339966 for details.
3968
3969 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3970
3971         * data/evince.desktop.in.in:
3972         
3973         Correct information for bugzilla. Thanks to
3974         Olaf Vitters, see bug #348855.
3975
3976 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * shell/ev-jobs.[ch]:
3979         * shell/ev-sidebar-links.c:
3980         * shell/ev-window.[ch]:
3981
3982         GtkPrintJob doesn't support print ranges or current page, so we export
3983         to a ps file now when printing ranges or current page.
3984
3985 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3986
3987         * pdf/ev-poppler.cc:
3988         * shell/ev-window.c: (do_action_named):
3989
3990         We should be more clear about bugzilla. See the
3991         poppler bug #7623.
3992
3993 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * configure.ac:
3996         * shell/Makefile.am:
3997         * shell/ev-job-queue.c:
3998         * shell/ev-jobs.[ch]:
3999         * shell/ev-sidebar-links.c:
4000         * shell/ev-window.[ch]:
4001         
4002         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4003         #348422
4004
4005 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4006
4007         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4008         * shell/ev-application-service.xml:
4009         * shell/ev-application.[ch]:
4010         * shell/ev-jobs.[ch]:
4011         * shell/ev-window.[ch]: (ev_window_run_preview):
4012         * shell/main.c: 
4013
4014         Add preview mode to use evince as a printing previewer. It also adds
4015         other command line options for fullscreen and presentation modes.
4016         Fixes bugs #347822, #317031
4017
4018 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4019
4020         * NEWS:
4021         * configure.ac:
4022         
4023         Update for release 0.5.4
4024
4025 2006-07-11  Bastien Nocera <hadess@hadess.net>
4026
4027         * Makefile.am:
4028         * backend/Makefile.am:
4029         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4030         * backend/ev-document-factory.h:
4031         * configure.ac:
4032         * impress/.cvsignore:
4033         * impress/Makefile.am:
4034         * impress/common.h:
4035         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4036         (imp_get_page), (imp_next_page), (imp_prev_page),
4037         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4038         * impress/f_oasis.c: (render_object), (render_page),
4039         (get_geometry), (_imp_oasis_load):
4040         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4041         (_imp_oo13_load):
4042         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4043         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4044         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4045         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4046         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4047         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4048         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4049         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4050         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4051         (iks_new_within), (iks_insert), (iks_insert_cdata),
4052         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4053         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4054         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4055         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4056         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4057         (iks_cdata), (iks_cdata_size), (iks_has_children),
4058         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4059         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4060         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4061         (iks_tree), (iks_load), (iks_save):
4062         * impress/iksemel.h:
4063         * impress/imposter.h:
4064         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4065         (imp_render_draw_bezier_real), (imp_render_get_size),
4066         (imp_render_set_fg_color), (imp_render_draw_line),
4067         (imp_render_draw_rect), (imp_render_draw_polygon),
4068         (imp_render_draw_arc), (imp_render_draw_bezier),
4069         (imp_render_open_image), (imp_render_get_image_size),
4070         (imp_render_scale_image), (imp_render_draw_image),
4071         (imp_render_close_image), (imp_render_markup),
4072         (imp_render_get_text_size), (imp_render_draw_text),
4073         (impress_document_load), (impress_document_save),
4074         (impress_document_get_n_pages), (impress_document_get_page_size),
4075         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4076         (impress_document_finalize), (impress_document_class_init),
4077         (impress_document_can_get_text), (impress_document_get_info),
4078         (impress_document_document_iface_init),
4079         (impress_document_thumbnails_get_thumbnail),
4080         (impress_document_thumbnails_get_dimensions),
4081         (impress_document_document_thumbnails_iface_init),
4082         (impress_document_init):
4083         * impress/impress-document.h:
4084         * impress/internal.h:
4085         * impress/r_back.c: (_imp_fill_back):
4086         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4087         (_imp_draw_image), (_imp_tile_image):
4088         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4089         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4090         (r_polyline):
4091         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4092         (r_draw_gradient_complex), (r_draw_gradient):
4093         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4094         (r_get_bullet):
4095         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4096         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4097         (r_text):
4098         * impress/render.c: (imp_create_context), (imp_context_set_page),
4099         (imp_context_set_step), (imp_render), (imp_delete_context):
4100         * impress/render.h:
4101         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4102         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4103         (zip_load_xml), (zip_get_size), (zip_load):
4104         * impress/zip.h:
4105         * shell/ev-utils.c:
4106         
4107         New backend to support impress slides. Fixes bug #30867.
4108
4109 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4110
4111         * shell/ev-utils.c: (using_postscript_printer):
4112         
4113         Fixes crash when print using PAPI backend,
4114         bug #345012.
4115
4116 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4117
4118         * shell/ev-jobs.c: (ev_job_xfer_run):
4119         * shell/ev-window.c: (password_dialog_response),
4120         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4121         (ev_window_dispose):
4122         Fixes bug #344160: if the xfer job doesn't complete
4123         because a password is required, reload the existing
4124         instance instead of creating a new one.
4125
4126 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * shell/main.c: (main): Call gdk_threads_init. Thus
4129         we'll avoid errors in auth dialog. Fix for the bug
4130         #343347.
4131
4132 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4133
4134         * configure.ac: Advertise pixbuf support, fix
4135         for the bug 343317.
4136
4137 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4140         (ev_sidebar_thumbnails_set_document):
4141         
4142         Update sidebar thumbnails after reloading.
4143
4144 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4145
4146         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4147         * shell/ev-jobs.h:
4148         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4149         (ev_window_cmd_view_reload), (ev_window_init):
4150         
4151         Don't crash on reload. Fix for the bug #343167.
4152
4153 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * shell/ev-jobs.c: (ev_job_render_run):
4156         
4157         Check for document links.
4158
4159 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4160
4161         * backend/ev-attachment.c: (ev_attachment_save),
4162         (ev_attachment_launch_app), (ev_attachment_open):
4163         * backend/ev-document-factory.c: (get_document_from_uri):
4164         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4165         (egg_recent_view_uimanager_set_list):
4166         * ps/ps-document.c: (check_filecompressed), (document_load),
4167         (ps_document_load):
4168         * shell/ev-metadata-manager.c: (load_values):
4169         * shell/ev-password.c: (ev_password_dialog_set_property):
4170         * shell/ev-view.c: (tip_from_link):
4171         * shell/ev-window.c: (file_save_dialog_response_cb),
4172         (ev_window_print_dialog_response_cb):
4173         
4174         Use consistent quoting style. Fix for the bug #320285.
4175
4176 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4177
4178         * shell/ev-jobs.c: (ev_job_xfer_run):
4179         * shell/main.c: (load_files):
4180                 
4181         Open links with anchors. Fix for the bug #339836.
4182
4183 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4184
4185         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4186         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4187         (ev_link_dest_set_property), (ev_link_dest_finalize),
4188         (ev_link_dest_class_init), (ev_link_dest_new_named),
4189         (ev_link_dest_new_page_label):
4190         * backend/ev-link-dest.h:
4191         * shell/ev-application.c: (ev_application_open_uri):
4192         * shell/ev-view.c: (goto_dest):
4193         * shell/ev-window.c:
4194         * shell/ev-window.h:
4195         
4196         Fix page-label command line option. Bug #342070.
4197
4198 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4199
4200         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4201         
4202         Don't show highlight rects if page can't be showed. Fix for 
4203         the bug #342076
4204
4205 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * shell/ev-window.c: (setup_sidebar_from_metadata),
4208         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4209         
4210         Setup sidebar from metadata even if there is no document
4211         loaded. Fix for the bug #342807.
4212
4213 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4214
4215         * cut-n-paste/toolbar-editor/Makefile.am:
4216         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4217         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4218         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4219         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4220         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4221         (popup_context_menu_cb), (button_press_event_cb),
4222         (configure_item_sensitivity), (configure_item_cursor),
4223         (configure_item_tooltip), (connect_widget_signals),
4224         (action_sensitive_cb), (create_item_from_action),
4225         (create_item_from_position), (toolbar_drag_data_received_cb),
4226         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4227         (toolbar_drag_leave_cb), (configure_drag_dest),
4228         (toggled_visibility_cb), (toolbar_visibility_refresh),
4229         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4230         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4231         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4232         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4233         (egg_editable_toolbar_dispose),
4234         (egg_editable_toolbar_set_ui_manager),
4235         (egg_editable_toolbar_get_selected),
4236         (egg_editable_toolbar_set_selected), (set_edit_mode),
4237         (egg_editable_toolbar_set_property),
4238         (egg_editable_toolbar_get_property),
4239         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4240         (egg_editable_toolbar_new_with_model),
4241         (egg_editable_toolbar_get_edit_mode),
4242         (egg_editable_toolbar_set_edit_mode),
4243         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4244         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4245         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4246         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4247         (item_added_or_removed_cb), (toolbar_removed_cb),
4248         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4249         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4250         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4251         (editor_create_item_from_name), (append_table),
4252         (update_editor_sheet), (egg_toolbar_editor_init):
4253         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4254         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4255         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4256         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4257         (toolbar_node_free), (egg_toolbars_model_get_flags),
4258         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4259         (egg_toolbars_model_get_name), (impl_add_item),
4260         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4261         (parse_data_list), (parse_item_list), (parse_toolbars),
4262         (egg_toolbars_model_load_toolbars), (parse_available_list),
4263         (parse_names), (egg_toolbars_model_load_names),
4264         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4265         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4266         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4267         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4268         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4269         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4270         (egg_toolbars_model_set_types), (fill_avail_array),
4271         (egg_toolbars_model_get_name_avail),
4272         (egg_toolbars_model_get_name_flags),
4273         (egg_toolbars_model_set_name_flags):
4274         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4275         * cut-n-paste/toolbar-editor/eggintl.h:
4276         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4277         (egg_tree_multi_drag_source_get_type),
4278         (egg_tree_multi_drag_source_row_draggable),
4279         (egg_tree_multi_drag_source_drag_data_delete),
4280         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4281         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4282         (path_list_free), (set_context_data), (get_context_data),
4283         (get_info), (egg_tree_multi_drag_drag_data_get),
4284         (egg_tree_multi_drag_motion_event),
4285         (egg_tree_multi_drag_button_press_event),
4286         (egg_tree_multi_drag_add_drag_support):
4287         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4288         * shell/ev-application.c: (ev_application_init),
4289         (ev_application_save_toolbars_model):
4290         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4291         (ev_window_cmd_edit_toolbar), (ev_window_init):
4292         
4293         Sync toolbareditor with epiphany and libegg
4294
4295 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4296
4297         * configure.ac: 
4298
4299         Depend on poppler 0.5.2
4300
4301 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4302
4303         * shell/ev-jobs.c: (ev_job_render_run):
4304         
4305         Check if document supports links iterface.
4306
4307 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4308
4309         * NEWS:
4310         * configure.ac:
4311         
4312         Update for release 0.5.3
4313
4314 2006-05-13  Michael Plump  <plumpy@skylab.org>
4315
4316         * configure.ac:
4317         * shell/Makefile.am:
4318         * shell/main.c: (main):
4319         
4320         Port to GOption command line parsing. Fix for the 
4321         bug #327518
4322
4323 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4324
4325         * shell/ev-window.c: (ev_window_cmd_help_about):
4326         
4327         Do not wrap license. Fix for the bug #309460.
4328
4329 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * configure.ac:
4332         * properties/ev-properties-main.c: (ev_properties_get_pages):
4333         * shell/ev-application.c: (ev_application_open_window),
4334         (ev_application_open_uri_at_dest):
4335         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4336         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4337         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4338         * shell/ev-utils.c: (save_print_config_to_file):
4339         * shell/ev-window.c: (ev_window_cmd_save_as),
4340         (ev_attachment_popup_cmd_save_attachment_as):
4341         * shell/main.c: (load_files_remote):
4342         
4343         Bump requirements to gtk 2.8 and drop all ifdefs used.
4344
4345 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4348         * shell/ev-window.c: (ev_window_init):
4349         
4350         Show attachments page.
4351
4352 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4353
4354         * po/POTFILES.in:
4355         * shell/ev-attachment-bar.c:
4356         * shell/ev-attachment-bar.h:
4357         * shell/ev-sidebar-attachments.c:
4358         (ev_sidebar_attachments_icon_cache_add),
4359         (icon_theme_get_pixbuf_from_mime_type),
4360         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4361         (ev_sidebar_attachments_icon_cache_refresh),
4362         (ev_sidebar_attachments_get_attachment_at_pos),
4363         (ev_sidebar_attachments_popup_menu_show),
4364         (ev_sidebar_attachments_popup_menu),
4365         (ev_sidebar_attachments_button_press),
4366         (ev_sidebar_attachments_update_icons),
4367         (ev_sidebar_attachments_drag_data_get),
4368         (ev_sidebar_attachments_get_property),
4369         (ev_sidebar_attachments_destroy),
4370         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4371         (ev_sidebar_attachments_new),
4372         (ev_sidebar_attachments_set_document),
4373         (ev_sidebar_attachments_support_document),
4374         (ev_sidebar_attachments_get_label),
4375         (ev_sidebar_attachments_page_iface_init):
4376         * shell/ev-sidebar-attachments.h:
4377         * shell/ev-window.c: (update_chrome_visibility),
4378         (setup_sidebar_from_metadata), (ev_window_setup_document),
4379         (ev_window_sidebar_current_page_changed_cb),
4380         (attachment_bar_menu_popup_cb), (ev_window_init):
4381         
4382         Move attachments bar to sidebar.
4383
4384 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * pdf/ev-poppler.cc:
4387         * shell/ev-application.[ch]:
4388         * shell/main.c:
4389
4390         Fix some memory leaks.
4391
4392 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4393
4394         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4395
4396         Change the properties dialog response to
4397         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4398         will make the dialog go away when the user presses
4399         enter. With gtk+ >= 2.9 this will happen anyway, but for
4400         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4401         escape by default. Fixes bug #340539. See also bug
4402         #101293 for the gtk+ part.
4403
4404 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4405
4406         * shell/ev-view.c (tip_from_action_named): Replace some strings
4407         that were wrong. Closes #340970.
4408
4409 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4412
4413         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4414         #341049
4415
4416 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4417
4418         * djvu/Makefile.am:
4419         * dvi/Makefile.am:
4420         * dvi/mdvi-lib/Makefile.am:
4421         * properties/Makefile.am:
4422         * ps/Makefile.am:
4423         * shell/Makefile.am:
4424         * thumbnailer/Makefile.am:
4425         
4426         Due to broken libtool that is unable to track dependencies
4427         of noinst libraries we are forced to explicitely point
4428         libraries for binary. Fix for the bug #333334.
4429
4430 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * data/evince.desktop.in.in:
4433         * shell/ev-view.c: (view_update_range_and_current_page),
4434         (ev_view_next_page), (ev_view_previous_page):
4435         * shell/ev-window.c: (update_chrome_visibility),
4436         (setup_sidebar_from_metadata), (ev_window_setup_document),
4437         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4438         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4439         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4440         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4441         (ev_window_stop_presentation), (ev_window_focus_in_event),
4442         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4443         (ev_window_init):
4444         * thumbnailer/Makefile.am:
4445         
4446         Update fullscreen and presentation timeout handling. Hide
4447         cursor in presentation after timeout. Fix for the bugs
4448         #136359 and #336981.
4449
4450 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4451
4452         * backend/ev-link-action.[ch]:
4453         * pdf/ev-poppler.cc: (ev_link_from_action):
4454         * shell/ev-view-private.h:
4455         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4456         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4457
4458         Add support for Named Action links
4459
4460 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * backend/Makefile.am:
4463         * backend/ev-document-links.[ch]:
4464         * backend/ev-document.[ch]:
4465         * backend/ev-link-action.[ch]:
4466         * backend/ev-link-dest.[ch]:
4467         * backend/ev-link.[ch]:
4468         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4469         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4470         * shell/ev-page-action.c: (build_new_tree_cb):
4471         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4472         (links_page_num_func), (update_page_callback):
4473         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4474         (tip_from_link):
4475         * shell/ev-jobs.c:
4476         * shell/ev-window.[ch]: (ev_window_open_uri),
4477         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4478         * shell/ev-application.[ch]: (ev_application_open_window),
4479         (ev_application_open_uri):
4480
4481         Rework links system, it adds support for remote links now and it makes
4482         easier to add new kinds of actions and destinations. Fixes bug #317292
4483
4484 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * data/Makefile.am:
4487         * data/evince.png:
4488         * data/evince-16.png:
4489         * data/evince-22.png:
4490         * data/evince.svg:
4491         * shell/main.c: (main):
4492         
4493         Evince use it's own icon. Fix for the bug #313392.
4494
4495         * shell/ev-window.c: (fullscreen_timeout_cb),
4496         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4497         (ev_window_cmd_help_about), (ev_window_dispose):
4498         
4499         Simplify fullscreen timeout code.
4500
4501 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * backend/ev-attachment.c: 
4504         * shell/ev-attachment-bar.c:
4505         * shell/ev-window.c:
4506
4507         Allow multiple selection of attachments
4508
4509 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4510
4511         * shell/ev-view.c: (view_update_range_and_current_page),
4512         (ev_view_scroll):
4513         
4514         Fix for the bug #312573 – Optimal selection of current 
4515         page among visible pages.
4516
4517 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * configure.ac:
4520         * djvu/Makefile.am:
4521         * djvu/djvu-text.h:
4522         
4523         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4524         for the bug 339868.
4525
4526 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4527
4528         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4529
4530 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4531
4532         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4533         dictated by the GNOME HIG. Fixes bug #339235.
4534
4535 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4536
4537         * data/evince-ui.xml:
4538         * shell/ev-view.c: (ev_view_can_find_previous):
4539         * shell/ev-view.h:
4540         * shell/ev-window.c: (ev_window_update_actions),
4541         (ev_window_cmd_edit_find_previous):
4542
4543         Add support for "Find Previous" as dictated by the GNOME HIG. A
4544         menu item is added and some glue code to make it all work is added
4545         to various files.
4546
4547 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4548
4549         * configure.ac: Award myself the "useless use of cat" award.
4550
4551 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4552
4553         * po/LINGUAS: New file listing all supported languages.
4554
4555         * configure.in: Use po/LINGUAS instead of including all languages
4556         directly in this file. See the wiki for more information:
4557         http://live.gnome.org/GnomeGoals/PoLinguas
4558
4559 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * backend/ev-document-factory.c:
4562
4563         Do not load the document twice when there isn't errors
4564
4565 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4566
4567         * backend/ev-attachment.c: 
4568
4569         Fix a crash when there isn't a default application to open an
4570         attachment
4571
4572 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * backend/ev-attachment.[ch]:
4575         * shell/ev-attachment-bar.[ch]:
4576
4577         Added missing files. 
4578
4579 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * backend/Makefile.am:
4582         * data/evince-ui.xml:
4583         * backend/ev-attachment.[ch]:
4584         * backend/ev-document.[ch]: (ev_document_has_attachments),
4585         (ev_document_get_attachments):
4586         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4587         (attachment_save_to_buffer), (pdf_document_get_attachments),
4588         (pdf_document_document_iface_init):
4589         * shell/Makefile.am:
4590         * shell/ev-attachment-bar.[ch]:
4591         * shell/ev-window.c:
4592
4593         Add support for PDF attachments. Fixes bug #325143
4594
4595 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4596
4597         * backend/ev-document-factory.c: (get_document_from_uri),
4598         (ev_document_factory_get_document):
4599         * backend/ev-document-factory.h:
4600         * properties/ev-properties-main.c: (ev_properties_get_pages):
4601         * shell/Makefile.am:
4602         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4603         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4604         (ev_job_queue_remove_job):
4605         * shell/ev-job-queue.h:
4606         * shell/ev-job-xfer.c:
4607         * shell/ev-job-xfer.h:
4608         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4609         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4610         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4611         (ev_job_xfer_run):
4612         * shell/ev-jobs.h:
4613         * shell/ev-window.c: (ev_window_is_empty),
4614         (password_dialog_response), (ev_window_clear_xfer_job),
4615         (ev_window_xfer_job_cb), (ev_window_open_uri),
4616         (ev_window_cmd_focus_page_selector),
4617         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4618         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4619         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4620         (ev_window_dispose):
4621         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4622         
4623         * Cleanup mime type detection on document load. Fix for the
4624         bug #336448.
4625
4626 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4629         
4630         Fix crash on exit, described in the bug #336825.
4631
4632 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4633
4634         * backend/ev-document-factory.c:
4635         (ev_document_factory_get_from_mime),
4636         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4637         (ev_document_factory_get_document),
4638         (file_filter_add_mime_list_and_free),
4639         (ev_document_factory_add_filters):
4640         * backend/ev-document-factory.h:
4641         * properties/ev-properties-main.c: (ev_properties_get_pages):
4642         * shell/Makefile.am:
4643         * shell/ev-application.c:
4644         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4645         * shell/ev-window.c: (ev_window_cmd_file_open),
4646         (ev_window_cmd_save_as):
4647         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4648         
4649         Rework factory functions so they are placed now in a single 
4650         file ev-document-factory.c
4651
4652 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * shell/ev-window.c: (update_chrome_visibility):
4655         
4656         Fix for the bug 166566 - don't show menubar in fullscreen
4657         mode.
4658
4659 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4660
4661         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4662
4663 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * shell/ev-view.c: (ev_view_expose_event):
4666         
4667         More correctly draw loading text when document
4668         is empty.
4669
4670 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * shell/ev-view.c: (ev_view_scroll):
4673         
4674         Fix for the bug #334854, page down and page up switch
4675         pages in presentation mode.
4676
4677 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4678
4679         * shell/ev-window.c: (ev_window_set_action_sensitive),
4680         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4681         (ev_window_set_view_accels_sensitivity),
4682         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4683         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4684         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4685         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4686         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4687         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4688         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4689         (view_actions_focus_in_cb), (ev_window_init):
4690         
4691         Fix for the bug #333902, now it's possible to search
4692         words with slash.
4693
4694 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4695
4696         * configure.ac: Added Breton translation.
4697         * po/br.po: Added Breton translation.
4698
4699 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * shell/ev-window-title (ev_window_title_update):
4702
4703         Fix memory leak in window title. Fixes bug #333944
4704
4705 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * shell/ev-metadata-manager.c (parseItem):
4708
4709         Fix memory leaks. Fixes bug #333945
4710
4711 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4712         
4713         * NEWS, configure.ac, TODO:
4714         
4715         Update for release 0.5.2.
4716
4717 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4718
4719         * shell/ev-view.c: (view_update_range_and_current_page),
4720         (page_changed_cb):
4721         
4722         Don't jump on scrolling, fix for the bug #333127.
4723
4724 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4725
4726         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4727         
4728         Scroll by one page in presentation mode. Fix for the bug
4729         #332993.
4730
4731 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4732
4733         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4734
4735 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4736
4737         * configure.ac  Added lv in ALL_LINGUAS line.
4738
4739 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4740         
4741         * NEWS, configure.ac:
4742         
4743         Update for release 0.5.1
4744
4745 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4746
4747         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4748         * backend/ev-document-misc.h:
4749         * shell/ev-view.c: (draw_one_page):
4750         
4751          Clairfy what page the toolbar page number applies to. Fix
4752          for the bug #328102.
4753
4754 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4755
4756         * shell/ev-view-private.h:
4757         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4758         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4759         (ev_view_search_changed):
4760         * shell/ev-view.h:
4761         * shell/ev-window.c: (find_bar_search_changed_cb):
4762         
4763         Dont't jump to find result if window was scrolled during search.
4764         Fix for the bug #313266.
4765
4766 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4767
4768         * shell/eggfindbar.c: (egg_find_bar_class_init):
4769         * shell/eggfindbar.h:
4770         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4771         * shell/ev-view-private.h:
4772         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4773         (ev_view_class_init), (ev_sizing_mode_get_type),
4774         (ev_scroll_type_get_type):
4775         * shell/ev-view.h:
4776         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4777         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4778         (ev_window_init):
4779         
4780         Fix for the bug 319133 - Find entry should allow text scroll.
4781
4782 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4783
4784         * shell/ev-view-private.h:
4785         * shell/ev-view.c: (view_update_range_and_current_page),
4786         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4787         (ev_view_set_document), (update_find_status_message),
4788         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4789         (ev_view_find_previous):
4790         
4791         Fix for the bug #319137. Search now takes account for scrolling.
4792
4793 2006-02-19  Michael Hofmann <mh21@piware.de>
4794
4795         * configure.ac:
4796         * djvu/Makefile.am:
4797         * djvu/djvu-document-private.h:
4798         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4799         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4800         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4801         (djvu_document_can_get_text), (djvu_document_get_text),
4802         (djvu_document_document_iface_init),
4803         (djvu_document_thumbnails_get_thumbnail),
4804         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4805         (djvu_document_find_get_result),
4806         (djvu_document_find_page_has_results),
4807         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4808         (djvu_document_find_iface_init):
4809         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4810         (djvu_text_page_selection), (djvu_text_page_limits_process),
4811         (djvu_text_page_limits), (djvu_text_page_copy),
4812         (djvu_text_page_position), (djvu_text_page_union),
4813         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4814         (djvu_text_page_box), (djvu_text_page_append_text),
4815         (djvu_text_page_search), (djvu_text_page_prepare_search),
4816         (djvu_text_page_new), (djvu_text_page_free):
4817         * djvu/djvu-text-page.h:
4818         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4819         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4820         (djvu_text_n_results), (djvu_text_has_results),
4821         (djvu_text_get_result), (djvu_text_get_progress):
4822         * djvu/djvu-text.h:
4823         
4824         Text search in djvu. Fix for the bug #303415.
4825
4826 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4827
4828         * configure.ac:
4829         * shell/ev-window.c: (ev_window_cmd_save_as):
4830         
4831         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4832         Thanks to Gary Coady <gary@lyranthe.org>
4833
4834 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * shell/ev-print-job.c: (idle_print_handler):
4837         
4838         Inverse order printing, bug #320919.
4839
4840 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4841
4842         * data/evince-toolbar.xml:
4843         * shell/ev-window.c:
4844         
4845         Allow to add sidebar checkbutton on toolbar. Fix
4846         for the bug #144577.
4847
4848 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4849
4850         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4851         
4852         Add checks that have sense for empty ps document.
4853
4854 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4855
4856         * configure.ac: Include PS in mime types list. 
4857
4858 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * configure.ac:
4861         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4862         * ps/gsdefaults.h:
4863         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4864         
4865         Runtime check for gs interpreter. Fix for the bug #320868.
4866         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4867
4868 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * shell/ev-application.c: 
4871
4872         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4873         dbus>=0.60, so that the request is not queued. 
4874
4875 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * configure.ac:
4878         * shell/Makefile.am:
4879         * shell/ev-sidebar-links.c: (print_section_cb):
4880         * shell/ev-utils.c:
4881         * shell/ev-utils.h:
4882         * shell/ev-window.c: (update_action_sensitivity),
4883         (ev_window_close_dialogs), (ev_window_print):
4884         * shell/ev-window.h:
4885         
4886         Make printing support optional. Patch from Eduardo de Barros Lima
4887         <eduardo.lima@indt.org.br> for the bug #330546.
4888
4889 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4890
4891         * shell/ev-view-private.h:
4892         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4893         (ev_view_set_document):
4894         * shell/ev-view.h:
4895         * shell/ev-window.c: (ev_window_load_job_cb),
4896         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4897         (ev_window_init):
4898
4899         Draw Loading message during xfer job. Fix for the bug #329495.
4900
4901 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * comics/comics-document.c: (comics_regex_quote),
4904         (comics_document_load), (extract_argv):
4905         
4906         Correcly quote regexp before passing it to unzip.
4907
4908 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4909
4910         * shell/ev-page-cache.c: (build_height_to_page),
4911         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4912         (ev_page_cache_get_dual_even_left):
4913         * shell/ev-page-cache.h:
4914         * shell/ev-view.c: (view_update_range_and_current_page),
4915         (get_page_y_offset), (get_page_extents):
4916         
4917         Place even pages to the left if document has less then
4918         two pages. Fix for the bug #328856.
4919
4920 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4921
4922         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4923         
4924         Correct comics scheme. This make evince create thumbnails
4925         for comic books. Fix for the bug 329088.
4926
4927 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4928
4929         * data/evince-password.glade: Don't explicitly set
4930         invisible_char to the current default value in case
4931         the default changes; let GTK+ do its magic.
4932
4933 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4934
4935         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4936         real filename to tmp filename since often document
4937         type is determined by extension.
4938
4939 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4940
4941         * shell/ev-view.c: (add_scroll_binding_keypad),
4942         (ev_view_binding_activated), (ev_view_class_init):
4943         
4944         Add keybindings for percision-scrolling of display area. 
4945         Fix for the bug #314072.
4946
4947 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * data/evince.desktop.in.in:
4950         
4951         Add GTK to the list of categories. Fix for the bug #328034.
4952
4953 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * shell/ev-application.c: (ev_application_shutdown),
4956         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4957         * shell/ev-application.h:
4958         * shell/ev-window.c: (file_open_dialog_response_cb),
4959         (ev_window_cmd_file_open):
4960         
4961         Save last uri in file chooser dialog. Fix for the bug #327950.
4962
4963 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * NEWS:
4966         * README:
4967         
4968         Final update for release 0.5.0
4969         
4970         * shell/Makefile.am:
4971         
4972         Remove disable deprecated until we'll require libgnome-2.13.7
4973         and port to GOption argument parsing. See bug 327518.
4974
4975 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4976
4977         * comics/comics-document.c: (comics_document_save):
4978         * djvu/djvu-document.c: (djvu_document_save):
4979         * dvi/dvi-document.c: (dvi_document_save):
4980         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4981         * lib/ev-file-helpers.h:
4982         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4983         * tiff/tiff-document.c: (tiff_document_save):
4984         
4985         Use common save function for backends.
4986
4987 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4988
4989         * backend/ev-document-types.c:
4990         
4991         Fix crash on saving pixbuf.
4992
4993 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4994
4995         * cut-n-paste/recent-files/egg-recent-item.c:
4996         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4997         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4998         (parse_info_free), (valid_element), (start_element_handler),
4999         (end_element_handler), (text_handler), (egg_recent_model_filter),
5000         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5001         (egg_recent_model_monitor), (egg_recent_model_read),
5002         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5003         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5004         (egg_recent_model_set_property), (egg_recent_model_class_init),
5005         (egg_recent_model_init), (egg_recent_model_add_full),
5006         (egg_recent_model_delete), (egg_recent_model_get_list),
5007         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5008         (egg_recent_model_set_filter_mime_types),
5009         (egg_recent_model_clear_group_filter),
5010         (egg_recent_model_set_filter_groups),
5011         (egg_recent_model_clear_scheme_filter),
5012         (egg_recent_model_set_filter_uri_schemes),
5013         (egg_recent_model_remove_expired):
5014         * cut-n-paste/recent-files/egg-recent-util.c:
5015         (egg_recent_util_get_icon):
5016         * cut-n-paste/recent-files/egg-recent-util.h:
5017         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5018         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5019         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5020         (egg_recent_view_uimanager_set_property),
5021         (egg_recent_view_uimanager_get_property),
5022         (egg_recent_view_uimanager_class_init),
5023         (egg_recent_view_uimanager_init),
5024         (egg_recent_view_uimanager_set_label_width),
5025         (egg_recent_view_uimanager_get_label_width):
5026         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5027         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5028         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5029         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5030         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5031         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5032         
5033         Update from libegg.
5034
5035 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * shell/ev-page-cache.c: (build_height_to_page),
5038         (ev_page_cache_get_height_to_page):
5039         * shell/ev-page-cache.h:
5040         * shell/ev-view.c: (view_update_range_and_current_page),
5041         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5042         (ev_view_previous_page):
5043         
5044         Dual mode places even pages to the left. Fix for the bug #309393.
5045
5046         * shell/ev-view.h:
5047         * shell/ev-window.c: (update_action_sensitivity),
5048         (setup_view_from_metadata), (view_menu_popup_cb):
5049         
5050         Don't restore presentation in empty windows, more intelligent
5051         next page behaviour in dual mode.
5052
5053         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5054         (ev_pixbuf_cache_clear_job_sizes):
5055         
5056         Cleanup job callback on removal. Fix for the bug #325886.
5057
5058 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5059
5060         * ps/ps.c: (psscan):
5061         
5062         Commit workaround Mozilla problem. Fix for the bug #325919
5063         
5064         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5065         (save_item):
5066         
5067         Fix for year 2038 problem.
5068
5069 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * shell/ev-window.c: (setup_document_from_metadata),
5072         (ev_window_cmd_view_reload):
5073
5074         Clamp page recieved from metadata in valid values. Fix
5075         for the bug #325986.
5076
5077 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5078
5079         * MAINTAINERS: 
5080         Add MAINTAINERS as requested on desktop-devel-list.
5081
5082 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5085         (mime_type_supported_by_gdk_pixbuf),
5086         (ev_document_factory_get_mime_types),
5087         (ev_document_factory_get_all_mime_types):
5088         
5089         Don't add pixbuf mime types if pixbuf backend is disabled.
5090         
5091         * shell/ev-application.c: (ev_application_get_uri_window):
5092         
5093         Fix for the bug 325815 - unhandled MIME type message doesn't 
5094         appear a second time. 
5095         
5096         * shell/ev-document-types.c: (ev_document_types_add_filters):
5097         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5098         (password_dialog_response), (ev_window_popup_password_dialog),
5099         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5100         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5101         (ev_window_run_presentation), (ev_window_stop_presentation),
5102         (save_sizing_mode), (ev_window_zoom_changed_cb),
5103         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5104         (ev_window_dual_mode_changed_cb),
5105         (ev_window_sidebar_current_page_changed_cb),
5106         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5107         (window_state_event_cb), (window_configure_event_cb):
5108         
5109         Cleanup additional uris holded by EvWindow.
5110
5111 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5112
5113         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5114         (ev_view_can_previous_page), (ev_view_can_next_page):
5115         * shell/ev-view.h:
5116         * shell/ev-window.c: (update_action_sensitivity):
5117         
5118         Two page scrolling with Space and PageUp in dual mode. Second fix 
5119         for the bug #316608.
5120
5121 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * shell/ev-view.c: (scroll_to_current_page):
5124         
5125         Correctly clamp adjustment value. Fix for the bug
5126         #325808.
5127
5128 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-sidebar-links.c: (print_section_cb):
5131         * shell/ev-window.c: (ev_window_get_uri),
5132         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5133         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5134         (ev_window_dispose):
5135         
5136         Make print dialog non-modal. Fix for the bug #325622.
5137
5138 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5139
5140         * shell/ev-metadata-manager.c:
5141         * shell/ev-utils.c: (using_pdf_printer),
5142         (using_postscript_printer), (load_print_config_from_file),
5143         (save_print_config_to_file):
5144         * shell/ev-utils.h:
5145         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5146         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5147         (setup_view_from_metadata), (ev_window_setup_document),
5148         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5149         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5150         (ev_window_run_presentation), (ev_window_stop_presentation),
5151         (save_sizing_mode), (ev_window_zoom_changed_cb),
5152         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5153         (ev_window_dual_mode_changed_cb),
5154         (ev_window_sidebar_current_page_changed_cb),
5155         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5156         (window_state_event_cb), (window_configure_event_cb),
5157         (ev_window_init):
5158         
5159         Setting saving behaviour fixes.
5160
5161 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * configure.ac:
5164         
5165         Make antialiasing gs options better and allow
5166         to change them during configure. Fix for the 
5167         bug #319049.
5168
5169 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5170
5171         * shell/ev-window.c: (setup_view_from_metadata):
5172         
5173         Remember if last window was maximized. Fix for the
5174         bug #323797.
5175
5176 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5177
5178         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5179
5180 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5181
5182         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5183         * shell/ev-page-action.c: (build_new_tree_cb):
5184         * shell/ev-sidebar-links.c: (links_page_num_func),
5185         (update_page_callback_foreach), (update_page_callback):
5186         * shell/ev-view.c: (scroll_to_current_page):
5187         
5188         Fix for the bug #325067 with more intelligent selection
5189         of current link in sidebar. Make sidebar handle links
5190         of FITR-like type more correctly.
5191
5192         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5193         (dvi_pixbuf_put_pixel):
5194         
5195         Fix memory consumtion with disabled alpha channel.
5196
5197 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * data/evince-ui.xml:
5200         * shell/ev-window.c: (view_menu_popup_cb),
5201         (ev_popup_cmd_open_link), (ev_window_init):
5202         
5203         Update context menu for internal links. Fix for the bug
5204         #325066.
5205
5206 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5207
5208         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5209         
5210         Bind context menu to keyboard also. Fix for the bug
5211         #325065.
5212
5213 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * shell/ev-view.c: (selection_scroll_timeout_cb):
5216         
5217         Horizontal scroll on selection also.
5218
5219 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5220
5221         * shell/ev-metadata-manager.c: (parse_value):
5222         * shell/ev-view.c: (goto_xyz_link):
5223         
5224         Correct zoom setup and metadata save broken in 
5225         some locales.
5226
5227 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * shell/ev-view-private.h:
5230         * shell/ev-view.c: (scroll_to_current_page),
5231         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5232         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5233         (page_changed_cb), (ev_view_set_continuous),
5234         (ev_view_set_dual_page), (ev_view_set_presentation):
5235         
5236         Delay scroll until allocation to correctly position page. Fix
5237         for the bug #317334.
5238
5239 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * NEWS:
5242         * configure.ac:
5243         
5244         Update NEWS and require poppler 0.5.0.
5245
5246 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5247         
5248         * data/evince-ui.xml:
5249         * shell/ev-view-private.h:
5250         * shell/ev-view.c: (ev_view_get_link_at_location),
5251         (handle_link_over_xy), (ev_view_button_press_event),
5252         (ev_view_button_release_event), (ev_view_class_init):
5253         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5254         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5255         (ev_window_init):
5256         
5257         Implement right-click context menu.
5258
5259 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260
5261         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5262         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5263         (mdvi_pixbuf_device_render):
5264         * pdf/ev-poppler.cc:
5265
5266         Don't generate thumbnails with alpha. See bug #324077.
5267         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5268
5269 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * shell/ev-window.c: (setup_chrome_from_metadata):
5272         
5273         Fix typo that was hiding toolbar.
5274
5275 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * shell/ev-view-private.h:
5278         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5279         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5280         (ev_view_button_release_event), (ev_view_destroy):
5281         
5282         Small cleanup and autoscrolling during selection. Thanks to 
5283         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5284
5285 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5286
5287         * configure.ac:
5288         
5289         Correctly check for comics option.
5290
5291 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5292         * Makefile.am:
5293         * configure.ac:
5294         * backend/Makefile.am:
5295         * backend/ev-document-factory.c:
5296         * shell/ev-document-types.c:
5297
5298         Included option in configure to make ps backend 
5299         compilation optional with --disable-ps.
5300
5301 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * backend/ev-document-factory.c:
5304         * comics/Makefile.am:
5305         * comics/comics-document.c: (comics_document_load):
5306         * comics/ev-cbr-mime.xml:
5307         * configure.ac:
5308         
5309         Comics mime types are added to shared-mime-info CVS. Now
5310         we don't need to install our own mime types.
5311
5312 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5313
5314         * shell/ev-window.c:
5315         
5316         Add shortcut for "save a copy" menu entry. Fix for
5317         the bug #324582.
5318
5319 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5320
5321         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5322         (job_finished_cb), (new_selection_pixbuf_needed),
5323         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5324         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5325         
5326         Rework selection job info logic and fix critical warning.
5327
5328 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5329
5330         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5331
5332 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5333
5334         * data/evince-ui.xml:
5335         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5336         
5337         Enter as shortcut key for next page. Fix for the bug
5338         #321394.
5339
5340 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5341
5342         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5343
5344 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5345
5346         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5347         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5348         (new_selection_pixbuf_needed),
5349         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5350         (clear_job_selection):
5351         
5352         Too early for 0.5. Pixbuf cache code cleaned a bit.
5353
5354 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5355
5356         * NEWS:
5357         * configure.ac:
5358         
5359         Release 0.5.0 preparation
5360
5361 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5362
5363         * comics/Makefile.am:
5364         * configure.ac:
5365         * shell/ev-document-types.c: (ev_document_types_add_filters):
5366         
5367         More advanced handling of custom mime type installation.
5368
5369 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5370
5371         * data/evince.schemas.in:
5372         * shell/ev-metadata-manager.c: (value_free),
5373         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5374         (ev_metadata_manager_get), (ev_metadata_manager_set):
5375         * shell/ev-metadata-manager.h:
5376         * shell/ev-window.c: (update_chrome_flag),
5377         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5378         (setup_document_from_metadata), (setup_chrome_from_metadata),
5379         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5380         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5381         (ev_window_view_toolbar_cb),
5382         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5383         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5384         
5385         Save last document settings and reuse them for new documents.
5386
5387 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * Makefile.am:
5390         * backend/Makefile.am:
5391         * backend/ev-document-factory.c:
5392         * backend/ev-document-factory.h:
5393         * comics/Makefile.am:
5394         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5395         (comics_document_load), (comics_document_save),
5396         (comics_document_get_n_pages), (comics_document_get_page_size),
5397         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5398         (comics_document_class_init), (comics_document_can_get_text),
5399         (comics_document_get_info), (comics_document_document_iface_init),
5400         (comics_document_init), (get_supported_image_extensions),
5401         (comics_document_thumbnails_get_geometry),
5402         (comics_document_thumbnails_get_thumbnail),
5403         (comics_document_thumbnails_get_dimensions),
5404         (comics_document_document_thumbnails_iface_init), (extract_argv):
5405         * comics/comics-document.h:
5406         * comics/ev-cbr-mime.xml:
5407         * configure.ac:
5408         * po/POTFILES.in:
5409         * shell/ev-application.c: (ev_application_register_service):
5410         * shell/ev-document-types.c: (ev_document_types_add_filters):
5411         * thumbnailer/Makefile.am:
5412         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5413         
5414         New CBR/CBZ backend for comic books.
5415
5416 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5417
5418         * shell/main.c: (load_files_remote):
5419
5420         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5421         warning on startup of second instance is fixed. It
5422         is bug #320353.
5423
5424 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5425
5426         * shell/ev-window.c: (ev_window_finalize):
5427         
5428         Fix double free that cause crash.
5429
5430 2005-10-29  Bastien Nocera <hadess@hadess.net>
5431
5432         * tiff/tiff-document.c: (tiff_document_load):
5433         
5434         Fix memory leak.
5435
5436 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5437
5438         * po/POTFILES.in:
5439         * shell/Makefile.am:
5440         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5441         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5442         (ev_view_accessible_get_text),
5443         (ev_view_accessible_get_character_at_offset),
5444         (ev_view_accessible_get_text_before_offset),
5445         (ev_view_accessible_get_text_at_offset),
5446         (ev_view_accessible_get_text_after_offset),
5447         (ev_view_accessible_get_character_count),
5448         (ev_view_accessible_get_caret_offset),
5449         (ev_view_accessible_set_caret_offset),
5450         (ev_view_accessible_get_run_attributes),
5451         (ev_view_accessible_get_default_attributes),
5452         (ev_view_accessible_get_character_extents),
5453         (ev_view_accessible_get_offset_at_point),
5454         (ev_view_accessible_get_n_selections),
5455         (ev_view_accessible_get_selection),
5456         (ev_view_accessible_add_selection),
5457         (ev_view_accessible_remove_selection),
5458         (ev_view_accessible_set_selection),
5459         (ev_view_accessible_text_iface_init),
5460         (ev_view_accessible_idle_do_action),
5461         (ev_view_accessible_action_do_action),
5462         (ev_view_accessible_action_get_n_actions),
5463         (ev_view_accessible_action_get_description),
5464         (ev_view_accessible_action_get_name),
5465         (ev_view_accessible_action_set_description),
5466         (ev_view_accessible_action_iface_init),
5467         (ev_view_accessible_get_type), (ev_view_accessible_new),
5468         (ev_view_accessible_factory_get_accessible_type),
5469         (ev_view_accessible_factory_create_accessible),
5470         (ev_view_accessible_factory_class_init),
5471         (ev_view_accessible_factory_get_type):
5472         * shell/ev-view-accessible.h:
5473         * shell/ev-view-private.h:
5474         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5475         * shell/ev-view.h:
5476         
5477         Initial accessibility support.
5478
5479 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5480
5481         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5482
5483 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5484
5485         * shell/ev-print-job.c: (idle_print_handler):
5486         
5487         Fix for bug Bug 318916: Printing multiple pages.
5488
5489 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5490
5491         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5492
5493 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5494
5495         * pdf/ev-poppler.cc:
5496         
5497         Thumnail dimensions unified with other backends.
5498         
5499         * shell/ev-window-title.c: (ev_window_title_update):
5500         
5501         Fix warning.
5502
5503 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * data/ev-stock-zoom-fit-width.png:
5506         
5507         Remove unused file.
5508
5509 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5510
5511         * configure.ac:
5512         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5513         (djvu_document_finalize):
5514         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5515         (dvi_document_finalize):
5516         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5517         (pixbuf_document_save), (pixbuf_document_finalize):
5518         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5519         (tiff_document_finalize):
5520         
5521         Save a copy implemented for various backends.
5522
5523 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5524
5525         * configure.ac:
5526         
5527         Don't link with ltiff if tiff is disabled.
5528
5529 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5530
5531         * pdf/GDKSplashOutputDev.cc:
5532         * pdf/GDKSplashOutputDev.h:
5533         * pdf/Thumb.cc:
5534         * pdf/Thumb.h:
5535         * pdf/pdf-document.cc:
5536         * pdf/pdf-document.h:
5537         * pdf/test-gdk-output-dev.cc:
5538         
5539         Remove old unused files.
5540
5541 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * shell/ev-window.c: (ev_window_setup_document):
5544         
5545         Fixed warnings on reload and probably crash reason.
5546
5547 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * properties/ev-properties-view.c:
5550         (ev_properties_view_format_date):
5551         
5552         Check if date is invalid. Fix for bug 318134.
5553
5554 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5555
5556         * shell/ev-window-title.c:
5557         
5558         Add .indd files (Adobe Indesign) to the list of "bad
5559         extensions".
5560
5561 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * data/evince-ui.xml:
5564         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5565         
5566         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5567
5568 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5569
5570         * shell/ev-window.c: (launch_link), (launch_external_uri),
5571         (view_external_link_cb):
5572
5573         URL-escape link before passing it to gnome_vfs_url_show.
5574
5575 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5576
5577         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5578         there isn't text selected.
5579
5580 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5581
5582         * shell/ev-view.c: (handle_link_over_xy):
5583
5584         Check tooltip is valid utf8 before showing it
5585
5586 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5587
5588         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5589
5590 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5591
5592         * shell/ev-window-title.c: (ev_window_title_update):
5593
5594         Guard against using g_strstrip on NULL. Fixes bug #317291.
5595
5596 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5597
5598         * pdf/ev-poppler.cc:
5599
5600         Show title even for unknown links
5601
5602 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5603
5604         * shell/ev-window-title.c: (ev_window_title_update):
5605
5606         Strip the title string
5607
5608 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5609
5610         * shell/ev-window-title.c:
5611
5612         Add .rtf to the bad extensions list
5613
5614 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5615
5616         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5617         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5618
5619         Ignore link coordinates if they are outside page bounds
5620
5621 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5622
5623         * backend/ev-link.c: (ev_link_type_get_type),
5624         (ev_link_get_filename), (ev_link_get_params),
5625         (ev_link_get_property), (ev_link_set_property),
5626         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5627         * backend/ev-link.h:
5628         * pdf/ev-poppler.cc:
5629         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5630         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5631         (ev_window_init):
5632
5633         Implement launch links. Delegate external link opening to
5634         the window.
5635
5636 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5637
5638         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5639         (ev_link_get_right), (ev_link_get_property),
5640         (ev_link_set_property), (ev_link_class_init),
5641         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5642         * backend/ev-link.h:
5643         * pdf/ev-poppler.cc:
5644         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5645
5646         Implement fitr links
5647
5648 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5649
5650         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5651         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5652         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5653         (ev_view_size_request_continuous),
5654         (ev_view_size_request_dual_page),
5655         (ev_view_size_request_single_page), (ev_view_size_allocate),
5656         (ev_view_zoom_for_size_continuous_and_dual_page),
5657         (ev_view_zoom_for_size_continuous),
5658         (ev_view_zoom_for_size_dual_page),
5659         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5660         (ev_sizing_mode_get_type):
5661         * shell/ev-view.h:
5662         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5663
5664         Do not use modes for link, we need to calculate size ad hoc.
5665         Still not perfect because of the usual scrollbar issues grrr.
5666
5667 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5668
5669         * backend/ev-link.c: (ev_link_type_get_type),
5670         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5671         * backend/ev-link.h:
5672         * pdf/ev-poppler.cc:
5673         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5674         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5675         (ev_view_size_request_continuous),
5676         (ev_view_size_request_dual_page),
5677         (ev_view_size_request_single_page), (ev_view_size_allocate),
5678         (zoom_for_size_fit_height),
5679         (ev_view_zoom_for_size_continuous_and_dual_page),
5680         (ev_view_zoom_for_size_continuous),
5681         (ev_view_zoom_for_size_dual_page),
5682         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5683         (ev_sizing_mode_get_type):
5684         * shell/ev-view.h:
5685         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5686
5687         Implement FIT_HEIGHT mode (only for links).
5688         Implement FITH links
5689
5690 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5691
5692         * shell/ev-window-title.c: (get_filename_from_uri),
5693         (ev_window_title_sanitize_extension), (ev_window_title_update),
5694         (ev_window_title_set_document), (ev_window_title_set_uri),
5695         (ev_window_title_free):
5696         * shell/ev-window-title.h:
5697         * shell/ev-window.c: (ev_window_setup_document),
5698         (ev_window_popup_password_dialog):
5699
5700         Refactor window title building while fixing it for
5701         password documents.
5702
5703 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5704
5705         * pdf/ev-poppler.cc:
5706
5707         Escape link title before setting it in the model
5708
5709 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5710
5711         * shell/ev-application.c: (removed_from_session), (save_session),
5712         (init_session), (ev_application_get_empty_window),
5713         (ev_application_init), (ev_application_get_windows):
5714         * shell/ev-application.h:
5715         * shell/ev-window.c: (ev_window_finalize):
5716
5717         Add a function to retrieve window list and share it where
5718         necessary.
5719         Implement session handling, works pretty well thanks to the
5720         metadata system.
5721
5722 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * shell/ev-password.c: (ev_password_item_created_callback),
5725         (ev_password_dialog_save_password):
5726         
5727         Fix for bug 316972. Use async gnome-keyring API.
5728
5729 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5730
5731         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5732         Remove unused unrealize handler. Add scroll handling to
5733         ev_view_scroll_event for presentation mode (bug #316708),
5734         and fix the event state checks there.
5735
5736 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5737
5738         * shell/ev-page-action.c: (page_changed_cb):
5739
5740         "marco, maybe we should be crazy and jump right to 6! :)"
5741
5742         Bryan Clark, Sep 2005
5743
5744 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5745
5746         * ps/ps-document.c: (save_document), (ps_document_save),
5747         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5748         (ps_document_ps_export_end):
5749
5750         Fix unstructured documents save and print
5751
5752 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5753
5754         * shell/ev-application.c: (ev_application_open_uri):
5755
5756         Fix window size persistance
5757
5758 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5759
5760         * shell/ev-view.c: (ev_view_button_release_event):
5761
5762         Based on a patch from carlosgc@gnome.org. Mouse buttons
5763         switch pages in presentation mode.
5764
5765 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5766
5767         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5768
5769         Dont cast to int before scaling
5770
5771 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5772
5773         * backend/ev-link.c: (ev_link_type_get_type),
5774         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5775         (ev_link_new_page_fith):
5776         * backend/ev-link.h:
5777         * pdf/ev-poppler.cc:
5778         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5779
5780         Implement FIT and FITH links
5781
5782 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5783
5784         * pdf/ev-poppler.cc:
5785
5786         Return 0 results when search is not in progress.
5787
5788         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5789         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5790
5791         Update menu sensitivity when cancelling search
5792
5793 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5794
5795         * shell/ev-view.c: (ev_view_can_find_next):
5796
5797         Take all pages in consideration, not just current one
5798
5799 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5800
5801         * shell/ev-page-cache.c:
5802         * shell/ev-page-cache.h:
5803         * shell/ev-view.c: (ev_view_binding_activated),
5804         (ev_view_next_page), (ev_view_previous_page),
5805         (ev_sizing_mode_get_type):
5806         * shell/ev-view.h:
5807         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5808         (ev_window_cmd_go_next_page):
5809
5810         Move page next/previous functions from page chace to
5811         view and change it to move by 2 page steps in dual mode.
5812
5813 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5814
5815         * shell/ev-window.c: (update_sidebar_visibility),
5816         (setup_sidebar_from_metadata), (ev_window_setup_document),
5817         (setup_view_from_metadata):
5818
5819         Show the index by default when there is one     
5820
5821 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5822
5823         * shell/ev-window-title.c: (ev_window_title_set_document):
5824
5825         Missing null check
5826
5827 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5828
5829         * shell/ev-view.c: (view_update_range_and_current_page):
5830         
5831         Allow display of last odd page in dual view. Fix for 316347.
5832
5833 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5834
5835         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5836         
5837         Make close button default. Fix for 316383.
5838
5839 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5842         
5843         Mark close button as default. Fix for 316381.
5844
5845 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5846
5847         * backend/ev-link.c: (ev_link_class_init):
5848
5849         Allow negative doubles in left/top properties
5850
5851 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5852
5853         * shell/ev-window.c:
5854
5855         Remove a bunch of strings that was used only
5856         by the statusbar.
5857
5858 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * shell/ev-window-title.c: (get_filename_from_uri),
5861         (ev_window_title_set_document):
5862
5863         When title has a confusing extension, show also
5864         the document filename inside ()
5865
5866 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5867
5868         * shell/Makefile.am:
5869         * shell/ev-window-title.c: (ev_window_title_new),
5870         (ev_window_title_update), (ev_window_title_set_type),
5871         (ev_window_title_set_document), (ev_window_title_free):
5872         * shell/ev-window-title.h:
5873         * shell/ev-window.c: (ev_window_setup_document),
5874         (password_dialog_response), (ev_window_popup_password_dialog),
5875         (ev_window_dispose), (ev_window_init):
5876
5877         Factor out and cleanup window title code
5878
5879 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5880
5881         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5882         (unable_to_load):
5883
5884         Make dialog transient so it doesnt block other windows
5885
5886 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5887
5888         * pdf/ev-poppler.cc:
5889         
5890         Fix pdf thumbnails rendering.
5891
5892 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5893
5894         * shell/ev-window.c: (fullscreen_set_timeout):
5895         
5896         Increase timeout to hide full screen popup. Bug 
5897         316123. 
5898
5899 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * data/evince.schemas.in:
5902         * shell/ev-window.c: (update_action_sensitivity):
5903
5904         Allow the user to override document restrictions. Fix for bug
5905         305818.
5906
5907 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5908
5909         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5910         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5911         (ev_window_class_init): Fix multihead behaviour of fullscreen
5912         toolbar popup. Fixes bug #315451.
5913
5914 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5915
5916         * configure.ac:
5917         * data/evince-password.glade:
5918         * shell/ev-password.c: (ev_password_dialog_set_property),
5919         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5920         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5921         (ev_password_dialog_entry_changed_cb),
5922         (ev_password_dialog_entry_activated_cb),
5923         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5924         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5925         (ev_password_dialog_set_bad_pass):
5926         * shell/ev-password.h:
5927         * shell/ev-window.c: (password_dialog_response),
5928         (ev_window_popup_password_dialog):
5929         
5930         Support for gnome-keyring for encrypted PDF's.
5931
5932 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5935         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5936         (ev_view_enter_notify_event), (ev_view_class_init):
5937         
5938         More precise handling of enter_notify/leave_notify events
5939         in EvView. Fix for bug 315470.
5940
5941 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5942
5943         * shell/ev-window.c: (fullscreen_timeout_cb),
5944         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5945         (ev_window_dispose):
5946
5947         leak fix: unref fullscreen_timeout_source before clearing it
5948
5949 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * configure.ac, dvi/mdvi/Makefile.am: 
5952         
5953         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5954
5955 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5956
5957         * backend/ev-link.c: (ev_link_new_page_xyz):
5958         * pdf/ev-poppler.cc:
5959         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5960
5961         Fix some bugs with xyz links, respect zoom
5962
5963 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5964
5965         * shell/ev-window.c: (page_changed_cb),
5966         (setup_document_from_metadata), (update_sidebar_visibility),
5967         (setup_view_from_metadata), (ev_window_run_fullscreen),
5968         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5969         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5970         (ev_window_dual_mode_changed_cb),
5971         (ev_window_sidebar_current_page_changed_cb):
5972
5973         null check uri before setting and getting metadata
5974
5975 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5976
5977         * dvi/Makefile.am:
5978         * properties/Makefile.am:
5979         * shell/Makefile.am:
5980         * thumbnailer/Makefile.am:
5981
5982         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5983
5984 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5985
5986         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5987         (selection_changed_callback):
5988         * shell/ev-sidebar-links.h:
5989
5990         Add a signal for link activation.
5991
5992         * shell/ev-view.c: (ev_view_goto_link),
5993         (ev_view_button_release_event):
5994         * shell/ev-view.h:
5995         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5996         (ev_window_init):
5997
5998         Implement the signal so that we can handle all link types.
5999
6000         * shell/ev-page-cache.c:
6001
6002         Remove unused set_link function
6003
6004 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6005
6006         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6007
6008         Add some space from the cursor, hardcoded but I couldnt
6009         find a better way.
6010
6011 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6012
6013         * lib/ev-tooltip.c:
6014
6015         Use mozilla style vs gtk style, way better for links.
6016
6017         * shell/ev-view.c: (ev_view_motion_notify_event),
6018         (ev_view_destroy), (ev_view_init):
6019
6020         Deactive tooltip when the link hovered is changed.
6021
6022 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6023
6024         * backend/ev-document.h:
6025         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6026         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6027         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6028         (ev_link_new_page), (ev_link_new_page_xyz):
6029         * backend/ev-link.h:
6030         * pdf/ev-poppler.cc:
6031         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6032         (go_to_link), (tip_from_link):
6033
6034         Implement xyz links, still not functional. Links are a total
6035         mess, will need to refactor and bugfix a lot :(
6036
6037 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6038
6039         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6040
6041 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6042
6043         * data/evince-ui.xml:
6044         * data/evince.schemas.in:
6045         * shell/Makefile.am:
6046         * shell/ev-window.c: (update_chrome_visibility),
6047         (password_dialog_response), (ev_window_load_job_cb),
6048         (ev_window_xfer_job_cb), (ev_window_open_uri),
6049         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6050         (ev_window_init):
6051
6052         Remove the statusbar. This regress loading feedback, need to
6053         check with Bryan what we want to do there...
6054
6055 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6056
6057         * lib/ev-tooltip.c: (ev_tooltip_init):
6058
6059         Fix tooltip border and size handling
6060
6061 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6062
6063         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6064         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6065         (ev_tooltip_timeout), (ev_tooltip_activate),
6066         (ev_tooltip_deactivate):
6067         * lib/ev-tooltip.h:
6068         * shell/ev-view.c: (ev_view_motion_notify_event):
6069
6070         Delay popup showing. Mirror gtk logic/times.
6071
6072 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6073
6074         * lib/Makefile.am:
6075         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6076         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6077         (ev_tooltip_set_text), (ev_tooltip_set_position):
6078         * lib/ev-tooltip.h:
6079
6080         Simple widget to show tooltips at a custom position
6081
6082         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6083         (ev_view_destroy):
6084
6085         Use it for links. First go, needs work
6086
6087 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6088
6089         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6090         HIG fixes.  Use title capitalization for window title. Use 12 
6091         pixels of space between the dialog's vbox and action area.
6092
6093 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6094
6095         * shell/ev-window.c: (file_open_dialog_response_cb),
6096         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6097         (ev_window_cmd_save_as):
6098
6099         Make file pickers not modal and refactor code some
6100
6101 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6102
6103         * shell/ev-sidebar.h:
6104         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6105         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6106         (ev_sidebar_class_init), (ev_sidebar_select_page),
6107         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6108         (ev_sidebar_set_page):
6109
6110         Add a current page property and allow to get/set it
6111
6112         * shell/ev-window.c: (setup_view_from_metadata),
6113         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6114
6115         Persist current sidebar page per document
6116
6117 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6118
6119         * data/evince.schemas.in:
6120         * shell/ev-window.c: (update_chrome_visibility),
6121         (setup_document_from_metadata), (update_sidebar_visibility),
6122         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6123         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6124         (ev_window_run_presentation), (ev_window_stop_presentation),
6125         (ev_window_view_sidebar_cb),
6126         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6127         (load_chrome), (ev_window_init):
6128
6129         Persist size/visibility of sidebar per document
6130
6131 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6132
6133         * shell/ev-view.c (draw_loading_text): Draw loading text.
6134
6135 2005-09-02  Dan Damian  <dand@gnome.ro>
6136
6137         * configure.in: Added "ro" to ALL_LINGUAS.
6138
6139 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6140
6141         * shell/ev-view.c: (clear_caches):
6142
6143         ev_page_cache_get doesnt return a reference,
6144         dont try to unref it.
6145
6146 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6147
6148         * shell/main.c: (load_files_remote):
6149
6150         Fix timestamp parameter with dbus <= 0.33
6151
6152 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6153
6154         * data/evince.schemas.in:
6155
6156         Add missing full stop
6157
6158 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6159
6160         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6161         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6162
6163         Plug some memory leaks
6164
6165 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6166
6167         * configure.ac:
6168         * lib/ev-debug.c: (trap_handler):
6169
6170         Check for execinfo.h and use it only if it exists.
6171         Ported from Epiphany (bug #314776).
6172
6173 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6174
6175         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6176
6177 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6178
6179         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6180         * po/id.po      : Added Indonesian translation
6181
6182 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6183
6184         * shell/main.c:
6185         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6186         * NEWS: Release 0.4.0
6187
6188 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6189
6190         * configure.ac: catch another gtk+-2.8ism
6191         * shell/main.c: Make work with gtk+-2.6
6192
6193 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6194
6195         * shell/ev-application-service.xml: Add 'timestamp' argument to
6196           ev_application_open_window and ev_application_open_uri methods.
6197
6198         * shell/ev-application.h: Add 'timestamp' argument to
6199           ev_application_open_window, ev_application_open_uri,
6200           and ev_application_open_uri_list functions.
6201
6202         * shell/ev-application.c (ev_application_open_window,
6203           ev_application_open_uri, ev_application_open_uri_list): Change
6204           functions that show/present windows to use a timestamp if one
6205           is passed in.
6206
6207         * shell/ev-window.c (ev_window_cmd_file_open,
6208           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6209         * shell/main.c (load_files): Modify calls to ev_application to
6210           include GDK_CURRENT_TIME as timestamp.
6211
6212         * shell/main.c (load_files_remote): Obtain timestamp for client
6213           instance from GDK and pass to server instance so new windows are
6214           focused properly.  Fix dbus_g_proxy_call() calls by including second
6215           G_TYPE_INVALID.
6216           
6217         Closes bug #314475.
6218
6219 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6220
6221         * shell/ev-window.c (ev_window_finalize): Check for
6222         avail. EvWindows when quiting to handle the finalize better,
6223         #314497
6224
6225 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226         
6227         * properties/ev-properties-view.c: 
6228         
6229         Set textdomain to libglade. Fixes translation problem in property page.
6230
6231 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6234         * dvi/Makefile.am:
6235         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6236         * dvi/mdvi-lib/Makefile.am:
6237         
6238         Fix rotation of thumbnails, ported to new API. Moved library
6239         dependencies earlier, probably it will fix linkage problem.
6240
6241 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6242
6243         * backend/ev-document-misc.c:
6244         (ev_document_misc_get_thumbnail_frame):
6245         * backend/ev-document-misc.h:
6246         * configure.ac:
6247         * pdf/ev-poppler.cc:
6248         * shell/Makefile.am:
6249         * shell/ev-sidebar-thumbnails.c: (add_range),
6250         (ev_sidebar_thumbnails_set_loading_icon),
6251         (ev_sidebar_thumbnails_refresh),
6252         (ev_sidebar_thumbnails_set_document):
6253         * shell/ev-sidebar-thumbnails.h:
6254         * shell/ev-view.c: (ev_view_motion_notify_event),
6255         (ev_view_set_property), (ev_view_get_property),
6256         (ev_view_class_init), (ev_view_set_rotation):
6257         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6258         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6259         (ev_window_init):
6260         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6261         Redo rotation (again).  prepare for 0.4.0
6262
6263 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6264
6265         * configure.ac: Bump poppler requirement to 0.4.1.
6266
6267         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6268         argument to poppler_page_render_selection() call.
6269
6270 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6273         (djvu_document_thumbnails_get_thumbnail):
6274         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6275         (dvi_document_thumbnails_get_thumbnail):
6276         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6277         (pixbuf_document_thumbnails_get_thumbnail):
6278         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6279         
6280         Update rotation direction of backends to fit with pdf and ps.
6281
6282 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6283
6284         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6285         * backend/ev-async-renderer.h:
6286         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6287         (setup_page), (ps_document_get_page_size),
6288         (ps_async_renderer_render_pixbuf):
6289         * ps/ps-document.h:
6290         * shell/ev-jobs.c: (ev_job_render_run):
6291
6292         Fix orientation in the postscript document
6293
6294 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6295
6296         * pdf/ev-poppler.cc:
6297         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6298         * shell/ev-view.c: (highlight_find_results):
6299
6300         Adapt to the new poppler rotation API. Fix text maps on landscape
6301         documents.
6302
6303 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6304
6305         * shell/ev-view.c (compute_new_selection_text): get the correct
6306         region when selecting in modes other than continuous.
6307
6308 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6309
6310         * shell/main.c (main): remove redundant g_warnings.
6311
6312 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * shell/Makefile.am: Don't include autogenerated
6315         file ev-application-service.h into distribution, since
6316         it causes dbus crash. Fix for bugs 313724 and 313443. 
6317
6318 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6319
6320         * configure.ac: Fix sed expression for FreeBSD. Thanks
6321         to Joe Marcus Clark <marcus@freebsd.org>
6322         
6323         * shell/eggfindbar.c: (entry_activate_callback),
6324         (entry_changed_callback), (egg_find_bar_init),
6325         (egg_find_bar_set_search_string):
6326         
6327         Made findbar buttons unsensitive if there is no text in
6328         entry. Fix for the bug 313285.
6329
6330 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6331
6332         * ps/ps-document.c: Use g_filename_display_name for displaying
6333         filenames and revert string freeze breackage
6334
6335 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6336
6337         * NEWS:
6338         * configure.ac:
6339
6340         Update for 0.3.4
6341
6342         * shell/Makefile.am:
6343
6344         Add ev-application-service.xml to extra dist
6345
6346         * shell/ev-view.c: (find_page_at_location):
6347
6348         Remove unused function (fix warning)
6349
6350 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6351
6352         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6353         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6354         
6355         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6356         bug 313623.
6357
6358 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6359
6360         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6361         * shell/ev-window.c:
6362         Fix build warnings
6363
6364 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6365
6366         * configure.ac: Update script to get dbus version.
6367         Fix for the bug #313443.
6368
6369 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6370
6371         * shell/ev-window.c: (ev_window_cmd_escape):
6372         
6373         Return focus back to view on escape. Fix for bug 313295.
6374
6375 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6376
6377         * shell/ev-window.c: (update_window_title),
6378         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6379         (ev_window_cmd_save_as):
6380         
6381         Correct conversion from uri to displayable string. Fix for
6382         bug 313296.
6383
6384 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6385
6386         * ps/ps-document.c: convert filename to utf8 when there is an error
6387         loading document. Fixes #309915
6388
6389 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6390
6391         * configure.ac:
6392
6393         We depend on poppler 0.4.0
6394
6395 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6396
6397         * configure.ac:
6398         * NEWS: Release 0.3.3.
6399         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6400
6401 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6402
6403         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6404         add a couple missing mnemonics to menu items, use title 
6405         capitalization for menu items and window titles, and add 
6406         ellipsis to open menu item.     
6407
6408 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6409
6410         * pdf/ev-poppler.cc:
6411         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6412         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6413         (ev_view_get_rotation):
6414         * shell/ev-view.h:
6415         * shell/ev-window.c: (setup_view_from_metadata),
6416         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6417         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6418         disk.
6419
6420 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6421
6422         * configure.ac: Added tr to ALL_LINGUAS
6423
6424 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6425
6426         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6427         requires several clicks to find word. Thanks to 
6428         Colin Slater <kiltedtaco@gmail.com>.
6429
6430 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6431
6432         * data/evince.desktop.in.in: Hide menu entry and
6433         rename it to "Document Viewer". Fix for bug 
6434         #312399.
6435
6436 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6437
6438         * shell/ev-page-action.c (ev_page_action_class_init): 
6439
6440         Point to the correct function in constructor of the
6441         activate_label signal
6442
6443 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6444
6445         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6446         * shell/ev-jobs.h: Make thread safe.
6447
6448 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * shell/ev-view.c: (view_update_range_and_current_page):
6451         Don't update page range if we are scrolling to some document
6452         point.
6453
6454 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6455
6456         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6457         when getting max_page_width, fix drawing in dual mode.
6458
6459 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6460
6461         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6462         getting the area for select_all.
6463
6464 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6465
6466         * backend/ev-selection.c: (ev_selection_render_selection):
6467         * backend/ev-selection.h:
6468         * pdf/ev-poppler.cc:
6469         * shell/ev-jobs.c: (ev_job_render_new):
6470         * shell/ev-jobs.h:
6471         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6472         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6473         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6474         (ev_view_class_init):
6475
6476         Change selection color on focus in and focus out events.  Also,
6477         poppler now uses GdkColor for specifying the selection colors, so
6478         drop some awkward conversion code.
6479
6480 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6481
6482         * configure.ac: Added Hebrew translation
6483
6484 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6485
6486         * NOTES:
6487         * backend/ev-selection.c: (ev_selection_render_selection):
6488         * backend/ev-selection.h:
6489         * pdf/ev-poppler.cc:
6490         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6491         (ev_job_render_run):
6492         * shell/ev-jobs.h:
6493         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6494         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6495         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6496         (ev_pixbuf_cache_style_changed),
6497         (ev_pixbuf_cache_get_selection_pixbuf),
6498         (ev_pixbuf_cache_set_selection_list),
6499         (ev_pixbuf_cache_get_selection_list):
6500         * shell/ev-pixbuf-cache.h:
6501         * shell/ev-utils.c: (ev_print_region_contents):
6502         * shell/ev-utils.h:
6503         * shell/ev-view.c: (ev_view_queue_draw_page),
6504         (selection_update_idle_cb), (ev_view_motion_notify_event),
6505         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6506         (setup_caches), (ev_view_find_next), (merge_selection_region),
6507         (selection_free):
6508         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6509
6510         Clean up selection to be much smoother!
6511
6512 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6513
6514         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6515         to poppler_page_render_selection().
6516
6517 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6518
6519         * ps/ps-document.c: (save_page_list): Use
6520         unzipped document when printing. Thanks to 
6521         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6522         311016.
6523
6524 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * shell/ev-window.c: (update_action_sensitivity):
6527         
6528         Disable print and save respect to lockdown gconf keys. Fix
6529         for 312342.
6530
6531 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * configure.ac:
6534         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6535         (write_to_temp_file), (ev_file_set_contents):
6536         * shell/ev-utils.h:
6537         * shell/ev-window.c: (save_print_config_to_file):
6538         
6539         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6540         Fix for bug 312238
6541
6542 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6543
6544         * shell/ev-window.c: (load_print_config_from_file),
6545         (save_print_config_to_file), (ev_window_print_range):
6546
6547         Persist the print settings. Fixes bug #311578.
6548
6549 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6550
6551         * djvu/djvu-document.c: (djvu_document_get_page_size),
6552         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6553         (djvu_document_thumbnails_get_thumbnail):
6554         * dvi/dvi-document.c: (dvi_document_get_page_size),
6555         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6556         (dvi_document_thumbnails_get_dimensions),
6557         (dvi_document_thumbnails_get_thumbnail):
6558         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6559         (pixbuf_document_render_pixbuf),
6560         (pixbuf_document_document_iface_init),
6561         (pixbuf_document_thumbnails_get_thumbnail):
6562         
6563         Update backends to make them build with new rotation system.
6564
6565 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6566
6567         * help/C/figures/evince_start_window.png:
6568         
6569         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6570
6571 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6572
6573         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6574         * shell/ev-pixbuf-cache.h:
6575         * shell/ev-sidebar-thumbnails.c:
6576         (ev_sidebar_thumbnails_get_property), (add_range),
6577         (adjustment_changed_cb):
6578         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6579         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6580         we were thumbnailing the entire docment on startup, slowing us
6581         down hugely. 
6582
6583 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6584
6585         * shell/ev-page-cache.c: (ev_page_cache_new):
6586         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6587         == 0, fixes #310306.
6588
6589 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6590
6591         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6592         (ev_view_rotate_left):
6593
6594         Account rotation in doc_rect_to_view_rect.
6595         Ensure rotation doesnt go out of bounds.
6596
6597 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6598
6599         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6600
6601         Correct and cleanup w/h swapping
6602
6603 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6604
6605         * backend/ev-document-thumbnails.c:
6606         (ev_document_thumbnails_get_thumbnail):
6607         * backend/ev-document-thumbnails.h:
6608         * backend/ev-document.c:
6609         * backend/ev-document.h:
6610         * backend/ev-render-context.c: (ev_render_context_new),
6611         (ev_render_context_set_rotation):
6612         * backend/ev-render-context.h:
6613         * pdf/ev-poppler.cc:
6614         * ps/ps-document.c: (ps_document_document_iface_init):
6615         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6616         * shell/ev-jobs.h:
6617         * shell/ev-page-cache.c: (build_height_to_page),
6618         (ev_page_cache_new), (ev_page_cache_get_size),
6619         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6620         (ev_page_cache_get_height_to_page):
6621         * shell/ev-page-cache.h:
6622         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6623         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6624         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6625         (ev_pixbuf_cache_get_selection_pixbuf):
6626         * shell/ev-pixbuf-cache.h:
6627         * shell/ev-print-job.c: (idle_print_handler):
6628         * shell/ev-sidebar-thumbnails.c: (add_range):
6629         * shell/ev-view.c: (view_update_range_and_current_page),
6630         (get_page_y_offset), (get_page_extents),
6631         (ev_view_size_request_continuous_dual_page),
6632         (ev_view_size_request_continuous),
6633         (ev_view_size_request_dual_page),
6634         (ev_view_size_request_single_page), (draw_one_page),
6635         (ev_view_set_rotation), (ev_view_rotate_right),
6636         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6637         (ev_view_zoom_for_size_continuous_and_dual_page),
6638         (ev_view_zoom_for_size_continuous),
6639         (ev_view_zoom_for_size_dual_page),
6640         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6641         (ev_view_select_all):
6642         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6643         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6644         (tiff_document_document_iface_init),
6645         (tiff_document_thumbnails_get_thumbnail):
6646
6647         Use rotation rather than orientation. It's easier and enough
6648         for our needs.
6649
6650 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6651
6652         * shell/ev-page-cache.c: (build_height_to_page),
6653         (ev_page_cache_new), (ev_page_cache_get_size),
6654         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6655         (ev_page_cache_get_height_to_page):
6656         * shell/ev-page-cache.h:
6657         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6658         (ev_view_size_request_continuous_dual_page),
6659         (ev_view_size_request_continuous),
6660         (ev_view_zoom_for_size_continuous_and_dual_page),
6661         (ev_view_zoom_for_size_continuous):
6662
6663         Make the page cache aware of page orientation.
6664
6665 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6666
6667         * backend/ev-document-thumbnails.c:
6668         (ev_document_thumbnails_get_thumbnail):
6669         * backend/ev-document-thumbnails.h:
6670         * backend/ev-document.c:
6671         * backend/ev-document.h:
6672         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6673         * backend/ev-ps-exporter.h:
6674         * pdf/ev-poppler.cc:
6675         * ps/ps-document.c: (ps_document_document_iface_init),
6676         (ps_document_ps_export_do_page):
6677         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6678         * shell/ev-jobs.h:
6679         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6680         (ev_page_cache_get):
6681         * shell/ev-page-cache.h:
6682         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6683         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6684         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6685         * shell/ev-pixbuf-cache.h:
6686         * shell/ev-print-job.c: (idle_print_handler):
6687         * shell/ev-sidebar-thumbnails.c: (add_range):
6688         * shell/ev-view.c: (view_update_range_and_current_page),
6689         (get_page_extents), (ev_view_size_request_dual_page),
6690         (ev_view_size_request_single_page), (draw_one_page),
6691         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6692         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6693         (ev_view_zoom_for_size_dual_page),
6694         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6695         (ev_view_select_all):
6696         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6697         * tiff/tiff-document.c: (tiff_document_get_page_size),
6698         (tiff_document_get_orientation), (rotate_pixbuf),
6699         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6700         (tiff_document_thumbnails_get_thumbnail),
6701         (tiff_document_ps_export_do_page), (tiff_document_init):
6702
6703         Really make use of the orientation bit of the render context.
6704         Use the render context in a few more places in the backend API.
6705         This regress orientation, but now it's done right. Will try to
6706         fix it up asap...
6707
6708 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * shell/ev-view.c: (ensure_rectangle_is_visible):
6711
6712         Patch by Nickolay V. Shmyrev to fix find flickering
6713
6714 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6715
6716         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6717         duplex parameters to ::begin.
6718
6719         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6720         * shell/ev-print-job.c (idle_print_handler): 
6721         * ps/ps-document.c (ps_document_ps_export_begin): 
6722         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6723         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6724         implementations. Poppler backend needs poppler cvs. Rest has
6725         unchanged behavior.
6726
6727 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6728
6729         * shell/ev-window.c (using_pdf_printer): new function.
6730         (ev_window_print_range): print a less techy message if someone
6731         tries to print to PDF.
6732
6733 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6734
6735         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6736         from "unknown font" string. Bug #311431
6737
6738 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6739
6740         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6741
6742 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6743
6744         Bug #311280
6745         
6746         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6747         name for PopplerFontTypes
6748         (pdf_document_fonts_fill_model): add font type to the detail column
6749
6750         * backend/ev-document-fonts.h: added
6751         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6752
6753         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6754         font name and font details, add a little markup.
6755         (ev_properties_fonts_init): use the new cell data func, specify ypad
6756         property for the cell renderer.
6757         (ev_properties_fonts_set_document): add the details column.
6758
6759 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6760
6761         * configure.ac: Added "pl" to ALL_LINGUAS.
6762
6763 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6764
6765         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6766
6767 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6768
6769         * help/ChangeLog: Started this for translations of manual.
6770         * configure.ac, autogen.sh, .cvsignore: Migrated to
6771         gnome-doc-utils. Patch in bug #311222.
6772
6773 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6774
6775         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6776         #ifdef this away to fix an unused-function warning.
6777
6778 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6779
6780         * configure.ac: Added 'gl' to ALL_LINGUAS.
6781
6782 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6783
6784         * configure.ac: Added ne in ALL_LINGUAS
6785         
6786 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * shell/ev-view.c: (ev_view_leave_notify_event):
6789         
6790         Clear status message when pointer leaves view. Fix for bug
6791         #310818 
6792
6793 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6794
6795         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6796
6797 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6798
6799         * shell/ev-view.c: (ev_view_leave_notify_event),
6800         (ev_view_class_init):
6801         
6802         Set cursor to normal then leaving view.
6803
6804 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * configure.ac:
6807         
6808         Fix required djvulibre version.
6809
6810 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6811
6812         *configure.ac: Hindi (hi) language added
6813
6814 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6815
6816         *configure.ac: Punjabi (pa) Language added
6817
6818 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6819
6820         * data/evince-ui.xml, shell/ev-window.c:
6821         
6822         Add keypad accelerators for zooming. Fix for bug 308128.
6823
6824 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6825
6826         * Makefile.am:
6827         * backend/Makefile.am:
6828         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6829         * configure.ac:
6830         * shell/ev-document-types.c: (ev_document_types_add_filters):
6831
6832         Allow to enable/disable the pixbuf backend.
6833         Default to off for now. If we want it enabled we should
6834         really put mime types in the desktop, implement properties etc.
6835
6836         * properties/evince-properties.c:
6837
6838         Initialize error to NULL.
6839         Check error is not NULL before freeing.
6840
6841 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6842
6843         * shell/ev-window.c:
6844
6845         Use F5 as presentation accell
6846
6847 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * shell/ev-window.c: (update_chrome_visibility),
6850         (ev_window_create_fullscreen_popup), (ev_window_init):
6851
6852         Do not leak the fullscreen toolbar
6853
6854 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * shell/ev-window.c: (view_actions_focus_in_cb),
6857         (view_actions_focus_out_cb):
6858
6859         These has a return value! Fix totally random focus
6860         issues we was seeing.
6861
6862 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6863
6864         * shell/main.c: (load_files_remote):
6865
6866         Allow open more than one file
6867
6868 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * shell/main.c: (load_files_remote):
6871
6872         Fix for dbus 0.33. bug #309975
6873
6874 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6875
6876         * properties/ev-properties-main.c: (ev_properties_get_pages):
6877
6878         Actually return NULL for types we dont support
6879
6880 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6881
6882         * po/POTFILES.in:
6883
6884         Remove empty lines.
6885
6886 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6887
6888         * backend/ev-document-factory.c:
6889         (ev_document_factory_get_document):
6890
6891         Do not try to create the object if type
6892         is invalid.
6893
6894 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6895
6896         * ps/ps-document.c: (ps_document_dispose),
6897         (ps_async_renderer_render_pixbuf):
6898         * ps/ps-document.h:
6899
6900         Do not leak the target window
6901
6902 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6903
6904         * shell/ev-application.c: (ev_application_init):
6905
6906         Let tbe check file existence for us.
6907         Add a comment about eggrecent mime filter.
6908
6909 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6910
6911         * data/evince-ui.xml:
6912         * shell/ev-application.c: (ev_application_shutdown),
6913         (ev_application_init), (ev_application_get_toolbars_model),
6914         (ev_application_get_recent_model),
6915         (ev_application_save_toolbars_model):
6916         * shell/ev-application.h:
6917         * shell/ev-window.c: (ev_window_add_recent),
6918         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6919         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6920         (ev_window_init):
6921
6922         Use common toolbar and recent models for all windows.
6923         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6926
6927         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6928         successfully check for gtk_icon_view_get_visible_range.
6929
6930 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * djvu/Makefile.am:
6933         * dvi/Makefile.am:
6934         
6935         Fix djvu and dvi backend build.
6936
6937 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6938
6939         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6940         (new_separator_pixbuf):
6941
6942         Don't leak windows.
6943
6944 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6945
6946         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6947
6948         HIGification of toolbar editor dialogue.
6949
6950 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6951
6952         * configure.ac:
6953         * shell/Makefile.am:
6954
6955         Ever build metadata manager since it's just
6956         disabled at runtime now.
6957
6958 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6961         (ev_metadata_manager_get), (ev_metadata_manager_set):
6962         * shell/ev-metadata-manager.h:
6963
6964         Add an _init functions that enabled metadata management
6965         at runtime.
6966
6967         * shell/ev-window.c: (page_changed_cb),
6968         (setup_document_from_metadata), (ev_window_setup_document),
6969         (setup_view_from_metadata), (ev_window_open_uri),
6970         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6971         (ev_window_run_presentation), (ev_window_stop_presentation),
6972         (save_sizing_mode), (ev_window_zoom_changed_cb),
6973         (ev_window_continuous_changed_cb),
6974         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6975         (window_configure_event_cb):
6976
6977         Remove all ugly metadata define since we deal with it
6978         at runtime now.
6979
6980         * shell/main.c: (load_files_remote), (main):
6981
6982         Add support for dbus cvs head. Hopefully didnt break one
6983         of the other versions now!
6984
6985         If we dont get a response from the dbus server just
6986         give up with it and not enable metadata.
6987
6988 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6989
6990         * Makefile.am:
6991         * backend/Makefile.am:
6992         * configure.ac:
6993         * cut-n-paste/recent-files/Makefile.am:
6994         * cut-n-paste/toolbar-editor/Makefile.am:
6995         * cut-n-paste/zoom-control/Makefile.am:
6996         * lib/Makefile.am:
6997         * pdf/Makefile.am:
6998         * pixbuf/Makefile.am:
6999         * properties/Makefile.am:
7000         * ps/Makefile.am:
7001         * shell/Makefile.am:
7002         * thumbnailer/Makefile.am:
7003         * tiff/Makefile.am:
7004
7005         Make frontends depend on just libev.
7006         Rework and group CFLAGS/LIBS definitions.
7007         Cleanups.
7008
7009 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7010
7011         * shell/ev-window:
7012
7013         do not unnecessarily save zoom
7014
7015         * configure.ac:
7016         * lib/ev-file-helpers.c: (ev_dot_dir):
7017         * shell/Makefile.am:
7018         * shell/dummy.cc:
7019
7020         Some cleanups
7021
7022 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7023
7024         * configure.ac:
7025         
7026         Remove unnecessary dependencies
7027
7028 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7029
7030         * properties/Makefile.am:
7031         * thumbnailer/Makefile.am:
7032         * tiff/Makefile.am:
7033
7034         Some more cleanups. Was really necessary
7035         but I probably introduced bugs, feel free
7036         to flame :)
7037
7038 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7039
7040         * backend/Makefile.am:
7041         * configure.ac:
7042         * cut-n-paste/recent-files/Makefile.am:
7043         * cut-n-paste/toolbar-editor/Makefile.am:
7044         * cut-n-paste/zoom-control/Makefile.am:
7045         * lib/Makefile.am:
7046         * pdf/Makefile.am:
7047         * pixbuf/Makefile.am:
7048         * properties/Makefile.am:
7049         * ps/Makefile.am:
7050         * shell/Makefile.am:
7051         * thumbnailer/Makefile.am:
7052         * tiff/Makefile.am:
7053
7054         Use gnome-common macros when possible.
7055         Cleanup dependencies.
7056         Actually disable deprecated where possible.
7057
7058 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7059
7060         * Makefile.am:
7061         * backend/Makefile.am:
7062         * properties/Makefile.am:
7063         * shell/Makefile.am:
7064         * thumbnailer/Makefile.am:
7065
7066         This should solve the circular dep without
7067         requiring dir reorg!
7068
7069         * shell/ev-window.c: (setup_view_from_metadata):
7070
7071         Never restore window size/position when the
7072         window is already visible.
7073
7074 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7075
7076         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7077
7078         Return a boolean from timeout func. Fix ported from gedit.
7079
7080 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7081
7082         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7083
7084 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7085
7086         * shell/ev-document-types.c: set "All Documents" as default filter in
7087         open dialog
7088
7089 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7090
7091         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7092         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7093         (ev_metadata_manager_set_boolean): fix value/val thinko.
7094
7095 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7096
7097         * shell/ev-window.c: (setup_view_from_metadata),
7098         (window_state_event_cb), (window_configure_event_cb),
7099         (ev_window_init):
7100
7101         Remember window position and maximized state
7102
7103 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7104
7105         * configure.ac:
7106
7107         Fix DBUS configure checks.
7108
7109         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7110         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7111         (ev_metadata_manager_set_boolean):
7112
7113         Plug mem leaks.
7114
7115         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7116         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7117         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7118         (ev_window_continuous_changed_cb),
7119         (ev_window_dual_mode_changed_cb), (ev_window_new):
7120
7121         Fix the build without DBUS.
7122
7123 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7124
7125         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7126         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7127         (ev_metadata_manager_set_string),
7128         (ev_metadata_manager_set_boolean):
7129         * shell/ev-metadata-manager.h:
7130
7131         Add support for some more types
7132
7133         * shell/ev-view.c: (scroll_to_current_page),
7134         (ev_view_get_continuous), (ev_view_set_continuous),
7135         (ev_view_get_dual_page):
7136         * shell/ev-view.h:
7137         * shell/ev-window.c: (page_changed_cb),
7138         (setup_document_from_metadata), (ev_window_setup_document),
7139         (setup_view_from_metadata), (ev_window_open_uri),
7140         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7141         (ev_window_run_presentation), (ev_window_stop_presentation),
7142         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7143         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7144         (ev_window_update_dual_page_action),
7145         (ev_window_continuous_changed_cb),
7146         (ev_window_dual_mode_changed_cb), (ev_window_init):
7147
7148         Remember a bunch of view/document properties. Prolly some
7149         are still missing but it's getting interesting.
7150
7151 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7152
7153         * configure.ac: check if dbus-binding-tool is installed. Not the
7154         case on current Ubuntu breezy, it seems.
7155
7156 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7157
7158         * data/evince.desktop.in.in:
7159         
7160         Allow open uri lists and add TryExec field.
7161
7162 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7163
7164         * configure.ac:
7165
7166         Enable dbus when available, do not require a configure
7167         option.
7168
7169 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7170
7171         * configure.ac:
7172
7173         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7174         disabled.
7175
7176 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7177         Marco Pesenti Gritti  <mpg@redhat.com>
7178
7179         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7180         
7181         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7182         functions to the format required by dbus
7183
7184         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7185         errors. Use the RPC parameters in the expected way
7186
7187 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * Makefile.am:
7190         * properties/Makefile.am:
7191         * properties/ev-properties-main.c: (ev_properties_get_pages):
7192
7193         Support all mime types
7194
7195         * shell/Makefile.am:
7196         * thumbnailer/Makefile.am:
7197         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7198         (evince_thumbnail_pngenc_get):
7199
7200         Use the document factory
7201
7202 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7203
7204         * backend/Makefile.am:
7205         * backend/ev-document-factory.c:
7206         (mime_type_supported_by_gdk_pixbuf),
7207         (ev_document_type_get_from_mime),
7208         (ev_document_factory_get_document),
7209         (ev_document_factory_get_backend),
7210         (ev_document_factory_get_mime_types),
7211         (ev_document_factory_get_all_mime_types):
7212         * backend/ev-document-factory.h:
7213         * shell/Makefile.am:
7214         * shell/ev-document-types.c: (get_document_from_uri),
7215         (ev_document_types_get_document),
7216         (file_filter_add_mime_list_and_free),
7217         (ev_document_types_add_filters):
7218         * shell/ev-document-types.h:
7219         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7220         * shell/ev-properties-dialog.c:
7221         (ev_properties_dialog_set_document):
7222         * shell/ev-window.c: (ev_window_cmd_file_open),
7223         (ev_window_cmd_save_as):
7224         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7225
7226         Rework document types managing to avoid code duplication
7227         and actually abstract from backend implementations.
7228         Also provide a minimal factory api that can be used by
7229         thumbnailer/properties.
7230
7231 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7232
7233         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7234         Plug a mem leak.
7235         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7236         HIG spacings.
7237
7238 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7239
7240         * shell/ev-properties-dialog.c
7241         (ev_properties_dialog_set_document): only call
7242         ev_properties_fonts_set_document() if the document implements the
7243         fonts interface
7244
7245 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7246
7247         * configure.ac:
7248         * properties/Makefile.am:
7249         * properties/ev-properties-view.c:
7250         (ev_properties_view_register_type):
7251         * properties/ev-properties-view.h:
7252         * properties/ev-properties-main.h:
7253
7254         Implement nautilus plugin for properties.
7255         Works only for pdf atm, I need to rework the
7256         document types stuff to get this to work
7257         for all backends...
7258
7259 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7260
7261         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7262         (ev_properties_fonts_set_document): use
7263         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7264
7265 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7266
7267         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7268         them
7269         (PlaceImage, tiff2ps_process_page): use
7270         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7271
7272
7273 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7274
7275         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7276         (main): to call gnome_authentication_manager_init. Should fix
7277         Bug #308510
7278
7279         * configure.ac: that requires libgnomeui 2.6.0.
7280
7281 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7282
7283         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7284         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7285         use the new tiff2ps interfaces
7286
7287         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7288         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7289
7290         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7291         structure instead of global variables.  Remove use of static
7292         variables in functions.
7293
7294 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7295
7296         * shell/ev-page-action.c: unref the completion after setting it to the
7297         entry
7298
7299 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7300
7301         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7302         postscript files
7303
7304 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7305
7306         * shell/ev-window.c (update_action_sensitivity): disable
7307         File->Print if the document does not implement the ps exporter
7308         interface
7309
7310 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7311
7312         * Makefile.am:
7313         * configure.ac:
7314         * data/evince-properties.glade:
7315         * properties/.cvsignore:
7316         * properties/Makefile.am:
7317         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7318         (ev_properties_view_class_init), (ev_properties_view_format_date),
7319         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7320         (ev_properties_view_init), (ev_properties_view_new):
7321         * properties/ev-properties-view.h:
7322         * shell/Makefile.am:
7323         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7324         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7325         (ev_properties_dialog_new):
7326         * shell/ev-properties-dialog.h:
7327         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7328         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7329         (update_progress_label), (job_fonts_finished_cb),
7330         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7331         * shell/ev-properties-fonts.h:
7332         * shell/ev-properties.c:
7333         * shell/ev-properties.h:
7334         * shell/ev-window.c: (ev_window_setup_document),
7335         (ev_window_cmd_file_properties):
7336
7337         Split the properties pages in two different objects, depend
7338         only on the backend where possible, use widgets instead
7339         of gobject for the glade part, reimplement the dialog
7340         itself with gtk.
7341         I need this to implement nautilus properties page.
7342
7343 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7344
7345         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7346         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7347         (tiff_document_document_ps_exporter_iface_init): implement the ps
7348         exporter interface for tiff documents
7349
7350         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7351         libtiff to implement TIFF postscript export
7352
7353         * tiff/tiff2ps.h: added a header file for external tiff2ps
7354         functions.
7355
7356         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7357         tiff2ps.h
7358
7359 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * shell/ev-view.c: (scroll_to_current_page),
7362         (ev_view_set_fullscreen), (ev_view_set_presentation):
7363         
7364         Scroll to current page when exit from presentation
7365
7366 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * shell/ev-window.c: (update_document_mode),
7369         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7370         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7371         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7372         
7373         Exit from fullscreen mode when switch to presentation. Fix for
7374         bug 309365
7375
7376 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7377
7378         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7379         return NULL if the document does not implement the selection
7380         interface.
7381
7382 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7383
7384         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7385         reported height by using the resolution aspect ratio
7386         (tiff_document_render_pixbuf): scale the pixbuf using the
7387         resolution aspect ratio
7388
7389 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7390
7391         * configure.ac:
7392         
7393         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7394         <kiltedaco@gmail.com>
7395         
7396         * djvu/djvu-document.c: (djvu_document_get_orientation),
7397         (djvu_document_set_orientation), (djvu_document_get_page_size),
7398         (rotate_pixbuf), (djvu_document_render_pixbuf),
7399         (djvu_document_document_iface_init):
7400         * dvi/dvi-document.c: (dvi_document_get_orientation),
7401         (dvi_document_set_orientation), (dvi_document_get_page_size),
7402         (rotate_pixbuf), (dvi_document_render_pixbuf),
7403         (dvi_document_document_iface_init):
7404         
7405         Dvi and djvu backends are ported to new API
7406
7407 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7408
7409         * backend/ev-selection.c: (ev_selection_get_selection_region),
7410         (ev_selection_get_selection_map):
7411         * backend/ev-selection.h:
7412         * pdf/ev-poppler.cc:
7413         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7414         * shell/ev-jobs.h:
7415         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7416         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7417         (ev_pixbuf_cache_get_text_mapping):
7418         * shell/ev-pixbuf-cache.h:
7419         * shell/ev-view.c: (location_in_text),
7420         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7421         support to EvView.  Now we can see where we can select!  Sweet!
7422
7423 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7424
7425         * shell/ev-view.c (ev_view_button_press_event): Fix
7426         event->y + view->scroll_x typo.
7427
7428 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7429
7430         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7431         sub-GdkPixbuf instead of passing dest_x and dest_y.
7432         
7433         * shell/ev-view.c: (view_point_to_doc_point),
7434         (view_rect_to_doc_rect), (ev_view_button_press_event),
7435         (ev_view_motion_notify_event), (compute_new_selection_rect),
7436         (gdk_rectangle_point_in), (compute_new_selection_text),
7437         (compute_selections): Update selection code to keep the selection
7438         around as two points and not as a normalized rectangle, and fix
7439         page level selection in two-column mode.
7440
7441 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7442
7443         * shell/ev-window.c: (window_configure_event_cb): 
7444         
7445         Fix compilation
7446         
7447 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7448
7449         * pdf/ev-poppler.cc:
7450
7451         Fix compilation
7452
7453 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * shell/Makefile.am:
7456         * shell/ev-metadata-manager.c: (item_free),
7457         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7458         (parse_value), (parseItem), (load_values),
7459         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7460         (save_values), (save_item), (get_oldest), (resize_items),
7461         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7462         * shell/ev-metadata-manager.h:
7463
7464         Metadata manager from gedit but modified to use GValue, so that
7465         we dont need to keep converting from strings.
7466
7467         * configure.ac:
7468
7469         ENABLE_METADATA conditional, on when dbus is on
7470
7471         * shell/ev-application.c: (ev_application_open_uri):
7472
7473         Show the window after load so that we can initialize
7474         window size before it's showed.
7475
7476         * shell/ev-window.c: (ev_window_setup_from_metadata),
7477         (ev_window_open_uri), (window_configure_event_cb),
7478         (ev_window_init):
7479
7480         Save and load metadata information about window size.
7481         Not yet keeping states in account.
7482
7483         * shell/main.c: (main):
7484
7485         Shutdown metadata manager.
7486
7487 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7488
7489         * shell/ev-application-service.xml:
7490         * configure.ac:
7491         * shell/Makefile.am:
7492         * shell/ev-application.c:
7493         * shell/ev-application.h:
7494         * shell/ev-window.c:
7495         * shell/ev-window.h:
7496         * shell/main.c:
7497
7498         Add an optional dbus interface (--enable-dbus).
7499         Rework application code, mainly to be easier to
7500         use "remotely".
7501         Do not open multiple windows with the same document,
7502         spatial evince!
7503
7504 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7505
7506         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7507         pixbuf iff it exists.
7508
7509 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7510
7511         * shell/*:
7512         * backend/ev-render-context.[ch]:
7513         * backend/ev-selection.[ch]:
7514
7515         Massive changes.  We now support text selection of pdfs, and not
7516         just rectangular selection.  This is pretty broken still, but I
7517         want to get something into CVS.
7518
7519 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * pdf/ev-poppler.cc:
7522         
7523         Fix for Bug 309080: crash on window close.
7524         
7525         * shell/ev-page-action.c: (page_changed_cb):
7526         
7527         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7528         jensgr@gmx.net (Jens Granseuer).
7529
7530 2005-06-25  Marcel Telka  <marcel@telka.sk>
7531
7532         * configure.in (ALL_LINGUAS): Added sk.
7533
7534 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7535
7536         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7537         not a document open
7538
7539 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7540
7541         * NEWS:
7542         * configure.ac:
7543
7544         Release 0.3.2
7545
7546         * cut-n-paste/recent-files/Makefile.am:
7547
7548         Fix make distcheck
7549
7550 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7551
7552         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7553         (pixbuf_document_set_orientation), (rotate_pixbuf),
7554         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7555         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7556
7557         Implement rotation and cleanup the code a bit.
7558
7559         * tiff/tiff-document.c: (tiff_document_get_page_size),
7560         (tiff_document_get_orientation), (tiff_document_set_orientation),
7561         (rotate_pixbuf), (tiff_document_render_pixbuf),
7562         (tiff_document_document_iface_init), (tiff_document_init):
7563
7564         Implement rotation. Was the quicker solution for the release
7565         but we really need to share this code in the shell.
7566
7567 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7568
7569         * pdf/ev-poppler.cc:
7570
7571         Enable rotation, require poppler cvs. Fix a leak.
7572
7573 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7574
7575         * shell/ev-window.c: (update_action_sensitivity):
7576         
7577         Make properties unsensitive if document backend doesn't provide
7578         any info
7579
7580 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7583         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7584         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7585         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7586         (bitmap_flip_rotate_counter_clockwise):
7587         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7588         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7589         (buff_gets):
7590         * dvi/mdvi-lib/common.h:
7591         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7592         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7593         (opendvi), (mdvi_reload), (mdvi_init_context),
7594         (mdvi_destroy_context), (mdvi_dopage), (special):
7595         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7596         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7597         (file_hash_free), (register_encoding), (parse_spec),
7598         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7599         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7600         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7601         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7602         (mdvi_register_font_type), (mdvi_unregister_font_type),
7603         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7604         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7605         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7606         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7607         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7608         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7609         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7610         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7611         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7612         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7613         (mdvi_unregister_special), (mdvi_flush_specials):
7614         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7615         (t1_font_remove):
7616         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7617         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7618         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7619         (free_font_metrics), (flush_font_metrics):
7620         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7621         (tt_font_remove):
7622         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7623         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7624         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7625         (dstring_insert), (dstring_new), (dstring_reset):
7626         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7627         
7628         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7629         avoid conflict with libtool on FC4
7630         
7631         * shell/ev-window.c: (ev_window_cmd_help_about):
7632         
7633         Update copyright year. Fix for bug 308828.
7634
7635 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * shell/ev-view.c: (add_scroll_binding_keypad),
7638         (ev_view_binding_activated), (ev_view_class_init),
7639         (on_adjustment_value_changed):
7640         
7641         Bug 170874: Arrow keys switch pages in presentation mode
7642
7643 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7646         
7647         Fix for Bug 308265: Sidebar dissappears coming out of 
7648         Presentation mode
7649
7650 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7651
7652         * shell/ev-application.c: (ev_application_open):
7653         * shell/ev-document-types.c: (ev_document_types_add_filters),
7654         (ev_document_types_add_filters_for_type):
7655         * shell/ev-document-types.h:
7656         * shell/ev-window.c: (ev_window_cmd_save_as):
7657         
7658         Suggest basename as template when saving, provide filters
7659         for save dialog. It's bug 308402
7660
7661 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7662
7663         * pdf/ev-poppler.cc:
7664         * shell/ev-sidebar-links.c: (job_finished_callback):
7665         * shell/ev-view.c: (update_find_status_message):
7666         
7667         Some leaks fixed
7668
7669 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7670
7671         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7672         (egg_recent_view_uimanager_set_list):
7673
7674         Fix buglet in !show_numbers case.
7675
7676 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7677
7678         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7679         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7680
7681         Use pango ellipsisation.
7682
7683         * pdf/ev-poppler.cc:
7684
7685         Fix refcount leak, from nsh.
7686
7687 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7688
7689         * cut-n-paste/recent-files/Makefile.am:
7690         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7691         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7692         
7693         Removed EggRecentViewGtk
7694         
7695         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7696         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7697         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7698         (ev_window_setup_recent):
7699         
7700         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7701         with other projects
7702
7703 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7706         (egg_recent_view_gtk_finalize):
7707
7708         Fix memory leak
7709
7710         * cut-n-paste/toolbar-editor/Makefile.am:
7711         
7712         Fix location of cursor icon.
7713         
7714         * pdf/ev-poppler.cc:
7715         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7716         (display_completion_text), (match_completion):
7717         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7718         (selection_changed_callback), (create_loading_model),
7719         (print_section_cb), (links_page_num_func),
7720         (update_page_callback_foreach):
7721         * shell/ev-window.c: (ev_window_dispose):
7722         
7723         Small memory fixes. Links model now store objects instead
7724         of pointers to improve memory management. 
7725
7726 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7727
7728         * shell/ev-window.c: (zoom_control_changed_cb):
7729         
7730         Fix update of zoom control (bug 308268).
7731
7732 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7733
7734         * shell/ev-properties.c (set_property): escape the text correctly.
7735         Handles non-UTF-8 properties and escaped properties.  Also, sets
7736         the text to "<i>None</i>" if the property isn't set.
7737
7738         * data/evince-properties.glade: Change the label to be ellipsized,
7739         and give it a minimum size.
7740
7741 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7742
7743         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7744         * shell/ev-sidebar-links.c: (create_loading_model):
7745         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7746         * shell/ev-view.c: (ev_view_set_document):
7747         * shell/ev-window.c: (ev_window_dispose):
7748         
7749         Various small fixes, mostly memory leaks. Thanks to valgrind.
7750
7751 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7752
7753         * ps/ps-document.c: remove the locale.h include again ;-). And
7754         kill the (bogus) setlocale/savelocale business.
7755
7756 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7757
7758         * ps/ps-document.c:
7759         
7760         Include locale.h to fix build
7761         
7762         * shell/ev-sidebar.c:
7763         
7764         Remove unnecessary includes
7765
7766 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7767
7768         * dvi/dvi-document.c: (dvi_document_load):
7769         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7770         * po/POTFILES.in:
7771         
7772         Check for incorrect dvi files. Fix parsing dvi on AMD64
7773         platform. Thanks to tester@tester.ca (Olivier Crete).
7774
7775 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7776
7777         * shell/ev-page-action.c: (match_selected_cb),
7778         (display_completion_text), (match_completion), (update_model):
7779         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7780         (expand_open_links):
7781         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7782         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7783         (ev_sidebar_set_document):
7784         * shell/ev-window.c: (ev_window_xfer_job_cb),
7785         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7786         
7787         Fixed lot's of memory leaks, for example, memory leak on reload, 
7788         described in bug 307793.
7789
7790 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * pdf/ev-poppler.cc:
7793         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7794         (update_visible_range), (adjustment_changed_cb),
7795         (ev_sidebar_thumbnails_fill_model),
7796         (ev_sidebar_thumbnails_refresh),
7797         (ev_sidebar_tree_selection_changed),
7798         (ev_sidebar_icon_selection_changed),
7799         (ev_sidebar_thumbnails_use_icon_view),
7800         (ev_sidebar_thumbnails_set_document):
7801         * shell/ev-sidebar-thumbnails.h:
7802         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7803         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7804
7805         Refresh thumbnails when changing orientation. Not fully
7806         working yet becuase of a sidebar bug.
7807
7808         Set page orientation to poppler page everywhere. This sucks
7809         really need to fix poppler.
7810
7811 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7814         (egg_recent_view_gtk_new_menu_item),
7815         (egg_recent_view_gtk_set_property),
7816         (egg_recent_view_gtk_get_property),
7817         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7818         (egg_recent_view_gtk_set_tooltip_func),
7819         (egg_recent_view_gtk_set_label_width),
7820         (egg_recent_view_gtk_get_label_width):
7821         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7822
7823         Sync with libegg (ellipsize labels)
7824
7825 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * data/evince-ui.xml:
7828         * shell/ev-window.c: (ev_window_cmd_go_forward),
7829         (ev_window_cmd_go_backward):
7830         
7831         Shift + PageUp moves 10 Pages. Fix for 306125
7832
7833 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7834
7835         * pdf/ev-poppler.cc:
7836
7837         Add a flag to check if orientation has been overriden
7838
7839 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7840
7841         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7842         field if necessary.
7843
7844         * ps/ps.h: add creator field to document.
7845
7846         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7847         set creator field.
7848
7849 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7850
7851         * data/evince-properties.glade:
7852         * shell/ev-properties.c: (ev_properties_set_document):
7853
7854         s/PDF Version/Format
7855
7856 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/ev-properties.c: (ev_properties_set_document):
7859
7860         Remove unnecessary translations
7861
7862 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7863
7864         * cut-n-paste/toolbar-editor/Makefile.am:
7865
7866         Correct library name    
7867
7868 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7869
7870         * configure.ac:
7871         * cut-n-paste/recent-files/egg-recent-model.c:
7872         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7873         (egg_recent_model_unlock_file):
7874         * cut-n-paste/recent-files/egg-recent-util.c:
7875         (egg_recent_util_get_unique_id):
7876         * cut-n-paste/recent-files/update-from-egg.sh:
7877         * cut-n-paste/toolbar-editor/Makefile.am:
7878         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7879         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7880         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7881         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7882         (egg_toolbars_model_get_type):
7883         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7884
7885         Better makefile for toolbar editor and update everything
7886         to latest libegg.
7887
7888 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7889
7890         * shell/ev-window.c: (update_document_mode):
7891
7892         Prefer presentation mode when the document
7893         require fullscreen.
7894
7895 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7896
7897         * data/evince-ui.xml:
7898         * shell/ev-window.c:
7899
7900         Add control-equal for zooming
7901
7902 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7903
7904         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7905
7906 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7907
7908         * backend/ev-document.c: (ev_document_get_orientation):
7909         * backend/ev-document.h:
7910         * pdf/ev-poppler.cc:
7911         * ps/ps-document.c: (ps_document_get_orientation),
7912         (ps_document_set_orientation), (ps_document_document_iface_init):
7913
7914         Add a get_orientation api. Improve set_orientation.
7915
7916         * data/evince-ui.xml:
7917         * shell/ev-view.c: (ev_view_set_orientation),
7918         (ev_view_rotate_right), (ev_view_rotate_left):
7919         * shell/ev-view.h:
7920         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7921         (ev_window_cmd_edit_rotate_right):
7922
7923         Better ui for changing document orientation
7924
7925 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7926
7927         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7928         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7929         * shell/ev-sidebar-links.h:
7930         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7931         (ev_sidebar_page_iface_init):
7932         * shell/ev-sidebar-page.h:
7933         * shell/ev-sidebar-thumbnails.c:
7934         (ev_sidebar_thumbnails_get_property),
7935         (ev_sidebar_thumbnails_class_init),
7936         (ev_sidebar_thumbnails_set_document):
7937         * shell/ev-sidebar-thumbnails.h:
7938         * shell/ev-view.c: (ev_view_motion_notify_event):
7939         * shell/ev-window.c: (update_chrome_visibility),
7940         (ev_window_cmd_focus_page_selector),
7941         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7942         (sidebar_page_main_widget_update_cb), (ev_window_init):
7943         
7944         Autoraise toolbar on GoToPage binding and fix bindings in
7945         EvSidebarThumbnails page.
7946
7947 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7948
7949         * shell/ev-properties.c: (update_progress_label):
7950
7951         Hide the progress label when finished; bug #307697.
7952
7953 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7954
7955         * pdf/ev-poppler.cc:
7956
7957         Enable is_open for links, you will need poppler cvs
7958
7959         * shell/ev-properties.c: (job_fonts_finished_cb):
7960
7961         Get a lock on the document when filling the tree view
7962
7963 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7964
7965         * backend/ev-document-links.h:
7966         * pdf/ev-poppler.cc:
7967         * shell/ev-sidebar-links.c: (create_loading_model),
7968         (expand_open_links), (job_finished_callback):
7969
7970         Expand links when specified by the document.
7971         Depend on a poppler api (defined out for now)
7972
7973 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7974
7975         * shell/ev-properties.c: (ev_properties_dispose),
7976         (ev_properties_class_init), (dialog_destroy_cb),
7977         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7978         (ev_properties_set_document), (ev_properties_new),
7979         (ev_properties_show):
7980         * shell/ev-properties.h:
7981
7982         Make it an object, cleanup the code, api to show it as transient
7983         and to set the document.
7984
7985         * shell/ev-window.c: (ev_window_setup_document),
7986         (ev_window_cmd_file_properties):
7987
7988         Adapt to EvProperties changes, do not show multiple
7989         times, update it when document changes.
7990
7991 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7992
7993         * ps/gstypes.h:
7994         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7995         (ps_document_set_orientation), (ps_document_document_iface_init):
7996         * ps/ps-document.h:
7997
7998         Implement orientation here too
7999
8000         * shell/ev-properties.c: (ev_properties_new):
8001         * data/evince-properties.glade:
8002
8003         Hide the fonts page for backends that doesnt
8004         support it.     
8005
8006 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8007
8008         * backend/ev-document.c: (ev_document_set_orientation):
8009         * backend/ev-document.h:
8010         * pdf/ev-poppler.cc:
8011
8012         Add orientation api. Currently poppler api is not optimal,
8013         we need to set orientation every time we _get a page.
8014         I will try to fix that at some point.
8015
8016         * data/evince-ui.xml:
8017         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8018         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8019
8020         Add orientation menu items
8021
8022         * shell/ev-page-cache.c: (ev_page_cache_clear):
8023         * shell/ev-page-cache.h:
8024
8025         Add api to clear the cache
8026
8027         * shell/ev-view.c: (setup_caches), (clear_caches),
8028         (ev_view_set_document), (ev_view_zoom_out),
8029         (ev_view_set_orientation):
8030         * shell/ev-view.h:
8031
8032         Implement orientation changing
8033
8034 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8035
8036         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8037         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8038         * backend/ev-document-fonts.h:
8039
8040         Separate scan and fill so that we can incrementally fill from
8041         the main thread. Add a progress api.
8042
8043         * data/evince-properties.glade:
8044         * pdf/ev-poppler.cc:
8045         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8046         * shell/ev-jobs.h:
8047         * shell/ev-properties.c: (update_progress_label),
8048         (job_fonts_finished_cb), (setup_fonts_view):
8049
8050         Incrementally feel the list and show the progress
8051         percentage in a label like acrobat does.
8052
8053         You are going to need poppler cvs
8054
8055 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8056
8057         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8058         * backend/ev-document-fonts.h:
8059         * pdf/ev-poppler.cc:
8060
8061         Make fonts model fill incrementally.
8062
8063         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8064         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8065         (ev_job_queue_remove_job):
8066         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8067         (ev_job_fonts_new), (ev_job_fonts_run):
8068         * shell/ev-jobs.h:
8069
8070         New job for fonts scanning
8071
8072         * shell/ev-properties.c: (job_fonts_finished_cb),
8073         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8074         * shell/ev-properties.h:
8075         * shell/ev-window.c: (ev_window_cmd_file_properties):
8076
8077         Incrementally feel the treeview using the new job. Show Loading...
8078         message until scanning is completed.
8079
8080         Hopefully I didnt break the build without the poppler patch.
8081
8082 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8083
8084         * shell/ev-application.c: (ev_application_open):
8085         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8086         (ev_document_type_get_type), (ev_document_type_lookup):
8087         * shell/ev-document-types.h:
8088         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8089         * shell/ev-job-xfer.h:
8090         * shell/ev-window.c: (ev_window_clear_local_uri),
8091         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8092         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8093         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8094         
8095         Transfer remote documents to tmp directory to display them later.
8096
8097 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8098
8099         * backend/ev-document-info.h:
8100         * shell/ev-properties.c: (ev_properties_new):
8101
8102         s/GTime*/GTime. Not sure why we was using a pointer
8103         at all there!
8104
8105 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8106
8107         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8108         situations.  That situation is that you're using GTK+-HEAD with
8109         the patch at #306726 is applied, and you have a document with <
8110         1500 pages in it.  It's not quite as uniformly nice as the
8111         TreeView, but should be better in the long run.
8112
8113         I'm pretty sure I guarded against breaking compilation with
8114         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8115         I missed some.
8116
8117         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8118         widget yet, so I commented that code out
8119         enable_view_actions_for_widget() for now.  Need to figure this
8120         out.
8121
8122         * shell/ev-page-action.c (match_selected_cb): emit the right
8123         signals.  Our cool C-l completion now works.
8124
8125 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8126
8127         * backend/Makefile.am:
8128         * backend/ev-document-fonts.c:
8129         * backend/ev-document-links.c:
8130         * backend/ev-document.c: (ev_document_load):
8131         * backend/ev-document.h:
8132         * backend/ev-job-queue.c:
8133         * backend/ev-job-queue.h:
8134         * backend/ev-jobs.c:
8135         * backend/ev-jobs.h:
8136         * backend/ev-page-cache.c:
8137         * backend/ev-page-cache.h:
8138
8139         EvPageCache and EvJobs are moved to shell.
8140
8141         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8142         (ev_tmp_filename):
8143         * lib/ev-file-helpers.h:
8144         
8145         New helper to work with temporary files
8146         
8147         * shell/Makefile.am:
8148         * shell/ev-application.c: (ev_application_open):
8149         * shell/ev-application.h:
8150         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8151         (remove_job_from_async_queue), (add_job_to_async_queue),
8152         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8153         (handle_job), (search_for_jobs_unlocked),
8154         (no_jobs_available_unlocked), (ev_render_thread),
8155         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8156         (ev_job_queue_add_job), (move_job_async), (move_job),
8157         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8158         * shell/ev-job-queue.h:
8159         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8160         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8161         * shell/ev-job-xfer.h:
8162         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8163         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8164         (ev_job_links_class_init), (ev_job_render_init),
8165         (ev_job_render_dispose), (ev_job_render_class_init),
8166         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8167         (ev_job_thumbnail_class_init), (ev_job_load_init),
8168         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8169         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8170         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8171         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8172         * shell/ev-jobs.h:
8173         * shell/ev-page-action.c: (ev_page_action_set_document):
8174         * shell/ev-page-cache.c: (ev_page_cache_init),
8175         (ev_page_cache_class_init), (ev_page_cache_finalize),
8176         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8177         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8178         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8179         (ev_page_cache_get_title), (ev_page_cache_get_size),
8180         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8181         (ev_page_cache_get_height_to_page),
8182         (ev_page_cache_get_max_label_chars),
8183         (ev_page_cache_get_page_label),
8184         (ev_page_cache_has_nonnumeric_page_labels),
8185         (ev_page_cache_get_info), (ev_page_cache_next_page),
8186         (ev_page_cache_prev_page), (ev_page_cache_get):
8187         * shell/ev-page-cache.h:
8188         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8189         (ev_pixbuf_cache_clear_job_sizes),
8190         (ev_pixbuf_cache_add_jobs_if_needed),
8191         (ev_pixbuf_cache_set_page_range):
8192         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8193         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8194         * shell/ev-sidebar-thumbnails.c:
8195         (ev_sidebar_tree_selection_changed),
8196         (ev_sidebar_thumbnails_set_document):
8197         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8198         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8199         (ev_statusbar_get_context_id), (ev_statusbar_push),
8200         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8201         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8202         (ev_statusbar_set_progress):
8203         * shell/ev-statusbar.h:
8204         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8205         (ev_view_find_previous):
8206         * shell/ev-window.c: (ev_window_is_empty),
8207         (ev_window_setup_document), (password_dialog_response),
8208         (ev_window_clear_jobs), (ev_window_load_job_cb),
8209         (ev_window_xfer_job_cb), (ev_window_open_uri),
8210         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8211         (ev_window_print), (ev_window_print_range),
8212         (ev_window_state_event), (ev_window_cmd_view_reload),
8213         (menu_item_select_cb), (menu_item_deselect_cb),
8214         (view_status_changed_cb), (ev_window_dispose),
8215         (drag_data_received_cb), (ev_window_init):
8216         * shell/ev-window.h:
8217         * shell/main.c: (load_files):
8218         
8219         New statusbar to show progress on idle. Two new jobs - 
8220         xfer job and load job to load document in background. And update
8221         of page_cache clients to new location of code.
8222
8223 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8224   
8225         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8226         selection in open dialog. It also remembers the last visited directory 
8227         in the current session.
8228
8229 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8230
8231         * shell/ev-properties.c: (ev_properties_new):
8232         * shell/ev-properties.h:
8233         * shell/ev-window.c: (ev_window_cmd_file_properties):
8234         
8235         Get document info from page cache instead of document itself.
8236         This should fix crash related to race conditions described in
8237         bug 306545.
8238
8239 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8240
8241         * ps/ps-document.c: (ps_document_init),
8242         (send_ps), (get_page_box), (output), (catchPipe), (input),
8243         (stop_interpreter), (file_length), (file_readable),
8244         (check_filecompressedb), (ps_document_enable_interpreter),
8245         (document_load), (ps_async_renderer_render_pixbuf):
8246         * ps/ps-document.h:
8247
8248         Big cleanup of the ps code
8249
8250 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8251
8252         * backend/Makefile.am:
8253         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8254         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8255         * backend/ev-async-renderer.h:
8256
8257         Add an async renderer interface (method + callback) which
8258         is useful for backends like ps.
8259
8260         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8261         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8262         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8263         (ev_job_queue_add_job), (move_job_async), (move_job),
8264         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8265
8266         Add queues for async renderer, these are executed on the
8267         main thread.
8268
8269         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8270         (ev_job_render_run):
8271         * backend/ev-jobs.h:
8272
8273         If the backend support async renderer interface use it.
8274
8275         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8276         (setup_pixmap), (ps_document_get_type),
8277         (ps_async_renderer_render_pixbuf),
8278         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8279
8280         Implement async renderer interface.
8281
8282 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8285
8286         Cleanup links job on exit.
8287
8288 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8291         (drag_data_get_cb), (drag_data_received_cb):
8292         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8293         (drag_data_get_cb), (parse_item_list),
8294         (egg_toolbar_editor_load_actions):
8295         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8296         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8297         (parse_item_list), (parse_toolbars):
8298         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8299         (dvi_pixbuf_put_pixel):
8300         
8301         Fix gcc 4.0 warnings
8302
8303 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8304
8305         * ps/ps-document.c: (start_interpreter):
8306
8307         Fix warning when loading ps
8308
8309 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8310
8311         * ps/ps-document.c: (output):
8312
8313         Fix crash when priting gs error messages.
8314
8315 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8316
8317         * backend/ev-page-cache.c: (_ev_page_cache_new):
8318         * backend/ev-page-cache.h:
8319
8320         Use a const to return title so that we dont double
8321         free it. Small cleanup and fix a leak.
8322
8323         * shell/ev-window.c: (update_window_title):
8324
8325         strdup value from get_title.
8326
8327 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8328
8329         * shell/ev-sidebar-links.c: (job_finished_callback),
8330         (ev_sidebar_links_set_document):
8331
8332         Cleanup the old job when changing document
8333
8334 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8335
8336         * shell/ev-stock-icons.c:
8337         * shell/ev-stock-icons.h:
8338         * shell/ev-window.c:
8339         
8340         Add stock icons for actions that can appear in toolbar. Fix for
8341         bug 306566.
8342
8343 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8344
8345         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8346         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8347         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8348         * backend/ev-page-cache.h:
8349         * shell/ev-view.c: (scroll_to_current_page),
8350         (view_update_range_and_current_page), (get_page_y_offset),
8351         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8352         (ev_view_size_request_continuous),
8353         (ev_view_zoom_for_size_continuous_and_dual_page),
8354         (ev_view_zoom_for_size_continuous):
8355         
8356         More compact EvView layout in document with pages of different size.
8357
8358 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8359
8360         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8361         compilation.
8362
8363 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8364
8365         * shell/ev-view.c: (view_set_adjustment_values):
8366         * shell/ev-window.c: (ev_window_cmd_file_properties):
8367         
8368         A bit different fix for rounding problem but it has no
8369         problems on startup. Make properties window transient to parent.
8370
8371 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8372
8373         * pdf/ev-poppler.cc:
8374         
8375         More commenting of font stuff.
8376
8377 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8378
8379         * pdf/ev-poppler.cc:
8380
8381         Comment out some more fonts stuff. Should really
8382         work without the poppler patch now.
8383
8384 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8385
8386         * pdf/ev-poppler.cc:
8387
8388         Adapt to api change
8389
8390 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8391
8392         * data/evince-properties.glade:
8393         * pdf/ev-poppler.cc:
8394         * shell/ev-properties.c: (setup_fonts_view):
8395
8396         Set the column title. Show the dialog only
8397         once everything is setup.
8398         Getting font info can be very slow... will
8399         prolly need to make this threaded too.
8400
8401 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8402
8403         * backend/Makefile.am:
8404         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8405         (ev_document_fonts_get_fonts_model):
8406         * backend/ev-document-fonts.h:
8407         * data/evince-properties.glade:
8408         * pdf/ev-poppler.cc:
8409         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8410         * shell/ev-properties.h:
8411         * shell/ev-window.c: (ev_window_cmd_file_properties):
8412
8413         Implement fonts list. Defined out for now, since it depends
8414         on a not yet committed poppler patch.
8415
8416 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8417
8418         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8419         page + 1.
8420
8421         * shell/ev-window.c: Make sure we add the timeout when we get a
8422         focus-in event.
8423
8424         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8425         adjustment->value before calculating the zoom factor to average
8426         out all of our rounding errors.  The page no longer 'drifts' when
8427         resizing.
8428
8429 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8430
8431         * data/evince-properties.glade:
8432         * shell/ev-properties.c: (ev_properties_format_date),
8433         (set_property):
8434         
8435         Labels don't expand when the dialogue is resized.
8436         strftime result needs to be converted to UTF-8. Thanks
8437         to Christian Persch <chpe@gnome.org>.
8438
8439 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8440
8441         * data/evince-properties.glade:
8442
8443         Hide the fonts tab
8444
8445 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8446
8447         * backend/ev-document-info.h:
8448         * backend/ev-document.c: (ev_document_info_free):
8449         * data/evince-properties.glade:
8450         * pdf/ev-poppler.cc:
8451         * ps/ps-document.c: (ps_document_get_info):
8452         * shell/ev-properties.c: (ev_properties_format_date),
8453         (set_property), (ev_properties_new):
8454         * shell/ev-properties.h:
8455         * shell/ev-window.c: (ev_window_cmd_file_properties):
8456
8457         Rework properties code to take only EvPropertyInfo
8458         in the constructor so that it can be useful for
8459         nautilus plugin too.
8460
8461         Deal with backends that doesnt support some properties.
8462         Make set property code generic.
8463
8464 2005-06-04  Christian Persch <chpe@gnome.org>
8465
8466         * data/evince-properties.glade:
8467
8468         fix spacings, make resizeable, and make data labels
8469         selectable + ellipsised
8470
8471 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8472
8473         * backend/ev-document-info.h:
8474         * data/Makefile.am:
8475         * data/evince-ui.xml:
8476         * pdf/ev-poppler.cc:
8477         * shell/Makefile.am:
8478         * shell/ev-window.c: (update_action_sensitivity),
8479         (ev_window_cmd_file_properties):
8480
8481         Initial go at file properties. Patch by
8482         Emil Soleyman-Zomalan <emil@soleyman.com>.
8483         Needs love see #169583
8484
8485 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8486
8487         * ps/ps-document.c: (output):
8488         * ps/ps.c: (psscan):
8489
8490         Try to render even if psscan fails.
8491
8492 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8493
8494         * ps/ps.c: (psscan), (pscopydoc):
8495
8496         Port buffered reading code from gv
8497
8498 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8499
8500         * ps/ps-document.c: (interpreter_message), (output):
8501
8502         Do not fail on interpreter messages
8503
8504 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8505
8506         * backend/ev-document-misc.c:
8507         (ev_document_misc_get_thumbnail_frame):
8508
8509         Pages can be 0 x 0, dont assert on this case
8510
8511 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8512
8513         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8514         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8515
8516         Correctly manage our reference on document. Finally the reload
8517         huge leak is gone...
8518
8519 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8520
8521         * ps/ps-document.c: (ps_document_dispose):
8522
8523         Forgot to chain it to the parent. Thanks chpe.
8524
8525 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8526
8527         * ps/ps-document.c: (ps_document_dispose),
8528         (ps_document_class_init), (stop_interpreter), (document_load):
8529
8530         Cleanup dispose a bit. Dont leak the whole pixmap.
8531
8532 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8533
8534         * pdf/ev-poppler.cc:
8535
8536         Release the poppler document on dispose
8537
8538 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8539
8540         * shell/ev-view.c: (ev_view_set_document):
8541
8542         Release ref on the pixbuf cache when changing
8543         document.
8544
8545 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8546
8547         * ps/ps-document.c: (ps_document_get_info):
8548
8549         Fix a double free
8550
8551 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8552
8553         * backend/ev-page-cache.c: (ev_page_cache_init),
8554         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8555         * backend/ev-page-cache.h:
8556         * shell/ev-page-action.c: (page_changed_cb):
8557         
8558         Set page action entry width depending on labels width. Fix
8559         for bug 305202.
8560
8561 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8562
8563         * backend/ev-link.c: (ev_link_class_init):
8564
8565         Allow -1 as page value (error)
8566
8567 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8568
8569         * shell/ev-sidebar-thumbnails.c:
8570         (ev_sidebar_thumbnails_set_document):
8571         * shell/ev-view.c: (scroll_to_current_page),
8572         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8573         (page_changed_cb), (on_adjustment_value_changed),
8574         (ev_view_set_document):
8575
8576         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8577         Fix bug 305377
8578
8579 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8580
8581         * configure.ac:
8582         * djvu/djvu-document.c: (djvu_document_get_page_size):
8583
8584         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8585         bug 301993.
8586
8587 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8588
8589         * shell/ev-view.c (draw_one_page): modify the expose handling to
8590         get the shadows.
8591
8592         * shell/ev-window.c (update_action_sensitivity): Respect
8593         permissions field.  Kowtow to the man.
8594
8595         * pdf/ev-poppler.cc: Get the permissions field.
8596
8597         * tiff/*c: Make a tiny bit more robust.
8598
8599 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8600
8601         * djvu/djvu-document.c:
8602         
8603         Pop messages from djvu context message queue.
8604
8605 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8606
8607         * configure.ac, Makefile.am, shell/Makefile.am:
8608         * tiff/Makefile.am, shell/ev-document-types.c:
8609         
8610         Cleanup tiff configure checks. Fix for bug 305218.
8611
8612 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8613
8614         * configure.ac: Added "uk" to ALL_LINGUAS.
8615
8616 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8617
8618         * cut-n-paste/zoom-control/ephy-zoom.c:
8619         (ephy_zoom_get_changed_zoom_level):
8620         * cut-n-paste/zoom-control/ephy-zoom.h:
8621         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8622         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8623         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8624         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8625         (zoom_control_changed_cb), (ev_window_init):
8626         
8627         Fix minor points related to moving best fit up. Introduce
8628         "zoom" property and make zoom control change it's value on
8629         notify::zoom signals. Fix for 305080.
8630
8631 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8632
8633         * data/evince-ui.xml:
8634         * shell/ev-window.c: (set_view_actions_sensitivity):
8635         
8636         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8637
8638 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * configure.ac:
8641
8642         Depends on poppler 0.3.2
8643
8644 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * cut-n-paste/recent-files/egg-recent-item.c:
8647         (egg_recent_item_get_short_name):
8648         * cut-n-paste/toolbar-editor/Makefile.am:
8649         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8650         (new_pixbuf_from_widget):
8651         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8652         * cut-n-paste/toolbar-editor/egg-marshal.c:
8653         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8654         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8655
8656         Sync
8657
8658 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8659
8660         * tiff/tiff-document.c: Rough TIFF backend.
8661
8662 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * NEWS:
8665         * configure.ac:
8666         * cut-n-paste/toolbar-editor/Makefile.am:
8667
8668         Release 0.3.1
8669
8670 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8671
8672         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8673         (ev_view_find_next), (ev_view_find_previous):
8674
8675         Remove the locks around get_n_results   
8676
8677 2005-05-21  Juerg Billeter  <j@bitron.ch>
8678
8679         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8680
8681         Pass correct number of pages to poppler.
8682
8683 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8684
8685         * configure.ac:
8686         * data/Makefile.am:
8687         * data/evince.desktop.in: 
8688         * data/evince.desktop.in.in:
8689         * po/POTFILES.in:
8690         
8691         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8692
8693 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8694
8695         * shell/ev-view.c: (view_update_adjustments),
8696         (view_set_adjustment_values): cast adjustmen->value to (int)
8697         before using it.  Otherwise, we get off by a pixel in some
8698         situations.
8699
8700         (draw_one_page): Draw the border on expose.
8701
8702 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8703
8704         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8705         adjustment when the mode changes, #304923
8706
8707 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8708
8709         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8710         flickering on resize but still use gdk_window_scroll on
8711         scrolling
8712
8713 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8714
8715         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8716         option, #170458
8717
8718 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8719
8720         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8721         second page on page_changed if possible, #304669
8722
8723 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8724
8725         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8726         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8727
8728 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8729
8730         * .cvsignore:
8731         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8732         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8733         (ev_view_zoom_for_size_presentation),
8734         (ev_view_zoom_for_size_continuous_and_dual_page),
8735         (ev_view_zoom_for_size_continuous),
8736         (ev_view_zoom_for_size_dual_page),
8737         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8738         * shell/ev-view.h:
8739         * shell/ev-window.c: (update_view_size),
8740         (ev_window_sizing_mode_changed_cb):
8741
8742         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8743         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8744         an infinite loop, #304769
8745
8746
8747 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8748
8749         * data/evince-ui.xml:
8750         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8751         * shell/ev-window.c: (set_view_actions_sensitivity):
8752
8753         Make PgUp/Down behave like Space
8754
8755 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8756
8757         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8758         * backend/ev-ps-exporter.h:
8759         * pdf/ev-poppler.cc:
8760         * ps/ps-document.c: (ps_document_ps_export_begin):
8761         * shell/ev-print-job.c: (idle_print_handler):
8762
8763         Adapt to new poppler api
8764
8765 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8766
8767         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8768         (ephy_zoom_control_init):
8769
8770         Translate zoom levels
8771
8772 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8773
8774         * cut-n-paste/zoom-control/ephy-zoom.c:
8775         (ephy_zoom_get_zoom_level_index):
8776
8777         Fix current zoom -> zoom control match
8778
8779 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8780
8781         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8782         rather than the scrolled_window that it's in. Fixes bug #304655.
8783
8784 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8785
8786         * shell/ev-view.c: (view_update_adjustments),
8787         (view_set_adjustment_values), (view_update_range_and_current_page),
8788         (view_scroll_to_page), (set_scroll_adjustment),
8789         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8790         (ev_view_scroll), (ev_view_scroll_view),
8791         (ensure_rectangle_is_visible), (find_page_at_location),
8792         (get_link_at_location), (go_to_link), (status_message_from_link),
8793         (ev_view_size_request_continuous_dual_page),
8794         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8795         (ev_view_unrealize), (ev_view_expose_event),
8796         (ev_view_button_press_event), (ev_view_motion_notify_event),
8797         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8798         (draw_rubberband), (highlight_find_results), (draw_one_page),
8799         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8800         (ev_view_init), (find_changed_cb), (page_changed_cb),
8801         (on_adjustment_value_changed), (ev_view_new),
8802         (ev_view_set_document), (ev_view_set_zoom),
8803         (ev_view_set_continuous), (ev_view_set_dual_page),
8804         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8805         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8806         (ev_view_zoom_for_size_presentation),
8807         (ev_view_zoom_for_size_continuous_dual_page),
8808         (ev_view_zoom_for_size_continuous),
8809         (ev_view_zoom_for_size_dual_page),
8810         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8811         (ev_view_get_status), (ev_view_set_status),
8812         (update_find_status_message), (ev_view_get_find_status),
8813         (ev_view_set_find_status), (jump_to_find_result),
8814         (jump_to_find_page), (compute_selections), (clear_selection),
8815         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8816         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8817         (ev_view_update_primary_selection),
8818         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8819         * shell/ev-view.h:
8820         * shell/ev-window.c: (ev_window_open_page_label),
8821         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8822         (ev_window_init):
8823         * shell/ev-window.h:
8824         * shell/main.c: (load_files):
8825
8826         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8827         when resizing.  Remove the bin_window().  Also, patch from James
8828         Bowes to fix command line page, #300641
8829         
8830 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * data/evince-ui.xml:
8833         * shell/ev-view.c:
8834         * shell/ev-view.h:
8835         * shell/ev-window.c: (update_action_sensitivity):
8836
8837         Get rid of View->Normal Size, it's just confusing
8838
8839 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8840
8841         * backend/ev-document-info.h:
8842         * backend/ev-document.c: (ev_document_info_free): Free the
8843         EvDocumentInfo.
8844
8845         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8846         (clear_range), (add_range), (update_visible_range),
8847         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8848         (ev_sidebar_thumbnails_set_document):
8849         * shell/ev-window.c: (ev_window_setup_document): Only render the
8850         visible thumbnails.  It takes an instant to render, but it uses
8851         much less memory.
8852
8853 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * shell/ev-sidebar-links.c: (popup_menu_cb):
8856
8857         Select first item
8858
8859 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8860
8861         * lib/Makefile.am:
8862         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8863         (button_press_cb), (ev_sidebar_links_construct):
8864
8865         Show the popup menu also on keybindings
8866
8867 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8870         * shell/ev-window.h:
8871
8872         Expose api to print a range (with dialog). Make private _print use
8873         it.
8874
8875         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8876         (ev_sidebar_links_construct):
8877
8878         Show a print context menu on linkx, it prints the selected
8879         section.
8880
8881 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8882
8883         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8884         button.
8885
8886 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8887
8888         * AUTHORS:
8889
8890         Update
8891
8892         * shell/ev-window.c: (build_comments_string),
8893         (ev_window_cmd_help_about):
8894
8895         Show poppler version/backend and authors
8896
8897 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8898
8899         * cut-n-paste/zoom-control/ephy-zoom.c:
8900         (ephy_zoom_get_zoom_level_index):
8901         * cut-n-paste/zoom-control/ephy-zoom.h:
8902
8903         Move the best fit items at the top of the list
8904
8905 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8906
8907         * shell/ev-marshal.list:
8908         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8909         (activate_cb), (match_selected_cb), (activate_link_cb),
8910         (connect_proxy), (ev_page_action_class_init):
8911         * shell/ev-page-action.h:
8912
8913         Use signals to notify action activation. Hopefully
8914         I did not break completion since I cant test...
8915
8916         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8917         (register_custom_actions):
8918
8919         Connect to page selector actions and also grab focus on
8920         the view when activated.
8921
8922 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8923
8924         * pdf/ev-poppler.cc:
8925         * backend/ev-page-cache.c: make page size calculation consistent
8926         and set it to (int)( width * scale + 0.5).  This makes the weird
8927         line going through the middle of the page go away.
8928
8929         * shell/ev-view.c: move painting the background page after
8930         checking the expose area covers us.
8931
8932 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8933
8934         * data/evince-password.glade:
8935         
8936         Mark labels as not translatable. Fix for bug 302842.
8937
8938 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8939
8940         * configure.ac: Added "es" to ALL_LINGUAS.
8941
8942 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8943
8944         * data/evince-toolbar.xml:
8945         * shell/ev-window.c: (update_action_sensitivity),
8946         (ev_window_setup_document), (ev_window_set_page_mode),
8947         (ev_window_init):
8948
8949         Remove some leftover code from jrb first continous
8950         attempt. Use the new actions, we still need good icons
8951         though...
8952
8953 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8956
8957         Update label when connecting proxy. Fix a warning with NULL
8958         page_cache.
8959
8960 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8961
8962         * data/evince-ui.xml:
8963         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8964         * shell/ev-page-action.h:
8965         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8966
8967         Add mnemonic for edit toolbar.
8968         ctrl+l focus the page entry.
8969
8970 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * lib/Makefile.am:
8973         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8974         (ev_window_init):
8975         * shell/main.c: (main):
8976
8977         Put the toolbar xml in evince own dot dir
8978
8979 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8980
8981         * shell/ev-window.c: (ev_window_init):
8982
8983         Make the toolbar not removable
8984
8985 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8986
8987         * data/evince-ui.xml:
8988         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8989         * shell/ev-sidebar-links.h:
8990         * shell/ev-sidebar-thumbnails.c:
8991         (ev_sidebar_thumbnails_get_treeview):
8992         * shell/ev-sidebar-thumbnails.h:
8993         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8994         (ev_view_class_init):
8995         * shell/ev-view.h:
8996         * shell/ev-window.c: (update_action_sensitivity),
8997         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8998         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8999         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9000         (ev_window_init):
9001
9002         This is evil... Make space/backspace global accelerators but
9003         enable them only for some widgets (sidebars and view).
9004         I dont like it, but I dont know a better way... :/
9005
9006 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9007
9008         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9009         (ev_page_action_widget_finalize),
9010         (ev_page_action_widget_class_init), (update_page_cache):
9011
9012         Keep a weak reference on proxy->page_cache so that we
9013         dont try to disconnect the signal if the object is already
9014         gone. Maybe there is a better way to cleanup reference handling
9015         in page action though...
9016
9017 2005-05-10  Juerg Billeter  <j@bitron.ch>
9018
9019         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9020         * backend/ev-ps-exporter.h:
9021         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9022         * ps/ps-document.c: (ps_document_ps_export_begin):
9023         
9024         Change api to pass print range to ps_exporter_begin. The pdf backend
9025         requires this information.
9026         
9027         * shell/ev-print-job.c: (idle_print_handler):
9028         
9029         Adapt to api change
9030
9031 2005-05-10  Juerg Billeter  <j@bitron.ch>
9032
9033         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9034         (idle_print_handler)
9035         * shell/ev-window.c: (ev_window_print):
9036
9037         Support printing page range, based on patch by Amaury Jacquot
9038
9039 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9040
9041         * data/evince-toolbar.xml:
9042
9043         Add zoom control to available items
9044
9045 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9046
9047         * shell/ev-window.c: (update_action_sensitivity):
9048
9049         Set slash action insensitive when appropriate
9050
9051 2005-05-10  Christian Persch <chpe@gnome.org>
9052
9053         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9054
9055         Fix warning on the overflow menu
9056
9057 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9058
9059         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9060
9061         Check for uri correctness/existence
9062
9063 2005-05-09  Juerg Billeter  <j@bitron.ch>
9064
9065         * shell/ev-window.c: (using_postscript_printer):
9066
9067         LPD printers use postscript, too
9068
9069 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9070
9071         * shell/ev-window.c: (register_custom_actions):
9072
9073         The zoom one is actually sort of useful,
9074         put it back
9075
9076 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9077
9078         * shell/ev-window.c: (register_custom_actions):
9079
9080         Hide page/zoom controls from overflow, they
9081         are useless.
9082
9083 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * cut-n-paste/update-from-egg.sh:
9086         
9087         Share it between all cut-n-paste subdirs
9088
9089         * cut-n-paste/recent-files/Makefile.am:
9090
9091         Fix to use "global" update-from-egg.sh
9092
9093         * cut-n-paste/recent-files/egg-recent-model.c:
9094         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9095         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9096         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9097         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9098
9099         Update from libegg
9100
9101         * cut-n-paste/toolbar-editor/Makefile.am:
9102
9103         Fix to use "global" update-from-egg.sh
9104
9105         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9106
9107         Update from libegg
9108
9109 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9110
9111         * configure.ac:
9112         * cut-n-paste/Makefile.am:
9113         * cut-n-paste/recent-files/Makefile.am:
9114         * cut-n-paste/toolbar-editor/.cvsignore:
9115         * cut-n-paste/toolbar-editor/Makefile.am:
9116         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9117         (egg_editable_toolbar_get_type), (get_toolbar_position),
9118         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9119         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9120         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9121         (set_item_drag_source), (create_item_from_action), (create_item),
9122         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9123         (popup_toolbar_context_menu_cb), (free_dragged_item),
9124         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9125         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9126         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9127         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9128         (item_added_cb), (item_removed_cb),
9129         (egg_editable_toolbar_construct),
9130         (egg_editable_toolbar_disconnect_model),
9131         (egg_editable_toolbar_deconstruct),
9132         (egg_editable_toolbar_set_model),
9133         (egg_editable_toolbar_set_ui_manager),
9134         (egg_editable_toolbar_set_property),
9135         (egg_editable_toolbar_get_property),
9136         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9137         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9138         (egg_editable_toolbar_new_with_model),
9139         (egg_editable_toolbar_get_edit_mode),
9140         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9141         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9142         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9143         (new_pixbuf_from_widget), (new_separator_pixbuf),
9144         (update_separator_image), (style_set_cb),
9145         (_egg_editable_toolbar_new_separator_image),
9146         (egg_editable_toolbar_get_model):
9147         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9148         * cut-n-paste/toolbar-editor/egg-marshal.c:
9149         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9150         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9151         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9152         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9153         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9154         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9155         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9156         (editor_drag_data_delete_cb), (drag_data_get_cb),
9157         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9158         (editor_create_item), (update_editor_sheet), (setup_editor),
9159         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9160         (parse_item_list), (model_has_action), (update_actions_list),
9161         (egg_toolbar_editor_load_actions):
9162         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9163         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9164         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9165         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9166         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9167         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9168         (egg_toolbars_model_add_separator), (impl_add_item),
9169         (parse_item_list), (egg_toolbars_model_add_toolbar),
9170         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9171         (impl_get_item_data), (impl_get_item_type),
9172         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9173         (egg_toolbars_model_init), (free_toolbar),
9174         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9175         (egg_toolbars_model_remove_toolbar),
9176         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9177         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9178         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9179         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9180         (egg_toolbars_model_get_item_data),
9181         (egg_toolbars_model_get_item_type):
9182         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9183         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9184         * data/Makefile.am:
9185         * data/evince-toolbar.xml:
9186         * data/evince-ui.xml:
9187         * data/hand-open.png:
9188         * po/POTFILES.in:
9189         * shell/Makefile.am:
9190         * shell/ev-window.c: (update_chrome_visibility),
9191         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9192         (ev_window_dispose), (ev_window_init):
9193
9194         Implement epiphany like toolbar editor. Based on patch by
9195         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9196
9197 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9198
9199         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9200
9201         Use set_cursor instead of set_selection, so that
9202         the keyboard focus moves too.
9203
9204 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9205
9206         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9207
9208         Fix infinite loop when loading Type1 fonts
9209
9210 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9211
9212         * data/evince-ui.xml:
9213         * shell/ev-window.c:
9214
9215         Slash -> Find
9216
9217 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9218
9219         * configure.ac:
9220
9221         Make --disable really disable
9222
9223 2005-05-07  Juerg Billeter  <j@bitron.ch>
9224
9225         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9226
9227         Compare page labels even without has_labels set, fixes setting page
9228         with entry
9229
9230 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9231
9232         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9233         (ev_view_set_cursor), (ev_view_button_press_event),
9234         (ev_view_motion_notify_event), (ev_view_button_release_event),
9235         (ev_view_init):
9236
9237         Implement middle button scrolling. Based on a patch
9238         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9239
9240 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9241
9242         * shell/ev-document-types.c: (get_slow_mime_type),
9243         (get_document_type_from_mime), (ev_document_type_lookup):
9244         * shell/ev-document-types.h:
9245
9246         Change api to lookup from uri. Do fast lookup first, if the
9247         type is unknown try with data sniffing.
9248
9249         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9250         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9251
9252         Adapt to api change
9253
9254 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9255
9256         * thumbnailer/Makefile.am:
9257
9258         Fix distcheck
9259
9260 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9261
9262         * NEWS:
9263         * configure.ac:
9264
9265         Release 0.3.0
9266
9267         * data/evince-ui.xml:
9268
9269         Hide presentation mode for now
9270
9271         * shell/ev-view.c: (highlight_find_results):
9272
9273         Show current find selection only on current page
9274
9275 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9276
9277         * shell/ev-view.c: (ev_view_select_all):
9278
9279         Compute size of the actual page, not of
9280         the current one.
9281
9282 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9283
9284         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9285         (view_rect_to_doc_rect), (compute_selections),
9286         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9287         (ev_view_copy), (ev_view_primary_get_cb),
9288         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9289         (ev_view_button_press_event), (ev_view_motion_notify_event),
9290         (ev_view_button_release_event), (page_changed_cb):
9291
9292         Fix text selection
9293
9294 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9295
9296         * shell/ev-view.c: (compute_border), (get_page_extents),
9297         (doc_rect_to_view_rect), (highlight_find_results),
9298         (ev_view_bin_expose), (ev_view_select_all),
9299         (ev_view_motion_notify_event), (update_find_status_message),
9300         (jump_to_find_result), (jump_to_find_page):
9301
9302         First go at fixing search, still buggy
9303
9304 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9305
9306         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9307         dropdown box and button at the top of the sidebar.
9308
9309 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9310
9311         * configure.ac: Output zoom-control Makefile.
9312         * cut-n-paste/Makefile.am: build zoom-control subdir.
9313         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9314         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9315         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9316         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9317         * cut-n-paste/zoom-control/ephy-zoom.c:
9318         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9319         from epiphany, and modified to add a separator into the menu.
9320         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9321         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9322         zoom-control action.
9323         * shell/Makefile.am: Include zoom-control flags.
9324         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9325         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9326         (ev_view_zoom_for_size_presentation),
9327         (ev_view_zoom_for_size_continuous_and_dual_page),
9328         (ev_view_zoom_for_size_continuous),
9329         (ev_view_zoom_for_size_dual_page),
9330         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9331         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9332         ev_view_get_zoom and ev_view_get_sizing_mode.
9333         * shell/ev-view.h:
9334         * shell/ev-window.c: (update_action_sensitivity),
9335         (update_sizing_buttons), (zoom_control_changed_cb),
9336         (register_custom_actions): Initialize and use the zoom-control 
9337         widget.
9338
9339 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9340
9341         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9342         preview cache back to 1.  Don't know when it got set to 0.
9343         
9344         * shell/ev-view.c: (compute_border), (ev_view_realize),
9345         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9346         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9347         (ev_view_get_fullscreen), (ev_view_set_presentation),
9348         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9349         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9350         * shell/ev-view.h:
9351         * shell/ev-window.c:
9352         (update_chrome_visibility),
9353         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9354         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9355         (update_document_mode), (ev_window_update_fullscreen_action),
9356         (ev_window_fullscreen), (ev_window_unfullscreen),
9357         (ev_window_cmd_view_fullscreen),
9358         (ev_window_update_presentation_action),
9359         (ev_window_run_presentation), (ev_window_stop_presentation),
9360         (ev_window_cmd_view_presentation), (ev_window_state_event),
9361         (ev_window_focus_in_event), (ev_window_focus_out_event),
9362         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9363         * data/evince-ui.xml: Initial presentation mode.  We should
9364         probably hide this until it's done, as it's quite rough.  Also,
9365         change full-screen to fullscreen and add two getters to EvView.
9366
9367 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9368
9369         * shell/ev-page-action.c: (update_page_cache),
9370         (ev_page_action_dispose):
9371         * shell/ev-window.c: (destroy_fullscreen_popup),
9372         (ev_window_create_fullscreen_popup):
9373
9374         Use connect_object rather than explicitly
9375         disconnect on dispose.
9376
9377 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9378
9379         * shell/ev-page-action.c: (update_page_cache),
9380         (ev_page_action_dispose):
9381
9382 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9383
9384         * backend/ev-page-cache.c: (_ev_page_cache_new),
9385         (ev_page_cache_set_page_label),
9386         (ev_page_cache_has_nonnumeric_page_labels):
9387         * backend/ev-page-cache.h:
9388         * shell/ev-page-action.c: (update_pages_label):
9389         
9390         If all page labels are numeric, fallback to default
9391         way to display number of pages. See bug 173185.
9392
9393 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9394
9395         * shell/ev-page-action.c: (ev_page_action_dispose):
9396         * shell/ev-view.c: (view_update_range_and_current_page):
9397         * shell/ev-window.c: (ev_window_dispose):
9398         
9399         Set page on scroll in continuous mode. Fixes bug 301986.
9400         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9401
9402 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9403
9404         * configure.ac:
9405
9406         Require poppler 0.3.0
9407
9408 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9409         
9410         * shell/Makefile.am, configure.ac: Fix build problems
9411         with t1lib. Bug 301996.
9412
9413 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9414
9415         * shell/ev-view.c: (ev_view_scroll_event):
9416         
9417         Scroll up increase zoom
9418
9419 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9420
9421         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9422         (ev_view_set_sizing_mode),
9423         (ev_view_zoom_for_size_continuous_and_dual_page),
9424         (ev_view_zoom_for_size_continuous):
9425         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9426         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9427         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9428         (ev_window_init):
9429
9430         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9431         Fix for 165473 and 165472.
9432
9433 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9434
9435         * po/POTFILES.in:
9436         * thumbnailer/Makefile.am:
9437         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9438         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9439         * thumbnailer/evince-thumbnailer.schemas.in:
9440         
9441         Make thumbnailer schemas translatable. Fix for bug 301773
9442         
9443         * thumbnailer/evince-thumbnailer-djvu.schemas:
9444         * thumbnailer/evince-thumbnailer-dvi.schemas:
9445         * thumbnailer/evince-thumbnailer.schemas:
9446
9447         Removed files
9448
9449 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9450
9451         * shell/ev-view.c (ev_view_init): forgot to set this.
9452
9453 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9454
9455         * shell/ev-view.c: (find_page_at_location),
9456         (get_link_at_location),
9457         (ev_view_set_show_border), (ev_view_set_spacing),
9458         (ev_view_zoom_for_size_continuous_and_dual_page),
9459         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9460         Also, add a quick fix measuring of widths.  Also, removed
9461         ev_view_set_spacing and ev_view_set_show_border.
9462         
9463         * shell/ev-window.c: (ev_window_unfullscreen),
9464         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9465
9466 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9467
9468         * shell/ev-view.c: (view_update_range_and_current_page),
9469         (page_changed_cb):
9470         
9471         Fix crash on exit and scrolling to page in continuous view.
9472
9473 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9474
9475         * TODO:
9476         * backend/ev-page-cache.c: (_ev_page_cache_new),
9477         (ev_page_cache_get_max_width_size),
9478         (ev_page_cache_get_max_height_size):
9479         * backend/ev-page-cache.h:
9480         * data/evince-ui.xml:
9481         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9482         * shell/ev-view.c: (view_update_adjustments),
9483         (view_update_range_and_current_page), (get_bounding_box_size),
9484         (ev_view_size_request_continuous_and_dual_page),
9485         (ev_view_size_request_continuous),
9486         (ev_view_size_request_dual_page),
9487         (ev_view_size_request_single_page), (ev_view_size_request),
9488         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9489         (ev_view_bin_expose), (ev_view_expose_event),
9490         (ev_view_set_property), (ev_view_get_property),
9491         (ev_view_class_init), (ev_view_init), (ev_view_new),
9492         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9493         (ev_view_set_dual_page), (ev_view_set_full_screen),
9494         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9495         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9496         (ev_view_zoom_out), (zoom_for_size_fit_width),
9497         (zoom_for_size_best_fit),
9498         (ev_view_zoom_for_size_continuous_and_dual_page),
9499         (ev_view_zoom_for_size_continuous),
9500         (ev_view_zoom_for_size_dual_page),
9501         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9502         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9503         * shell/ev-view.h:
9504         * shell/ev-window.c: (update_action_sensitivity),
9505         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9506         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9507         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9508         (ev_window_cmd_view_zoom_out), (update_view_size),
9509         (ev_window_set_sizing_mode), (ev_window_init):
9510
9511         Add Continuous and Dual page modes.
9512
9513 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9514
9515         * dvi/dvi-document.c: (dvi_document_load),
9516         (dvi_document_thumbnails_get_thumbnail),
9517         (dvi_document_init_params): Fix up some mixups between
9518         width and height to correct thumbnail rendering.
9519
9520 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9521
9522         * dvi/mdvi-lib/private.h:
9523         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9524         
9525         Suppess output for kpathsea during font generation. Thanks to
9526         James Bowes
9527
9528 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9529
9530         * NEWS:
9531         * configure.ac:
9532
9533         Release 0.2.1
9534
9535         * Makefile.am: fix distcheck.
9536
9537 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9538
9539         * shell/ev-sidebar-links.c: (selection_changed_callback),
9540         (update_page_callback), (row_activated_callback),
9541         (job_finished_callback), (ev_sidebar_links_set_document):
9542         
9543         Fix for bug #169901. Double click on links expands tree.
9544
9545 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9546
9547         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9548         hard-coded style. Fix for bug 170111
9549
9550 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9551
9552         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9553         locking.
9554
9555 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9556
9557         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9558
9559 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9560
9561         * pdf/ev-poppler.cc:
9562         * shell/ev-view.c: (highlight_find_results):
9563
9564         Fix find on single page documents
9565
9566 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9567
9568         * data/evince.schemas.in: fix for bug 301390
9569
9570 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9571
9572         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9573         (ev_view_zoom_out), (ev_view_zoom_normal):
9574         * shell/ev-view.h:
9575         * shell/ev-window.c: (update_action_sensitivity),
9576         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9577         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9578         (ev_window_cmd_view_normal_size):
9579
9580         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9581         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9582         better than oom. 
9583
9584 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9585
9586         * configure.ac:
9587
9588         Depend on 2.57, 2.59 doesnt seem to be necessary
9589
9590 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9591
9592         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9593         (create_tool_item):
9594
9595         Put back total number of pages as (1 of 1234)
9596
9597 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9598
9599         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9600         remove the job.
9601
9602         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9603         function.  This helps debugging.
9604
9605 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9606
9607         * djvu/djvu-document.c: (djvu_document_class_init),
9608         (djvu_document_get_info), (djvu_document_document_iface_init):
9609         * dvi/dvi-document.c: (dvi_document_class_init),
9610         (dvi_document_get_info), (dvi_document_document_iface_init):
9611
9612         Dummy implementation of get_info method for dvi and
9613         djvu. Fix crashes with those backends
9614
9615 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9616
9617         * data/evince.desktop.in:
9618
9619         Add application/x-gzpostscript
9620
9621 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9622
9623         * data/evince.schemas.in: Added real long descriptions, 
9624         closes bug 172496 
9625
9626         * README: Added actual text, closes bug 171869
9627
9628 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9629
9630         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9631
9632         Thumbnail page 0
9633
9634 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9635
9636         * backend/ev-document-info.h:
9637
9638         s/GDate */GDate so we can just use g_free
9639
9640 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9641
9642         * shell/ev-window.c: (update_document_mode),
9643         (ev_window_setup_document):
9644
9645         Show the window in fullscreen when specified by
9646         the document
9647
9648 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9649
9650         * backend/ev-document.c: (ev_document_class_init),
9651         (ev_document_get_info), (ev_document_render_pixbuf):
9652         * backend/ev-document.h:
9653         * backend/ev-page-cache.c: (_ev_page_cache_new):
9654         * pdf/ev-poppler.cc:
9655         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9656         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9657         * ps/ps-document.c: (ps_document_class_init), (document_load),
9658         (ps_document_get_info), (ps_document_document_iface_init):
9659
9660         Remove get_title from the interface, we can just use document info
9661
9662 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9663
9664         * backend/Makefile.am:
9665         * backend/ev-document.c: (ev_document_render_get_info):
9666         * backend/ev-document.h:
9667         * pdf/ev-poppler.cc:
9668
9669         Initial support for document info. Based on jrb patch.
9670
9671 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9672
9673         * shell/ev-window.c: (ev_window_state_event),
9674         (ev_window_class_init), (ev_window_init):
9675         
9676         Doesn't show resize grip when maximized. See bug #301053
9677
9678 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9679
9680         * po/POTFILES.in:
9681         
9682         ev-sidebar-thumbnails now has translatable labels
9683         
9684         * shell/Makefile.am:
9685         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9686         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9687         (ev_sidebar_links_page_iface_init):
9688         * shell/ev-sidebar-links.h:
9689         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9690         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9691         (ev_sidebar_page_get_label):
9692         * shell/ev-sidebar-page.h:
9693         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9694         (ev_sidebar_thumbnails_set_document),
9695         (ev_sidebar_thumbnails_support_document),
9696         (ev_sidebar_thumbnails_get_label),
9697         (ev_sidebar_thumbnails_page_iface_init):
9698         * shell/ev-sidebar-thumbnails.h:
9699         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9700         (ev_sidebar_set_document):
9701         * shell/ev-sidebar.h:
9702         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9703         
9704         Small rework of sidebar code. Now sidebar pages should implement
9705         EvSidebarPage interface. That makes page management in EvSidebar
9706         easier. See bug #164811 for details
9707
9708 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9709
9710         * shell/ev-application.c: (ev_application_open):
9711         * shell/ev-document-types.c:
9712         
9713         Fix build error and small problem with application exit
9714
9715 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9716
9717         * thumbnailer/Makefile.am:
9718         * thumbnailer/evince-thumbnailer-djvu.schemas:
9719         * thumbnailer/evince-thumbnailer-dvi.schemas:
9720         
9721         Conditionally install schemas for djvu/dvi thumbnailer
9722
9723 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9724
9725         * shell/ev-document-types.h: 
9726         * shell/ev-document-types.c: 
9727         New files, handling the mapping from mimetypes to backends
9728         
9729         * shell/ev-window.c: 
9730         * thumbnailer/evince-thumbnailer.c:     
9731         Use the ev-document-types code
9732         
9733         * shell/Makefile.am: 
9734         Added new convenience library libevbackendfactory_la, containing
9735         the new mimetype->backend logic; moved the backends into it.
9736
9737         * thumbnailer/Makefile.am:
9738         Make the thumbnailer link with the libevbackend.la convenience
9739         library, rather than having a duplicate of the backend logic here.
9740
9741 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9742
9743         * shell/ev-stock-icons.c: constify some vars.
9744         * shell/ev-window.c: ditto.
9745
9746 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9747
9748         * ps/ps-document.c (get_page_orientation):
9749
9750         Respect document orientation 
9751
9752 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9753
9754         * djvu/Makefile.am:
9755         * dvi/Makefile.am:
9756         * shell/Makefile.am:
9757         
9758         Move library dependencies to components.
9759         
9760         * shell/ev-window.c: (update_window_title),
9761         (start_loading_document):
9762         
9763         Fix display of uris with spaces. Bug 168358.
9764
9765 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9766
9767         * shell/ev-sidebar-links.c: (selection_changed_cb):
9768         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9769         (ev_view_button_release_event), (ev_view_set_document):
9770         * shell/ev-view.h:
9771         * shell/ev-window.c: (find_bar_search_changed_cb):
9772         * shell/ev-window.h: Minor cleanups removing some dead code.
9773
9774 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9775
9776         * backend/ev-page-cache.c: (_ev_page_cache_new):
9777         
9778         Set current page to 0 if document has pages.
9779
9780 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9781
9782         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9783
9784         Initialize GError to NULL, fix a crash when loading fails.
9785
9786 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9787
9788         * shell/ev-window.c: (update_view_size):
9789
9790         Calculate shadow size only when there is actually
9791         a shadow.
9792
9793 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9794
9795         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9796         * shell/ev-view.h:
9797
9798         Allow setting view spacing, default to 0
9799
9800         * shell/ev-window.c: (ev_window_unfullscreen),
9801         (ev_window_cmd_view_fullscreen), (ev_window_init):
9802
9803         Remove spacing in fullscreen mode
9804
9805 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9806
9807         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9808         (ev_view_size_request), (expose_bin_window),
9809         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9810         * shell/ev-view.h:
9811         * shell/ev-window.c: (ev_window_unfullscreen),
9812         (ev_window_cmd_view_fullscreen):
9813
9814         Do not draw the border in fulscreen
9815
9816 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9817
9818         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9819         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9820         (find_page_at_location), (page_changed_cb):
9821
9822         Rework border calculation, so that I can more easily disable it.
9823         Code somewhat cleaner too.
9824
9825 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9826
9827         * backend/ev-page-cache.c: (ev_page_cache_init),
9828         (_ev_page_cache_new):
9829
9830         Remove some assertions, documents can have 0 pages.
9831         Make initial current page -1.
9832
9833         * shell/ev-page-action.c: (page_changed_cb):
9834
9835         Show "" if current page is -1
9836
9837         * shell/ev-window.c: (update_action_sensitivity),
9838         (ev_window_setup_document):
9839
9840         When document has 0 pages do not set the view
9841         and make nearly everything insensitive.
9842
9843 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845         * shell/ev-page-view.c:
9846         * shell/ev-page-view.h:
9847
9848         Remove unused files.
9849         
9850         * shell/ev-sidebar-thumbnails.c:
9851         (ev_sidebar_thumbnails_set_document):
9852         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9853         (ev_sidebar_supports_document):
9854         * shell/ev-sidebar.h:
9855         * shell/ev-window.c: (ev_window_setup_document):
9856         
9857         Doesn't show thumbnails if document has 1 page. Make
9858         sidebar menu entries sensitive only if if they have 
9859         sense. Fix bug 164811. 
9860
9861 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9862
9863         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9864         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9865         (ev_view_zoom_out), (ev_view_set_size):
9866
9867         Rework sizing to deal with documents with not uniform page
9868         size.
9869
9870 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9871
9872         * backend/ev-page-cache.c: (_ev_page_cache_new):
9873
9874         Fix several page size caching bugs
9875
9876 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9877
9878         * shell/ev-window.c: (set_action_properties):
9879
9880         Make all toolbar items translatable
9881
9882 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9885         (save_page_list), (ps_document_save),
9886         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9887         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9888         (ps_document_ps_exporter_iface_init):
9889         * ps/ps-document.h:
9890
9891         Based on a patch by J�rg Billeter <j@bitron.ch>
9892         
9893         Implement print and save a copy for the ps backend.
9894
9895 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9896
9897         * backend/ev-document.h:
9898         * djvu/djvu-document.c: (djvu_document_can_get_text),
9899         (djvu_document_document_iface_init):
9900         * dvi/dvi-document.c: (dvi_document_can_get_text),
9901         (dvi_document_document_iface_init):
9902         * pdf/ev-poppler.cc:
9903         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9904         (pixbuf_document_document_iface_init):
9905         * ps/ps-document.c: (ps_document_can_get_text),
9906         (ps_document_document_iface_init):
9907         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9908         * shell/ev-window.c: (update_action_sensitivity):
9909
9910         Fix the crash when trying to copy in backends that doesnt
9911         support it. We can implement a better solution once we
9912         do real text selection.
9913
9914 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9915
9916         * data/evince-ui.xml:
9917         * shell/ev-window.c: (ev_window_cmd_escape):
9918         
9919         Work around the Escape conflict (find bar and unfullscreen)
9920
9921 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9922
9923         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9924         
9925         Fix for #300233. Next page correctly handles document end.
9926         
9927         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9928         (ev_sidebar_thumbnails_class_init),
9929         (ev_sidebar_thumbnails_set_document),
9930         (ev_sidebar_thumbnails_clear_job),
9931         (ev_sidebar_thumbnails_clear_model):
9932         
9933         Cleanup thumbnail jobs on document changes.
9934         
9935         * shell/ev-view.c: (add_scroll_binding_keypad),
9936         (add_scroll_binding_shifted), (ev_view_class_init):
9937         
9938         Shift + Space scrolls up. Fix for #173184
9939         
9940         * shell/ev-window.c: (ev_window_open_page),
9941         (ev_window_cmd_view_reload):
9942         
9943         Fix reload (Bug #300094)
9944
9945 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9946
9947         
9948         * dvi/mdvi-lib/assoc.c:
9949         * dvi/mdvi-lib/assoc.h: Removed garbage files
9950         
9951         * dvi/mdvi-lib/bitmap.c:
9952         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9953         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9954         * dvi/mdvi-lib/color.h: Antialias of rules
9955         
9956         * dvi/mdvi-lib/common.h:
9957         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9958         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9959         * dvi/mdvi-lib/files.c:
9960         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9961         * dvi/mdvi-lib/mdvi.h:
9962         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9963         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9964         * dvi/mdvi-lib/util.c: Fix compile warnings
9965         
9966         * dvi/dvi-document.c:
9967         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9968         (dvi_document_thumbnails_get_thumbnail),
9969         (dvi_document_document_thumbnails_iface_init):
9970         * dvi/mdvi-lib/Makefile.am:
9971         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9972         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9973         
9974         Dvi backend now renders thumbnails
9975
9976 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9977
9978         * shell/main.c: (main): 
9979         
9980         Save accelerators on exit. Fixes bug #172095.
9981
9982 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9983
9984         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9985         update priority" comment.
9986
9987         * backend/ev-job-queue.c: Give a way to change priority.
9988
9989 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9990
9991         * shell/ev-page-action.c: Fix logic.
9992
9993 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9994
9995         * shell/ev-view.c: (ev_view_can_find_next):
9996         * shell/ev-window.c: (ev_window_setup_document):
9997
9998         Check that the document supports find
9999
10000 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10001
10002         * data/evince-ui.xml:
10003         * shell/ev-view.c: (ev_view_can_find_next):
10004         * shell/ev-view.h:
10005         * shell/ev-window.c: (update_action_sensitivity),
10006         (find_changed_cb), (ev_window_setup_document),
10007         (ev_window_cmd_edit_find_next):
10008
10009         Add Edit->Find Next
10010
10011 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10012
10013         * pdf/ev-poppler.cc:
10014         * shell/ev-print-job.c: (idle_print_handler):
10015
10016         Make printing work again
10017
10018 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * shell/ev-page-action.h:
10021         * shell/ev-page-action.c: (ev_page_action_widget_init),
10022         (ev_page_action_widget_class_init), (page_changed_cb),
10023         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10024         (get_filter_model_from_model), (match_selected_cb),
10025         (display_completion_text), (match_completion), (update_model),
10026         (connect_proxy), (ev_page_action_set_property),
10027         (ev_page_action_get_property), (ev_page_action_set_document),
10028         (ev_page_action_set_model), (ev_page_action_class_init): Big
10029         reworking to make completions work iff we have >= GTK-2.7.0
10030                 
10031         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10032         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10033         (job_finished_cb): We now have a 'model' property that is set when
10034         the links are loaded.  This can be caught with "notify::model"
10035
10036         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10037         listen for the model to be set, and propagate it to the action.
10038
10039 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10040
10041         * cut-n-paste/recent-files/egg-recent-item.c:
10042         (egg_recent_item_set_uri), (make_valid_utf8),
10043         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10044         * cut-n-paste/recent-files/egg-recent-item.h:
10045         
10046         Update egg-recent from libegg. This should fix long
10047         startup problem. For details see
10048         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10049
10050 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10051
10052         * cut-n-paste/recent-files/Makefile.am:
10053         * data/evince-ui.xml, shell/Makefile.am:
10054         * shell/ev-application.c, shell/ev-application.h:
10055         * shell/ev-window.c: Recent files support.
10056         
10057         * configure.ac: Added "ru" to ALL_LINGUAS.
10058         
10059         * dvju: new backend to support DJVU files.
10060         * dvi: new backend to support DVI.
10061
10062         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10063         * ev-application.c: Support for new backends.
10064         
10065         * help, ev-window.c, main.c shell/Makefile.am: 
10066         Evince user documentation.
10067
10068 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10069
10070         * po/POTFILES.in:
10071         * shell/ev-window.c:
10072         * thumbnailer/evince-thumbnailer.c:
10073
10074         s/pdf-document/ev-poppler
10075
10076 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10077
10078         * NEWS:
10079         * configure.ac:
10080
10081         Release 0.2.0
10082
10083         * ps/ps-document.c: (setup_pixmap):
10084
10085         Remove debug code
10086
10087 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10088
10089         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10090         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10091         (ev_window_cmd_go_first_page): Fix of by one errors.
10092
10093 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10094
10095         * ps/ps-document.c: (get_page_box):
10096
10097         Fix page size calculation
10098
10099 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10100
10101         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10102         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10103         (get_page_orientation), (setup_page), (document_load),
10104         (ps_document_get_page_size), (render_pixbuf_idle):
10105         * ps/ps-document.h:
10106
10107         More refactoring to adapt to EvDocument changes
10108
10109 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * ps/ps-document.c: (start_interpreter):
10112
10113         Actually add alpha args
10114
10115 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10116
10117         * pdf/ev-poppler.cc:
10118
10119         Make clipboard work again
10120
10121 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10122
10123         Make searching work again.
10124         
10125         * backend/ev-document.c:
10126         * backend/ev-document.h:
10127         * backend/ev-document-find.c:
10128         * backend/ev-document-find.h: Change EvDocumentIface so we no
10129         longer store the current page or zoom level in the document.  The
10130         consequence is that all calls that operate on the current page now
10131         instead take the page number as an extra argument, and all
10132         coordinates are now doubles in document coordinate system.
10133
10134         * pdf/ev-poppler.cc:
10135         * pixbuf/pixbuf-document.c:
10136         * ps/ps-document.c: Update backends accordingly.
10137
10138 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10139
10140         * autogen.sh:
10141
10142         Add required gettext version
10143
10144 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10145
10146         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10147         make F1 bring up non-existent help.
10148
10149         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10150         epiphany's find bar, #167477
10151
10152         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10153         <emil@nishra.com> to add space-bar scrolling, 
10154
10155         * shell/ev-window.c (static GtkActionEntry entries): add default
10156         keybinding for Help (F1)
10157         Fixes #171068
10158
10159         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10160         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10161         170110
10162
10163 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10164
10165         * Makefile.am: 
10166         * pixbuf/pixbuf-document.c: 
10167
10168         Got pixbuf backend working again
10169
10170 2005-04-01  Steve Murphy  <murf@e-tools.com>
10171
10172         * configure.in: Added "rw" to ALL_LINGUAS.
10173
10174 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10175
10176         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10177         model types, noticed by Martin Kretzschmar.
10178
10179 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10180
10181         * pdf/ev-poppler.cc: Implement search based on
10182         poppler_page_find_text().  Currently a bit crude since we remember
10183         all matches from all pages.  Also, we grab the big document lock
10184         when we search since searching changes the underlying stream and
10185         thus conflicts with the rendering thread.
10186         
10187         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10188         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10189         (ev_view_find_previous): Fix some page indexes to be 0 based,
10190         offset rubber band by view offset,
10191
10192 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10193
10194         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10195
10196 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10197
10198         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10199         completely because I didn't understand GtkActions.  I should
10200         read Marco's code more carefully in the future.
10201
10202         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10203         function
10204
10205 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10206
10207         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10208         PopplerRectangle change from poppler CVS.
10209
10210 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10211
10212         * backend/ev-document.c: (ev_document_get_page_label):
10213         * backend/ev-document.h:
10214         * backend/ev-page-cache.c: (_ev_page_cache_new),
10215         (ev_page_cache_get_page_label):
10216         * backend/ev-page-cache.h:
10217         * pdf/ev-poppler.cc:
10218         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10219         (links_page_num_func):
10220         * shell/ev-sidebar-thumbnails.c:
10221         (ev_sidebar_thumbnails_set_document):
10222         * shell/ev-view.c: (status_message_from_link),
10223         (ev_view_motion_notify_event):
10224         * shell/ev-window.c: (document_supports_sidebar): Add in page
10225         label support.  It's not perfect yet, but it's the first 'feature'
10226         in a while.
10227         Also, fix a bogus comment noticed by crispin. 
10228
10229 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10230
10231         * Makefile.am: Remove pixbuf backend for now
10232
10233         * configure.ac: Require poppler-glib instead of just poppler.
10234
10235         * backend/ev-document-thumbnails.h: Add a comment
10236
10237         * backend/ev-document.h:
10238         * backend/ev-document.c: (ev_document_class_init),
10239         (ev_document_load), (ev_document_get_link),
10240         (ev_document_get_links): Remove 3 methods and add get_links.
10241         Also, made 0 based.
10242
10243         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10244         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10245
10246         * backend/ev-link.c: (ev_link_set_title),
10247         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10248         (ev_link_mapping_find):
10249         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10250         
10251         * backend/ev-page-cache.c: (ev_page_cache_init),
10252         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10253         (ev_page_cache_get_size), (ev_page_cache_next_page),
10254         (ev_page_cache_prev_page): Fix to be 0 based.
10255
10256         * pdf/Makefile.am: 
10257         * pdf/ev-poppler.h:
10258         * pdf/ev-poppler.cc: New backend.
10259         
10260         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10261         (ps_document_get_page), (ps_document_document_iface_init):
10262
10263         * shell/ev-pixbuf-cache.h:
10264         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10265         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10266         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10267         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10268         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10269         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10270         based.
10271         
10272         * shell/ev-sidebar-thumbnails.c:
10273         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10274         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10275
10276         * shell/ev-view.c: (status_message_from_link),
10277         (find_page_at_location), (get_link_at_location),
10278         (ev_view_motion_notify_event), (ev_view_button_release_event),
10279         (ev_view_init): Use the new link code.  Fix to be 0 based.
10280
10281         * shell/ev-window.c: (update_action_sensitivity),
10282         (document_supports_sidebar): 0 based.
10283
10284 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10285
10286         * pdf/pdf-document.cc: Patch from Fernando Herrera
10287         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10288         *blush*
10289
10290 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10291
10292         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10293         1 to the page, as this seems to be 1 based.  I thought we has this
10294         fixed.  grump.
10295
10296 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10297
10298         * TODO:
10299         * backend/Makefile.am:
10300         * backend/ev-document-links.c:
10301         (ev_document_links_has_document_links),
10302         (ev_document_links_get_links_model):
10303         * backend/ev-document-links.h:
10304         * backend/ev-document.c: (ev_document_get_page_cache),
10305         (ev_document_get_doc_mutex), (ev_document_load),
10306         (ev_document_save), (ev_document_get_title),
10307         (ev_document_get_n_pages), (ev_document_set_page),
10308         (ev_document_get_page), (ev_document_set_target),
10309         (ev_document_set_scale), (ev_document_set_page_offset),
10310         (ev_document_get_page_size), (ev_document_get_text),
10311         (ev_document_get_link), (ev_document_render),
10312         (ev_document_render_pixbuf), (ev_document_scale_changed):
10313         * backend/ev-document.h:
10314         * backend/ev-job-queue.c: (remove_object_from_queue),
10315         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10316         (no_jobs_available_unlocked), (ev_render_thread),
10317         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10318         (ev_job_queue_remove_job):
10319         * backend/ev-job-queue.h:
10320         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10321         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10322         (ev_job_links_class_init), (ev_job_render_init),
10323         (ev_job_render_dispose), (ev_job_render_class_init),
10324         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10325         (ev_job_thumbnail_class_init), (ev_job_finished),
10326         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10327         (ev_job_render_run), (ev_job_thumbnail_new),
10328         (ev_job_thumbnail_run):
10329         * backend/ev-jobs.h:
10330         * backend/ev-link.c:
10331         * backend/ev-link.h:
10332         * backend/ev-page-cache.c: (ev_page_cache_init),
10333         (ev_page_cache_class_init), (ev_page_cache_finalize),
10334         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10335         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10336         (ev_page_cache_set_link), (ev_page_cache_get_title),
10337         (ev_page_cache_get_size), (ev_page_cache_next_page),
10338         (ev_page_cache_prev_page):
10339         * backend/ev-page-cache.h:
10340         * pdf/pdf-document.cc:
10341         * ps/gsdefaults.c:
10342         * ps/gsdefaults.h:
10343         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10344         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10345         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10346         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10347         (is_interpreter_ready), (output), (catchPipe), (input),
10348         (start_interpreter), (check_filecompressed), (compute_dimensions),
10349         (ps_document_enable_interpreter), (document_load),
10350         (ps_document_next_page), (render_page), (ps_document_set_page),
10351         (ps_document_set_scale), (render_pixbuf_idle),
10352         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10353         * ps/ps-document.h:
10354         * shell/Makefile.am:
10355         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10356         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10357         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10358         (ev_pixbuf_cache_new), (job_finished_cb),
10359         (check_job_size_and_unref), (move_one_job),
10360         (ev_pixbuf_cache_update_range), (find_job_cache),
10361         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10362         (ev_pixbuf_cache_add_jobs_if_needed),
10363         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10364         * shell/ev-pixbuf-cache.h:
10365         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10366         (idle_print_handler):
10367         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10368         (selection_changed_cb), (create_loading_model),
10369         (ev_sidebar_links_construct), (links_page_num_func),
10370         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10371         (update_page_callback), (job_finished_cb),
10372         (ev_sidebar_links_set_document):
10373         * shell/ev-sidebar-thumbnails.c:
10374         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10375         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10376         (page_changed_cb), (thumbnail_job_completed_callback),
10377         (ev_sidebar_thumbnails_set_document):
10378         * shell/ev-sidebar-thumbnails.h:
10379         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10380         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10381         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10382         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10383         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10384         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10385         (ev_view_button_release_event), (ev_view_scroll_view),
10386         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10387         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10388         (ev_view_new), (job_finished_cb), (page_changed_cb),
10389         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10390         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10391         (ev_view_find_previous):
10392         * shell/ev-view.h:
10393         * shell/ev-window.c: (update_action_sensitivity),
10394         (ev_window_open_page), (update_window_title), (update_total_pages),
10395         (page_changed_cb), (ev_window_setup_document),
10396         (password_dialog_response), (ev_window_cmd_save_as),
10397         (ev_window_print), (ev_window_cmd_go_previous_page),
10398         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10399         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10400         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10401         * shell/main.c: (main):
10402
10403         Merge evince-threads branch
10404
10405 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10406
10407         * configure.ac: Added "lt" to ALL_LINGUAS.
10408
10409 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10410
10411         * NEWS:
10412         * configure.ac:
10413
10414         Release 0.1.9
10415
10416 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10417
10418         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10419
10420         Fix here also the thumbnails 1-basedness :)
10421
10422 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10423
10424         * NEWS:
10425         * configure.ac:
10426
10427         Release 0.1.8
10428
10429 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10430
10431         * pdf/pdf-document.cc:
10432         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10433         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10434
10435         Fix the mess we did with thumbnails and 1-basedness
10436
10437 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10438
10439         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10440
10441 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10442
10443         * NEWS:
10444         * configure.ac:
10445
10446         Release 0.1.7
10447
10448 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10449
10450         * ps/Makefile.am:
10451         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10452         (gtk_gs_defaults_get_alpha_parameters),
10453         (gtk_gs_defaults_get_ungzip_cmd),
10454         (gtk_gs_defaults_get_unbzip2_cmd):
10455         * ps/gsdefaults.h:
10456         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10457         (ps_document_get_orientation), (document_load),
10458         (ps_document_goto_page), (ps_document_set_page_size):
10459         * ps/ps-document.h:
10460
10461         Some more sanitization of the ps backend. Remove a lot
10462         of unused code and do not base our defaults on ggv
10463         preferences (ugh!)
10464
10465 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10466
10467         * thumbnailer/evince-thumbnailer.schemas:
10468         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10469         (main): add -s option for thumbnail size.
10470
10471 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10472
10473         * configure.ac:
10474
10475         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10476         remove it.
10477
10478 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10479
10480         * pdf/pdf-document.cc:
10481
10482         Remove 4 pixels of useless border from the
10483         thumbnail.
10484
10485 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10486
10487         * backend/ev-document-thumbnails.c:
10488         (ev_document_thumbnails_get_thumbnail):
10489         * backend/ev-document-thumbnails.h:
10490
10491         Rework API a bit. Add a border flag and
10492         change sizing logic (now the size we specify
10493         applies to the bigger dimension).
10494
10495         * pdf/pdf-document.cc:
10496         * pixbuf/pixbuf-document.c:
10497         (pixbuf_document_thumbnails_get_thumbnail):
10498         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10499         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10500
10501         Adapt to the new API and do not draw a border for nautilus
10502         thumbnailer.
10503
10504 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10505
10506         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10507         take thumbnails from page "0" instead of "1". Added a copyright header.
10508
10509 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10510
10511         * ps/ps-document.c: (set_up_page), (start_interpreter):
10512
10513         Make it C89 compliant
10514
10515 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10516
10517         * Makefile.am:
10518         * configure.ac:
10519         * pdf/.cvsignore:
10520         * pdf/pdf-document.cc:
10521         * thumbnailer/Makefile.am:
10522         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10523         (main):
10524         * thumbnailer/evince-thumbnailer.schemas:
10525         * thumbnailer/pdf-icon.png:
10526
10527         Add a nautilus thumbnailer.
10528         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10529
10530 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10531
10532         * NEWS:
10533         * configure.ac:
10534         * po/POTFILES.in:
10535
10536         Release 0.1.6
10537
10538 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10539
10540         Use poppler instead of including xpdf source code.  Poppler is a
10541         fork of xpdf to build it as a shared library. See
10542         http://freedesktop.org/wiki/Software/poppler.
10543
10544         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10545         xpdf fork.
10546         
10547         * pdf/Makefile.am: Build libpdfdocument.a here.
10548         
10549         * pdf/GDKSplashOutputDev.cc:
10550         * pdf/GDKSplashOutputDev.h:
10551         * pdf/GnomeVFSStream.cc:
10552         * pdf/GnomeVFSStream.h:
10553         * pdf-document.cc:
10554         * pdf-document.h:
10555         * test-gdk-output-dev.cc
10556         * Thumb.cc:
10557         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10558         against poppler.
10559
10560 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10561
10562         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10563
10564         Clear idle stack before unsetting the document
10565
10566 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10567
10568         * ps/ps-document.c: (ps_document_widget_event),
10569         (ps_document_set_target), (ps_document_finalize),
10570         (ps_document_get_page):
10571
10572         Disconnect the widget event signal on finalize.
10573         Some code cleanups.
10574
10575 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10576
10577         * ps/ps-document.c: (set_up_page):
10578
10579         If there is no bpixmap create one, even if size
10580         is not changed.
10581
10582 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10583
10584         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10585         (set_up_page), (document_load), (ps_document_set_zoom):
10586
10587         Default page is 0. Calculate size even when we have no
10588         target yet.
10589
10590 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10591
10592         * shell/ev-sidebar.c: expand the selection widget to be always as
10593         wide as the sidebar
10594
10595 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10596
10597         * shell/ev-sidebar-thumbnails.c:
10598         (ev_sidebar_thumbnails_set_document):
10599
10600         Clear the list store when setting document
10601
10602 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10603
10604         * shell/ev-page-action.c: (update_entry), (sync_entry),
10605         (activate_cb), (entry_size_request_cb), (create_tool_item),
10606         (connect_proxy):
10607
10608         Use an entry for the page control instead of spinbuttons
10609
10610 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10611
10612         * data/evince.schemas.in:
10613
10614         Correct confusing string
10615
10616 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10617
10618         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10619         for real.  Gosh, how long has this been broken.
10620
10621         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10622         check for a NULL link.  We crash otherwise.
10623
10624 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10625
10626         * NEWS:
10627         * configure.ac:
10628
10629         Release 0.1.5
10630
10631 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10632
10633         * configure.ac: add the french translation.
10634
10635 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10636
10637         * shell/ev-window.c:
10638
10639         Remove unused header -> fix distcheck
10640
10641 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10642
10643         * shell/ev-window.c: (update_window_title),
10644         (ev_window_popup_password_dialog):
10645
10646         Unescape filename for display
10647
10648 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10649
10650         * pdf/xpdf/pdf-document.cc:
10651
10652         In get_page_size deal with rotation. Also
10653         cleanup the function a bit.
10654
10655 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * pdf/xpdf/pdf-document.cc:
10658
10659         Fix crash when opening in new window
10660
10661 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10662
10663         * configure.ac:
10664
10665         Check ghostscript >= 7
10666
10667 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10668
10669         * shell/ev-window.c:
10670
10671         Make page width the default sizing mode
10672
10673 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10674         Marco Pesenti Gritti <marco@gnome.org>
10675
10676         * shell/ev-window.c: Remember the sidebar size
10677
10678         * data/evince.schemas.in: Add a new gconf key to store the size of
10679         the sidebar
10680
10681 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10682
10683         * data/evince-ui.xml:
10684         * shell/ev-window.c: (update_action_sensitivity),
10685         (ev_window_cmd_view_reload):
10686         
10687         Add a "Reload" action and menu entry
10688
10689 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10690
10691         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10692         iff the type doesn't support thumbnailing and indexing.
10693
10694 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10695
10696         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10697
10698 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10699
10700         * pdf/splash/Splash.cc:
10701
10702         Port fix for a crasher from kde bug
10703         http://bugs.kde.org/show_bug.cgi?id=97131
10704
10705 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10706
10707         * pdf/xpdf/pdf-document.cc:
10708
10709         Return a link even if it's of an unrecognized
10710         type. Otherwise we go in an infinte cycle.
10711
10712 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10713
10714         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10715         (size_allocate_cb), (ev_window_set_sizing_mode):
10716
10717         Update size when switching mode
10718
10719 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10720
10721         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10722         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10723         (ev_window_cmd_view_normal_size):
10724
10725         Fix size toggle buttons behavior
10726
10727 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10728
10729         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10730         (doc_rect_to_view_rect), (ev_view_size_allocate),
10731         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10732         (scale_changed_callback):
10733
10734         Do not cache offsets in size_allocate.
10735
10736 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10737
10738         * shell/ev-view.c: (ev_view_size_allocate):
10739
10740         Calculate offsets before calling the parent
10741         class (which does a redraw)
10742
10743 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10744
10745         * pdf/xpdf/pdf-document.cc:
10746
10747         Fix a crasher on exit. Unused code, put a TODO
10748
10749 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10750
10751         * backend/ev-document.c: (ev_document_class_init),
10752         (ev_document_page_changed), (ev_document_scale_changed):
10753         * backend/ev-document.h:
10754
10755         Separate page/scale notifications
10756
10757         * pdf/xpdf/pdf-document.cc:
10758
10759         Emit the new signals.
10760         Do not display the pdf page in _render, do it
10761         when scale/page are requested.
10762
10763         * ps/ps-document.c: (ps_document_set_zoom),
10764         (ps_document_widget_event):
10765         * ps/ps-document.h:
10766
10767         Emit the new signals.
10768
10769         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10770         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10771         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10772         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10773         * shell/ev-view.h:
10774         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10775         (ev_window_cmd_view_page_width), (size_allocate_cb),
10776         (ev_window_set_sizing_mode):
10777
10778         Rework sizing to be pixel based.
10779         There are bugs but should be already way better.
10780
10781 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10782
10783         * shell/ev-window.c: (ev_window_init):
10784
10785         Do not allow to shrink sidebar smaller then
10786         child requisition
10787
10788 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10789
10790         * shell/ev-sidebar.[ch]
10791         * shell/ev-window.c:
10792
10793         Improved sidebar widget. Fixes #166683
10794
10795 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10796
10797         * shell/ev-view.c (update_find_status_message): Give translators
10798         more flexibility with ngettext plural handling.
10799
10800 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10801
10802         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10803         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10804         page when we get the page size.
10805
10806 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10807
10808         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10809
10810         ps pages are 0 based, convert 
10811
10812 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10813
10814         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10815
10816         Initialize correct parent class. Set GError on document load
10817
10818 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10819
10820         * pdf/xpdf/pdf-document.cc:
10821
10822         Fixup selection offset calculation
10823
10824         * shell/ev-view.c: (view_rect_to_doc_rect),
10825         (doc_rect_to_view_rect), (ev_view_size_allocate),
10826         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10827         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10828
10829         Store selection as document relative, so that zooming
10830         and offset changing doesnt break it.
10831
10832 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10833
10834         * shell/ev-view.c: (ev_view_best_fit):
10835
10836         Do not try to best fit if the view is not realized
10837
10838 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10839           
10840         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10841
10842 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10843
10844         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10845
10846 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10847
10848         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10849         the popup window.  That prevents it resizing when in full screen
10850         mode.
10851
10852         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10853         multiple rerenders.  This pretty much sucks.
10854
10855         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10856         rest of the toolbar.
10857
10858 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10859
10860         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10861
10862 2005-02-17  Alexander Shopov  <ash@contact.bg>
10863
10864         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10865
10866 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10867
10868         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10869
10870 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10871
10872         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10873         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10874         (set_document_page), (document_changed_callback),
10875         (ev_view_set_document), (ev_view_find_previous),
10876         (ev_view_hide_cursor), (ev_view_show_cursor):
10877         * shell/ev-view.h:
10878         * shell/ev-window.c: (update_chrome_visibility),
10879         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10880         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10881         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10882         (ev_window_unfullscreen):
10883         * shell/main.c: (main):
10884
10885         Automatically hide the fullscreen button.
10886         Patch by Kristian Høgsberg <krh@redhat.com>
10887
10888 2005-02-16  Vincent Noel  <vnoel@cox.net>
10889
10890         * shell/main.c (main): Specify an icon for the window. Patch by
10891         Jaap A. Haitsma. Fixes #166177.
10892
10893 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10894
10895         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10896
10897 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10898
10899         * backend/ev-document-misc.h:
10900         * backend/ev-document-misc.c:
10901         (ev_document_misc_get_page_border_size),
10902         (ev_document_misc_paint_one_page): New function to canonicalize
10903         sizing/painting a border.
10904
10905         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10906         used.
10907
10908         * pdf/xpdf/pdf-document.cc: use new function
10909
10910         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10911         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10912         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10913         shell/ev-window.c: (update_sizing_buttons),
10914         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10915         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10916         (ev_window_cmd_view_page_width), (size_allocate_cb),
10917         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10918         and "fit width" values act as toggle buttons so they stay
10919         toggled.  It's not 100% perfect, and it's a little slow, but it's
10920         good enough to commit I think.
10921
10922 2005-02-15  David Lodge  <dave@cirt.net>
10923
10924         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10925
10926 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10927
10928         * shell/ev-window.c (update_window_title): replace newlines in
10929         the title by spaces. Bug #166107.
10930
10931 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10932
10933         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10934         parameters providing allocation width and height without
10935         scrollbars and width of a possible vertical scrollbar. With this
10936         additional information the functions can work as
10937         intended. Unfortunately they're not idempotent. We should
10938         transform these commands to toggles. Fixes Bug #164976
10939         Initial patch by Stephane Loeuillet, then heavily modified.
10940
10941         * shell/ev-view.h: update prototypes.
10942
10943         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10944         (ev_window_cmd_view_page_width): provide EvView fit functions with
10945         all the information they need. Formulas to calculate this
10946         information taken from GtkScrolledWindow.
10947
10948 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10949
10950         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10951         created a thumbnail, the list store is updated to know
10952         that the thumbnail is set. Fixes bug #166792
10953
10954 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10955
10956         * shell/ev-window.c: fixed typo, closes bug 166897
10957
10958         * TODO: updated TODO with bug numbers that are relevant
10959
10960 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10961
10962         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10963
10964 2005-02-09  Vincent Noel  <vnoel@cox.net>
10965
10966         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10967         and "Next" toolbar buttons as important to make them stand out.
10968
10969 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10970
10971         * lib/ev-debug.c:
10972         * lib/ev-debug.h:
10973         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10974         (start_interpreter), (stop_interpreter), (document_load),
10975         (ps_document_next_page), (ps_document_goto_page),
10976         (ps_document_set_page_size), (ps_document_widget_event),
10977         (ps_document_render):
10978         * shell/ev-page-view.c: (ev_page_view_dispose):
10979         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10980
10981         Fix compilation on non-gcc platforms
10982
10983 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10984
10985         * NEWS:
10986         * configure.ac:
10987
10988         Release 0.1.4
10989
10990         * pdf/xpdf/Catalog.cc:
10991         * pdf/xpdf/XRef.cc:
10992
10993         Fix the fix for CAN-2004-0888
10994
10995 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10996
10997         * data/Makefile.am:
10998         * data/evince-ui.xml:
10999         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11000         * shell/ev-stock-icons.h:
11001         * shell/ev-window.c: (update_action_sensitivity),
11002         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11003         (set_action_properties):
11004
11005         Improve toolbar layout/icons
11006
11007 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11008
11009         * pdf/xpdf/pdf-document.cc:
11010
11011         Add warnings about unimplemented/unknown link
11012         types.
11013
11014 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11015
11016         * ps/ps-document.c: (set_up_page):
11017
11018         Log gs property
11019
11020 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11021
11022         * ps/ps-document.c: (start_interpreter):
11023
11024         Log gs env var
11025
11026 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11027
11028         * shell/ev-page-view.c: (ev_page_view_dispose):
11029         * shell/ev-view.c: (ev_view_finalize):
11030         * shell/ev-window.c: (ev_window_setup_document),
11031         (ev_window_dispose), (ev_window_init):
11032
11033         Solve more refs issues.
11034
11035         I commented out the page_view initialization for now:
11036         it was never destroyed (because it's never added
11037         to a container). Because of that we was leaking
11038         gs processes. Couldnt think to a clean fix.
11039         We need to figure this out, password view has the
11040         same issue probably.
11041
11042 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11043
11044         * ps/ps-document.c: (ps_document_finalize),
11045         (ps_document_get_n_pages), (ps_document_get_page):
11046
11047         Some cleanups, stop the interpreter on finalize
11048
11049         * shell/ev-page-view.c: (ev_page_view_dispose),
11050         (ev_page_view_class_init):
11051
11052         Release our reference on the document
11053
11054 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11055
11056         * Makefile.am:
11057         * configure.ac:
11058         * doc/debugging.txt:
11059         * lib/.cvsignore:
11060         * lib/Makefile.am:
11061         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11062         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11063         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11064         * lib/ev-debug.h:
11065
11066         Add debugging helpers
11067
11068         * ps/Makefile.am:
11069         * ps/ps-document.c: (set_up_page), (start_interpreter),
11070         (stop_interpreter), (document_load), (ps_document_next_page),
11071         (ps_document_goto_page), (ps_document_set_page_size),
11072         (ps_document_widget_event), (ps_document_render):
11073         * shell/Makefile.am:
11074         * shell/ev-view.c: (expose_bin_window):
11075         * shell/main.c: (main):
11076
11077         Add some logs
11078         
11079 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11080
11081         * ps/ps-document.c: (ps_document_widget_event):
11082
11083         Initialize message_window, this should make ps
11084         rendering really work! (Never noticed because I was
11085         testing with a ps that is causing gs to exit every time!)
11086
11087 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11088
11089         * data/evince.schemas.in: updated simple error in applyto closing tag
11090
11091 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11092
11093         * Makefile.am:
11094         * configure.ac:
11095         * data/.cvsignore:
11096         * data/Makefile.am:
11097         * data/evince-ui.xml:
11098         A data/evince.schemas.in:
11099         * po/POTFILES.in:
11100         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11101         * shell/ev-stock-icons.h:
11102         * shell/ev-window.c: (update_chrome_visibility),
11103         (update_chrome_flag), (ev_window_cmd_edit_find),
11104         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11105         (ev_window_unfullscreen), (ev_window_focus_in_event),
11106         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11107         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11108         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11109         (ev_window_dispose), (ev_window_class_init),
11110         (set_action_properties), (set_chrome_actions), (load_chrome),
11111         (ev_window_init):
11112
11113         Implement fullscreen mode changes from bug #164776.
11114         Also implement persistent chrome toggles.
11115
11116 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11117
11118         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11119
11120 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11121
11122         * NEWS:
11123         * configure.ac:
11124         * shell/ev-view.c:
11125
11126         Add another check for find interface
11127
11128         Release 0.1.3
11129
11130 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11131
11132         * shell/ev-application.c: (ev_application_open):
11133         * shell/ev-window.c: (ev_window_open):
11134
11135         Open gzipped ps documents
11136
11137 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11138
11139         * TODO:
11140         * shell/ev-view.c: (set_document_page):
11141
11142         Clamp page number, dont try to move to
11143         not existant pages.
11144
11145 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * backend/ev-document-find.c: (ev_document_find_changed):
11148         * backend/ev-document-find.h:
11149         * pdf/xpdf/pdf-document.cc:
11150         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11151         * shell/ev-window.c: (find_bar_search_changed_cb):
11152
11153         Fix several bugs with find
11154
11155 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11156
11157         * shell/ev-sidebar-thumbnails.c
11158         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11159         document. Prevents warning from scroll_to_cell.
11160
11161 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11162
11163         * configure.ac: Add «nb» to ALL_LINGUAS too.
11164
11165 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11166
11167         * NOTES: New file with some random thoughts.
11168
11169         * TODO: Update.
11170
11171         * backend/ev-document-misc.c:
11172         (ev_document_misc_get_page_border_size): New function to
11173         canonicalize shadow drawing sizes.  Possibly goofy.
11174
11175         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11176         (ev_view_best_fit), (ev_view_fit_width):
11177         * pdf/xpdf/pdf-document.cc:
11178         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11179         * ps/ps-document.c: (ps_document_get_page_size):
11180         * backend/ev-document-misc.h:
11181         * backend/ev-document.c: (ev_document_get_page_size):
11182         * backend/ev-document.h: get_page_size now takes a page number
11183         parameter.  Made all the backends/frontends honor it.
11184
11185         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11186         see.  Doesn't work yet.
11187
11188         * shell/Makefile.am:
11189         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11190         Doesn't do anything yet.
11191
11192         * shell/ev-sidebar-thumbnails.c:
11193         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11194         [0..n_pages-1]
11195
11196         * shell/ev-window.c: (update_action_sensitivity),
11197         (ev_window_setup_document), (ev_window_set_page_mode),
11198         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11199         view-swapping code a bit so we can have multiple views on a
11200         document.  Add the multi-page view, though it can't be turned on
11201         yet.
11202
11203 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * shell/ev-application.c: (ev_application_open):
11206         * shell/ev-view.c: (expose_bin_window):
11207         * shell/ev-window.c: (ev_window_open):
11208
11209         Support eps and check document supports find
11210         before drawing highlightings in expose.
11211
11212 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11213
11214         * pixbuf/pixbuf-document.c:
11215         (pixbuf_document_thumbnails_get_dimensions),
11216         (pixbuf_document_document_thumbnails_iface_init):
11217
11218         implement get_dimensions
11219
11220 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11221
11222         * NEWS:
11223         * configure.ac:
11224
11225         Release 0.1.2
11226
11227 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11228
11229         * shell/ev-view.c: (set_document_page):
11230
11231         Scroll at the top of the page when changing page
11232
11233 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11234
11235         * shell/ev-view.c: (ev_view_motion_notify_event):
11236
11237         Do not redraw unnecessarily
11238
11239 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11240
11241         * pdf/xpdf/pdf-document.cc:
11242         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11243         (expose_bin_window), (find_changed_cb):
11244
11245         Yay! find works now... Now to find bugs...
11246
11247 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * backend/ev-document-find.c: (ev_document_find_base_init),
11250         (ev_document_find_changed):
11251         * backend/ev-document-find.h:
11252         * pdf/xpdf/pdf-document.cc:
11253         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11254         (expose_bin_window), (ev_view_init), (set_document_page),
11255         (ensure_rectangle_is_visible), (jump_to_find_result),
11256         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11257         (ev_view_find_next), (ev_view_find_previous):
11258         * shell/ev-view.h:
11259         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11260
11261         More work on find implementation, mostly there now
11262
11263 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11264
11265         * backend/ev-backend-marshalers.list:
11266         * backend/ev-document-find.c: (ev_document_find_base_init),
11267         (ev_document_find_cancel), (ev_document_find_page_has_results),
11268         (ev_document_find_get_n_results), (ev_document_find_get_result),
11269         (ev_document_find_get_progress), (ev_document_find_changed):
11270         * backend/ev-document-find.h:
11271
11272         Enanche the find interface to be really able to do
11273         multi page find.
11274
11275         * pdf/xpdf/pdf-document.cc:
11276
11277         Implement
11278
11279         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11280         (expose_bin_window), (ev_view_init),
11281         (ev_view_get_find_status_message), (find_changed_cb),
11282         (ev_view_set_document), (set_document_page):
11283
11284         Adapt to the new interface. A few things are regressed sorry,
11285         I will finish it soon.
11286
11287 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11288
11289         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11290         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11291         ev_sidebar_thumbnails_parent_class variable, don't define another
11292         parent_class variable.
11293
11294         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11295         (ev_page_action_class_init): ditto.
11296
11297         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11298         (pixbuf_document_class_init): ditto.
11299
11300         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11301         ditto.
11302
11303         * .cvsignore: ignore various valgrind output files.
11304
11305 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11306
11307         * data/evince-ui.xml:
11308         * shell/Makefile.am:
11309         * shell/ev-history.c:
11310         * shell/ev-history.h:
11311         * shell/ev-navigation-action.c:
11312         * shell/ev-navigation-action.h:
11313         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11314         (ev_view_set_page), (ev_view_fit_width):
11315         * shell/ev-view.h:
11316         * shell/ev-window.c: (update_action_sensitivity),
11317         (ev_window_setup_document), (register_custom_actions):
11318
11319         Kill session history
11320
11321 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11322
11323         * shell/ev-window.c: (update_action_sensitivity):
11324
11325         Fix inverted up/down buttons
11326
11327 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11328
11329         * shell/ev-sidebar-thumbnails.c
11330         (ev_sidebar_thumbnails_select_page): make sure the selected
11331         thumbnail stays visible.
11332
11333 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11334
11335         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11336         scrolled window for Federico.
11337
11338 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11339
11340         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11341
11342 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11343
11344         * configure.ac:
11345         * pdf/splash/SplashFTFontEngine.cc:
11346
11347         Fix CID fonts with freetype 2.1.9
11348
11349 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11350
11351         * TODO: added item for desktop icon thumbnailer
11352
11353 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11354
11355         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11356         unloaded docs when the title is accessed.
11357
11358         * shell/ev-password-view.[hc]: New widget for displaying password
11359         state.
11360
11361         * shell/ev-window.[ch]: Refactor password handling code to handle
11362         the new view.
11363
11364 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * NEWS:
11367         * configure.ac:
11368         * data/Makefile.am:
11369
11370         Release 0.1.1
11371
11372 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11373
11374         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11375         ignore page offset here, to make search results independent of it,
11376
11377         * shell/ev-view.c (expose_bin_window): but take offsets into
11378         account here. Bug #164932
11379
11380         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11381         scale at the right time. Bug #164996
11382
11383 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11384
11385         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11386         fix the problem. Now I just removed the Adobe font names and hope
11387         that the URW fonts are always in outline format. Bug #164934
11388
11389         * shell/ev-window.c (update_window_title): empty titles are
11390         useless, use filename in that case too.
11391
11392         * NEWS: Add some content.
11393
11394 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11395
11396         * TODO: added one more TODO item and a TODONE section :)
11397
11398 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11399
11400         * ps/ps-document.h: add page_[xy]_offset fields.
11401
11402         * ps/ps-document.c (ps_document_set_page_offset)
11403         (ps_document_render): Keep offset in consideration in a few
11404         places. Bug #164752 "postscript documents are not centered in
11405         window"
11406
11407         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11408         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11409
11410         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11411         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11412         stub out missing methods for complete EvDocument implementation.
11413         Fixes segfaults with Save A Copy and Copy actions.
11414
11415         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11416         (ps_document_document_iface_init): ditto.
11417         
11418 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11419
11420         * data/.cvsignore:
11421         * data/Makefile.am:
11422         * data/evince.desktop.in:
11423
11424         Add desktop file
11425
11426 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11427
11428         * shell/ev-view.c: (ev_view_button_press_event),
11429         (ev_view_motion_notify_event):
11430
11431         Make selection work in any direction
11432
11433 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11434
11435         * TODO:
11436         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11437
11438         Use shorter labels for some of the toolbars items
11439
11440 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11441
11442         * pdf/xpdf/pdf-document.cc:
11443
11444         Check the links info is initialized before
11445         using it. Should fix a crash on startup.
11446
11447 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11448
11449         * pixbuf/pixbuf-document.c
11450         (pixbuf_document_thumbnails_get_dimensions): force floating point
11451         division to calculate page_ratio. Fixes crash with landscape
11452         format pixbufs.
11453
11454 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11455
11456         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11457
11458 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11459
11460         * shell/ev-view.c (set_document_page): unset has_selection when
11461         the page changes.
11462         (set_document_page): handle paper size changes when the page
11463         changes (test with Free Culture, page 2).
11464
11465 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11466
11467         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11468         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11469
11470         Use normal style color for the widget background and
11471         draw a black box around the page.
11472
11473 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11474
11475         * pdf/xpdf/pdf-document.cc:
11476
11477         Keep offset in consideration in a few places
11478
11479         * shell/ev-view.c: (expose_bin_window):
11480
11481         Set the offsets so that the document is ever centered
11482
11483 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11484
11485         * TODO: Added TODO items and finished off the first todo item
11486
11487         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11488         reflect current authors
11489
11490 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11491
11492         * pdf/xpdf/pdf-document.cc:
11493         * shell/ev-view.c: (ev_view_set_cursor),
11494         (ev_view_motion_notify_event), (document_changed_callback),
11495         (set_document_page):
11496
11497         Show a wait cursor while the page is rendering
11498
11499 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11500
11501         * shell/ev-sidebar-thumbnails.c:
11502         (ev_sidebar_tree_selection_changed),
11503         (ev_sidebar_thumbnails_select_page):
11504         * shell/ev-sidebar-thumbnails.h:
11505         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11506         (ev_view_can_go_forward):
11507         * shell/ev-window.c: (ev_window_open_page),
11508         (ev_window_setup_document), (update_current_page),
11509         (view_page_changed_cb), (ev_window_init):
11510         * shell/ev-window.h:
11511
11512         Ensure thumbnails selection, toolbar page control and
11513         current page are in sync.
11514
11515 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11516
11517         * pdf/xpdf/XRef.cc:
11518
11519         Fix CAN-2005-0064
11520
11521 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11522
11523         * backend/Makefile.am:
11524         * backend/ev-document-links.h:
11525         * backend/ev-document-security.c: (ev_document_security_get_type),
11526         (ev_document_security_has_document_security),
11527         (ev_document_security_set_password):
11528         * backend/ev-document-security.h:
11529         * backend/ev-document.c: (ev_document_error_quark):
11530         * backend/ev-document.h:
11531         * data/Makefile.am:
11532         * data/evince-password.glade:
11533         * pdf/xpdf/pdf-document.cc:
11534         * shell/Makefile.am:
11535         * shell/ev-password.c: (ev_password_set_bad_password_label),
11536         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11537         (ev_password_dialog_get_password),
11538         (ev_password_dialog_set_bad_pass):
11539         * shell/ev-password.h:
11540         * shell/ev-window.c: (ev_window_get_attribute),
11541         (ev_window_set_property), (update_action_sensitivity),
11542         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11543         (ev_window_setup_document), (ev_window_get_password),
11544         (ev_window_open), (ev_window_cmd_save_as),
11545         (using_postscript_printer), (ev_window_print),
11546         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11547         (update_fullscreen_popup), (ev_window_fullscreen),
11548         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11549         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11550         (menu_item_select_cb), (find_bar_search_changed_cb),
11551         (ev_window_dispose), (ev_window_init):
11552
11553         Add initial support for password-supported dialogs.  This could be
11554         a lot cooler, but it'll do for now.
11555
11556 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11557
11558         * pdf/xpdf/pdf-document.cc:
11559         * shell/ev-view.c: (status_message_from_link),
11560         (ev_view_set_status), (ev_view_set_cursor),
11561         (ev_view_motion_notify_event), (ev_view_init):
11562         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11563
11564         Fix bugs in the links implementation and change cursor
11565         when hovering a link.
11566
11567 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11568
11569         * viewer/.cvsignore: added cvsignore file for viewer directory
11570
11571         * TODO: created TODO document
11572
11573 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11574
11575         * shell/ev-view.h:
11576         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11577         new functions to help with implementation of sensitivity code
11578         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11579         of all actions that might require it.  Fixes a crash when you
11580         click on the Zoom actions in a window lacking a document.
11581
11582 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11583
11584         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11585         of the Find action
11586
11587 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11588
11589         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11590         (pixbuf_document_document_iface_init):
11591         * ps/ps-document.c: (ps_document_get_link),
11592         (ps_document_document_iface_init):
11593         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11594         (status_message_from_link), (ev_view_set_status),
11595         (ev_view_set_find_status), (ev_view_motion_notify_event),
11596         (ev_view_button_release_event), (ev_view_set_property),
11597         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11598         (ev_view_get_find_status_message), (update_find_results),
11599         (ev_view_get_status), (ev_view_get_find_status):
11600         * shell/ev-view.h:
11601         * shell/ev-window.c: (view_status_changed_cb),
11602         (view_find_status_changed_cb), (ev_window_init):
11603
11604         View status message support, use it to show the links.
11605         Needs work...
11606
11607 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11608
11609         * backend/ev-document.c: (ev_document_get_link):
11610         * backend/ev-document.h:
11611         * pdf/xpdf/pdf-document.cc:
11612         * shell/ev-application.c: (ev_application_open):
11613         * shell/ev-application.h:
11614         * shell/ev-sidebar-links.c: (selection_changed_cb):
11615         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11616         (ev_view_go_to_link):
11617
11618         Add support for document links
11619
11620 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11621
11622         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11623         (create_tool_item):
11624         Set the spin button limits correctly.
11625         
11626         * shell/ev-sidebar-thumbnails.c:
11627         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11628         Support changing pages by clicking on the thumbnails.
11629         
11630 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11631
11632         * pixbuf/pixbuf-document.c:
11633         (pixbuf_document_thumbnails_get_dimensions),
11634         (pixbuf_document_document_thumbnails_iface_init):
11635
11636         implement get_dimensions
11637
11638 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11639
11640         * ps/ps-document.c: (ps_document_goto_page):
11641
11642         Fix page switching on multipage documents
11643
11644 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11645
11646         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11647         
11648         check for NULL before assigning to width and height parameters
11649
11650 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11651
11652         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11653         (pixbuf_document_set_property), (pixbuf_document_get_property):
11654
11655         implement get/set properties
11656
11657 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11658
11659         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11660         
11661         return NULL instead of "Unknown", letting the title get set to
11662         the filename when the pdf has no title.
11663
11664 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11665
11666         * ps/ps-document.c: (ps_document_get_page_count),
11667         (ps_document_goto_page):
11668
11669 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11670
11671         * shell/ev-history.c: (ev_history_get_property),
11672         (ev_history_set_property), (ev_history_class_init),
11673         (ev_history_add_page), (ev_history_set_current_index):
11674         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11675         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11676         (ev_navigation_action_finalize):
11677         * shell/ev-navigation-action.h:
11678         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11679         (ev_view_go_forward), (ev_view_get_find_status_message),
11680         (history_index_changed_cb), (ev_view_set_history):
11681         * shell/ev-view.h:
11682         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11683         (update_current_page), (register_custom_actions):
11684
11685         Implement history dropdowns
11686
11687 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11688
11689         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11690         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11691         (ev_view_go_forward):
11692         * shell/ev-window.c: (register_custom_actions):
11693
11694         Fix several history bugs
11695
11696 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11697
11698         * configure.ac: Add «nb» to ALL_LINGUAS.
11699
11700 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11701
11702         * backend/Makefile.am:
11703         * backend/ev-bookmark.c:
11704         * backend/ev-bookmark.h:
11705         * backend/ev-document-bookmarks.c:
11706         * backend/ev-document-bookmarks.h:
11707         * backend/ev-document-links.c: (ev_document_links_get_type),
11708         (ev_document_links_has_document_links),
11709         (ev_document_links_begin_read), (ev_document_links_get_link),
11710         (ev_document_links_get_child), (ev_document_links_next),
11711         (ev_document_links_free_iter):
11712         * backend/ev-document-links.h:
11713         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11714         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11715         (ev_link_get_link_type), (ev_link_set_link_type),
11716         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11717         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11718         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11719         (ev_link_new_external):
11720         * backend/ev-link.h:
11721         * pdf/xpdf/pdf-document.cc:
11722         * shell/Makefile.am:
11723         * shell/ev-application.c: (ev_application_open_link):
11724         * shell/ev-application.h:
11725         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11726         (ev_history_get_link_nth):
11727         * shell/ev-history.h:
11728         * shell/ev-sidebar-bookmarks.c:
11729         * shell/ev-sidebar-bookmarks.h:
11730         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11731         (ev_sidebar_links_class_init), (selection_changed_cb),
11732         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11733         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11734         (do_one_iteration), (populate_links_idle),
11735         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11736         * shell/ev-sidebar-links.h:
11737         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11738         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11739         (go_to_index):
11740         * shell/ev-view.h:
11741         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11742         * shell/ev-window.h:
11743
11744         Rename bookmark to link, and use "Index" for the sidebar panel.
11745
11746 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11747
11748         * shell/Makefile.am:
11749         * shell/ev-application.c: (ev_application_open_bookmark):
11750         * shell/ev-application.h:
11751         * shell/ev-history.c: (ev_history_init), (free_links_list),
11752         (ev_history_finalize), (ev_history_class_init),
11753         (ev_history_add_link), (ev_history_add_page),
11754         (ev_history_get_link_nth), (ev_history_get_n_links),
11755         (ev_history_get_current_index), (ev_history_set_current_index),
11756         (ev_history_new):
11757         * shell/ev-history.h:
11758         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11759         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11760         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11761         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11762         (ev_view_set_page):
11763         * shell/ev-view.h:
11764         * shell/ev-window.c: (ev_window_open_bookmark),
11765         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11766         (goto_page_cb), (register_custom_actions):
11767         * shell/ev-window.h:
11768
11769         Initial history implementation. Needs work.
11770
11771 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11772
11773         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11774
11775 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11776
11777         * cut-n-paste/recent-files/egg-recent-item.c:
11778         * cut-n-paste/recent-files/egg-recent-item.h:
11779         * cut-n-paste/recent-files/egg-recent-model.c:
11780         * cut-n-paste/recent-files/egg-recent-util.c:
11781         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11782         * cut-n-paste/recent-files/egg-recent-view.c:
11783
11784         Update
11785
11786 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11787
11788         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11789         (fillGlyph, fillImageMask, drawImage):
11790         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11791         pdf/splash/SplashTypes.h:
11792         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11793         packed mode for Splash.
11794
11795         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11796         RGB8 packed mode, eliminates the pixbuf data creation loop.
11797
11798         * shell/ev-print-job.c (ev_print_job_finalize)
11799         (ev_print_job_set_property, ev_print_job_get_property)
11800         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11801         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11802         (print_closure_finalize, ev_print_job_print): implement
11803         printing (for backends with EvPsExporter)
11804
11805         * shell/ev_print_job.h: update prototypes.
11806
11807         * shell/ev-window.c (ev_window_print): unref print job after
11808         printing.
11809
11810         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11811         unless the document implements the EvDocumentFind interface.
11812
11813 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11814
11815         * configure.ac: Added ja to ALL_LINGUAS.
11816
11817 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11818
11819         * pdf/xpdf/pdf-document.cc:
11820
11821         add a FIXME. We should probably not allocate
11822         a bookmark object every time
11823
11824 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * shell/ev-application.c: (ev_application_open),
11827         (ev_application_open_bookmark):
11828         * shell/ev-application.h:
11829         
11830         Add a way to open bookmarks
11831
11832         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11833         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11834         (ev_bookmark_set_property), (ev_bookmark_class_init),
11835         (ev_bookmark_new_title), (ev_bookmark_new_link),
11836         (ev_bookmark_new_external):
11837
11838         Support for external uris, better constructors.
11839
11840         * backend/ev-bookmark.h:
11841         * pdf/xpdf/pdf-document.cc:
11842         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11843
11844         Handle external uris
11845
11846 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11847
11848         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11849         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11850
11851         Hook up bookmarks navigation
11852
11853 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11854
11855         * backend/Makefile.am:
11856         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11857         (ev_bookmark_get_title), (ev_bookmark_set_title),
11858         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11859         (ev_bookmark_get_page), (ev_bookmark_set_page),
11860         (ev_bookmark_get_property), (ev_bookmark_set_property),
11861         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11862         (ev_bookmark_new):
11863         * backend/ev-bookmark.h:
11864         * backend/ev-document-bookmarks.c:
11865         (ev_document_bookmarks_get_bookmark):
11866         * backend/ev-document-bookmarks.h:
11867         * pdf/xpdf/pdf-document.cc:
11868         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11869
11870         Add a bookmark object to the backend and use it instead of get_values
11871
11872 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11873
11874         * data/evince-ui.xml:
11875
11876         Cleanup and add select all.
11877
11878         * shell/ev-view.c: (ev_view_select_all),
11879         (ev_view_button_press_event):
11880         * shell/ev-view.h:
11881         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11882
11883         Add select all.
11884         Clear selection on click.
11885
11886 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11887
11888         * shell/ev-sidebar-thumbnails.c
11889         (ev_sidebar_thumbnails_set_document): forgot to unref the
11890         loading_icon.
11891
11892 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11893
11894         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11895         at the visible page, not just linearly.  This makes it look fast.
11896
11897 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11898
11899         * backend/ev-document-misc.c
11900         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11901         white.
11902         * backend/ev-document-thumbnails.h: New interface to get the size
11903         of a page.
11904
11905 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11906
11907         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11908         make dist works
11909
11910 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11911
11912         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11913         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11914         things up a bit.
11915
11916         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11917
11918 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11919
11920         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11921         fonts. Should fix font problems on systems that have the base
11922         fonts in bitmap format. Reported by James Henstridge
11923         <james@jamesh.id.au>.
11924
11925 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11926
11927         * pdf/xpdf/Gfx.cc:
11928         * pdf/xpdf/GfxState.cc:
11929
11930         Fix for CAN-2004-1125
11931
11932 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11933
11934         * shell/ev-view.c: (ev_view_copy):
11935         * shell/ev-view.h:
11936         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11937
11938         Implement Edit->Copy
11939
11940 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * backend/ev-document.c: (ev_document_get_text):
11943         * backend/ev-document.h:
11944         * pdf/xpdf/pdf-document.cc:
11945         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11946         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11947         (ev_view_update_primary_selection), (ev_view_button_press_event),
11948         (ev_view_motion_notify_event), (ev_view_button_release_event):
11949
11950         Beginnings of clipboard support. Incomplete but primary sort
11951         of work.
11952
11953 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11954
11955         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11956         (expose_bin_window):
11957
11958         Nicer rubberband drawing, from GtkIconView.
11959
11960 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * backend/ev-document.c: (ev_document_save):
11963         * backend/ev-document.h:
11964         * data/evince-ui.xml:
11965         * pdf/xpdf/pdf-document.cc:
11966         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11967
11968         Implement "Save a copy..." menu item
11969
11970 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * shell/ev-view.c: (ev_view_zoom):
11973
11974         Queue a resize when zoom changes
11975
11976 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11977
11978         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11979         shadows.
11980
11981         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11982         thumbnails..
11983
11984 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11985
11986         * pdf/xpdf/pdf-document.cc
11987         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11988
11989 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11990
11991         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11992         It's slow, but I'll speed it up next!
11993
11994 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11995
11996         * shell/main.c (load_files):
11997
11998         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11999         from the command line and because it seems more appropriate.
12000
12001 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12002
12003         * data/evince-ui.xml:
12004         * shell/ev-window.c: (update_action_sensitivity),
12005         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12006
12007         s/next page/page down
12008         s/previous page/page up
12009
12010 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * data/evince-ui.xml:
12013
12014         Change the layout to match clarkbw design.
12015
12016         * shell/Makefile.am:
12017         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12018         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12019         (ev_navigation_action_finalize),
12020         (ev_navigation_action_set_property),
12021         (ev_navigation_action_get_property),
12022         (ev_navigation_action_class_init):
12023         * shell/ev-navigation-action.h:
12024
12025         Implement clarkbw toolbar navigation controls (incomplete)
12026
12027         * shell/ev-page-action.c: (update_label), (update_spin),
12028         (value_changed_cb), (create_tool_item), (connect_proxy),
12029         (ev_page_action_init), (ev_page_action_finalize),
12030         (ev_page_action_set_property), (ev_page_action_get_property),
12031         (ev_page_action_set_current_page),
12032         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12033         * shell/ev-page-action.h:
12034
12035         Implement a page switcher in the toolbar
12036
12037         * shell/ev-view.c: (ev_view_scroll_view):
12038         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12039         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12040         (register_custom_actions), (ev_window_init):
12041
12042         Change page on PageUp/Down.
12043
12044 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12045
12046         * pdf/xpdf/pdf-document.cc
12047         (pdf_document_thumbnails_get_thumbnail): initial stab at
12048         implementing thumbnail support for pdfs.  It only does documents
12049         with precached pdfs now.
12050
12051 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12052
12053         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12054         thumbnail code into a time-based idle as well.  Also, turn off the
12055         shadow temporarily as it's really slow.
12056
12057 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * backend/ev-document.c: (ev_document_class_init):
12060         * pdf/xpdf/pdf-document.cc:
12061         * shell/ev-window.c: (ev_window_open):
12062
12063         Fix document title bugs and fallback to
12064         filename when not available.
12065
12066 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12067
12068         * backend/ev-document.c: (ev_document_get_type),
12069         (ev_document_class_init), (ev_document_load),
12070         (ev_document_get_title):
12071         * backend/ev-document.h:
12072         * pdf/xpdf/pdf-document.cc:
12073         * ps/ps-document.c: (ps_document_set_property),
12074         (ps_document_get_property), (ps_document_class_init),
12075         (document_load):
12076         * ps/ps-document.h:
12077         * ps/ps.h:
12078         * shell/ev-window.c: (update_window_title), (ev_window_open),
12079         (ev_window_init):
12080
12081         Initial support for document title. Not working yet.
12082
12083 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12086
12087         Grab focus on the view when clicking it
12088
12089 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12090
12091         * shell/ev-marshal.list:
12092         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12093         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12094
12095         Add key bindings to the view. Now if the focus would work
12096         right...
12097
12098 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12099
12100         * Makefile.am:
12101         * backend/Makefile.am:
12102         * data/Makefile.am:
12103         * dvi/Makefile.am:
12104         * dvi/dvilib/Makefile.am:
12105         * pdf/xpdf/Makefile.am:
12106         * po/POTFILES.in:
12107         * ps/Makefile.am:
12108
12109         Fix distcheck
12110
12111 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12112
12113         * shell/ev-view.c: (ev_view_realize):
12114
12115         Fix mouse wheel scrolling
12116
12117 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12118
12119         * ps/Makefile.am:
12120         * ps/gstypes.h:
12121         * ps/gtkgs.c:
12122         * ps/gtkgs.h:
12123         * ps/ps-document.c: (catchPipe), (ps_document_init),
12124         (ps_document_class_init), (ps_document_cleanup),
12125         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12126         (set_up_page), (close_pipe), (is_interpreter_ready),
12127         (interpreter_failed), (output), (input), (start_interpreter),
12128         (stop_interpreter), (file_length), (file_readable),
12129         (check_filecompressed), (check_pdf), (compute_xdpi),
12130         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12131         (ps_document_get_type), (ps_document_emit_error_msg),
12132         (document_load), (ps_document_next_page),
12133         (ps_document_get_current_page), (ps_document_get_page_count),
12134         (ps_document_goto_page), (ps_document_set_page_size),
12135         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12136         (ps_document_load), (ps_document_get_n_pages),
12137         (ps_document_set_page), (ps_document_get_page),
12138         (ps_document_widget_event), (ps_document_set_target),
12139         (ps_document_set_scale), (ps_document_set_page_offset),
12140         (ps_document_get_page_size), (ps_document_render),
12141         (ps_document_document_iface_init):
12142         * ps/ps-document.h:
12143         * ps/ps.c:
12144         * shell/ev-window.c: (ev_window_open):
12145
12146         Rename GtkGS to PSDocument
12147
12148 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12149
12150         * ps/gtkgs.c: (gtk_gs_class_init):
12151         * ps/gtkgs.h:
12152
12153         Some more leftover...
12154
12155 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12156
12157         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12158         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12159         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12160         * ps/gtkgs.h:
12161
12162         Remove unused code and make a lot of stuff private
12163
12164 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12165
12166         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12167         (gtk_gs_defaults_changed):
12168         * ps/gsdefaults.h:
12169         * ps/gtkgs.c:
12170         * ps/gtkgs.h:
12171         * ps/ps.h:
12172
12173         Cleanup headers dependencies
12174
12175 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12176
12177         * ps/Makefile.am:
12178         * ps/ggvutils.c:
12179         * ps/ggvutils.h:
12180         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12181         * ps/gsdefaults.h:
12182         * ps/gtkgs.c: (file_length), (file_readable),
12183         (check_filecompressed), (check_pdf), (gtk_gs_load),
12184         (gtk_gs_get_postscript):
12185
12186         Get rid of ggvutils
12187
12188 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12189
12190         * ps/ggvutils.c:
12191         * ps/ggvutils.h:
12192         * ps/gsio.h:
12193         * ps/gtkgs.c: (gtk_gs_set_zoom):
12194
12195         Cleanups
12196
12197 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12198
12199         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12200
12201         Ensure the page is rerendered when changing zoom
12202
12203 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * backend/ev-document.c: (ev_document_base_init),
12206         (ev_document_changed):
12207         * backend/ev-document.h:
12208
12209         Add a changed event that is emitted when the page content
12210         changes. This is necessary to deal with the fact that
12211         in ps backend rendering happen asycrounously.
12212         This makes the ps backend mostly work.
12213
12214         * pdf/xpdf/pdf-document.cc:
12215
12216         Emit changed event
12217
12218         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12219         (ps_document_set_target):
12220
12221         Emit changed event
12222
12223         * shell/ev-view.c: (document_changed_callback),
12224         (ev_view_set_document), (ev_view_set_page):
12225
12226         Redraw on the changed signal
12227
12228 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12229
12230         * configure.ac: Added pt_BR to ALL_LINGUAS.
12231
12232 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12233
12234         * backend/ev-document-bookmarks.c:
12235         (ev_document_bookmarks_get_child): *
12236         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12237         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12238         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12239         (ev_sidebar_bookmarks_destroy),
12240         (ev_sidebar_bookmarks_class_init),
12241         (ev_sidebar_bookmarks_construct), (stack_data_free),
12242         (do_one_iteration), (populate_bookmarks_idle),
12243         (ev_sidebar_bookmarks_clear_document),
12244         (ev_sidebar_bookmarks_set_document): *
12245         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12246         (ev_sidebar_add_page),
12247         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12248         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12249         it displays both the topics and the page numbers.
12250
12251 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12252
12253         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12254         toggle.
12255         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12256         visible.
12257
12258 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12259
12260         * configure.ac: Added en_CA to ALL_LINGUAS.
12261
12262 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12263
12264         * ChangeLog: replace bottom of this ChangeLog (merged history of
12265         ggv and gpdf; where all paths were wrong and most of the files are
12266         not even in this tree) with ChangeLog (from arch) of the shell
12267         code.
12268
12269 2004-12-23  Havoc Pennington  <hp@redhat.com>
12270
12271         * shell/ev-window.c: hook up potentially-questionable "find
12272         results status text" feature - something involving the sidebar or
12273         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12274         might be better in the end.
12275
12276         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12277         with corresponding signal when it should be updated
12278
12279         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12280
12281 2004-12-22  Havoc Pennington  <hp@redhat.com>
12282
12283         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12284         find stuff on other pages, sort of (only returns one result on
12285         invisible pages, to show they have results; updates full results
12286         for a page when you view it). Currently repaints the current page
12287         every time a new result is found on any page, which isn't so nice.
12288
12289 2004-12-22  Havoc Pennington  <hp@redhat.com>
12290
12291         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12292         the document doesn't support find (better ideas?)
12293         (find_bar_search_changed_cb): handle missing document or document
12294         that doesn't support find
12295
12296         * pdf/xpdf/pdf-document.cc: port to implement the new
12297         EvDocumentFindIface
12298
12299         * backend/ev-document-find.c: create a new interface for searching
12300
12301         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12302
12303 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12304
12305         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12306         libevbackend.la.
12307
12308         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12309         EvPrintJob constructor arguments.
12310
12311         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12312         for documents that can export PostScript (page by page).
12313
12314         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12315         
12316         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12317         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12318         (pdf_document_ps_exporter_iface_init:
12319         Implement EvPSExporter.
12320
12321         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12322
12323 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12324
12325         * backend/Makefile.am:
12326         * backend/ev-document-thumbnails.c:
12327         (ev_document_thumbnails_get_type),
12328         (ev_document_thumbnails_get_thumbnail):
12329         * backend/ev-document-thumbnails.h:
12330         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12331         (pixbuf_document_thumbnails_get_thumbnail),
12332         (pixbuf_document_document_thumbnails_iface_init):
12333         * shell/Makefile.am:
12334         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12335         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12336         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12337         * shell/ev-sidebar-thumbnails.h:
12338         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12339         (ev_sidebar_set_document):
12340         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12341         (create_shadow), (ev_pixbuf_add_shadow):
12342         * shell/ev-utils.h:
12343         Add thumbnail support.
12344         
12345 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12346
12347         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12348         (using_postscript_printer): Set up a print dialog for "PostScript
12349         injection" method.
12350
12351         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12352         EvPrintJob.
12353
12354         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12355
12356 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12357
12358         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12359         (ps_document_set_target), (ps_document_get_page_size),
12360         (ps_document_render):
12361         * ps/gtkgs.h:
12362
12363         Fix a few bugs
12364
12365 2004-12-22  Christian Rose  <menthos@menthos.com>
12366
12367         * configure.ac: Added "sv" to ALL_LINGUAS.
12368
12369 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12370
12371         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12372         document supports bookmarks.
12373
12374 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12375
12376         * ps/ggvutils.c: (ggv_file_readable):
12377         * ps/ggvutils.h:
12378         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12379         (gtk_gs_get_postscript):
12380
12381         Remove unused utils
12382
12383 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12384
12385         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12386         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12387         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12388         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12389         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12390         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12391         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12392         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12393         (gtk_gs_set_antialiasing), (ps_document_load),
12394         (ps_document_render):
12395         * ps/gtkgs.h:
12396
12397         Another check point for the ps backend. Now I can get it to show
12398         pages!
12399
12400 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12401
12402         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12403         document setting code.
12404
12405 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12406
12407         * shell/eggfindbar.c: (entry_activate_callback):
12408         Animate the next button when activate is pressed.
12409         
12410 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12411
12412         * shell/ev-window.c: (ev_window_cmd_edit_find),
12413         (update_fullscreen_popup), (ev_window_fullscreen),
12414         (ev_window_unfullscreen), (ev_window_state_event_cb),
12415         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12416         Fix bugs in fullscreen code.
12417         
12418 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12419
12420         * Makefile.am:
12421         * configure.ac:
12422         * pixbuf/Makefile.am:
12423         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12424         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12425         (pixbuf_document_set_page), (pixbuf_document_get_page),
12426         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12427         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12428         (pixbuf_document_render), (pixbuf_document_begin_find),
12429         (pixbuf_document_end_find), (pixbuf_document_finalize),
12430         (pixbuf_document_class_init),
12431         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12432         * pixbuf/pixbuf-document.h:
12433         * shell/Makefile.am:
12434         * shell/ev-application.c: (ev_application_open):
12435         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12436         (ev_window_open):
12437         Add pixbuf backend.
12438         
12439 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12440
12441         * Makefile.am: 
12442         * dvi/dvilib/Makefile.am:
12443         * dvi/Makefile.am:
12444         * configure.ac: Auto*ify dvi and dvi/dvilib
12445
12446         * dvi/Makefile: Remove from CVS
12447         
12448         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12449         confusion.
12450
12451         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12452         
12453         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12454         
12455 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12456
12457         * ps/Makefile.am:
12458         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12459         (gtk_gs_value_adjustment_changed), (compute_size),
12460         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12461         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12462         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12463         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12464         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12465         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12466         (ps_document_load), (ps_document_get_n_pages),
12467         (ps_document_set_page), (ps_document_get_page),
12468         (ps_document_set_target), (ps_document_set_scale),
12469         (ps_document_set_page_offset), (ps_document_get_page_size),
12470         (ps_document_render), (ps_document_begin_find),
12471         (ps_document_end_find), (ps_document_document_iface_init):
12472         * ps/gtkgs.h:
12473         * shell/Makefile.am:
12474         * shell/ev-window.c: (ev_window_open):
12475
12476         Some work to integrate gtkgs with EvDocument
12477
12478 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12479
12480         * shell/ev-window.c: (update_fullscreen_popup),
12481         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12482         (exit_fullscreen_button_clicked_cb),
12483         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12484         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12485         (ev_window_state_event_cb), (ev_window_init):
12486         Add fullscreen support from Epiphany.
12487         
12488 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12489
12490         * data/ev-stock-zoom-fit-width.png: fit-width
12491         stock icon from gpdf.
12492         
12493         * shell/ev-stock-icons.[ch]: copied from gpdf.
12494         
12495         * shell/main.c: (main): init stock icons.
12496         
12497         * shell/ev-window.c: use the fit-width icon.
12498         
12499         * data/evince-ui.xml: add zooming toolbar items.
12500
12501 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12502
12503         * shell/ev-view.c: 
12504         (ev_view_best_fit), (ev_view_fit_width): because
12505         get_page_size() returns the scaled page size, we
12506         need to calculate the scale factor relative to
12507         the previous scale factor. Should really just
12508         add get_real_page_size().
12509
12510 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12511
12512         * shell/ev-view.[ch]:
12513         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12514         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12515         add zooming.
12516         
12517         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12518         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12519         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12520         hook it up.
12521         
12522         * pdf/xpdf/pdf-document.cc:
12523         (pdf_document_begin_find),
12524         (pdf_document_end_find): make static.
12525
12526 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12527
12528         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12529
12530         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12531         names to fontconfig patterns.
12532         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12533
12534         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12535         setupBaseFontsFc.
12536
12537 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12538
12539         * Makefile.am:
12540         * configure.ac:
12541         * ps/Makefile.am:
12542         * ps/ggvutils.c:
12543         * ps/ggvutils.h:
12544         * ps/gsdefaults.c:
12545         * ps/gsdefaults.h:
12546         * ps/gsio.c:
12547         * ps/gsio.h:
12548         * ps/gtkgs.c:
12549         * ps/gtkgs.h:
12550         * ps/ps.c:
12551         * ps/ps.h:
12552
12553         Import ggv backend. Not hooked up yet.
12554
12555 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12556
12557         * shell/main.c: (load_files), (main): load files
12558         from the command line.
12559
12560 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12561
12562         * configure.ac: don't require bonobo.
12563         
12564         * cut-n-paste/recent-files/*: kill bonobo recent
12565         view.
12566
12567         * shell/ev-window.c:
12568         (ev_window_is_empty): upd.
12569         (unable_to_load), (ev_window_open): load backend
12570         based on the mime type.
12571
12572 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12573
12574         * backend/.cvsignore: ignore generated marshalers source.
12575
12576         * shell/main.c (main): this is not epiphany.
12577
12578 2004-12-22  Havoc Pennington  <hp@redhat.com>
12579
12580         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12581         (expose_bin_window): draw find highlights
12582
12583         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12584         
12585         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12586         (pdf_document_end_find): implement this interface
12587
12588         * backend/ev-document.c (ev_document_found): add this to emit
12589         signal
12590
12591 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12592
12593         * data/evince-ui.xml: Add a few more toolbar items.
12594
12595         * shell/ev-window.c: Hook up page navigation toolbar 
12596         items.
12597
12598         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12599         a page-changed signal.
12600
12601         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12602         Add ev_document_get_page().
12603
12604         * shell/ev-window.c: Sensitize/desensitize navigation
12605         actions.
12606
12607 2004-12-21  Havoc Pennington  <hp@redhat.com>
12608
12609         * backend/ev-backend-marshal.c,
12610         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12611         marshaler-generator thingy. I'm sure there's a better way to do
12612         this in the modern world.
12613
12614         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12615         end_find methods and "found" signal.
12616
12617         * configure.ac: find glib-genmarshal
12618
12619 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12620
12621         * shell/ev-sidebar.c: Construct an actual sidebar.
12622         * shell/ev-sidebar-bookmarks.[ch]:
12623         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12624
12625 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12626
12627         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12628         Redo size handling.
12629         
12630         * shell/ev-view.c: Track the size from the document.
12631
12632 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12633
12634         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12635         constructor assumes ownership of the string passed in.
12636         
12637         * shell/ev-window.c (ev_window_open): Destroy the error
12638         dialog once we've displayed it.
12639
12640 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12641
12642         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12643         a bit, it works! (sort of)
12644
12645         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12646         Move to .cc since we need to use C++ in the implementation.
12647
12648         * shell/dummy.cc: Add a CC file to force evince
12649         to be linked as a C++ program.
12650
12651 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12652
12653         * shell/ev-view.[ch]: Start of content-area widget.
12654
12655         * shell/ev-window.c: Create a EvView, update it
12656         as we change documents.
12657
12658         * shell/Makefile.am shell/ev-marshal.list: Add
12659         generated marshalers.
12660
12661 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12662
12663         * Makefile.am (SUBDIRS): move shell.
12664
12665 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12666
12667         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12668         .a to libtool convenience libraries.
12669
12670         * shell/ev-window.c (ev_window_open): Hard code loading
12671         a PDF document.
12672         
12673         * backend/ev-document.h: Add a boolean return to load(),
12674         fix GError * to GError **.
12675
12676         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12677         object for a PDF backend EvDocument.
12678
12679 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12680
12681         * dvi/*: New directory with the beginning of a .dvi backend.
12682
12683 2004-12-21  Havoc Pennington  <hp@redhat.com>
12684
12685         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12686         previous/next instead of back/forward
12687
12688 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12689
12690         * backend/ev-document.[ch]: Fix a couple of problems so
12691         it compile.
12692
12693 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12694
12695         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12696         to backend/ directory, rename EvViewer to EvDocument.
12697
12698 2004-12-21  Havoc Pennington  <hp@redhat.com>
12699
12700         * shell/ev-window.c: hook up the find bar widget; now we just need
12701         a document to find things in
12702
12703         * shell/eggfindbar.c: a find bar widget
12704
12705 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12706
12707         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12708
12709 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12710
12711         * pdf/**: Import of xpdf code from gpdf. 
12712
12713         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12714
12715         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12716         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12717         Fix FreeType includes.
12718
12719         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12720         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12721         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12722         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12723         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12724         Include xpdfconfig.h
12725         
12726 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12727
12728         * shell/ev-window.c (ev_window_dispose): dispose can be called
12729         multiple times.
12730
12731 2004-12-21  Havoc Pennington  <hp@redhat.com>
12732
12733         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12734         rather than Evince
12735
12736         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12737         items; really they should be synced with the strings, etc. from
12738         current gpdf, but just getting the boring typing out of the way 
12739
12740 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12741
12742         * po/POTFILES.in:
12743         * shell/ev-application.c: (window_destroy_cb):
12744         * shell/ev-window.c:
12745         * shell/main.c: (main):
12746
12747         Actually show the window...
12748
12749 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12750
12751         * Makefile.am:
12752         * shell/Makefile.am:
12753         * shell/ev-application.c: (ev_application_class_init):
12754         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12755
12756         Make it build again
12757
12758 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12759
12760         Import to gnome cvs.
12761         
12762         * Remove copies of gpdf and ggv trees.
12763         * Rip out all the recursive configure code.
12764         * Remove bonobo machinery.
12765         * viewer/*: GInterfaces that backends should/can implement.
12766
12767 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12768
12769         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12770         typo
12771
12772 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12773
12774         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12775         (ev_application_finalize, ev_application_class_init)
12776         (ev_application_init): use GType instance private data for priv.
12777
12778         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12779         (ev_window_finalize, ev_window_class_init)
12780         (ev_window_init): ditto.
12781
12782 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12783
12784         * shell/ev-application.c (ev_application_new_window): make public
12785         (ev_application_show_initial_window): kill.
12786
12787         * shell/ev-application.h: update prototypes.
12788
12789         * shell/main.cc (main): inline ev_application_show_initial_window.
12790
12791 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12792
12793         * shell/ev-application.c (ev_application_new_window): impl.
12794         (ev_application_show_initial_window): use it.
12795         (is_window_empty, ev_application_get_empty_window): returns an
12796         existing empty window or a new one.
12797         (ev_application_open): from ev_window_cmd_file_open.
12798
12799         * shell/ev-application.h: update prototypes
12800
12801         * shell/ev-window.c (ev_window_is_empty): impl.
12802         (ev_window_open): make public.
12803         (ev_window_cmd_file_open): use ev_application_open
12804
12805         * shell/ev-window.h: update prototypes, remove unused.
12806
12807 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12808
12809         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12810         move destroy handler out of here...
12811
12812         * shell/ev-application.c, shell/ev-application.h: ...into this new
12813         class. Also handles initial window creation.
12814
12815         * shell/main.cc (main): use EvApplication to create initial
12816         window.
12817
12818 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12819
12820         * Makefile.am (SUBDIRS): add cut-n-paste
12821
12822         * cut-n-paste/Makefile.am: add
12823
12824         * configure.ac: generate Makefiles in cut-n-paste
12825
12826 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12827
12828         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12829         (ev_window_class_init): install ev_window_dispose.
12830
12831 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12832
12833         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12834         char (gchar looks stupid).
12835
12836 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12837
12838         * po/de.po: updated German translation.
12839
12840 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12841
12842         * configure.ac: add more pkg-config library checks for gnome-vfs,
12843         bonobo etc.
12844
12845         * gpdf/configure.in: temporarily disable libpaper
12846         checks. Otherwise I'd have to add the checks for the shell, too.
12847
12848 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12849
12850         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12851         and * file filters to the file choose.
12852
12853 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12854
12855         * po/de.po: Updated German translation.
12856
12857 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12858
12859         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12860
12861 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12862
12863         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12864
12865         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12866         (ev_window_init): implement those menuitems.
12867
12868 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12869
12870         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12871
12872         * shell/ev-window.c (ev_window_init): use the toolbar.
12873
12874 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12875
12876         * shell/ev-window.c (ev_window_init): use menu translations
12877
12878 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12879
12880         * configure.ac: add "de" to ALL_LINGUAS.
12881
12882         * po/de.po: add German translation.
12883
12884 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12885
12886         * Makefile.am (SUBDIRS): add po
12887
12888         * configure.ac: check intltool, glib-gettext etc, generate
12889         po/Makefile.in
12890
12891         * po, po/POTFILES.in, po/POTFILES.skip: new.
12892
12893 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12894
12895         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12896         already use (#ifdef ENABLE_NLS)
12897
12898         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12899         pointer indirection thinko.
12900
12901         * shell/main.c: include gi18n.h for bindtextdomain etc.
12902
12903 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12904
12905         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12906         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12907         tooltips for menu items in the statusbar.
12908
12909 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12910
12911         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12912         pkgdatadir drop UIDIR
12913
12914 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12915
12916         * data/evince-ui.xml: Add File->Open menu item
12917
12918         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12919         chooser), hook it up in the ui manager.
12920
12921 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12922
12923         * shell/ev-window.c: fix Help->About tooltip.
12924
12925 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12926
12927         * configure.ac: set CFLAGS for libevprivate.
12928
12929         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12930         definitions, factory etc.
12931
12932         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12933
12934         * shell/Makefile.am: link against libevprivate.a.
12935
12936         * shell/ev-window.c (entries): add stock icon to Help->About.
12937
12938         * shell/main.c (main): init stock icon code.
12939
12940 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12941
12942         * lib/recent-files: egg recent files code
12943
12944         * lib/Makefile.am: add.
12945
12946         * Makefile.am: add lib subdir.
12947
12948         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12949         set CFLAGS for recent-files.
12950
12951 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12952
12953         * configure.ac: disable -ansi and -pedantic gcc flags. They
12954         disable POSIX stuff in stdio.h, but egg-recent uses them.
12955
12956 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12957
12958         * configure.ac: add --disable-deprecated flag (defaults to on in
12959         "cvs" builds).
12960
12961         * shell/Makefile.am (INCLUDES): use it.
12962
12963 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12964
12965         * shell/main.c: add missing #include.
12966
12967         * shell/ev-window.c: fix for pedantic gcc.
12968         (ev_window_cmd_help_about): split license into paragraphs for
12969         translators and pedantic compilers.
12970
12971 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12972
12973         * configure.ac: add more warning flags if compiling with gcc from
12974         cvs (or explicitly requested with --enable-more-warnings).
12975
12976 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12977
12978         * data/evince-ui.xml: add File and File->Close menu.
12979
12980         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12981         (ev_window_destroy): quit after destroy.
12982         (ev_window_class_init): override GtkObject::destroy.
12983         (entries): install close_window callback.
12984
12985 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12986
12987         * Makefile.am (SUBDIRS): add data subdir.
12988
12989         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12990         gtk+ 2.5.0 for GtkAboutDialog.
12991
12992         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12993         main window.
12994
12995         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12996
12997         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12998         manager.
12999         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13000
13001 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13002
13003         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13004
13005 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13006
13007         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13008
13009 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13010
13011         * shell/*: Added shell directory boilerplate, build it.
13012
13013 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13014
13015         * configure.ac, Makefile.am: Added top-level configure.ac and
13016         Makefile.am